Datasets:
File size: 336,543 Bytes
fd56677 de96f3c fd56677 de96f3c fd56677 de96f3c fd56677 de96f3c f58ee4f de96f3c 1bf8b4f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 | rank,employer,event_start,event_end,year,workers_reported,notices,notices_with_worker_count,sites,states,states_count,largest_single_notice,largest_notice_state,largest_notice_location,notice_types,single_notice,event_open,duplicates_dropped,states_covered_in_year,employer_page,notice_ids
1,United Airlines,2020-07-01,2020-10-01,2020,45360,25,24,20,CA;CO;FL;HI;IL;IN;MN;NJ;NV;NY;OH;PA;VA;WA,14,16000,NJ,Chicago,COVID 19 Extended Furlough;COVID Permanent;COVID-19 Temporary RIF;LO;Layoff;Layoff Of 6 Months Or Greater (Expected To Be Temproary In Nature Due To Covid-19);Layoff Temporary;State;Workforce Reductio,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/u/united-airlines.html,a3f798f44364ce5c;ed79caeb921b4e65;eb93fc4193e73751;dda6653d7c675055;a4ab1ad8dfe62552;8d3bcda7412d00d0;7b7b3f89a74b0c1a;2a215713f74a31a8;0f15a3807fd025f6;978e3cbd4d17a8cd;a490522f1d1ecaef;26bae4a06e2d8385;f3f20c89db302d3b;de4d27d3e63a709b;a5909d0c7213f449;9024439c2cbe314b;29e326fbec7d97dd;100c18558de2d96a;bc62dc81bf27b3f9;a58cb8edb9e34932;4c1a5fafdda7f454;472308096db870c6;c97fca76099f2674;86b1b08d392957f7;13d9afacfffb64d7
2,OS Restaurant,2020-03-15,2020-05-15,2020,38688,128,127,88,CA;FL;IN;KS;MD;MO;NC;NY;OH;PA;SC;TN,12,7293,FL,"TAMPA, FL, 33607",2;Closure;LO;Layoff;Layoff Temporary;WARN,false,false,3,41,https://approjects-warn-act-notices.static.hf.space/employers/o/os-restaurant.html,e9f136a3436ce8ef;fde77d1f5280e10d;f9e12cde4c3392c1;f1d336dd9dd955c4;f0ef162022d7bbba;eaf0e44c67fa4dd6;ea6555a1e2b90501;e7b2aed21be1f0b4;e6eec03845e11a28;e22764e46accd3e9;ddf0b6d27d618419;dcaad1b317832933;da22815b9491b7f2;da040c32eb05db0c;d9c93fc0a97da697;d59381e181cd9070;ce2a2c29aca81a3c;ca92d94cbe9bbb8f;ca3d148e8bfb8555;c882b4284b9a94ad;c7a0b243cb5b9c2d;c6f66889a7d611bb;c6364becd6eed73c;c5d66a182e2a08f0;c4ce0e38d7756d68;c04fea64fc8dda65;be31f4d3ccada55e;bca0731bf0166c9e;bc2bac5e79e58a62;bac621b3c6655988;b6d05cac5c02c637;b50abc24d94be385;b27c48214b5d277f;aeef26024d1677a7;add6544b23b2eb22;ac2e6a1a91aae011;ac19b5af151c8209;a751a3920ac17cae;a4a586eb41eac8c0;a368dc213f4d7c14;a266527f076f4731;a21ffdc14776b026;a11f2b0c55da7993;96df9e4ed8a9cee9;951c50b85c5949c2;9354860ef1abbb6e;8f3e719199013d8d;8e65a8e579b9ae36;8d0102edba73f582;8a57e321c3a8002f;8a3b0932a56f8f8f;830e5ab63d6237fa;80b8a4c459a6f9af;78ec0d5c7b70ad45;78935adc2f40a0a8;7716e318819261cb;7609cc6b4b652194;6d7d0e76245d870e;6d6d016bf5a25ca6;6b8a8034acbb1952;6b86207c54b1c24a;6b232af820cf8276;683e02082e7f1cc8;67ef7aed314a6a57;6645be9dc5b11816;64b6c72bce685d1d;64abe39cfbf0b876;62481d3929b993af;5e69371ab6fcf81c;5e67a9298b482f71;5e44d66ca6ab6c30;5af314334d56c8e6;5aba60dce869e4ef;560ec2c5263581f3;5102c6a7f915a620;4fa2f0223ac9583c;4f52e56b6ac0ccbb;44b9b2d75e21b956;44012ec881592a91;41d385686eb27a99;40f57a48a6f564d0;3ff05ffa3116c513;3f7072ff02f02408;3e008d1f68628142;3930b67146d00a10;378e471bf2c6e6cc;3661fc0d6914af27;33482d6f14169d65;32bf559613d4ae90;2eb753a26ba9da8a;2de8e4bf3bf8a5db;2ce33917a03822ba;2c2365823f76460f;2abcabaf47273d08;2aad278c08d6add9;29934b82bc854ea1;26b1af958fae4af9;25a06f7a7ac21404;249df12d5156bfc5;201176110d81bcf5;1fd1d8f69a504222;1e9122edb00ad94d;17813a0cbdfb3ba0;145691b4cedff00d;13696b53e122af97;11d596a55598ffd7;0a1d5ed52a58c9b1;078bcefb0d7d8c41;0399ecdda687cd1a;02812a43d211e50a;df31637c37e99070;c6b6b5fa0b98df36;ac021091bf3077dd;a2a250c16d8c80a5;9b8f636d7d6f617e;9801143b7b44d5aa;84102e6894439cb0;72a69a2bbecfdd55;72436fbf5a3d2dfb;7165d4c8f34c327a;585db7be6ae9d505;31182dc8b4c6ccfb;2ca2d143238edbf6;1df1df8692156710;1d30e3f555131924;0796794d48f03e40;5b819d868af4eae3;c27f30f6063503c2
3,Northwest Airlines,1998-08-11,1998-08-11,1998,27500,1,1,1,OR,1,27500,OR,"ST. PAUL, MN",Large Layoff - 10 or more workers,true,false,0,5,https://approjects-warn-act-notices.static.hf.space/employers/n/northwest-airlines.html,79c9f09a35f55161
4,usi services group,2020-03-01,2020-03-01,2020,23695,1,1,1,NJ,1,23695,NJ,chattanooga,,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/u/usi-services-group.html,14b1158bdfa73b7b
5,United Airlines,2002-12-30,2002-12-30,2002,18636,2,2,2,IL,1,14487,IL,"CHICAGO, O'HARE INTERNATIONAL AIRPORT",State,false,false,0,7,https://approjects-warn-act-notices.static.hf.space/employers/u/united-airlines.html,bf1e84ef722571c5;54761acdfff7030a
6,Walt Disney Parks and Resorts U.S,2020-09-30,2020-11-18,2020,17780,19,19,8,CA;FL,2,10903,FL,"LAKE BUENA VISTA, FL, 32830",Layoff Permanent;Layoff Temporary;Layoff Type Unknown,false,false,2,41,https://approjects-warn-act-notices.static.hf.space/employers/w/walt-disney-parks-and-resorts-u-s.html,d2bb5da5932470d2;c4914da606985d96;9d9e63ef22fa1e39;72c4ed88c23a17a0;591b146bb41e4539;20b8b9374b486c0d;00184a14b1eb1d6a;b9155d83ee2c9d35;b4720b2c4fac8aa9;b3bd9504e7905c71;a7655011043c76c0;9ec2d8553ac9f0b4;84e7a19534adb9cd;7229095461944d72;628cb9cc3ace9ffc;51f28eb536f1d467;340a98859c763d05;925773ae25eb20ae;2c52f14c4ea4653c
7,Tend Exchange Subsidiary LLC and Delaware Tender Staffing,2025-05-20,2025-05-20,2025,16132,1,1,1,CA,1,16132,CA,Los Angeles County,Closure Permanent,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/t/tend-exchange-subsidiary-llc-and-delaware-tender-staffing.html,7c015c6b13f62c64
8,Delaware North,2020-06-04,2020-07-28,2020,14210,32,30,26,CA;CO;FL;MD;MI;MO;NY;OH;OK;SC;TN;VA;WI,13,1810,MO,,2;COVID Temporary;Closure Temporary;Layoff;Layoff Temporary;Mass Layoff;WR,false,false,1,41,https://approjects-warn-act-notices.static.hf.space/employers/d/delaware-north.html,e6404e2d74a7be90;0aa42172c7adb993;df61903980e32b82;c8dcb604aadccf88;77c32ca04d5aa4c6;5ba7fb94687a050b;39a1361e78d8d5ae;2db241e34d3ae546;19ba78f60a0cbadd;0076adc01c771401;8a027eeb8b90fade;59e906ad0ac8d10b;af38a87bc0137f36;33397060e39b6d51;f19f0916f3d3857f;d3896c738826e12c;d2773a149912f0b8;d15e07f2bda9e965;cf1ba2a33c9eaa01;bda3e50853e82dc1;84b58184a9ed9ff3;5f5fee7a17212fc4;5372ca68fd7390b8;378f276d0aba3620;345e821489ee7faf;2bab654d1d65e24a;1459999c58e0a793;fb952fbe2447c492;1363e17da0999d64;d4799b293ed5d29f;566169f863d03dbb;b6376429b8995eac
9,David's Bridal,2023-04-14,2023-08-11,2023,12964,78,60,66,AK;AL;CA;CO;CT;GA;MA;ME;MN;MO;NC;NE;NJ;NM;NV;NY;OH;OR;TN;TX;WA;WI,22,9266,WA,Nationwide,Bankrupcy;CL;Closing;Closure;Layoff;Layoff Permanent;Permanent Layoff / Reduction in Force;Permanent closure;Store Closure;WARN,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/d/david-s-bridal.html,df95c43dded72f9b;bd940c55be5e5a34;bb7ea80a0b3e8f4e;b598f0c703f523df;99459d03a263c7a4;7e59fca9e3ac16b6;6780cc326b8c79e8;5757f86afa9a29ec;42657b7c0c9484e1;401d0f16a77bda54;3f31c74764e63ccb;13723d178bb8e350;10699004344ffc91;0d899ac5e6dd8cf8;569b1838bc6a6ca1;d8b40d0bcf03a5d9;ccbaf8062b25b4db;bb02fa2fea016e24;b072c6a0344c886a;90d66d7e17cbc3e0;6e3f37e3dec97b74;662ce734cefea946;5c70dcbfaee85611;4260aa864c59d6a8;320d80af34af680f;10728484018f2454;0d1224b7bc5cf134;a5eba10e231b844e;477ebafd740dfdf2;3b9473bcfb26f989;306dd5cdf6126660;b547d8e6da67d826;9af338e54c910995;2cfc869c71d02812;efc0aeb5a4a5d64e;eb448baa7c9cf2c5;99d41bcb843d4131;6a3e3b7494140977;41bdcb2e9dc2bcc5;3be25da253d8fb80;2d77eea1120f40e1;034f257f3ca03369;df6c150a89ff8686;74eaef88ac4cba73;66808a809f14d2d0;614fc47b53303cc4;e09674b1758e5263;b52d7648fc1e14bb;a30a1374f38ecafe;674d4f2c843c6158;59f00442f340beb2;3e0ff405e5b31d97;39e735f2e4f2b39f;f44defa8bb949e17;ece044de407fb2f4;ec69e93e515a8064;d883ef55b941e403;d7b6bcabc92e10b6;d3034a9293eba483;d0f1175270f06d96;c909565da0485e37;c0e8d01b1769719d;b762044d9825f5c7;9caf0991b463a585;87a80088e42992a4;8167ca98b11fae78;7e6c8eb2096c2b32;7b6e2ae23512366b;60536014fab509cf;52cf49802b4e99d7;46e56c9ce2cecade;37f5b8b5a6b9fc4e;335fe57a9fbab11c;2bd83db5428e50c9;12a65cbc49d2556e;077845bace319a09;0184c20205868139;1d79f663a5cc664c
10,Yellow,2023-07-30,2023-08-18,2023,12146,73,67,62,AL;AZ;CA;CO;DC;FL;ID;IL;IN;KS;ME;MI;MN;NC;ND;NM;NV;NY;OH;TX;VA;WA;WI,23,3000,IL,"Nashville, 501 Commerce Street Suite 1120",CL;Closing;Closure;Closure Permanent;Facility Closing;State;WARN,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/y/yellow.html,ff153343ef27501a;fb229044d8611d89;f0ff9023fd305252;ed13914b82240725;cfd14936d39c1509;cb887ab44dccda27;aa32b1b0a59a2377;a3a00773f5884ae3;a03229a9b3b9a8e5;9e31cc3eaf1ee464;8701b2c2363edf7d;7d1154f8c1cf4bec;7555e799425e65a5;493e8afc61c99538;2fb69531b5dc405d;1af85f26e1caecd1;523d45fc38b1bb9f;c33612a697f8cb06;acb861e35a7c0839;8c0463efeff3076a;8a34756030a2689d;63612ec957ee877b;5916cfa057d1940a;542104990ee3b9fa;04f46b23b9c3f39f;969ebab75c64458d;aa6d104a2a16017a;a0441332cc2eeec2;929f1010eb1ee4da;5f997d229aa7a010;3f1fd744b7ca8f8f;f1f327c79d1a4a2d;b1575d78080da4cb;974ba4531f1085b3;441808d5158aa48f;43b77210049ca491;31f3a9ab45a935d0;0dd4eb816c1dc2de;08fa27e178ce238a;ffb353a628dcb337;f249d7fd340668d5;e09ef25d104bed80;cc006264ce00f8a1;c1e1a51bccb23b0f;bab3c23e23b3eb3a;b448d765336a7f07;aea6d17b5567dcf9;a4936c7ddf908d69;a43e601c5018d25b;7ffd7ba4a884e19e;7d9928ac371d1485;737c1ac174c5b9cc;64e1bef7bc3a4225;6097c18fbca2c604;5a2ee117d0970e71;44d01ef51ee88817;1f22dd536b046c11;1c427d7cfc413b30;3a51bd2547f76626;37db479bc12c0ab8;f03ff1edee5538f5;e794abb659ba3743;baf0010c997867a3;f65aa5ff870932cf;ee7d3b5ba2e47018;e9818cd8258e28b2;e3d420a130f8b65d;c10615cf9b165784;86fe24f4255aa4fe;77ddcf2963831182;6b588018d3e86afd;6467b6b57ea57cdc;61c4baf72298ad40
11,HMSHost,2020-03-20,2020-08-18,2020,12080,78,75,66,AK;CA;CO;DE;FL;HI;IL;MI;MO;NC;NJ;NV;NY;OH;OR;TN;WA,17,1371,IL,"Chicago, 10000 W O'Hare Ave",COVID - Permanent;COVID-19/Temporary Closure;COVID-19; permanent;Layoff;Layoff Temporary;Mass Layoff;Reduction;State;WARN,false,false,7,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hmshost.html,faddebf86a4b1af8;54b0fa7d84b0bee1;13c5b8e1e96a2c6e;1b94b582e928b244;02ecb6a3f8c92ddd;92e512c5136c75e5;42e36d5544513399;3651d7423e2b83c5;4cc7a62c345210b7;bb8b96ae5add9512;8783d9f1bf473649;b917f762c5695651;4a7029e3909668d0;bab610baa9e3f7f1;f2dc55613486d9b6;e133cf047bf2f4b0;df91bf5a9b917b85;b330987b4b4baea5;b259a5a3a6027ef8;afeed6f44c09ed1a;a912df0702850155;95e855ee0d69c0b0;8fbfedabc1cafdc7;6f07afecc206c29e;6e538a560535836e;60a8450a428b5826;5a4fd5e08719522a;58bbd10419290f50;3358b5915afbabfa;2a1069fb4acb2742;273b09c92f720ced;1ce36ff85789c43e;18d2c85fd768700b;0241e44c0c03a85a;d2ac8a485e1438b5;d120f00c4f10f68a;d0611ae72768628f;1a8d5b2697bad4a3;0cbfbabcf3859f73;fe51ac8416bd10af;fd41a1472a64695e;f4a12ed92aba1425;f2bd02d1b7fa1c74;f1eb3530e757e849;e59824e8165eeef1;e2c141bb42a44ab2;cbc7570359a79ca7;c44d8f6c60c04e10;c4118debff1cf42e;c0a2dbda1812ac87;bbb26cec4fbb21f1;b9993234a347c8eb;b56df6a7e188af9e;b4011088732637ed;ad6d3d5c9928752c;a3edd93ae176eedd;a13e4c742ae7ebf4;91758c423dd6d406;82e1abe85d99ab6c;5469209f5ce6347d;4cb90bff24787888;36a55923df5a84f1;34082d2dc55efa1b;1643cc272bba30f4;00d01dc2f2b04c71;c264054c5f20da90;b7ccbddfeeefce37;b2a98310bc46443c;a6d8fe63920677fa;9378852db5b7f2c2;812536f2bcbe7c60;431fa47c9551f38e;eaa5148f74232942;d2303fd669265bc4;d174446f66727842;78192d4a02260ce5;75fa04019a8e786e;48036e99f7033416
12,Ideal US Talent Systems Worker OpCo,2026-05-04,2026-05-29,2026,11973,3,3,3,GA;IL;RI,3,9891,RI,"Minneapolis, MN",Permanent Layoff / Reduction in Force;State,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/i/ideal-us-talent-systems-worker-opco.html,b44b970a650396d0;f2724ebd7c427940;fe18d0f9cb42f08d
13,Cinemark,2020-03-26,2020-04-17,2020,11297,140,139,124,AZ;CA;CT;ID;IL;IN;KS;MD;MI;MT;NC;NV;NY;OH;PA;SC;TN;TX;UT;VA;WA;WI,22,1303,OH,Various Cities/Various Counties,2;CL;Closing;Closure;LO;Layoff;Layoff Permanent;Plant Closing;State;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/cinemark.html,fa28cc3220a6372b;ed884af0f62433d3;e063e90a904ebcb4;d13a6ce2f9535f4f;d0ba3398903cfccf;cdbcb0f7f189b218;c9e6452924156cf2;b987917061dfd3a5;b70ed8623f66d077;b2c9e54f8b533e2f;b16ba2b301a7af49;a8e1e5dce0a8956c;a646544b1b313907;9cff282e97b0cb19;9a7e2f48ae3a67f7;978ff112d4cdb818;96b567da02ea7a2a;9580ae11bfa24f02;93cd10bb30233c62;92f005c02a9be0b7;920a00065547f5e5;91cedb8f371ddb16;8e75299aca526c37;88eddab5c9025788;8804a1e0828f8845;8517f2868bd57d19;83ec08c17491e9e7;831980ec96e4fb92;829a3499560e7171;8240642b7498d27c;8086bbf677331cb5;7c126425f2146a82;79becb1c5300c1ac;770693c91dca374f;7414c125569952e3;6d6e938a351181c5;6a0beda5771dca70;667b6dc5789fee2b;6507591a69eec2d6;56de5dac81229697;56d6af064c7c9b49;5569ea788d780b3b;4a6fff0e1fdaa532;43d045ed37c27333;3b83b1e17b302182;328a6f0f997c3518;2917be6bdbaac40c;291686bc1f3d4e6b;146b933bdda09781;128827b495a34986;1178f57182add50c;0e9e96b0220527d4;0a285bba3a4c0571;0641b63278fa85db;05f8a9311eb0117c;0517f9db10ddebf2;04a6c4324ca36599;02e14536213c1c18;00850110ab722717;41ae58782bf3a2b8;ff9b3c133178827b;ea0eca15a48ba77f;afd27a821fd2ff25;818c093b3c008c9c;cc9cced852e5b795;53a8d245faa01dd9;b40a3b0efcafd2bf;3c3378077e13b202;d59bd61b2c63e008;b9db63747dda2aa8;a678b05b2a3346ce;4ce132b562474c18;fe424275f89b586b;f6dd2be83a7a5b6c;f0993c7453f4114e;ed18c8c7faf5a0bf;e435ba4683f9aa88;e42151a9c017eebc;d138d9d5ac5ffa92;c8d2222fa246e756;c543c8ac513af269;c4bb9a3ff3ef15a2;c41a7098a74201bd;c29802b7cfd6fd82;be762f458ffb9a61;b95e31f1ff47c646;b655e3ab28a12ec2;b2d2271027b32388;9e7ea9652a987450;9a7cdafaf41c69c9;99cd2940d4c6687f;9214f152181ac9ff;9212ed071f233c2e;87e39a33de223072;86709878afe2dcfa;83f8b901a9d63028;8206d96b0c6db505;72e7135ee1fde225;70a02789bce1c988;624abd96606d0324;5b4975d3123697ac;560b5ddc1f040f73;55b30e5b0849c77e;4db74998d81b3c26;4cc2b5f5ab197d1f;437955f6ddeceaa3;365161ff4c5ea07f;35f6c7d7e527ecc6;35b782f1b66db2b3;300445ed841f117f;2ec48b5be12ac939;2b050e4281ba7228;2215266cbbac38f2;1fe788a863026236;1d7730c77e84c27d;1d1aebfb10550799;1c89f769a5f693ee;0f919ff1c79ac710;0bc5a2fa73b65007;0a35ae185f133a03;f7408a52ccd423da;efe66115eb54265f;d4c32c43b534474b;b7b1705872e200ae;afb98b99f3e5d4ff;af98d459f2555c72;a8d345bdebe01ebd;99559245e80f31f7;7eb8edbaa360a0a4;7cfc2449f3e667eb;5be1e17abe732a55;4b89e048a73a9b12;43fc3565f3eadfee;3e85023deadd3662;321130a101421632;181d9989586f2f77;1581fc75973fe5ab;0b0787e41dd5e20c;00da8cf405316655;f786e9f59eb50df6
14,Tesla,2020-05-12,2020-05-12,2020,11239,2,2,2,CA,1,11083,CA,"Fremont, Alameda County",Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/t/tesla.html,69b4f71fdf5a37c5;257016eee0074189
15,Marriott Hotel Services,2020-03-13,2020-06-11,2020,10853,32,32,23,CA;CT;FL;NY;PA;TN;VA;WA,8,2325,TN,Davidson,Closure;Layoff;Layoff Temporary;Temporary Layoff May Extend Beyond Six Months,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/marriott-hotel-services.html,86906d2ead203221;34c10e42ae038f5e;2c623f7c822c37da;a3023854b5c9dca3;5843b2bd37b7c744;43d6a27ccfc175f6;e2ebe095e712292c;d1e80b0071f8f06b;aa7bb193215c1198;5ea1cc66b1e94455;312a6209ebe48d1f;bdbfb099e58c0b54;a5c78009362bf4bc;88d64cbae62c29ce;306f3c8fa6433e97;2fa66eaa65b1b0a4;a722fad77271d17e;4d8a5522a3627b10;b9e36689e7114d44;a479fa452e159f8b;0fa316a854ac361d;9247fbc530278c74;879d1942b6daadf1;5659bf129fb30772;19cd40502193efc1;9f728df26d5d5dac;de6acb0b58c23402;32de3cab5c1b7530;f82cbb8011f47908;b0d65727c10bea75;a888fbdb2fc2bde1;5c9e99e907e1413f
16,Great Atlantic and Pacific Tea,2015-07-01,2015-11-12,2015,10039,102,101,92,CT;NJ;PA,3,444,CT,"Stamford, Greenwich, Riverside, New Canaan, Old Lyme, New Canaan, Newington, Mystic, Newington, Waterford, Riverside, Ridgefield, Danbury, Bristol",Closing,false,false,1,33,https://approjects-warn-act-notices.static.hf.space/employers/g/great-atlantic-and-pacific-tea.html,b7928245bcd8dec7;9ca2c821dff584a3;6f76b65f1c8833d3;4a387204405f970b;4261100b48b2024f;3a5a24eb6d4bc3d5;053f53e62a034d92;ffc87f7f7afa9e06;fd2e215b733c189a;fbabb484bae8d898;ec96be5cfa72824b;e3f9d06c0f4e655c;e221186cda872b2d;de6863a890454e2f;dbbd8095499a8cc6;d7498a4f3b94d7cc;d397082f26cf9d24;d280f3ab2f5233b2;cb4ce52137f068d0;cabe4c21b4160125;ca2cdd0fac6f9c2f;c549bb0fdd7091a2;c1290541f2056a94;c0a3fafc3f6a20ac;bf6d8ccb80e91a4a;bea2418a3117882e;be8ab810319479e9;be6bfc71c2c1fa84;ad873c3314e40f27;a88eb9dbbd3a9485;a752c006f5b1e3a6;a4c3d6b55dc6d520;a3bba9ed3c898872;a26715cae543ab70;a1ffdb7af04f0fae;9fc3aeb7a8c55afd;9f788c1590cbb404;9c9f94d3e6a3bca3;9a9ed7a8e1651eb8;9a77bbb62308c431;9a722d1a673497f9;9a512fc27eaeac63;8fafd670d08ea682;8c56a79b099f0cda;8a49322ed6e49dd0;880df95545a5c154;861d1cf465224976;8446c1fd4e0e1152;8233753212b2d46f;80e923eecfa5a4d0;7d2147bb37f07558;7ac061a304f96503;7a19a690355fd632;77ba1754122a8afb;76cf150c514defaa;7489072d89c6e1b5;74569772843b2407;736530a798682daf;70ec8b5a7fb2f5c3;6f811dd9cf617652;6c05ea6aef2beff5;661a22cec05d0d4d;645253e4a1ca0f23;643f3e3cb9277a9d;60c2795b8b6697c1;552a9c5825c0a2c3;54f2341709176cb2;511960ec5fbf233d;469e35fd7816d6bc;452157c267a99e32;41a0bd6bd843bd80;40b8a788ef9bab6f;33ff0679b3420645;3225093829b1e9d9;303a8efcfe8ecdb7;2fe9f2b88791897f;2ec3f547a91d07f6;2d628c41bfcb3704;2cc5b016dcbd6cf5;2a7a4e2eb81c0b04;287f67be8cb4e074;2863b75e2b2909b1;2644f2c94540582f;25ea3a6a7ae6c7b8;24c8f53f3a449621;24a9a84218476712;20a6a89f8febd51d;1f3c8a1a20a7b33c;1b6f4b82b8f9cd14;1aff08cc71383424;0e57be74e169cafc;0b37962f38de63ea;08896f1cc8f97afb;08792625a3b24172;061bb3322d6296e1;036c7567c1e4a007;032cc680468e265d;23eba7b417b40563;281e7f5f059970ff;e04f9ea3ee74fdf9;6f8892c053a48c18;814950bd69501142
17,American Airlines,2020-07-15,2020-07-29,2020,10013,15,13,13,CA;CO;IL;NC;NY;OK;WA,7,2995,IL,"Chicago, 10000 W O'Hare Ave","COVID-19 - 2 Permanent, 107 Temporary Fulough;Layoff;Layoff Temporary;Mass Layoff;State",false,false,2,41,https://approjects-warn-act-notices.static.hf.space/employers/a/american-airlines.html,f8cce0bd864ebf8e;e71b6ff6d200e15e;e65399e32c765fcd;8b52f64a527dd8ab;72b97e87c9b53cd7;697e90e5616fbba4;5d503e2e45b8f1c9;5271e604bfb8492f;3e2c3ce3046e07d7;341f9f35fa1462bf;12dde251d10d80ab;8e921c7eb95b986e;fea8e040097c8a3e;befab0731fe6fc4d;a16bda4f73e87c53
18,Aramark,2020-07-31,2020-11-18,2020,9977,50,49,37,CA;CO;DC;DE;FL;IL;IN;MD;MI;MO;NJ;NV;NY;OH;OK;PA;TX;WA;WI,19,1711,NY,Queens,2;COVID-Temporary;Closure;Covid Related Layoff – Extending Layoff To Hourly ( Temp) And Terminating Salaried Employees.( Permanent);LO;Layoff;Layoff Permanent;Layoff Temporary;Mass Layoff;State;WARN;W,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,3a8a291ecc8902a9;a2c32d5468d63e1f;5ef5c940a86479da;f40478ca80ae773d;5f165f609459d1a3;3e267f8d0e906662;b45e72bb6ac1e713;4ea28d42d0e09073;8e00f3d6886e0228;416327f30d950986;5e909d4136feca3f;5250ea2019bb1ad3;9a0b45e9dc6cfde7;c5d1666dfb0d823e;1bc3012fd57d3930;36845b6b486b166d;ec92cb8457694c8f;c6998ded94364e9a;c1b1235c100eb1e3;b824c889b39c5a23;b033f5f5e9550224;a1d5657226bc132d;a01d49587822c1af;985b61e7536326c3;760c934393bf6379;6ba200d8b8119a6c;66e05a6b8d4b5c4d;4a60cc9eaf360173;48491f91775762d8;3580f34a22e48734;2a591296587143ca;1702e436065e71b4;15f1aada96c96407;d54ca35a7dc72f65;714ec2e383a6488d;35c6cd1c1f3307b2;136eec00da03b5c4;fcf19d75bf1a4e6a;91981523f1609019;548c5fe5b4af874e;3037da8a2bff4142;04d83cf3bbe98dab;f51292ad6fc4467b;674d40a198f49382;62e4964bdacf900a;57c55add821f9b18;440373da720e55d6;2b7080e360facb53;fa157bf643759c76;72935c842e966a1c
19,Hyatt Regency,2020-03-21,2020-07-08,2020,9477,49,47,37,CA;CO;DC;FL;HI;IL;MD;MN;NY;OH;OR;TX;VA;WI,14,694,FL,"ORLANDO, FL, 32819","2;COVID-19 - Partial Closure: permanent, furloughs to temporary layoffs, extension of furloughs;Closure;Closure Temporary;Layoff;Layoff Permanent;Layoff Temporary;Layoff Unknown at this time;Reduction",false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hyatt-regency.html,63f760286502b085;7e0cc82edd597449;8f1ea45c88f1bf26;866a478e2d75b052;165b656e8cfc63de;09565c0dc903e241;dc6786ac8078d54b;caeb34d265da52b5;f5be502c0b275071;0dd0b579f0cfaf09;1e91ff8bcf9eb876;f039c50cb2921b21;20fe0ea17068168b;ae2dba4867004140;c35f50e3c32cb91f;c89c7218e11aef1a;c71a0ca63753b67b;044dd3db3707eca8;1800b1a91ecb6f25;44560b3a8ec8f11c;7f20ebefa162b805;f3934ea98ef0f2bd;32cc2a5b8ff1700a;b5d65b7091e4ee5d;352fbedf1af403ef;75b0cef8cb5a9696;b975ddbfa363207f;8bfadbdf13c32966;468cc91339e2403f;2a8c033cf6c77fe8;a958c24a3182390d;7af0c408176b9603;e879cf43c294ab93;fd18e0895f807d56;8653d97c00c2ca06;4d7beeceb533f8bd;5ef0a2b9dfdb37ce;cf1a167579050e2a;c1063af62a215a89;a676543d4c237149;863b49b621c10557;5d57471688fabdc7;2195cb4251d0a393;2e06d6bdc7f1a6ae;c4b7169a81a55025;a06b614faffc8650;6a985928a8e1e9c1;5eed08ab84abb800;a0faff98458301a7
20,Boeing,2020-06-08,2020-10-19,2020,8783,12,12,6,CA;WA,2,5798,WA,Puget Sound Area,Layoff;Layoff Permanent,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,df822c23b783a992;005608c554ecfbc2;a890cc68967940ce;787009d20c8fd293;47db60ba96702a44;3266425edaf839c1;1d2dec8df3d9d30c;90a2422b86d88267;2aa27d05302303df;7eaff4462d20e8d4;9183b2d9d0abbccc;5fe0ef4eda2ddc42
21,United States Cellular,2025-03-26,2025-04-17,2025,8688,8,8,8,CA;GA;NE;TN;VA;WA,6,4100,NE,"Omaha, Papillion, Grand Island, and Remote Locations",Layoff;Layoff Permanent;Permanent Layoff / Reduction in Force,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/u/united-states-cellular.html,6cb7988f824d9c4f;614468ec1916b4ff;d40a5079a79a1a16;5b4465c42a6158f6;75375d93753199d9;68f2f37961a8f80e;1db753461585f570;ad348a06f93b3de7
22,Boeing,2005-03-11,2005-06-24,2005,8406,14,10,1,KS,1,8116,KS,,WARN,false,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,808dc226c809f8ff;138584293fec52fa;d1b5f2291dc53f08;c238eef0f4fb5f21;2d86bae0367e4c4c;d1f5a1f9a843fac9;c5a5b431eba0676d;77dc540bdfeb1e65;c0bac10bdaab71bb;e7c78f11ec2e828a;c5aefa341bda2562;e244c68c292c2a87;e06b11c316dcb420;1c8cf56a5be21873
23,Marriott International,2020-03-26,2020-06-19,2020,8185,25,23,21,CA;FL;HI;IL;KS;MD;MO;NY;OH;WA,10,1319,FL,"ORLANDO, FL, 32821",2;Layoff;Layoff Temporary;State;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/marriott-international.html,71eada9b481f3521;3c9a2374b3a6a6e8;f3e4a4b92a61b29e;61c59cc99bc9f987;658173922d853417;b161e51336ae8dc6;891ede67cf0a3962;7bd59498a643570f;d75c03f2fa49cfd5;64efc42eaae75576;0b5410613960651d;d4bf56eddbd075af;ce469316cddadde0;94babcef9957af4d;805f631fcd4ef2d0;c8a10bcfa9a3593e;ec3a82ad8f2e42b0;b7e216c3ab172a01;116f63bf688686b0;96b00945b4b177cb;c3fc993e15343b71;9abdf10be25d2fa8;80eeda380ff6085a;7231c312c34c31c1;50fe0b521b459d69
24,Enterprise Holdings,2020-03-16,2020-06-24,2020,8036,96,92,60,CA;CT;FL;HI;IN;KS;MD;MI;MN;MO;NC;NM;NV;NY;OH;OK;OR;PA;TN;TX;VA;WI,22,452,IN,Mishawaka and Indianapolis,2;LO;Layoff;Layoff Temporary;Mass Layoff;Reduction;Temporary Layoff;WARN;WR,false,false,3,41,https://approjects-warn-act-notices.static.hf.space/employers/e/enterprise-holdings.html,81f8ac280b6bfb66;8e32c78937ef015f;6f8371e51c7ede75;1f17922913cbf95b;28136821566bb1e4;c0af1736c95e5e4d;9052b0a69f312f2b;6e003d55b5e1b333;40b27eedff1ee485;f8357668d5f0491f;ce275f78f4f26ebe;94adffa84fb3a29f;9277cc9b146030e5;8509f69f2da88775;703d1076e73b1fc1;29d317d16a9673c8;1f4328257a7e0a7c;fa2f9360fdf5899d;f1735745fc5a506c;bfdfb884e0b1d032;b7a53a7a66a8a7f8;b20ee52a5dd25711;92fdf3c89553b0d0;919ccb7f61e4bb7b;8a3dace0e4cd4fce;805e227cbd6ec588;6df39baf7a09a180;5a870441c5ed7e0e;4d624d75dfac3edd;05af9996c4e117ad;c72796f4c7aa99da;aa5292ad69c3f8a3;80504d0362988980;59df0837c376838a;4be74f6af6690b58;366c59e4a45ea20a;31a4a1d8cdd50c1e;2d972ec4fb678424;e7afb61f8643f3fb;d4e9cec096f97df6;c3f9230e264f6399;c11b418f3270853e;aab39c15cb3af47e;7416230ea7410a97;70a35a7ec0be5b5f;6aa8d63ce0be2552;684c1ee36a642f8d;58974a1c6ba4ffa5;51c2a76866de90cc;5030f7362a1549ae;3d4cd6f0df2bc114;3cebe8e46eb2311d;3b7bc2eae5f8be7c;3a761f114748fc60;364207187fa500cc;27c62686369ce4fb;1f786b70965581dc;10b03432d6d663b5;00a19d96a4e7c81f;c99f768252f1f588;8d1138babf03b1df;2532871c0890dba7;1ca68d0c2fafbc3b;047f53c292b45f2b;eee2fcbe7ab0d766;79c22fcdc3bf4b72;1a7ce43a73336de3;f935bc518059ef56;f6c81398fdee5962;272995e3853c1a80;f4f0f10b6729964b;b2c32b7345167102;aa4148246c26e48b;9fad01d28041df55;6fad657b721c853c;fc2971ef658d1e8f;c8df52a0e61fadc0;c3462d26061eb5ee;c1218fbad3527594;2509cb12d70c6d6c;de80ddcf880a1c69;cd60c01b205c478d;accf0ac0a19936d9;9507ff62fbc38168;7e789fb81793cd0b;57d4bcceeb991f77;1be0cbe81c7c5e25;c030f13cb022bd52;f5bb00e16e223d83;f138053377fe7c9c;c5d46d33d9868bb2;bfdd47a416c3d026;7622525d6f7e3283;6e02c829eff53279;e175b28d3ed4c443;cad782aadad33a75
25,Spirit Airlines,2026-05-01,2026-05-29,2026,7711,12,12,12,FL;GA;MD;MI;NJ;NV;NY;TX,8,2529,FL,"FORT LAUDERDALE, FL, 33315",Closure;Permanent Closure;Permanent layoff;Plant Closure,false,false,1,48,https://approjects-warn-act-notices.static.hf.space/employers/s/spirit-airlines.html,b931c7ff64707687;b2c51404b70ac1b8;aa27d189ba527b8c;38f7d0b58f18f174;03084ca91ec60848;f726ce976064c473;ced0ae526aca4c7e;bbe6fa70cbdc4c77;3ed23a2d05c8395b;1e5df01089919e75;0a2e76b4dc5b0c5b;cb9f86f012464fdc
26,United Airlines,2021-01-01,2021-02-23,2021,7710,4,4,4,CA;CO;NJ,3,3899,NJ,Newark,COVID-19 Decrease in air travel;Layoff Temporary,false,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/u/united-airlines.html,679f267315a165de;4b7b320fb0b0a9db;6b0b5ef230e3f26f;5975ac69ef1c868c
27,Tesla,2024-04-16,2024-05-13,2024,7621,38,37,11,CA;NV;NY;TX,4,2688,TX,"Austin, Travis",Layoff;Layoff Permanent,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/t/tesla.html,a31d4fb730ed3dad;cb197c29b49cd546;0d14f813e83e2d0f;f5268801f141b2db;ea5210987c43fa9f;e8168848a3256192;dcab3ed034423683;d59e0eee7247ab68;d49431b168d8ac75;d18f9e150a321c91;cbc632dba4701bd7;c8ab30af3770020b;bf743d3da3be5efe;b049762869e2badf;a3243a8a6b7496bf;9e3c712ca3973d95;9aa52f77901c61fb;93a298528d434887;77a11fc8cf80a65e;76fd9d16f7a3fe32;760a6bd7a63d3f08;6e0a326f3ab97e1e;6d18f415453cc114;43bfd6e0927631ab;2bbbb420f137636f;26c4c4195206bb3b;043fa0b1154b3cb0;02fdb6f4639ee520;66018890db2c80c9;7ecdb39a2dc215b4;d7fcc22d966578eb;d498f8caaf0a1c08;bd59b67b95ce9b9c;978a1492c7377986;8c9abc88377de2dc;7c0f8234a602cf5f;6c140681b8e40a26;55cd7862a8846df2
28,Bellagio Hotel & Casino,2020-05-05,2020-05-11,2020,6937,2,2,1,NV,1,6821,NV,Las Vegas,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/bellagio-hotel-casino.html,7be7ad7e9565ad01;c5b0c4e5d24937fb
29,Walt Disney Parks and Resorts U.S,2020-05-04,2020-05-04,2020,6882,1,1,1,FL,1,6882,FL,"LAKE BUENA VISTA, FL, 32830",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/w/walt-disney-parks-and-resorts-u-s.html,a8ac65f17a4e9a85
30,Ritz-Carlton,2020-06-03,2020-06-15,2020,6725,21,19,20,CO;FL;HI;MO;NC;NY;OH;TX;VA,9,939,FL,"NAPLES, FL, 34108","Closure;Layoff;Temporary furloughs & layoffs, recuction in hours",false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/ritz-carlton.html,cc5a397e0adb2955;8d358b19907a2e6d;48ece78fd1ae1e19;0e48e0b4e2710a1c;fb6e2d836fb37d0f;bb9b09ec0590e1f0;b6d9de18422622bd;58c4b89a94cd9397;39e0d5170e9074e2;18d24d9ef4fcd726;d1b901177086b019;917a8ac8727aa967;7c412ccfdb388a64;6ff0bbfeaa571044;267085675f5abb56;02c00302e0529042;f23e995535cfce28;a2531b8f913e6d85;66cba50373be06fd;1cd3a0ad5652c885;2edb27531572de7f
31,ARIA Resort & Casino,2020-05-05,2020-05-11,2020,6721,2,2,1,NV,1,6572,NV,Las Vegas,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/aria-resort-casino.html,fb75c85fc91a2be5;1a3205f02b76597e
32,Bloomin Brands,2020-04-24,2020-04-27,2020,6693,20,20,19,CT;MI;NV;RI;SD;VA,6,2289,MI,Various,Closing;Layoff;Mass Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/bloomin-brands.html,51569e9daea4d923;2ad3aba025dc42fd;fc43c997071c0c72;f985c2537158bfee;f271cb5147381660;f0e048f10dc82d45;e9baf156faad64b8;e651802953864367;c2581198346cd419;ba74136e48ef7cd9;a780158e4fc2c3e5;8742f699b3c47ac1;7450088b85dd32ee;7077727314a19cb2;55fb9dcd1fb3fe05;40633b96825d947b;3611a9baf45842c7;3519b70b3fb135e4;1fca6b1cd141deba;18cbacbf7f565e02
33,American Airlines,2021-02-05,2021-04-01,2021,6264,12,12,7,FL;MO;PA;TX,4,2475,TX,"DFW Airport, Tarrant",Layoff;Permanent And Temporary Layoffs Related To Covid And The Conditions Created By The Restrictions,false,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/a/american-airlines.html,db5bc4b503188903;cb762348085063fa;9126432c66e0eb42;689df38a2250f8c7;64a158632dd82d42;63619b1aaa4c26ea;47f238a8303d5b99;2a0e8456c8af8abf;9644fbda52f1926f;9f13d2d93690a386;67a44f9d37ee38a4;10786098707bd7be
34,MGM Grand Hotel,2020-05-05,2020-05-11,2020,6215,2,2,1,NV,1,6082,NV,Las Vegas,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/mgm-grand-hotel.html,21c66562347ddda0;05d793138623313e
35,Desert Palace Inc. - Caesars LV,2020-04-22,2020-04-22,2020,6148,1,1,1,NV,1,6148,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/d/desert-palace-inc-caesars-lv.html,0470dfa02270e24b
36,Dominick's,2013-10-28,2013-11-13,2013,6106,8,8,8,IL,1,3244,IL,"Cook County, Multiple Cook County sites",State,false,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/d/dominick-s.html,b9b1de26badec673;af2421076ac69403;3e31203136c81d0b;0700cdbd28f99e4f;037666445886bfa0;8f9b145d2bd157f8;695f1334b60b8633;26e1bf377c94f056
37,Republic National Distributing,2026-04-22,2026-06-18,2026,6018,26,25,26,AZ;CO;DC;FL;HI;IL;LA;MD;NC;NE;NY;SC;SD;TX;VA;WA,16,689,TX,"Grand Prairie, Tarrant",Closure;Conditional;Mass Layoff - No Recall;Selling assets in CO and other states;State;WARN,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/r/republic-national-distributing.html,d81dc3182d5f6829;bc3dfa5f087698d5;a30ad9c4fbd43418;91d5a239039f708f;2dc17d5e31712c52;f1923ea120a7ba11;ecb2726dd5dd2770;c2be2efea292a72d;b56fca41f13a260b;a1ee580a078597bf;8c3175feedee4443;6c52c5c14d4b58e4;4026d4bc6c9d4060;356e3936d9eae6e5;28fb3cb1909432c6;1f6f36f5c709c560;090aa342b2346838;bb6c94a931198aab;68676f7151ce9076;7621a5ad98198d51;8d3ad4da28b634a6;c019cce9ab2468ca;365217126c4d459c;6d3a93a6ee9bb13b;c05f1edd271bc88a;1d0a2d3db2b06635
38,Great Arrow Builders,2020-03-18,2020-03-18,2020,6000,1,1,1,PA,1,6000,PA,"Monaca, Beaver",Layoff Longer Than 6 Months (Expected To Be Temporary In Nature Due To Covid-19),true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/great-arrow-builders.html,96d84248319897f0
39,Mandalay Bay,2020-05-05,2020-05-11,2020,5998,2,2,1,NV,1,5890,NV,Las Vegas,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/mandalay-bay.html,f58569d78f55102d;2e5972b9250b73c9
40,Sam's Club,2018-01-01,2018-01-26,2018,5992,38,38,36,AK;CT;FL;IL;IN;MD;MI;MN;NJ;NY;OH;TN;VA;WA,14,196,NJ,Princeton,1;CL;Closing;Closure;Plant Closing;State;Store closure,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/s/sam-s-club.html,fb5c3df330c137c2;0e5397ab796040c6;0e4fbd3753f72282;fbd62a47acc4f080;fb28e06082679cbe;f805dbb75ceff573;f7e04e826fdc7f24;f718bbe03ec0dddc;e393bfb636042def;dd6423a0f04cda96;dcaaecdbd97a4f8f;d042a95d31414ceb;be8ac4f4274873ee;b13064ce7a574ecd;a5a8d1ba4406f756;a2d12a36765c9262;a04312632be81115;9ce6a8d6b7e7a2fd;9b3f5817e9c72251;85fb0956644ce82e;842634951765af7f;824e57aba1686050;82357d22be07f2e8;81e347633a3b300d;7eb91fe8d248d666;7bd20e2b2697388a;6bccc6158041334f;63032a53b2c04b10;5e954bc1732d9b7b;5c102c70265c0ec4;5810ef7ec80fcf1b;56a6bd02137f3c51;4f655b9c2e5e3333;3459bcd90cf50cca;26b4ab7fc1e1c435;208f601d23976f80;1b2685375e6153a3;483b36de2f5b88cc
41,Montgomery Ward,2000-12-28,2001-01-17,2000,5860,33,33,32,IL;MI,2,914,IL,"CHICAGO, 535 WEST CHICAGO AVENUE",Facility Closure;State,false,false,0,6,https://approjects-warn-act-notices.static.hf.space/employers/m/montgomery-ward.html,4f5af26bdfadc945;e2bff29c03022590;d8ad700e83d42c2e;d3a8e0dbbbe38745;cb666d5693b5a5bc;c8f575390a46ff44;a61f1bdc6d310593;a29e233afd098ea7;921309030784e20b;88851bdb3b9f93ca;813efcc9b5645bd5;7a6d57e93156be51;70bf1c71da2ae5ba;54e6879dc2abf10e;527c55122af94fe1;2f04e7584ef45432;2a0d9a457bd670f3;21b9ef01a094f4a2;1df34b03663a36a3;151e4f94f0920b99;0e3da865dc51081b;f0189fb14772bafa;e34f54c62b50f066;c87a78b198a44602;c290bfe8295e60d7;9eb5c34b65c76f31;8785f4f8a4c1c04c;707f897c18f17a1f;6b4962a909a894c3;48e6fe11e9a676d2;42c4b23cac9c16b6;34b0e283280c3f48;171c32463d412bc1
42,Walmart,2023-02-01,2023-05-03,2023,5690,21,21,19,CA;DC;FL;GA;IL;KS;NJ;NM;OR;TX;WA,11,1047,TX,"Fort Worth, Tarrant",Closure;Layoff Permanent;Permanent Closure;Permanent closure;State;WARN,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/w/walmart.html,a5af1d9de7710f7b;2d42b9cd7f10576e;0d5a5a1bd4ae665d;02b99685a030dee5;1f4b013846c9e857;1aab99d606b8725a;f52ceeb8fd3b1cc1;5b6c989593ca7c46;4dcff35d92ac6776;466786f28b331f31;e9f8e15b0238a5e2;f4ad32001ca6585d;58d3c0f0f4cc3170;b4df88d81229fd5c;d8310e0a764927e3;fb3b9a9749a66874;851f206c8dca5602;ff30368dec745711;4e59a37cb03b2d76;8ab524e6d8ca6cff;a503445532875c62
43,Universal City Development Partners,2020-09-04,2020-09-04,2020,5389,1,1,1,FL,1,5389,FL,"ORLANDO, FL, 32819",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/u/universal-city-development-partners.html,b28e1270dea169c3
44,Burlington Coat Factory of Texas,2020-04-21,2020-04-29,2020,5146,82,82,76,CA,1,177,CA,"Ontario, San Bernardino County",Closure Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/burlington-coat-factory-of-texas.html,e38ab0179acbcf9a;e03910cc0aa2fe84;d7cdbe0a7e824964;cace79084ce67100;c3bfd51c870629cb;be09ca7877c33be7;abba6b0ff1e89f8b;aa05c4b60cf67a07;a985ed9fbb506ba6;a4c987afe753625f;a1bb446533525c16;a0afbf96e5df12a7;8f7db261c8829c19;8e680e0ee093f8f6;88b899c2a013f4c6;87984cde585a5494;82576073098c3e35;7d8cb04d411d562f;7cc756b599a88960;761f7bc4ef05c6dd;73643fa3faf3d76d;720d3cfad82f3eb6;64a6e158d0ee04f5;601d31f507dcf8b5;4bd8b954d8bea62c;429d46346c40082d;3e74f4934c59f6c0;3e68dda136eb24f6;3b7b2a66419bcbda;3b63aa302271f5e9;333a81bfa8719ada;32656e5a2712b752;1f5c6dbeb79cfe15;1a6d6a5c85ddb15e;143f4fbb1b33c5e4;12b4a4891a824a97;0e37c07ea788cf13;0b9006898b91a3d4;0410a96446535ecb;e2d91bd8da4d5179;daf666718234bc1b;c72f3bac9f1440ee;c27876a6277faab3;bcd7800d1e591c28;aa6d13c6618450cf;977eddcd64b0b199;9266651fa011d187;6bf53b8e0b2223a0;6763c832e56c3c6f;619e69f1dc4ce5a1;36618dbf7b021944;31b7b91b06bacf77;07eab972a3bcf608;fa604ff66672ee4f;f59e37f37219a5fb;d5c1e11c81be9301;d44d3aa050ca0307;c739a16c71301781;af98ef9e0c65ca63;aa8d2f1f1c0ab276;a9d6136bd6a47576;9a5b1d90bb7a99a2;8bd9eb923e1ddc3d;86f2845b93745c15;82a8577834d0d596;7f9b1d476876b2e1;6fdf79bb578308d9;5bcfbc8a4c4c9e3d;50fbe9b8d9036b24;42c03ce47abaaac5;427626a8af8ae218;395ba3ef58e55f0f;35d2d20859ab408e;3562cf35a045cf00;3051ffd6366b2fa9;27ac510a9a9d3587;174f49d886750534;12add806e3322351;0b88da515605982b;00c5b3d557cf9260;36733cce3c0021f2;40b31dfc60b75589
45,HyAxiom,2024-11-14,2024-11-14,2024,4918,1,1,1,CT,1,4918,CT,"South Windsor, East Hartford",,true,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/h/hyaxiom.html,ffe09f0a8ed05508
46,Boeing,2024-11-15,2025-04-04,2024,4884,57,57,39,AL;CA;CO;FL;LA;MO;OR;PA;SC;VA;WA,11,2192,WA,Various locations in Washington,Layoff;Layoff Permanent;Not disclosed;Reduction,false,false,3,43,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,ea9ecfc60a853f1c;ea7f777fbd121126;c8be606c24ca0654;c215823625f33db4;b56dfc290363480d;b046f50353ac8f4e;76d8f1cfbde32e0b;659f8b413310f453;507cb065d4c228b8;4372189e0d4e6070;26ef4b13c24997f1;0dd35e19b8525e54;0b58bfd07e01f973;06404cfe31c575b5;0334059bb698e6c7;d63b29e79333e076;d56463fa01f2757b;d27b028cca499fee;be3890f7575ed135;bb9a4f558211b3f6;b44bf7e252bd7994;a9d474e03e4cd013;a765d8634e1771a1;a0dac89eb09cceeb;9f39eac937f09565;9ebff170e0724a9b;965b375cb3f2c7d3;8bc46e2536b33fa6;8b0e5a6f3a84285b;8a0436ef8e59129e;7b672696564cd1ae;7983bbd5f9450b11;731456568f2fc15b;648086542ba9e52a;63bbb2cd6c0ba73d;52cca05f77a16da1;457b1bd993fefdda;43b279110d1e8245;3e5cd5be28c05bfd;2d091d8eb6aa6305;16e8afe79784ba7d;127feda5d011bb5b;064d239fb4dbc4ed;005addee32b73216;71c2a2386d57da7f;f2e524e731201bd9;b8f61b7c5ffe752e;ab93707269d65a9b;92d95a0a5317da6e;13290f0cef23a30d;03f1f3c650e19c43;cf73d5702295f062;4fd7496a692108c0;d4555557ec79ea3e;d7614f9f6fb0221f;9dc5c86a2b9cabf3;7df7afc58969d4a9
47,Ritz-Carlton,2020-03-23,2020-04-11,2020,4789,12,12,11,CA;IL;NY;PA,4,1009,CA,"Los Angeles, Los Angeles County","Layoff;Layoff (Expected To Be Temporary In Nature Due To Covid-19 Pandemic, Initially Thought To Be Less Than 6 Months But Now May Exceed 6 Months);Layoff Temporary;State",false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/ritz-carlton.html,02aec3628efaabea;6a0ef1d6130dc37f;5e70af50b0bc353c;28b26d2e9849a9c1;42d92b394e4e5700;81a942bee74a23c7;9a39a81399314605;8cc30f65f3479834;baeb2b58696dde7c;981b1f5a9cc3ef2a;2b76017b6753feb3;bd4f41ec90f5464b
48,P. F. Chang's,2020-08-11,2020-10-05,2020,4738,63,63,61,CA;CT;FL;ID;MD;MN;MS;NC;NV;NY;OH;SC;TX;VA;WA;WI,16,306,VA,"McLean, Woodbridge, Arlington, Fairfax",2;Closing;Closure;Closure Permanent;Layoff;Reduced;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/p-f-chang-s.html,e4fac329827d1a78;e7923218a4e7ecac;ccf61038dfea0c73;b85d483f130707fc;b6ab23a70e4e2602;896cb3c29836099a;6925f9a5a486d15a;61ccdabe2e732bec;369031fd561834da;17303fe1a81d37f0;f49dd0f0b6d158a3;e84b770942bc2bf9;d88d0f58c88ee50d;cfc18500eb51ac7e;cfa6749bc0c3093b;a1bb52dddc2dfe67;9ecc970143d6c9ef;98a54cdabc38bfda;80782aae4e6a9496;0416c81ea254d442;ff76d6ec4b9d4890;f8ebf3cf71f3a233;e4e646a72af71c86;e3b5a88ee0c96669;a6be7e3c5aaf7560;6d860170c806b886;691e57e352296ded;31727dc41472d714;2f234dc2f01b6be4;292a398f10d126a0;16a08c925117c209;0e8db4761f575847;e6d53c086114615b;bfe291b7068c1071;bdd324acca9af5f9;ad0ce4fe47560a3f;994a06fddd55fc60;7911953f3dabdd56;70005ae7926c7670;5850da3313f0b555;3b9d52c66ad10b47;06e793fb994488a3;023a737fe69521cf;f89e5e288320b31b;f5aae2bd7709a45c;da4e10c2ea3a9bdb;c603850c94e84698;af772ef14bbf904a;9ad1368c910faa80;99232effeb63b03f;9566a0ed29c49f7b;946604b7ff51c1b6;92a7bb9e08e666d6;5b472238492228d1;55615c46763b80e7;54601a68313d7c20;52d8bd81a91d17f6;4d2f3b8818177da0;46d5c8c92333062e;2847fbe2a4072e54;15c65a4f1a6d4a07;06a1db96e4653a2c;0364bd2a28a905da
49,Meta Platforms,2026-05-22,2026-05-26,2026,4665,7,7,6,CA;WA,2,2212,CA,San Mateo County,Layoff;Layoff Permanent,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/m/meta-platforms.html,fef74d0d1aa5338b;e5364a360033904b;d43515e35c6ac30c;966b84335957d86c;d9f89aed8ea63553;8d180792dcc70471;61e53b03df1c9d2c
50,United Airlines,2001-10-05,2001-10-10,2001,4500,2,1,2,IL;NY,2,4500,IL,"CHICAGO, O'HARE INTERNATIONAL AIRPORT",State,false,false,0,8,https://approjects-warn-act-notices.static.hf.space/employers/u/united-airlines.html,3814e7c6a4aea0c0;b514cd23394caf25
51,Hostess Brands,2012-05-01,2012-05-08,2012,4458,82,81,69,AK;AL;AZ;CT;ID;IL;IN;KY;MD;NJ;NY;OR;SD;VA;VT;WA,16,856,IN,Statewide,1;Closing *;Closure;Company closure;Conditional Plant Closing;Permanent closure;Potential Closure;State;WARN,false,false,6,27,https://approjects-warn-act-notices.static.hf.space/employers/h/hostess-brands.html,fd886c6c0161fab3;fb4ecf329f267f3f;e49c699d8216a406;bad50e1a80758e3e;8f9f314414449fbd;80155003c45f10f0;3f79cefef45306d5;fe3f25a499b3a4e6;f78ba67a97f3400e;f0c7736a67669025;df62f15b8e6bf83a;dc760a2db303432e;c9a9d8d1037317c0;c7309c31a72d8cc2;c32987964543c23a;b2df6d0dbbdd8c99;b2c690d6fe619dd7;ab6adcc1b6f9ec30;a606370a57e052e8;a0ecd54452be0387;9dc77f33214847f6;9bbc3728d85e358c;8a07157f5d4d4944;86604ff8decc7c90;83a0d4eea547b359;7f81633562bbed7f;79775602bff12d22;729bdc51f0702415;700c182375f13ea1;6fff9a63379cefc9;6fd7c64e0dc4c24a;6ba3ef383002d77f;6474b4597c49b29d;5db7d5fee04772bc;58c373b076295d27;550db1edb2274f3d;542c0c47be9d2c23;41689699791fbcb6;365506a016f6dfad;34dfbade427e9a4a;303c951033536bf5;2bf92ba1934f06d8;20673b632641e2fa;12aa0dde509173fc;0d2377205814f0b0;0839adc168a0345d;f8015fec19c8496f;ed01f9b179dd3644;e894d35d56cfa5f1;d65250932dcbab1c;cac245899e516793;c12b89c620ce9294;b0425edd434991bd;a3a9d763a8775cbe;a0d8a7d53b7dd4d6;9a9cf35648801191;99cef4f2c7137ff9;98b2a43faf4c3f7b;918fcbcaf6937534;8488a8038f7991be;7bc9217ea9120452;6fc258256b95e31f;6e997e1af95e874d;69a32c385fbac8c0;5d5eebdd0abe0e26;5b2000e58efb33fe;5b1936f1f0253ac1;56af068594143616;40b4ae3df7f899bf;40095701a4e80308;38dbbf07e74f4d7b;2d1f2150a6020a04;2cb217bc2fe21247;2b79e90e014c1fdf;22aad25f94a1514d;21d8f516f4661d87;119009f3c94adb84;0ca4f565c7e354a0;0b7be73f39b0ca39;09baedc2c6da6a56;051f8bee653334c8;09c875c09ed17560
52,Fluor,2017-07-03,2017-09-01,2017,4425,5,5,5,FL;NC;NV;SC,4,4003,SC,Jenkinsville,Closure,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/f/fluor.html,ea08a0fddac2e4c6;cf635806afb29233;58fd9fceeff4ff2e;3d0c05e33372f706;096c047d7338acd8
53,Embassy Suites,2020-03-18,2020-08-20,2020,4423,67,67,52,AZ;CA;CO;DC;FL;IL;IN;MI;MN;MO;NC;OH;OR;PA;TN;TX;VA;WA,18,149,CA,"Napa, Napa County",COVID Permanent;COVID-19 - Temporary Closure;COVID-19 Permanent RIF;Closure Temporary;LO;Large Layoff - 10 or more workers;Layoff;Layoff Expected To Last More Than 6 Months;Layoff Temporary;Layoff Unk,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/e/embassy-suites.html,c86ed9016a51ee69;ba2a561a18a374b2;9fc611963d94b8bb;7bc14409697df331;472b7860816956d5;3a0d669d8f855dac;a03fd9b5b2b93335;d37498424a70906e;8c87c36ec4ce31e5;f99916579eb58e51;3cbcbd99dea35fc4;28f01b06583093e5;bc4b7147eef11537;17aaa6728938d9a0;0ee3258b69c80b9b;f4c8b8a250e8c5b6;abc3161d05ee1c57;1b64bc8771a99644;bc4e5ee70c7842cb;7ceb5933f8682496;3e179771d29f1c8e;159cf20d3c12ce77;38b73a5b0507d199;266710bbb90954db;0a406fdf63ee4443;82f12583fb398f8a;5508f7b84dc17c3c;303ac82aea919542;0d141d89e5f729d8;2b96688b24aa2e50;14ef0232da9cda51;9ff331111b5f213f;2d4a166e58511e97;55c33264cc462fac;7a31dbad53169a54;beb6239293f83baa;78f4b75c1fab23bf;487841960f6ba5cd;1a0cf8e8c4540ac1;149db4269627dbb8;ed988a83244a3154;775833679f861859;14cd3d5922c6a9eb;fcf60d7fa6b5664d;fd1115181e880007;461eb29643781fac;e30ea0e0b7bc79c2;a37ff897ed2b6979;0b6da051d7b00328;e984bab30a37d596;6ffbb0dd71113c27;bdbd2bed95046cce;9a89c2d213eb2ff4;66fc4fa025e063fb;55c331ddce6b7e8b;67c769f52b269b6a;df44c5f909950d09;cd874823beeab859;06e37021f9951d9e;ae1cb90116a7988f;7d58689d29b6ee35;5e5e0012ed4086ec;c4ccd7f14f9ff12c;405aa753e9fce4d4;6ba266313beed205;3016325f8d49dad3;2129c80cf957befa
54,Meta Platforms,2022-11-09,2022-12-02,2022,4374,30,30,9,CA;NY;TX;WA,4,871,NY,New York,Layoff;Layoff Permanent,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/m/meta-platforms.html,003868e7ae53e292;b5669b2d36cb1ab7;3f4823138e0819ff;c34c9163c4135b03;a69bc1927ba8566d;8fdec61d3634982f;7e51f43001cd9b72;48a0339ac6b21dcd;19ac9a9f30f00a13;fbdc26b6f31fbfca;cf870b6dfc6f5183;cc6bb6656c25db6f;bef30368c0073ee5;bbb86cee497f5cf5;bb7012e6cb212e23;931610cb23ea41c0;85ee68ca89fd883e;7e2468a6c869e40f;7c360e662325774a;73a7dca2c487071e;6dd16b117dca4747;6d57facb6a6def9a;5ee05cef1eef729a;5c221239e5705ebd;543e04d724203317;3af93a9289ec3dbb;35c3790e47fea919;2a27ce04e83479f7;097f787d1e8fb577;049656ab1517e130
55,Caterpillar,2008-12-18,2009-03-17,2008,4370,7,7,7,IL;IN,2,1490,IL,"Decatur, 27th & Pershing Rd.",LO;State,false,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/c/caterpillar.html,e8766864e1dd1628;64b41cec6b198e08;5d60bdd1e00ee8db;0ee2d895f4c464ae;8fad0a01f35cd7aa;3b13dfd51dc187c3;b65565154b8f7783
56,Miller's Ale House,2020-03-21,2020-06-01,2020,4351,57,57,52,FL;IL;MD;NV;NY;OH;PA;VA,8,144,FL,"ORLANDO, FL, 32819",2;Layoff;State,false,false,1,41,https://approjects-warn-act-notices.static.hf.space/employers/m/miller-s-ale-house.html,ec22b9d0e5f7d78c;a3306c2c138a587f;9dfc369a1e69a384;990a9e81e0cdf569;739e1190f5d47eff;70bf01c333d33434;50c6b85dc6c67a94;fc56bfe645eb7738;e5fa840dbf6fa1d8;dd43246f1f63e598;c41ae0322f1873ea;bd024a65e9292c64;7daf04da2a280fab;652d241c4e70fbca;31174310b011850f;75080d0776b515e0;102e4e51991c983c;fec68ccda873499a;c84df451ba3ddb5d;2d058132fc25b4a4;255b58fb9845402f;ef03d30ae14f4282;e00644d2f589a282;dc2d9bbc28edbc1d;c596a520a9597bc3;b7fec45605c0fd9f;ab3cdb9ffa26dcc1;aad37c59c35b340e;a187d02c0e426c7f;7d951188f0473a27;7d019a55bf9e9e8d;6d2411eb61c211e7;6aca6a79242d6e0f;55b4846ffc6df830;386fa08343ca6b1a;308bdb80a94a817d;29284d36a336f401;1f90c5e5f20a2438;ddbccbcac93933ee;b09122c34c689e14;acc76b7445f5e700;6e82f6bbc61ba904;49c75a7b8fc40fba;f9c227e230db7759;ec44cc772230bb26;e2dc778d7b396b09;bd136457d8a9a565;693b686f7b87881d;3818a5c416d63547;24144830df0c89c3;d387407679c3054d;91e1dbb4de7e314b;dfe2b7946eeea7cd;0f6132483ecb694a;c8b5782a21f9f381;0e8b5d1386863b61;2da923e85c022d3b
57,Fca US,2019-02-27,2019-02-27,2019,4335,1,1,1,IL,1,4335,IL,"Belvidere, 3000 West Chrysler Drive",State,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/f/fca-us.html,19fbcdba37be406d
58,Southwest Airlines,2020-11-06,2021-01-08,2020,4300,47,34,33,CA;CO;FL;HI;MO;NM;NV;NY;OK;OR;TN;VA;WA;WI,14,632,CA,"Los Angeles, Los Angeles County",COVID Furloughs (temporary);COVID-Permanent;Correction to Union Contact;Furloughs;Large Layoff - 10 or more workers;Layoff;Layoff Temporary;Mass Layoff;Recinded Layoffs due to PPP availability;WR,false,false,1,41,https://approjects-warn-act-notices.static.hf.space/employers/s/southwest-airlines.html,ff0de30da640071d;261c93ccf9ce9ba5;f64e0951971d779a;e59b1ae951937c12;e491820bc20c6e60;9ddae32a0ce94e10;9cf7b7a09f0f89ec;997c475263d4c091;846ae097063e43f8;6774287760868945;4826d6c6852a3f66;2645ce6508cddba9;c9cc6677a94a58d6;fb043f0725f11a34;d610fb3426b49219;e968cd5b0773f328;c0218bd330a18167;a6ca1034fb42fcd8;93731096993a6aca;861041e86465d8d5;775a28cb29c74c8b;6c42cfed59a22e93;62444549e5dea1cf;5ce2578a5149281d;3c1d769ce099ed05;3ac5200f15e63abb;39573589d1b079a6;21df8b15731bc8e3;16ad9be27ce7923e;f3af67a0bdf71c1c;d316a000156853e6;d3024dfef4bebf35;43372d07801fb29a;2f3950893a8a0a1d;d44b69570b70dd56;445e5f04289225e4;3e3fb5f972f4beab;29fb5b80ea4171f6;22c641b153b5cc1f;1cc747a3090ea697;0c5454efc1e34547;e8e2dbb34178b167;b306e10d59bb64d2;7d66cba3fd2fb6a0;2b0f81b5462e685b;fae6c574c1c548dc;5c06e8540254817d
59,Amazon,2025-12-13,2026-01-30,2025,4182,14,14,6,CA;NJ;NY;VA;WA,5,2198,WA,Various locations in Washington,Closure;Layoff;Layoff Permanent,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/a/amazon.html,6c92462c0734ec7f;68824ee5890b43a6;b23bb6d4cf2d91f1;92e1e8e50c9211fb;264eb2ad89238be3;f9d6525a370f2ba1;d6bf4f86f1eb6cc1;bdc52ae577ec9732;abb6b19e3dbc92c6;958ccc4b7100994f;7d24e58621511b57;50ec247e014ef433;3bce1c5584338198;137fc9dfa23c0132
60,Penn Traffic Company (P&C/Quality Stores/Warehouses),2009-11-19,2009-11-19,2009,4142,1,1,1,NY,1,4142,NY,"North Country Region - Jefferson, Lewis, and St. Lawrence Counties Central Region - Cortland, Cayuga, Onondaga, and Oswego Counties Mohawk Valley Region - Montgomery, Oneida, and Madison Counties Western Region - Erie, Niagara, Cattaraugus, and Chautauqua Counties. Southern Tier - Chenango, Otsego, Chemung, Steuben, Schuyler, Tioga and Tompkins Counties Finger Lakes - Yates, and Seneca Counties",Plant Closing,true,false,0,16,,7c2ed42b065bccdc
61,Midway Airlines,1991-11-04,1991-11-04,1991,4125,2,2,2,IL,1,3998,IL,"Chicago, 5959 S Cicero Ave",State,false,false,0,2,https://approjects-warn-act-notices.static.hf.space/employers/m/midway-airlines.html,52a6edf5186fad29;47f5d980f5ddc642
62,"Zachry Industrial, Inc. (Sabine Pass)",2024-06-03,2024-06-03,2024,4072,1,1,1,TX,1,4072,TX,"Sabine Pass, Jefferson",,true,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/z/zachry-industrial-inc-sabine-pass.html,4371baa4b78d279f
63,General Motors,2005-03-02,2005-03-02,2005,3975,2,2,2,MI,1,2200,MI,- Lansing Car Assem Lansing,Facility Closure,false,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/g/general-motors.html,e9ded5dababf6cb6;3effe89ab3a609ff
64,Cox Automotive,2020-05-08,2020-05-17,2020,3943,22,22,22,CA;CO;IN;MD;MI;MN;MO;NC;NV;OH;PA;SC;TN;VA;WA,15,682,PA,"Manheim, Lancaster",2;COVID - Temporary;LO;Layoff;Layoff Temporary;Mass Layoff;Temporary Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/cox-automotive.html,efced22e450d2f91;c9662da7ce1d2389;c389f0dff1a52872;792d08f4b8011103;62aa0b40244a1532;5fbd9b82c7623389;59aad65498f17674;2bf7dc97e24610f3;29e6b530b9daa2b1;1f4e3290af0ec571;6b50e560d93a1cdb;5a71c6184adac8e3;051908389e386529;044f1a0481a3d68d;2a3faeccb2a96227;a61be007373f829c;eab637f3ba643c3b;a7c64a67ba54509e;a67d3ebb245bf802;909de1b992f60b49;7713b172bdab3c3f;058d3bb305319613
65,Macy's,2019-09-18,2020-02-05,2019,3881,22,21,16,AZ;CA;CT;FL;MD;NY;OH;TN;WA,9,843,AZ,Tempe,1;Closing;Closure;Closure Permanent;Layoff;WARN,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/m/macy-s.html,7a58630b1c5b5ddc;0e82663eb1c632cb;1cfedede7120e6a0;5410a8916756b09e;ffca96ef8955582f;f41ab9b437f61ac2;e9ee90ab3ae873b2;3431d4dbec09e107;d537cf85ce33efe4;d20a68e6249069d6;9eeb288a3e87a891;1e8540cab219e417;0072825439bd624c;ea6f7be73b80c056;285adea998b08110;a122cd88ca5299ed;e7186d640520b79f;d91771cfb00493d9;ced19468f44de586;c6676fe08d50407a;83ec3b3cae7d3816;ccdf2763b7b9eeb1
66,Alaska Airlines,2020-07-29,2020-08-10,2020,3791,8,8,8,AK;CA;ID;OR;WA,5,1583,WA,"Seatac, Seattle",Layoff;Layoff Permanent;Permanent;Reduction,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/alaska-airlines.html,e5ab8f0e8b7266e7;9f77675c48bd8a3d;53557de7196745ed;f3cb3acf37c2f561;61690a83ae7ab3a0;b4508155aeaa4cef;f614ce45056e6b48;78b1df353a8357ce
67,Levy,2020-06-24,2020-08-11,2020,3780,17,17,15,CA;FL;IL;IN;MO;NV;NY;OH;OR;UT;WI,11,637,IL,"Chicago, 333 W. 35th Street",Closure Temporary;LO;Layoff;Layoff Permanent;Reduction;State;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/levy.html,ebd33d69040e6fb1;9011be1010d24765;5c073729d2644625;4657d51f69598ed3;42374c0e4683f2e4;3b800f0963820f3e;b135a67a023aed33;2df9a7a3b825b7c6;d42787b71c4e6e0b;d12a145515d76afe;aa3e5784c2f0b300;493c1875c0406344;3a19a9f620f7cf4a;bd8c03aa1a46d877;a321e2f4fbac6314;f34b5ecb1827f1f9;cdfa5f262f2ae1aa
68,United States Steel,2020-05-01,2020-05-01,2020,3765,1,1,1,IN,1,3765,IN,Gary and Portage,LO,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/u/united-states-steel.html,4f791ac6547b8a40
69,Chanute Air Force Base,1988-12-23,1988-12-23,1988,3750,1,1,1,IL,1,3750,IL,"CHANUTE AIR BASE, 3345 MSSQ/MSC BLDG 242",State,true,false,0,2,,d573277e301ede6a
70,Kellogg,2017-04-06,2017-08-04,2017,3729,22,22,22,AZ;CA;FL;IL;IN;MD;MI;NC;NJ;NY;PA;TN;UT,13,316,NJ,Cranbury,2;CL;Closure;Closure Permanent;Layoff;Layoff Permanent;Plant Closing;State;WARN,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/k/kellogg.html,9a8065b3601ac2b9;07f8536080451e3f;ac7213cdf6ba7b87;8a846719f60b4b69;80d16a264cebe31f;49f58d12aec6fb72;f1ed4d801921d1e9;e391912ffca4b6a3;d753f0cf9f20715a;d54a97c8f5860557;a510891420867d96;2216a527057e74ab;218408077b0476d3;1d55876890e88623;179b0fc9c72183fb;e6349d932e4ce4f7;be51715c193b330e;d2a6f0ed4cbc5519;5285d676be67e389;2b74d565cb8e378d;b71aeed3b20f1e8f;4f014aa554b776ee
71,Fca US,2023-12-07,2023-12-07,2023,3678,2,2,2,MI;OH,2,2453,MI,Detroit,Layoff,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/f/fca-us.html,f015f87b7185f9b2;0be0fb9e4c19386e
72,RaterLabs,2024-02-06,2024-02-06,2024,3657,1,1,1,WA,1,3657,WA,Kirkland,Layoff,true,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/r/raterlabs.html,d64c0e916409f444
73,Swissport,2020-06-03,2020-08-06,2020,3654,16,16,14,CA;CO;FL;IL;MI;MN;NV;NY;VA;WA,10,892,NY,Queens,COVID Temporary;Layoff;Layoff Temporary;Mass Layoff;State;Workforce Reduction,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/swissport.html,486c6c0156de052b;7714a0751a8c6e1a;54497ab694d37241;cb5f3df13bbad0f7;8d146807f7ace36a;53cd4ee7f082dc2e;c48c2eba9ff04a13;7b00dc4cd2ad0494;2effd20aec644766;b94a4f3b8196c3e1;5e54db27f6330bb9;e53b8e912dcbd5e7;aeef9452dc16fa0b;acdcd9af480630d9;440bf11285fe29fd;b7d6fefb43c96846
74,Mirage Casino-Hotel,2020-05-05,2020-05-11,2020,3650,2,2,1,NV,1,3523,NV,Las Vegas,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/mirage-casino-hotel.html,f78d5e87e84dfd75;460d412b871e135b
75,Fox Sports Productions,2020-05-02,2020-05-02,2020,3595,1,1,1,CA,1,3595,CA,"Los Angeles, Los Angeles County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/f/fox-sports-productions.html,4615770a14a1fbab
76,Abercrombie & Fitch,2020-04-08,2020-06-10,2020,3577,16,16,16,CA;NY;WI,3,1166,NY,New York,CL;Closure;Closure Permanent;Closure Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/abercrombie-fitch.html,b502ef5a39342bd1;f9f0076a5ccfeffa;cf805f83a94d7e67;cdab956af934fdf9;b505fbc7e681930c;77bafd8554451aac;64a626780ebfcbde;463e81b621623de1;419b3869e282fff4;300d94d2392ded74;255c2bf5b258b21d;c93f5ec263380bc3;3a8199f934125383;2aebdd7a6bf26f7c;13d96674e341ba88;4db90c7aa1ae73c4
77,Compass Group,2020-07-07,2020-12-08,2020,3572,40,40,19,CA;DC;IL;KS;MD;MO;NJ;NY;TX;WA,10,349,MD,"Towson University 8000 York Road Baltimore, MD 21252",2;Closure;Layoff;Layoff Permanent;State;WARN,false,false,1,41,https://approjects-warn-act-notices.static.hf.space/employers/c/compass-group.html,fbd959c14bb609df;373844dfeab81801;7e3bd15b5710d91b;4f9074ee9e9496a2;73a0d42d69346608;e771d3bc61eca23f;198712841ca2daa9;5e89a8f070077689;bae6eb9fd7c1e34c;a2398f3fe721ade6;fbe27d00bbdb47ef;ab027e1d10dc99a8;7c2297ecaf845d52;5fd3b6dd24de9e14;373303951141c78a;22a6377419943642;1ed5b9a79c8da379;7d3efc9cd5396b1e;c4f535422b459498;173592178885b5af;ccd065f7639ade26;46ef123219f59d79;9ee1ca6e177130e5;e826c784f1d3e6de;93b678ca33dd95e8;6fa34eca4b34f897;633a4f20b564cfab;5be9caf208894fbc;a0c05296f4d02c3c;a4506f2f91154cd8;37ec1624253212d8;20a4ab4e1adea22e;b4ab8bf6d46638aa;ec312917120713e7;ef48c2e1f5d63b34;d8a7b257ad234eb8;83ce82d2a3c13c98;33b5217639551a76;0c3e84c5c53d9520;532c50a802b5d61c
78,Haliburton Energy Services-N. Sam Houston,2020-03-18,2020-03-18,2020,3500,1,1,1,TX,1,3500,TX,"Houston, Harris",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/haliburton-energy-services-n-sam-houston.html,62f41bf604cb84de
79,Meta Platforms,2023-04-19,2023-06-26,2023,3487,59,59,7,CA;NJ;NY,3,548,NY,New York,Layoff;Layoff Permanent,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/m/meta-platforms.html,af96baee9688be45;1c71e97d54859afc;fc60e1504ae16a59;b65d52cb6463b484;8c2baee1bfcefe1c;29416ac524a0cae7;f4ea9bd10c6335d8;eed7471ce9514926;ed04902f5f696d58;e907dfab9eaad89d;d6da008d4f25fe40;d4f9ed51f8eb90ee;c656efe20fd75c5f;c197c45f839d6204;b1220477f50de2fa;aa615d26956b44f4;a5c9900476d0a1fd;94d399db1cc442a3;8d7529de386376df;862c1287978d86f6;82ba5bc464c7e7b4;70ba29b120920bd3;5982b51ad70afefb;5185ec4bc9e83fe8;4c5fc598bb230e30;4869e0f29e8ec93a;3a262dab9826634d;39db43f9aefa104f;39305b816ae1ec6b;1d6f3fff1ef8c724;1c291cc464eed1ca;19743dce9d91f633;014b82135cfac836;bd0b1f93c489c70e;effa976be9123bc9;a3c4ec89bb6847e2;8a07a6b8ddf1787e;6d194c01de9e11df;5d39b43a400d6d05;47101b279a34bbd6;29546c8df1db4980;e9737c4f16aa8ff4;95f13546fad296df;8396ae48c78c2f0c;63fdf2ba664b2bcd;5572de06288be742;4f6fe73c9b390828;33b543b0c50ec10e;2529d1229e9e5dba;e6162da22a6f2380;db9da49770fec810;d95cf63928007503;bbcc6b7077b2907f;b728fa871b47a761;75d7cfa4fae783ac;70b6ae5b55d09bcd;6e0834392bbced10;58551cf845d6ae2c;30cd396b1fd96f65
80,Cessna,2009-01-29,2009-02-26,2009,3480,2,2,1,KS,1,2800,KS,,WARN,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/c/cessna.html,537c325d86807c24;5653bde64cf48522
81,"Gebbers Farms, Etal",2025-10-10,2025-10-10,2025,3465,1,1,1,WA,1,3465,WA,Brewster,Layoff,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/g/gebbers-farms-etal.html,84e13a9527ee3a6b
82,Sodexo,2020-03-13,2020-09-10,2020,3460,33,32,27,CA;CO;CT;IL;IN;MD;MN;NJ;NY;OH;PA;TN;TX;VA;WA,15,708,PA,"Pittsburgh, Allegheny",2;CL;Closing;Closure;Furlough;Layoff;Layoff Permanent;Layoff Temporary;State;Temporary Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/sodexo.html,39a677fcb51b867d;f941b1420a0a58fa;1f8cabc18e5097f5;ae9f33dbabeb5559;45d82cfc63c7945f;74d63fb6749efd84;562594489e104b2a;bfa2b1c1aa4a7599;3b343cd0298c25bc;e1c7c992147346c7;42f82d44283cebf5;3a698201b1e0a523;17f8632ac0979448;d3ba3d526ccbb65e;4cf761791e82ecd1;cdb7f3e30c18a5d5;b973af13617cd7ca;62177d31d6d8db10;bd80ad6c8ad3cdd2;9991f7144a9bd019;04d658702fb5fb0f;83adabca7e75025e;3f2bfba4e6db802d;9f2ae0d1c08b2b52;c9a891df26194934;b66977ad27a30e04;c4f466014292979f;87c4a8b03fb5fdfe;3d165e46dfc70d04;3bfc560555fe8fe2;2bb16758517f83c4;157433dd1126359f;4fff99985fb47632
83,American Apparel,2016-11-07,2016-11-07,2016,3457,3,3,3,CA,1,2166,CA,Los Angeles,Closure Permanent,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/a/american-apparel.html,8ab1cc59eced2eaf;2594cc9d85670bd7;06c8b3289dae667f
84,Cal Poly,2020-05-26,2020-06-06,2020,3405,2,2,2,CA,1,2626,CA,"San Luis Obispo, San Luis Obispo County",Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/cal-poly.html,52d24447aff4a816;c0f89eaff1b08a78
85,Kmart,2003-01-12,2003-01-16,2003,3404,27,25,26,AL;IL;KS;MI,4,358,MI,Dearborn,Closing *;Facility Closure;State;WARN,false,false,1,10,https://approjects-warn-act-notices.static.hf.space/employers/k/kmart.html,f83f4b8f8528ccb1;c7a8fbc18759b022;98a89fa6d1a895d9;982d4fbbefe85bad;78155cde8f278152;743e65e47f93a6c7;64cfbf09dd706952;26edc3452b269604;1ff2930653a323da;1995ad1d3e762772;0e2c06b71e84b205;c530eb3b29b252be;88ca8683984efaae;39c0135fe4eb0d38;2c52905a11bbfe5a;f747069cdfa432a8;c89bcb83dbb634da;ac5b9cb805782168;a8c9e44833d3e0f0;a33daca05e3b0965;96dd9b0bb0a147b6;8091c85629f9dc08;5b50d485f2436b00;40b1f35b4429636c;2e25b08c365aafd2;267ea32476200490;07ca2bea27c1fc68
86,Universal City Studios,2020-05-13,2020-06-10,2020,3404,3,3,1,CA,1,3025,CA,"Universal City, Los Angeles County",Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/u/universal-city-studios.html,69bf67b8cd698317;a22e15b424fceea7;5c3a098b729fd2fe
87,First Brands Group,2026-02-03,2026-03-04,2026,3404,18,18,16,CA;IL;IN;KS;MI;OH;PA;SC;TN;TX,10,642,IL,"Albion, 200 S 4TH St",CL;Closing;Closure;Closure Permanent;Layoff;Permanent layoff;State;WARN,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/f/first-brands-group.html,ac99fdc420ce3803;00fbabe43115b8c3;8985fa7cbc11e443;cb7e83541aa143ed;8805476cf54c4da7;7c6c4540b80b49f2;4d75dc17eae4c073;311a37bb22f2178a;1e0f0d03a9faea2d;f11002596192b498;91e846cc4c3fe030;63732291612f996e;4860bb2a790e381f;2436ba908ce23bf2;e1c3ad4098152bb7;c6afa109488a9a40;68437fa170a001d2;0aa1b19806b6dcc8
88,Farmer Jack,2007-06-12,2007-06-12,2007,3400,1,1,1,MI,1,3400,MI,Statewide,Plant Closing,true,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/f/farmer-jack.html,0eaa6d46f89be51d
89,Washington Mutual,2008-11-12,2008-11-12,2008,3400,1,1,1,WA,1,3400,WA,Seattle,Layoff,true,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/w/washington-mutual.html,ebd688a04bea779a
90,Greater Philadelphia YMCA,2020-03-20,2020-03-20,2020,3400,1,1,1,PA,1,3400,PA,"Conshohocken, Philadelphia",Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/greater-philadelphia-ymca.html,b237a65ba31affdc
91,Microsoft,2023-01-18,2023-07-10,2023,3381,20,20,4,CA;WA,2,878,WA,"Redmond, Bellevue, Issaquah",Layoff;Layoff Permanent,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/m/microsoft.html,680cc01671c1323e;c28ee78c0a0be0c6;7abc87d3cea2bd7b;0a510378198b781c;d5ecc49ecfa15383;ab2881b6c188dd3f;434dc201ce16aa38;200aa759d22869d4;16cb42c7180040ac;0d74818dd68d96d6;455c28c2c49e76e6;85415603dbf98e5c;0b1e25e9338ae1c4;71aa8ded2011015e;c9a216188b4ea9f7;ad31e8b0f2dde287;942bc77f79112652;9c9ad154a6498971;7186256640653b58;6a857560cc99e36e
92,Amazon,2022-11-09,2023-01-20,2022,3356,23,23,7,CA;NY;WA,3,2320,WA,"Seattle, Bellevue",Layoff;Layoff Permanent,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/a/amazon.html,b9c87d42e69b9d42;b29716785de31bb0;6121050919810e65;5c926909db915a11;406db983b4dc3027;22a6dfadc9175728;2267709057cd4aa0;c58436cc0d648bf4;bab882bbb81a73a3;fc86a8e9630a06fd;df9085534bf7598e;d448c948b3187221;d3362a6ed091dd1d;c02aea73b7403b94;bc4e13e42128072b;b58d4b2d3f3d2519;b02c34744990590f;6efa33596ef53170;6967a3aa0a803eb5;5e720b98d3dbc802;543147b8ca222e15;3f4b8629ce51f1d4;04a99b79b21ba966
93,Mirage Casino-Hotel,2024-05-15,2024-05-15,2024,3350,1,1,1,NV,1,3350,NV,Las Vegas,Closure,true,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/m/mirage-casino-hotel.html,e4211d744c44dd25
94,Hilton Hotel Employer,2020-04-17,2020-05-21,2020,3326,8,8,8,CA,1,1038,CA,"Anaheim, Orange County",Layoff Temporary;Layoff Unknown at this time,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hilton-hotel-employer.html,e5e00cbe1cebd425;7f0e9ce56ee5215f;2956dd647777290d;a57086469f4a310e;9f4daaefd78c1bd5;8d7d243493e32fdc;b5aeee9496d835f4;680204ce49816c78
95,Saint Vincent Catholic Medical Centers of New York,2010-04-15,2010-06-15,2010,3311,5,5,1,NY,1,2850,NY,New York,Plant Closing,false,false,0,23,https://approjects-warn-act-notices.static.hf.space/employers/s/saint-vincent-catholic-medical-centers-of-new-york.html,fa7f5937f9f51cda;ccab29aa5ae7b23c;9d167728b5f366ee;9bf0f3d2d20ad4d3;b3ceaf1b6fa7f3fe
96,Microsoft,2025-05-13,2025-09-08,2025,3296,10,10,3,CA;WA,2,1985,WA,Redmond,Layoff;Layoff Permanent,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/m/microsoft.html,4134d30a9a015cc5;e684a7c13a553395;5aa976244d8a794a;439b69e715983a4b;a8430d6af362d889;a137dcadb45719f0;5fac45891d8f6730;4877645070317c6b;6e61e68682ec0501;3abf5bcdc1fee57f
97,Aramark,2020-03-16,2020-05-26,2020,3291,10,10,10,CA;MI;NC;OH;TN;TX,6,1829,CA,"Yosemite National Park, Mariposa County",Layoff;Layoff Temporary;Mass Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,fe7779365904fc08;8a9abdb524d4e433;9303acc1177f9507;828f933946f57b01;f21f76c041c7999b;c1695560fbc4359d;ab653811201c6602;2d31ed2631e73a11;28985047dbaea393;050dd575514ff357
98,Live Nation,2020-04-29,2020-09-22,2020,3288,50,50,22,CA;FL;NV;NY;OH;TX,6,690,CA,"Los Angeles, Los Angeles County",Layoff;Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/live-nation.html,d350cd0f1e106da4;a3d34af8a4a768a1;c7dfdb65e31e4f5c;c629e8703e5a11b2;b579078b58759b76;934d9ed8b73c11f2;8d7801b34cf28ced;89f22c23ded496dc;2074e0b284d707fd;84723ccd4f8266e0;40a88b4e5704d3f3;3f64655416468137;f66cdb46c16cf213;b9a398aee0626750;72129aa3c4f6bf1a;5bc9b454f85ffaaf;0656b9fb455cf6bc;37eed45328e21b47;11a71b736d90252e;b7db888dca48d512;8461f5dac741d37d;0228d47e583afe08;109a1d658e52fa77;a19cb83e76091fd7;9fd52f39677559ed;9e497cad008ecb30;9383e980b1a16d39;8fa3a53077f2a2ef;8c49513fa007a18a;03871bd0beb9db6f;dc0dd1a8a908da21;bebb4aa363a81188;54403fb0b52ac14a;469eb232bf54328c;b4e2582fd0826de1;7877214fd644404c;f1cf8bd0ff2f4927;e6d66197d562f105;9af844e535f0c526;841343a3be827ad7;7feaad206e71c239;f7e969456ab1eb1e;f51d29207cdbc0a0;f0805d543a57da77;c86fe39c887e457f;bf124c2bdffaadbe;ae2947b427c0f96f;9c396002b6ebcd20;72733bb694f6a3aa;4cda1915e022c6c2
99,Revel Entertainment Group,2014-06-01,2014-06-01,2014,3286,1,1,1,NJ,1,3286,NJ,Atlantic City,,true,false,0,29,,c8d78b0e9b9a6715
100,Benihana,2020-03-16,2020-04-27,2020,3265,54,53,51,AK;AZ;CA;FL;IL;IN;MD;MN;NV;NY;OH;OR;PA;TN;TX;VA,16,161,NY,New York,2;COVID-19;Closure;Closure Temporary;LO;Layoff;Layoff Temporary;Reduction;State;Temporary Layoff;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/benihana.html,c56c70c34b00ef5d;72b2e57e552bf28e;d7d5cdac6e67f796;625bb314efa81e25;149d5e126c36991e;34fe31f4dae89506;e60de8e90f7ca46b;e5262c9410b3f905;da01dae7088ec9ca;a0979a030e3643a1;32c2d4594dc77f92;2d461c7a0b7a0a72;b0ef0c4c8f7259c9;0d29dc6731c6ee95;dbeaf41782b0fa27;b3802f6591872a9a;a231598b26082ea3;93a17684eb3c30cf;774a4a6342207569;6d6d942ada999fcd;555e12fedfb2b365;4ba5d86913907527;3d90fe26daafd92e;3727ef03219c390d;332185c949c14551;18afb1ac4db101da;0c19e89e400296ff;1e70ae5834dfa349;f24d367301d33946;d865ff3c37c267de;c76676367329cadf;c469363696ff5283;bcfd975de4a4f0fc;b2a8b5f75f085cd4;56c17772aa52ab32;41ba640253008df2;34b568f4e22d1d76;00d3da415eb2725b;95152e614aad0688;ded232f11d921101;b6976d56947d3e2c;3e07be981e872597;ef6989b6164dd70d;d09355f9301d4e4e;cad3007a989a24d7;ac964a8d62dde9fb;9b8c1e2bed302d85;968be847fdd6d00b;8b69876a5d0e0873;8132edb25607f608;40ae8977d004a313;0e8ecbb82c873868;074c189a9237cf65;cd91bd0b5f74c1ac
101,Hyatt Regency,2020-08-24,2020-12-14,2020,3228,32,30,20,CA;CO;CT;FL;HI;IL;OH;TX,8,1010,IL,"Chicago, 151 E. Wacker Dr",COVID-Permanent;Closure Permanent;Layoff Permanent;Layoff Temporary;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hyatt-regency.html,bbd7ebadec7d3dc6;abb91a954a9888f9;9023648b38be83cd;2270842c808b9885;195385af6686dfcc;29bf1658968ca8b0;776efd55dba2359d;612ff4de07187480;6ec7c379b6a78512;3f913a34c79a1dbe;3d9c46f49fc62796;3832f85f092ef182;189c342729d0d660;01548c871d0b4ab6;478d2fbfb77b2994;5faee7652552a792;aa46744298c2ea60;40bbd8a8eb5057b6;dbd8f2393a4d7720;c69e62e589c19710;0176d7d66296f8d0;dee3e5ded0e1b61f;d0efab0c6c006f8d;b405364b2e138488;4d2fc2c1eaf6c1ac;d27e6e7589827079;30fe85ef20da7e82;abd4d533190e07b6;d3e9413b4d2667c3;17b23baecb57d969;b7e52e2cc39aa8e5;858c413aa9db1861
102,Amazon,2025-10-01,2025-10-28,2025,3217,15,15,5,CA;NJ;NY;WA,4,2303,WA,Various locations in Washington,Closure Permanent;Layoff,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/a/amazon.html,82753de3a3a7ef8c;9aa2a75b78656b6e;e81afe9d66f46e1a;a87f1a78253dfc50;4182e0c70de715b4;ee35d8b3c7cc79ea;dd29541b0eafe7bd;c1eeb68b7023874d;a9f1c619153d4939;767f02ecbda633a2;44bd0e03112b1fb2;3a31b25654de07d6;27961382cc6ecd5d;12d69b1753f8fca3;070b17574c70111e
103,Tyson - Lexington,2025-11-21,2025-11-21,2025,3212,1,1,1,NE,1,3212,NE,Lexington,,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/t/tyson-lexington.html,0aeaf5ee34a9520b
104,Toledo North Assembly Plant,2017-02-10,2017-02-10,2017,3207,1,1,1,OH,1,3207,OH,Toledo/Lucas,,true,false,0,37,,5bf65455cc2061cc
105,Phwlv,2020-03-17,2020-03-17,2020,3200,1,1,1,NV,1,3200,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/phwlv.html,5417fa65204138c3
106,Harrah's Las Vegas,2020-04-22,2020-04-22,2020,3182,1,1,1,NV,1,3182,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/harrah-s-las-vegas.html,09d8c9844bd8c461
107,DynCorp,2003-09-29,2003-09-29,2003,3157,1,1,1,AL,1,3157,AL,Daleville,Closing *,true,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/d/dyncorp.html,4982426158265171
108,Cosmopolitan LV,2020-07-01,2020-07-01,2020,3128,1,1,1,NV,1,3128,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/cosmopolitan-lv.html,7728d43355127bd8
109,Trump Taj Mahal Associates,2014-09-01,2014-09-01,2014,3101,1,1,1,NJ,1,3101,NJ,Atlantic City,,true,false,0,29,,58b1463b8eb5f745
110,Toyota Motor North America,2015-07-22,2015-07-22,2015,3100,2,2,2,CA,1,3000,CA,Torrance,Closure Permanent,false,false,0,33,,a649c72275e5dac6;5d41dd29164a6610
111,Ford Motor,2019-02-04,2019-02-04,2019,3100,1,1,1,MI,1,3100,MI,Flat Rock,Mass Layoff,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/f/ford-motor.html,811931e1ef6388c0
112,Hyatt,2020-05-11,2020-07-07,2020,3087,15,15,8,CA;CT;IL;MO;NC;NY;TX;WI,8,745,NY,New York,Layoff;Layoff Permanent;State;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hyatt.html,442779d19e4ad3a3;c34ee63a72204e8e;f32f30e1fb48206d;e53751033c0b593c;dfe752693b88fd86;bab83c3ebf0c8c80;922c006e03e55b10;8aa87fc22af58e87;1edd93241352edb9;1b5814e97639274f;3813a50c693e38cd;364c09d9439392b8;c80e1abd92aa0875;3c6ac8c51016f622;3a1a32f7b590e93d
113,Farm Fresh,2018-03-14,2018-03-14,2018,3075,36,36,17,NC;VA,2,134,VA,Virginia Beach,"Closure;Closure, Layoff",false,false,2,37,https://approjects-warn-act-notices.static.hf.space/employers/f/farm-fresh.html,f45caabef2afb6df;e50be6e6b1f161f9;e0a9c72102f4bc5f;dd6158dd6e7d1fc7;dc356bca05189131;d5f77ca31ce9556a;ce3cfd946094bcf5;c811766d8962c67d;c7e6e43542b9c14d;c439760deb70eb1e;c2a5ec8b87063aee;c01e66593a56672f;bfeb6558b3552013;b88cd2452d2f677d;a7aee5b653e5a8be;a3e70a0183246c0e;9c9cde8d4969ff59;97db14cd3776f703;8f6e37e4e6443562;8ed52761a5ee42d4;8c20e3a87d89ec2c;8b169e53236e9ed7;899fb8a98560ac09;7f694070ff62d0fc;7d2071baede18876;64cea7ade25607bc;642dbf40ca86421f;60a13a49b0394605;5fcda7ef3fd436a0;401acce812a96111;37c0a34fc211380e;31956f6660ebcf70;29e979cc902660ff;2289fa0f79670bae;0d77552682502974;04d3f87d07424421
114,Pacific Dental Services,2020-04-16,2020-04-30,2020,3057,2,2,1,CA,1,3029,CA,"Irvine, Orange County",Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/pacific-dental-services.html,b3ad69302497ea84;4677650c5bebce9e
115,Atlantic Express,2010-04-29,2010-04-29,2010,3031,1,1,1,NY,1,3031,NY,New York,"Plant Closing Subsidiaries of Atlantic Express that will be affected by this closing: Amboy Bus Co. Inc. / Atlantic Queens Bus Corp with sites at: 399 Exterior Street, Bronx, NY 10451 127-45 34 th Ave",true,false,0,23,,0896cc1c752942c7
116,Southwest Key Programs,2025-07-31,2025-10-02,2025,3025,31,31,15,AZ;CA;TX,3,1467,AZ,Mesa,Closure Permanent;Layoff Permanent;WARN,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/s/southwest-key-programs.html,ef907087bb06434a;c7f76f2ac80bb5a4;8466a8277e90d53f;4f5e0564b2e47eb4;3e157c1e9b635eaa;329238df46eaa7b8;21f6a7cea9e6a57d;0937240d79e57aa8;d4c1c9ee0086f65e;bcdd4750e429e2ce;abdde004fe7d05d9;a7e1a2f7401fb814;9fa5a53eaaa3921d;4b0915c47bb1539f;48e826a6a8158304;433c8b32537a1eef;2a2c860e2a772bb7;22445e5aa09389bc;1ce2b2699f8d0639;c03aee5580991c7b;9dd607463ec7922c;ce06f109e6f9709f;c853fa802d445cb6;9abe82690e9d03b0;79d11b7818e5cb5b;3b2eff75345b7647;3a2f4b693dfad21a;3110b48b0dd7e6bb;30d9b44dd0914796;21ec306dcea97d17;184e6bf24c96b8f7
117,Walmart,2024-01-19,2024-06-20,2024,3015,21,21,16,CA;CO;GA;KS;MD;NC;NJ;OH;WA;WI,10,318,KS,"Edgerton, 30801 W 191 Street; Edgerton, Kansas 66021",CL;Closure;Closure Permanent;Layoff;Layoff Permanent;Permanent Closure;Plant Closure;WARN,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/w/walmart.html,b0956a9733aab059;a3476e5ad6387ee8;42acdd7bd7e352c7;f6f11ac5bb93c8b8;0cabc34911ec1b81;fe940f7250ab787e;933ec0e02c04bf80;654fe75d02311875;d72745adaf198a54;6368793696e9d072;d000fac5071f9677;b2b78eee638ab0bd;b7161218b08f7588;9252563821d3f3cc;546ea62c3a0dc25d;4b49385a79a69400;432c26d1717295e2;09e474dcbf0c1eb0;73e9d4f1927b627c;4c16c26fffe1641e;b9b98a1825218405
118,ArcelorMittal,2020-04-13,2020-07-27,2020,2967,20,20,14,IL;IN;MI;NC;OH;PA,6,877,IN,East Chicago,CL;LO;Layoff;Mass Layoff;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/arcelormittal.html,8edb32aaa9c67b97;6792554e50a7a786;b1a41763a1d5f800;238dc88dbe2662fa;a98c262123518420;f7e9313a5b208c23;a927eaba978c38b6;c9b45369967b5d0b;bafd27c31d604243;9cb1cf26f31a7058;46e742224f9bf0fe;dc97e916fe76b01e;bdf40164aba7a772;27e24c500cf73359;ff96eac4161b03f6;202347d45dcd7615;4ec698b56e1b76b4;3666cc6c1bc5e9b5;4ad19ef0092af15f;ded1ef15b3aa3829
119,Paris LV Operating,2020-04-22,2020-04-22,2020,2950,1,1,1,NV,1,2950,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/paris-lv-operating.html,30a2159a4e49ab3b
120,AC Ocean Walk,2019-05-01,2019-05-01,2019,2948,1,1,1,NJ,1,2948,NJ,Atlantic City,,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/a/ac-ocean-walk.html,3659d7df3ac9c811
121,Outback,2020-04-27,2020-05-04,2020,2948,45,45,43,TX,1,82,TX,"Frisco, Collin",,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/o/outback.html,f552882500dbfdc6;f2825196489e572a;ed807c44ba09e174;e6bf998eb35aa759;d70764c8b6bd66e2;d155ae58f67d346c;cdbb51481e6bed1e;c9ace3abdf64ddc4;c8e5113830109382;c42563c532de71cf;c2ae7aaeb364f9ab;ba08f907a5c8d50c;b917a28bfca0d082;b63fe70d4b5f31ff;b5f6beb5579e55f8;a995fa8e98402c20;a75a108a391b139f;a00d7ccffcb53ccb;990859bf1b2bb03a;912b2ebe89adbbc9;89b00179ab76e832;8234d4e6c3b75ad3;7f5ff9408ea1c7b7;77b0265a0a0fa0d3;7375272e62308e6f;6ffb75ab7bddcdfd;6e864a72a76de8ff;6c9fc617594359b5;6bed174d26d4cad4;66f2206900df9536;63bdc534c7bfd986;60a9daf0248757c7;5df2f652e98bb6cf;5d6409b40793a188;51ed8c2678b974b2;4f3c2c2b63a40d32;4e8caa7e23e3b719;3923dc86ccdfb945;323ab0852a4151a7;31fa4e459718aa13;21c8aae62ff95a42;18b30b72fd29c699;17048ca5a3bb8a68;15c08f1c38aabf65;63afc34721d22c23
122,Sodexo,2020-09-16,2021-01-15,2020,2931,31,30,30,CA;CO;FL;HI;ID;IL;MD;MO;NV;NY;OR;SC;TX;WA;WI,15,358,OR,Salem,2;COVID - Temporary;Closure;Closure Permanent;Layoff;Layoff Temporary;State;Temporary Layoff;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/sodexo.html,f4937714fa7da74e;deb17f46f8247992;0ddcdec2b5702b6b;e8fd33e27ad985ee;adee8e4a0f06f4e8;948623477be4b4aa;3be5de04f8ee7c7c;cf8b37e986d468a7;8c1872a566c35020;613d3336f98c289b;5b38607c74906a85;6573b6341fc3e246;f06be5928fda88c9;30ed761d7774d8da;fc60b02680ddc756;f8aaa2cc628617a1;c3fb7835c90a9261;ae667776ea69098a;8e17872498157a37;24d0c312e5c2a46f;1939d7bfe6dec44b;98a15680f15e2e2c;20caf5bbc09487cd;e24bf4eca9218660;ba78304f4b32b0db;15234a6df7f3bbef;a5bbb14092757e8a;45810ee2ebfec3e8;13a74bd0aca57193;202417bb0b1984ab;7492047bd77061d6
123,Toys R Us,2018-01-26,2018-03-15,2018,2920,19,19,14,CA;IL;KS;NJ;NY,5,1159,NJ,Wayne,Closure;Closure Permanent;State;WARN,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/t/toys-r-us.html,f786ef3736cb9991;e96dc33ec3317677;66abac12f211b7a6;5c3aa6af593d29d2;4ef93d6a0915cace;f690bad197e51f83;296500cdfff3a458;2530651405f70d06;015358e499126b6f;ffa7f62da0ae4935;b1f3b6d82749894c;b132541fa1fc26d7;9a74a446ffb11cf3;9897a11b5a8e9afe;49a35c127431f1fb;472427ccba7d03ab;46167fdcc73815c8;45d8260a37d98398;00762476b797e622
124,New England Motor Freight,2019-02-01,2019-03-04,2019,2919,17,17,17,CT;IL;MD;NJ;NY;OH;PA,7,1690,NJ,Elizabeth,1;Closing;Closure;Layoff;State,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/n/new-england-motor-freight.html,f7b32d31529be29d;c806b933da1ec0fd;8ec491f4fd984182;7bb73edce766b1eb;6adff544ac1bf7c9;295402e35f275329;1447d8d670a95f6d;13b04ebbc7eba972;0cc451e3fa72730d;072a5156d0ee6bfd;03d2248ff04f00b3;964ef007ac7975e4;cf94eec150b62400;2c3794d92e238254;ea44873b792cabf5;70d5ea8b0350eedc;1cbd2dd73ab95228
125,National Steel,2003-02-19,2003-02-21,2003,2911,5,3,5,IL;MI,2,2700,IL,"GRANITE CITY, 1951 STATE STREET",Facility Closure;State,false,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/n/national-steel.html,4efba4ad34962e3a;ff14612e2ef49bfd;f80e14bbc7e0624f;83a3a3431258bd01;2db75510d2b3943f
126,Park MGM Las Vegas,2020-05-05,2020-05-11,2020,2904,2,2,1,NV,1,2846,NV,Las Vegas,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/park-mgm-las-vegas.html,60306f3bb7fbe43c;d4ad8f4da29841fd
127,Beaumont Health,2020-04-23,2020-04-23,2020,2900,1,1,1,MI,1,2900,MI,Southfield,Mass Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/beaumont-health.html,a5cbec1763d4f9f6
128,Walmart,2016-01-15,2016-01-20,2016,2897,20,19,19,AK;AL;CA;CO;CT;MD;MI;NC;OR;TN,10,397,CA,Oakland,2;Closing;Closing *;Closure;Closure Permanent;Permanent closure;Plant Closing;Store closure,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/w/walmart.html,ffd8043ad30771b3;d3e6ef3a8584a886;c8388ab97c79d5e4;b9705bb840b4036a;b39b2c69109ae3c2;91a27e8d9de94fec;80947ae09eada295;781e876b43675f4c;6530be9b28636b71;5c2dcca30c17e349;3e6c864464e58ff7;3b557930341a9cee;3262e0780cc82f9a;318d8ab915878efb;1d0409feda8c3cec;0c6630590d6d3299;034ec3909721f75a;6dbb7098cb8fcb13;9c8dca40f19d1900;322b01b9d4658e7f
129,Trump Taj Mahal Assoc,2016-08-01,2016-08-01,2016,2848,1,1,1,NJ,1,2848,NJ,Atlantic City,,true,false,0,35,,4b02665a4a9bc568
130,Bed Bath & Beyond,2020-03-01,2020-06-17,2020,2842,18,17,18,CA;CO;FL;IL;MD;ME;NJ;NY;WI,9,579,NY,New York,2;COVID-19 - Furloughs;Closure;Layoff Temporary;State;WARN;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/bed-bath-beyond.html,6dad4fc8db18227a;d1f4a590b3e5cf46;d01579286aa485ee;b0dc82df5940e17c;9ad0a8c17917ce7d;9119b8c8e28deaeb;28a29a0029646975;02fe6dbcfc741964;7ef1bc7dd315b99e;5b754f23d467e5ed;5a21038c77914a23;4722d348962d3fbd;d3f93ecf34d5afb1;5ba20a6b8b9d47c5;dc3bcb7455d04f97;4506c78ffaeca380;3e857fb5729c5bb0;555d64dfd7e68fa1
131,Boeing,2009-01-19,2009-07-17,2009,2831,14,12,2,KS;WA,2,781,WA,Puget Sound,Layoff;WARN,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,905689437357f8d2;73158f67746cc3f7;ae36d90cb18f1521;5f4588f11f039b13;ce5e52e309718dfd;f00f44cd4c062d14;1cd314ee9ccf6642;dc92de09418a044b;30b4d79927ab0ad4;5c1613ea18947214;812c20fffbc69262;2ac74fd8728c1b36;f1878eb30bbfff5a;3746b10c492ecbc7
132,Sky Chefs,2020-06-06,2020-10-01,2020,2808,11,11,11,CA;FL;IL;MI;MN;NV;NY;WA,8,730,NY,Queens,Layoff;Layoff Permanent;Mass Layoff;State;Workforce Reduction,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/sky-chefs.html,8f017911b7ba0c8a;5240ba601cfb57f3;a2a2acbe76021a45;ff530b75484cabcb;ee343364c289b4af;75b35144e56acab1;7433363758987da2;2f8ba075a9429ba6;d1f4ad1f0a46cb29;5b25fc7ddc845b4b;28b2e92f80bd1098
133,GM - Lake Orion Assembly Plant,2009-06-01,2009-06-01,2009,2801,1,1,1,MI,1,2801,MI,Lake Orion,Mass Layoff,true,false,0,16,,5177c3a17f15f8eb
134,Venture Stores,1998-04-27,1998-04-27,1998,2795,28,28,28,IL,1,205,IL,"BEDFORD PARK, 5100 W 70TH PLACE",State,false,false,0,5,https://approjects-warn-act-notices.static.hf.space/employers/v/venture-stores.html,f6bd539f5b7886ef;f041b946674e4321;b19ddc6bec350f97;b19dc1d5625030e7;9a32f838e5fc524c;8f817d3d531c16ab;849deb02c3cff964;847ae11b55af60d3;7ed4fbb968e76ff8;6f0120bfde35e002;6eff70e4be6f7181;6606714c00e7ede7;5b6c53925316b347;59ea79e4c0ffb4e5;52f37151279b3be9;5169bf06d92eb83c;4fa7108ce30aca3a;400c503626863c24;3a8a36438c1df6c2;364a199de6d54a78;2c867631d819eba2;2882af8d5e84e384;282ea59a60c2dc4c;21db5b7bb0217ba1;215a18076c508469;20badf1f5563971c;0d8fed3a1e2f32f0;024c7523c3249820
135,Arizona Autism,2025-10-30,2025-10-30,2025,2792,1,1,1,AZ,1,2792,AZ,Phoenix,WARN,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/a/arizona-autism.html,8abb343330bbba62
136,ArcelorMittal,2008-11-21,2008-12-15,2008,2732,2,2,2,IL;IN,2,2444,IN,Burns Harbor,LO;State,false,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/a/arcelormittal.html,5924c2f7f7b8fe3c;e78e75b884ea1e67
137,Flamingo LV Operating,2020-04-22,2020-04-22,2020,2728,1,1,1,NV,1,2728,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/f/flamingo-lv-operating.html,d9ec802b5c8459be
138,Tropicana Atlantic City,2020-04-01,2020-04-01,2020,2704,1,1,1,NJ,1,2704,NJ,Atlantic City,,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/t/tropicana-atlantic-city.html,863d1ffeb6fad651
139,Luxor Hotel & Casino,2020-05-05,2020-05-11,2020,2702,2,2,1,NV,1,2649,NV,Las Vegas,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/luxor-hotel-casino.html,75ab7e1cbdfe8af3;f09e7531db4cb8a8
140,Sodexo,2025-02-24,2025-07-31,2025,2688,15,13,14,AZ;CA;CO;DC;FL;LA;MO;NC;SC;TX;WV,11,881,LA,"1500 Sugar Bowl Drive New Orleans, LA 70112",Closure;Closure Permanent;Layoff Permanent;Loss of Contract;WARN,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/s/sodexo.html,fc1ba0f5565ab58c;72c8118575009766;a86bfb677ed1d42f;56c1474c0ff2e9df;fe358de1e56bbb02;1d94aa398b504796;b16ff9e903297bcd;2bf1411b4929ef49;10206103ef2e8edb;860c36b0c6a0310c;76622ed3bc056c13;03945b363fd882d9;65e7c1330ba8f528;c5508950804c3d79;fcceb52a5bdc0403
141,Haggen,2015-08-14,2015-09-25,2015,2684,16,15,14,AZ;CA;OR;WA,4,1073,WA,Statewide,Closure;Closure Permanent;Permanent closure;WARN,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/h/haggen.html,fdef16b5d25a7487;f69d4325fa6537c3;bad7a941508eb8b0;79f9e58a9936dc20;67c095ab3748fa10;36cb5696d0a00765;296d3286cd0d07e2;dda97c8d91ceec4b;b7ec1054d747c33c;68b86c29e8ecae87;255baa6f8892d8ec;6db3432a23207ea4;6cdeab9ddaa6ba49;51353fd1fb30522b;af7c8953baedadb9;3a22a60e7b4e153e
142,Darden Restaurants,2020-05-01,2020-05-22,2020,2683,10,9,10,CA;NY,2,702,CA,"Chatsworth, Los Angeles County",Closure;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/d/darden-restaurants.html,9334e12d7531e5e0;936e24488d27f754;934affa9bf46d786;60fb14aa1e4a6120;53ff20b2c264af9a;121a5ed91084b13d;87aec43a057784ad;7ef9fc4300f57c1b;21a4c3a5696f53c4;5e4d37595e6582f5
143,Intel,2025-06-20,2025-08-26,2025,2660,31,31,5,AZ;CA;NM;TX,4,696,AZ,Chandler,Layoff Permanent;WARN,false,false,2,47,https://approjects-warn-act-notices.static.hf.space/employers/i/intel.html,f9200d506a0442d3;f8089fa6c1d07f4a;6983b1decc2198a9;6430cfc855655504;faa07014de286690;f21ca5bf4f118541;cd57837caeeeda0f;885441e31850ca0d;639fa8a64def5d39;6076c1d08a311828;874043a9ae6f01cc;dbfa5d03dcd06c1f;da29779df86bd4ec;78344e6efae9ae0e;6dfe84fb88bfbcbf;681e8320406cf4bd;26cf548c1c8f20f2;a611c15987390819;0e7f4da89e31d844;f120a0ab2d58074e;d73960feafa05a50;9d5cc18c39d8cd1e;60a96bc5dbd0e754;25f12a694f45dc43;1e20e322d957dc97;ca70d3d3a96b3495;78999d3e788c464f;c431312e7b81c0cd;6e3cefecc9e05f87;6660a98937158788;142e55f00b07482d
144,Crozer Health,2025-04-25,2025-04-25,2025,2651,1,1,1,PA,1,2651,PA,Delaware and Chester,Closing,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/c/crozer-health.html,6b1c82edf212bf92
145,Omni,2020-07-16,2020-10-05,2020,2640,10,10,10,CA;CT;DC;FL;IN;NC;RI;TN;VA,9,662,TN,Davidson,LO;Layoff;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/o/omni.html,78f183eed4b05252;fda159e2a66a551b;b5f3cefdef00fb1d;ff1dfec51b784761;402fa90e5f25ba48;3b80e06d2766a6bc;30211920f4c969f7;6fb55274945fa437;f52ff870a40c64e4;b1c2fdeed26478f6
146,MGM Resorts Int. Operations,2020-05-05,2020-05-11,2020,2617,2,2,1,NV,1,2535,NV,Las Vegas,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/mgm-resorts-int-operations.html,f14624f0a26ea476;2a482a7a1804f557
147,Universal City Studios,2020-07-27,2021-01-07,2020,2600,18,18,1,CA,1,1207,CA,"Universal City, Los Angeles County",Closure Temporary;Layoff Permanent;Layoff Temporary;Layoff Type Unknown,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/u/universal-city-studios.html,26fae4809163cb24;fc51f4dba47aa5da;c31ff90c1861cf0a;bfeebcca60647006;6a0ec6915c9526ac;6d9426359deb3446;649368003001cef8;a01b12b38556ca17;2dddd92644d34ab6;b7e94059cd56eed7;aef2be5273d82f78;015cb8033c8e3d37;2f252b52468ee78f;98fa80d100d7abc8;91ba27b0c65ab782;f0fb841bec1edd9e;712a8986292b3118;e2fc59b8d09864fc
148,AMES,1990-06-14,1990-06-14,1990,2598,34,34,34,IL,1,130,IL,"CHICAGO, 6211 NORTH LINCOLN AVENUE",State,false,false,0,2,https://approjects-warn-act-notices.static.hf.space/employers/a/ames.html,fee8218597d4b641;fc1e7c79557c99c5;f330f50611f43469;e1c82d565d9dd0e5;da0533eded0950f4;cc809017ddc9a03d;c3f5a7cec7836f6d;bb8ade097210616f;b9e4285e1c7cc2fb;b10917c472ca7aaf;afa27fbd29970af9;abb34aeda7b78907;a73716012f6da8b5;a501b204a4e79845;a2e99684e2093be8;9c5f772b969c874d;87789a44585aa5f8;872b85f1dba3bb95;86af67625d39208e;78b73881173f5886;69c8804bf9388f26;65e112fc4ae17a3c;62e2e20940ee7ce9;544d6bed8d3cbb75;4dd4a65430cc380e;4787f38901a4b057;415eb3ddda3e887b;4062d0f3650c58d7;3e71c4f9227907b2;3ba6508c4b26b7fb;31a96ebb72937b07;2eb0cf5025048340;16397094d1d7b5e2;0e8c1d503f0187b5
149,Department of Health and Human Services (HHS),2025-03-31,2025-03-31,2025,2595,9,9,9,MD,1,925,MD,"Rockville, MD",Mass Layoff - No Recall,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/d/department-of-health-and-human-services-hhs.html,ef9556d4fd7c2379;befff222a9ed02ec;aa1cfcb1235dd134;79c6e5db3197b6f0;4e73362fbfc1d034;44917c4fd1996c4a;3e4cb39fd959ab78;323b32d98a7c3780;1905c8a65f41026f
150,YMCA,2020-03-20,2020-04-24,2020,2587,3,2,3,FL;KS;SC,3,1381,KS,,WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca.html,63dc713e356b573b;78fe182d2c71f5f4;9dede7e7158abf7b
151,Center City Healthcare,2019-08-25,2019-08-25,2019,2572,1,1,1,PA,1,2572,PA,"Philadelphia, Philadelphia",,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/c/center-city-healthcare.html,fc81eee6004d80cb
152,Tatitlek,2014-08-04,2014-08-04,2014,2562,1,1,1,CA,1,2562,CA,Twentynine Palms,Layoff Permanent,true,false,0,29,,603f320de276f781
153,MotorCity Casino Hotel,2020-07-27,2020-07-27,2020,2554,1,1,1,MI,1,2554,MI,Detroit,Mass Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/motorcity-casino-hotel.html,74d45241d253d30e
154,Gerawan Farming,2015-12-18,2015-12-18,2015,2551,1,1,1,CA,1,2551,CA,Kerman,Closure Permanent,true,false,0,33,,187984e9b7a10e61
155,Bed Bath & Beyond,2023-04-01,2023-05-09,2023,2526,6,6,6,CA;GA;NJ;NV;NY,5,1293,NJ,Union,Closure;Closure Permanent;Layoff;Permanent Closure,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/b/bed-bath-beyond.html,c67cb3870d47d023;a503a4f08c608b79;dac9ac6a8bc17a78;3f90ac4fd2fe284a;e6f2ba697057242c;c1fcd7fa31f73cde
156,Saint Clare's Health Services,2015-04-01,2015-04-01,2015,2511,1,1,1,NJ,1,2511,NJ,Denville,,true,false,0,33,,afe4ccfb2c02e088
157,CVS Health,2023-08-01,2023-11-08,2023,2510,20,20,16,AZ;CT;IL;MA;NJ;NY;PA;RI;TX;VA,10,521,CT,Hartford,Closure;Layoff;Plant;State;WARN,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/c/cvs-health.html,ca523248b8bc6eb7;f8d2b264794f8e7f;e5a5af579f0af38c;b59294ac5afac897;6e780ec0b82e9fee;59e75d563f436251;5514c1ee6b9e7bc6;51ab12db58feb285;4caea3cad1077189;32e05dc4986cbb94;2db996a3190a4eca;296be9b9d192a561;14359c065fba1344;1d9c673574fbc00b;7e9663721dffb93e;08d0296b35bdb4a4;bfa22719aac241fa;1f7e89eff528a1c4;daac656b467c882b;720ecf4c7ba545bc
158,Update,2020-02-22,2020-06-30,2020,2503,29,29,10,PA,1,318,PA,"Smithton, Westmoreland",Closure;Layoff;Layoff Expected To Exceed 6 Months;Permanent Due To Covid-19. All Previously Furloughed Employees Will Become Permanent Layoffs. Previous Layoff Of 2 On 8/21/20;Permanent Facility Closu,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/u/update.html,8cf435ee1bef5b31;a38c9bc873abe69b;bc9837fada2edaba;dc3adc0f0fba49bc;2f76f29d3cb29710;fc3067f31befce8d;e10dd13b89789a50;de0fff19955eed11;ce93a8e6cc9853e9;bbb278626db62fba;7a0239d04c03c121;6bd8d493157479ed;665d27a1f623cf49;6327801a75a1d85b;3d3ea3b2398b59a1;369fefe0462e6250;226c9b4d9f2e63bf;0867ccf76436a572;99abf15cdd05bc7b;9926d0f5f27b2687;6efa5b48e65eab07;13c4a80eeedcbbd4;c7c291b1fb3cb3ad;4cb28234be4272fa;bbae1b6f229ac186;dac2021aa027aa37;0939929a49188e70;f67e6c1102bd2961;aeb3cf83de100b5c
159,Gate Gourmet,2020-04-16,2020-06-06,2020,2501,16,14,11,CA;FL;HI;IL;NV;NY;VA;WA,8,766,CA,"Los Angeles, Los Angeles County",Layoff;Layoff Permanent;Layoff Temporary;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/gate-gourmet.html,313044efb6731f63;c5f10c33e7228001;ff6b279a92d327d6;c8d6188852585752;6ec882bc2401d579;491ede18032189f2;f72c4233d7f67c7e;9fe6a8f9dafaaa62;2ce8d05520a03fc6;d85f3b2780049647;91dd0fd9e256f77e;eef25d14b8877b44;e47e00dc992cb275;6c978785ac598ab9;1373c6930ccfbd86;7ff36fa441a318b7
160,Motorola,2001-02-06,2001-02-06,2001,2500,1,1,1,IL,1,2500,IL,"HARVARD, 2001 NORTH DIVISION STREET",State,true,false,0,8,https://approjects-warn-act-notices.static.hf.space/employers/m/motorola.html,efb124ab180c0536
161,New Jersey Sports & Exposition Authority,2015-01-01,2015-02-01,2015,2500,2,2,1,NJ,1,1400,NJ,East Rutherford,,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/n/new-jersey-sports-exposition-authority.html,8087256d3e138bcf;654d881f075b03ed
162,Tyson Foods,2026-08-13,2026-08-13,2026,2495,1,1,1,IL,1,2495,IL,"Hillsdale, 28424 38TH Ave. North",State,true,true,0,48,https://approjects-warn-act-notices.static.hf.space/employers/t/tyson-foods.html,4ab1e8fd9e475dba
163,The Hertz,2020-04-14,2020-07-03,2020,2476,34,30,22,CA;CO;FL;HI;IL;MI;NJ;NV;OK;OR;PA;TN;UT;VA;WA;WI,16,268,FL,"FORT MYERS, FL, 33913",Layoff;Layoff Permanent;Layoff Unknown at this time;Mass Layoff;Mass Layoff - Permanent;Reduction;State;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/t/the-hertz.html,48afa1e1b16fbdf8;cad569577abf9511;7366a5b5e228bdc6;1fe7102db3e40da0;0f22ba1545e0dd2f;03de8419cbe9e2fa;d9f43246f5c3249c;d43438ec28f147e3;bebf43996d7008aa;3f99001f3205fe26;c06059d1ec68f7eb;c633f34dd182abf9;a9e743b8090eaa7b;860db3c7de2226de;72cea4c1abc31f5a;5632cf82bd1f6c81;2ea72cd2c0371a21;aa0f78ce19c3ec86;7901f04baabdc192;8bac928199c54687;79bef75ce3b20491;f412b3909ef596f4;d946525eaa15b8a6;99294dab13bc317d;622bf44cee848356;0bd9f579d19f6f34;7fd9080777ef56ef;45f623d7713b8f23;ae67a3ebcd333ee6;8a19876f0a236bbe;5a9b0acc2f0c5c56;0bc45e7fdf071d46;e4a624cd1a3487c7;a4023c45c7fbdd3b
164,Aramark,2009-09-17,2009-10-08,2009,2471,6,6,5,AL;NJ;NY;RI,4,1689,NJ,E. RUTHERFORD,Layoff *;Plant Closing,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,9b840ebdaf3f9dbe;f931205dcbd83f39;e7f8b13011e43e02;60ff275a8df8fbc0;9826ff052c9fe568;9fc8779129ecb001
165,Great Lakes Services,2020-03-27,2020-05-07,2020,2468,6,6,5,CA;NC;OH;WI,4,802,OH,Sandusky/Erie Mason/Warren,Closure;Layoff Temporary;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/great-lakes-services.html,d52d5d789d65291a;378ff20bf09d0680;342fb9996bec7732;8baf99c7cad4e586;5084c76e7b03e7bc;6b2700f9661dc201
166,Sheraton Operating,2020-03-26,2020-06-15,2020,2464,10,10,7,CA,1,374,CA,"Los Angeles, Los Angeles County",Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/sheraton-operating.html,5f3ade36166515db;11353c48b85b29a6;a86b5ad63160a620;9e70076aca16ca42;60fe545ad17b17c2;5b6a1f647bf7e21f;4310e0ebd2ac1387;241911101afb3894;b795b98e2470864c;2dcbafbc5b685ebc
167,Capital One,2025-08-15,2025-08-15,2025,2462,1,1,1,IL,1,2462,IL,"Riverwoods, 2500 Lake Cook Rd",State,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/c/capital-one.html,98b1a7e8fdb43ac7
168,Continuum Health Partners/,2011-01-03,2011-01-03,2011,2458,1,1,1,NY,1,2458,NY,New York,Conditional Plant Closing,true,false,0,23,,45bd55762c44281c
169,Continuum Health Partners/,2011-03-29,2011-03-29,2011,2458,1,1,1,NY,1,2458,NY,New York,Plant Closing,true,false,0,23,,eb45eb1970e6896d
170,Hooters of America,2020-03-16,2020-05-15,2020,2453,18,18,18,AL;IN;MD;MI;MO;OH;SC;TN;VA;WI,10,629,TN,"Montgomery, Davidson, Rutherford, Sumner, Blount, Hamilton, Washington, Knox, and Shelby",2;LO;Layoff;Mass Layoff;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hooters-of-america.html,71a8cad88174c961;dbcec3e7c516298c;c3e9a21a00fca63f;bb5d27ec6df16b7e;6fc090cbf4e06fce;4d78ad2183658987;2b1e99d407851e09;23f854277fda3ea0;08c94e5ef013c436;04d3a8a2a7877118;9061d785949f1ea2;281243d204dfb4b9;57c724bc8c4216c3;c9f4aed44a269329;15bab8c30e6a9a48;360eeb2f18c9b47a;47009db91420fe36;43e7fbd2ee56b283
171,LTF Club Management,2020-08-07,2020-09-16,2020,2453,10,10,8,CA;NC;NY,3,326,CA,"Laguna Niguel, Orange County",Closure;Closure Temporary;Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/ltf-club-management.html,af86c8a8fc6aaa34;74806710756cff15;efd5130e2ed68d33;af59d58b3a96bfb7;966dd7b66b47a7a2;15074dbf5c7f6492;0860012454b92911;ef2391791ad7a242;ea78b0fa2b1c9b65;da801af8466e7d4c
172,Hyatt,2020-09-28,2021-01-08,2020,2428,26,26,12,CA,1,624,CA,"San Diego, San Diego County",Closure Temporary;Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hyatt.html,d8bb38a36aa9bce5;c150c204b6a063c3;ba254ed082637105;6ebaf66f1d1fcf6a;d02f8c217688145f;b703faa29d54f713;51c8be026f7772e7;e2ccde476097013f;d09cffd80aceb062;b04a04e14a3f8ebf;a8a49648f9a58d11;a44d04e3d7c76bf4;821a5c9f3430e950;4c8ffcd5e65a75b0;3fdfc5b3a98c1baa;3b7b4fd00c0acb22;be0dfc759aadc145;0e8e5299a69eecde;9869a88553c6c2c2;3a78ebdef66b5d9b;cac941e2737f665e;bbeee0375e5e5e9a;af3676925ba8e1a9;06baa9d2cf56e5a2;99439bedcd9d9aaf;4c2b8a12ca2e492e
173,Carson's,2018-04-05,2018-04-19,2018,2425,15,15,15,IL;MI,2,311,IL,"Orland Park, 4 Orland Square",Plant Closing;State,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/c/carson-s.html,ef9bc46a1e57c0ce;ce65e9590257a438;ab2b15e94e5757bb;8b8deb3fdbb38a48;8432a3d52e84f576;5f37cceda7bfffd7;58021f41866492b9;324e86da94bdbd96;20f0d5e824947b01;15484fb3fdacc990;0c4e3b9550714c19;eb5b096c9b0870ea;ce89d2de8b991ac9;3bec54546f622b47;8ffcfc61c66444a1
174,Maytag,2002-07-11,2002-07-11,2002,2400,1,1,1,IL,1,2400,IL,"GALESBURG, 1801 MONMONTH BLVD",State,true,false,0,7,,f319ca9069a517a9
175,Target,2015-07-15,2015-07-15,2015,2400,1,1,1,MN,1,2400,MN,Minneapolis,,true,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/t/target.html,57be36f5d3c490a6
176,PPE Casino Resorts Maryland,2020-05-12,2020-05-12,2020,2400,1,1,1,MD,1,2400,MD,"7002 Arundel Mills Circle Hanover, MD 21076",2,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/ppe-casino-resorts-maryland.html,922009e3293b4b53
177,Rio Properties,2020-04-22,2020-04-22,2020,2393,1,1,1,NV,1,2393,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/rio-properties.html,e7712016d74be0ba
178,Hilton Hotel Employer,2020-07-06,2020-08-20,2020,2365,7,7,6,CA;NY;UT;WA,4,1296,NY,New York,Closure;Layoff;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hilton-hotel-employer.html,ada1d9d2d8d373c3;573f8b64b6602f74;033724cab202c453;5ce594c9b095704f;fbca17da0fd9cf7d;f417f0c01f1d3218;41f33bd7a828809f
179,Sodexo,2017-02-24,2017-07-20,2017,2345,13,13,13,CA;CT;FL;IL;KS;MI;NY;OH;PA;SC,10,525,SC,Columbia,Closing;Closure;Closure Permanent;Layoff;Mass Layoff;State;WARN,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/s/sodexo.html,d04ae3e80124a364;58f69b5b7953f1c7;b94f57ec9aa66616;421e82e06cdeba0f;a0bdb0e2f12322a0;5440831ef5ebf052;56438aabd7a0fa5f;39db355f611751f6;1a57b0d403557642;4fe5bf823d110bf8;d9b0ece8d3023a11;0950b7d493554e52;b0a0883bf313e530
180,YMCA of Greater Seattle,2020-04-07,2020-05-19,2020,2344,2,2,1,WA,1,2222,WA,Seattle,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-of-greater-seattle.html,c9b01ac1534037fc;2685b2a8b4241385
181,Dryer's Grand Ice Cream,2023-10-24,2023-10-24,2023,2336,3,3,2,CA,1,1015,CA,Kern County,Layoff Temporary,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/d/dryer-s-grand-ice-cream.html,f77635d69aaa2b54;ac40298a56db8d51;3c3d1ab226be6748
182,General Motors,2024-08-20,2024-09-19,2024,2329,2,2,2,KS;MI,2,1695,KS,"Kansas City, 3201 Fairfax Trafficway; Kansas City, Kansas 66115",Layoff;WARN,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/g/general-motors.html,b863b3d8020ef12b;69ea3572e70ce4a2
183,Spirit Airlines,2025-09-24,2025-12-01,2025,2326,14,13,12,FL;GA;IL;MD;MI;NV;NY;TX,8,393,NV,Las Vegas,Layoff;Plant Closure Update: 16 (AMFA) employees will be furloughed; 12 non-union employees will be laid of;State;Temporary Layoff;Temporary layoff,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/s/spirit-airlines.html,8a540f8dd55c5c9d;836ed64fb9b64a2f;3962551eb68b8539;f8899aecaab37402;e4fe7160c9972475;309cbe340d5a227c;2b9d134525501182;6a584484012beac1;5f658b9ae7f0d9e5;fdef0a94646556f5;f16dad0c6f7290f9;c1e40a9f62bcf267;2afae443de0205e3;831992fa3240f465
184,Holiday Inn,2020-03-19,2020-09-10,2020,2314,30,29,23,AZ;CA;CO;FL;HI;IL;MD;MI;NY;TN;TX;VA;WI,13,325,FL,"ORLANDO, FL, 32821",2;COVID-19 - Temporary Closure;Closure;Layoff;Layoff Temporary;Mass Layoff;State;WARN;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/holiday-inn.html,0319a642170d0a32;ca63cd426fb02994;7e625652aae87bab;6f9b87b6af248c39;dde96f85da580a89;48b2e565d0735f5a;188f313178343261;88ae58d201539517;5f7219c321740280;43b0cd2a957bf9e9;3d58fa2d3cdee151;ee3daf7da44eda18;915bad9d0cd3a8ab;bca1fc9dcf311b2a;37c0c67ce4e33772;855e4359265e9a0d;6ce690fef08fd4d4;7d35b20e4c6d30ac;02e57c8b3187a740;fdfb385466762124;5059d1831df1f03a;7e13e59eb32d2b3d;1667a3d9179275d3;fa4cc58fdcd671b4;f449585c3dee30be;8cc1479419a4fcfd;5403e6c1c830d012;da5cd9472338ee5d;b51bb6554d33292d;1b4773c3332bb3bc
185,UCF Hotel Venture,2020-08-26,2020-08-26,2020,2306,9,9,1,FL,1,475,FL,"ORLANDO, FL, 32819",,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/u/ucf-hotel-venture.html,f5b0ab874ef6fb2b;d62cf1cbc9f692d3;c0ef1ddbf94eff7d;a0953b0d15049d59;83fa6991c29d61e4;615a0198dbc8910b;50f86aa3658701c8;3c6f346affbcf3d6;036d385fc3ab96a4
186,ZF Transmissions,2020-03-20,2020-03-20,2020,2300,1,1,1,SC,1,2300,SC,Gray Court,,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/z/zf-transmissions.html,bd06860b29cbc4cd
187,YMCA of Metropolitan Los Angeles,2020-04-15,2020-04-15,2020,2285,4,4,1,CA,1,1228,CA,"Los Angeles, Los Angeles County",Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-of-metropolitan-los-angeles.html,f8c1033290b1c91f;df6425186847f18d;934df26d53c52edd;3cfe1b44163e0584
188,"Metropolitan Opera Association, Inc. (Metropolitan Opera House)",2020-06-01,2020-06-01,2020,2279,1,1,1,NY,1,2279,NY,New York,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/metropolitan-opera-association-inc-metropolitan-opera-house.html,cf07144688c00746
189,JT3,2018-05-16,2018-05-30,2018,2272,2,2,2,CA;NV,2,1526,NV,Las Vegas,Closure;Closure Permanent,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/j/jt3.html,7db6407e0d78bc85;e5c2aa03c0f294c1
190,Visionworks,2020-04-04,2020-05-07,2020,2272,103,102,102,DC;FL;IN;KS;MD;MI;MN;MO;NV;NY;OH;OR;PA;SC;SD;TN;VA;WA;WI,19,252,TN,Williamson,2;CL;Closure;Layoff;Mass Layoff;Other;Temporary Layoff;WARN,false,false,1,41,https://approjects-warn-act-notices.static.hf.space/employers/v/visionworks.html,fee41176f3861d38;fa7864ce04979a41;f70e33cc0f8ce381;7913d82b427c9ba4;16b9b0882ff5c24d;efc6bf57f3b71dea;eaaf1b52ce8cb568;df9c588eb55a16b1;dded4ba2220507b7;c1465b52b57defd8;aa8b2026f4e53e06;a2b83eea9901483a;3ba747a14cac9556;2ae220c3c618bea4;25918714541e5981;16b232c45a2f7c07;0a4be42261e918f0;ff3fa832ffae06aa;fef5f118bcfe3bab;fc9102f7bcfc4186;f8115598030f5717;f7f5e8652b36e250;f72a8170171cf66b;f47fac132943c017;f15675c11bca2019;f06eb26cd33631b9;ed01f756e5cee7f9;ecc1e26642a7026b;ec5d541e7354987e;ec1b5e4db12b1678;e652f10a077a65f5;e635eb33ec8a8db6;e5e6d161e491731d;e2da56cffc90b9f4;e00747410e1d8c3b;dbc45869bc1d99fc;d8d633ccb6b3a289;d8ac80f01c17e145;d149c15070534fdc;c8ba456fe9c938ac;c535171d441de2a8;c396f183b96f344c;c247657c01376f95;be87a101140d82fe;b7dac997fba2492f;b796fe26a5776c46;b299aae211626e3a;afbbceaaae25b5e1;ae2c3ac13895c44a;ad015481fa22f349;aca98b0a40e7f1b7;abdbc7e6b8f5a98c;a5255be7b7c2cf08;a0eb7ff8673379cf;9bbf4be37e9f7b49;96bf290aa4d1c5c5;94b4550d19f2eb70;93f1c5c6796d83b6;90e9a92ecfcf1b47;8cc235c49c8c6ec1;87b9a6fe09f901b9;846a60f1ffe9d330;84030e19bef7bd3f;7c3bbd3e9074e03d;799847364424aea2;7705e4c562b3105b;6bc3e252799b4c9f;68a790c6928a85ad;62734d2342caae29;5d1baee48430ac87;5a5c6b7245d6c6c2;592f17f820046bd4;587f613a6ad68b68;57861e3b8d5b3ea2;544d61134e8e4eca;503e0d227168a635;4ff8c13842c26095;4edd18febc8ac92e;4d14d1b367f056c9;4bdf5dfb1899c014;49f3d6d422e10cf0;47a72d840cad118c;4226c1baaa61990c;3ca69120b9d693bc;3be276dedd3c40e3;3904d0baa61fd314;362053a7ead2f97e;34474a25759edab5;339a516a250edcaa;2fa383664547cd77;2cc7909f5d7ab8d2;1fdbc0359ab9d42a;1c5137489af39d4c;1a2faec52148796d;1555170792853769;151b8bd2b48cd45d;1052a696e8c93006;0e8b35d0d3f4e6c9;087a024d5cd2bf88;00aaa6883d3bb812;9b195da781660c71;2c93183a13864bf0;69a22fb131a3dd7b
191,Zenith Electronics,1998-04-01,1998-04-01,1998,2260,1,1,1,IL,1,2260,IL,"MELROSE PARK, 2407 WEST NORTH AVENUE",State,true,false,0,5,https://approjects-warn-act-notices.static.hf.space/employers/z/zenith-electronics.html,8482bb938804a198
192,LAZ Parking California,2020-09-19,2020-09-19,2020,2260,1,1,1,CA,1,2260,CA,"San Diego, San Diego County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/laz-parking-california.html,bcd82114d7d79efb
193,General Dynamics,2014-01-17,2014-03-14,2014,2258,8,8,7,AZ;KY;PA;UT;VA;WA,6,645,UT,Sandy,Layoff;Permanent Reduction;Plant Closure;WARN,false,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/g/general-dynamics.html,15fb4d34c9b8f95a;7f1293c786e55514;e5cf55e23fad9681;cc4eba1521895385;afd683a99eb9a355;02c031a1b67a3082;00d733000ef46646;4c509bd58c309e2f
194,Atrium Hospitality,2020-04-13,2020-05-20,2020,2253,22,21,22,CA;CT;MI;MO;NC;OH;OK;OR;TN;VA;WI,11,155,NC,Cabarrus County,Layoff;Layoff Temporary;Mass Layoff;Other;WR,false,false,1,41,https://approjects-warn-act-notices.static.hf.space/employers/a/atrium-hospitality.html,e17a652945910a1d;bf17dee4874406c0;157b3652e165cc79;f2408b48b70055eb;75a6c3b9880abca0;59512000d2736fd0;2f9755b016bc89f3;41e33ad910dbe5e7;9c2b98a9f67690a8;37a9e58d415ab38e;97d484ef6ed2d2eb;b31fd6861dad886c;5c4d4bd82990ec9c;3175ec61d8d08d12;7870559b2ca89eeb;bb651ad1f2078f18;814b5439de964962;edde09ac25492471;e6489e6a6a3d0e82;c7f177d2e7fbf4ae;8530e6262efe0179;5d7dd828b6f4d479
195,Sea World,2020-04-14,2020-04-14,2020,2250,1,1,1,CA,1,2250,CA,"San Diego, San Diego County",Closure Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/sea-world.html,e6a96e6fc03a37cf
196,Rite Aid,2025-05-01,2025-05-07,2025,2250,21,21,12,MD;NJ;NY;PA,4,1122,NJ,"Company Location: Philadelphia, PA Affected Employees: Throughout NJ",Closure;Layoff;Plant Closure,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/r/rite-aid.html,07934165abd4a7ca;e573cc6be392dabc;e1aa41ff377c66d1;cf2161178284f1d6;c2b7a10709188aa7;c2b523e13f30ba0b;ad1a02c6d38e19f1;ab3f38340ea9ae92;9c3d66640ac13d61;673997ece2a4d813;669b98a266f86e56;6374f313427e3904;5c0046746fd20aaf;4da4ce916affff6a;41a5cddc41e54af8;3f97887e578cc0ab;2e105293fece72de;2b276088b1bfbd4f;1b83b846da484ca7;0f479ebd33ee17b5;908584bae39c17c3
197,Aramark,2022-03-17,2022-05-31,2022,2226,8,8,8,CA;DC;FL;ID;MN;SD;WI,7,949,FL,"GAINESVILLE, FL, 32611",CL;Layoff Permanent,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,d9d5db6f6ec12ac4;93d8e956fa8645d0;92bedd1b4ea5e8bd;45da4dd4c62735aa;15067581fc6a4fb9;e986c11588586095;fa78591ad83eba6b;820d3e6382ae2009
198,Treasure Island Hotel & Casino,2020-03-26,2020-03-26,2020,2225,1,1,1,NV,1,2225,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/t/treasure-island-hotel-casino.html,2afe0d7ea8b5c146
199,SeaWorld San Diego,2020-04-11,2020-04-11,2020,2225,1,1,1,CA,1,2225,CA,"San Diego, San Diego County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/seaworld-san-diego.html,cdbce584adfb6eb1
200,Concentrix,2019-01-29,2019-06-26,2019,2216,10,10,7,AZ;KS;MI;NC;NM;NY,6,785,AZ,Tucson,Closure;Layoff;Plant Closing;WARN,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/c/concentrix.html,37057f166f01708a;8daf92e3ca220887;19295de98a5ae8cd;168bbc58eadf1ef0;69cd62f5a8163f22;839e482850387498;33c61ab8d9f1ce59;97691242007ae400;a66709a154ffd548;045466cd4700e69e
201,SSP America,2020-07-10,2020-09-24,2020,2214,9,9,8,CA;FL;MN;NY;WA,5,889,NY,Queens,Layoff;Layoff Temporary;Workforce Reduction,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/ssp-america.html,8f06ebf9fc3a5066;0792f60decc390ae;42ed834a8b777a78;3df8cc2cd91692c4;f06959cd3564b244;5820b0a0cf0d385d;54459a9322719ec9;17ebe2765a11a82c;50a7231f3f7df384
202,Kmart,2002-03-08,2002-03-13,2002,2213,40,40,40,IL;KS;MI;OR,4,140,IL,"VERNON HILLS, 413 NORTH MILWAUKEE AVENUE SOUTH KITSAP MALL",Facility Closure;Reduction;State;WARN,false,false,0,7,https://approjects-warn-act-notices.static.hf.space/employers/k/kmart.html,fc1ab5c467104aae;f67bb937b219efe1;f3e36285f5ce1b67;e8e76917ad3504d7;e68bc134932197f6;e50c416cbac6c0ae;db0136b49561c8f3;da779d2ec3f5da31;d8ac3108f288759e;d7586ed35965cc55;d6203d2bfc0ebcf7;d5f63c63eb4f6d07;d3c796a8ddf54d67;d355f35ca658347b;b5db62a4b9387d5c;aef2aa29e468d649;ab4583b95af95f65;a9447329abbaeb72;a8382659f6429ae0;9b1c467181ee9a11;8a5978b57c528aa8;6e30b0630abe715e;6a62888fe7f2ef82;6771e89914a6a4e9;675984fd99765fb6;6300d277fc957c4b;62c845cad7d97189;5079598d29924efe;483dc992d62a5050;45b8f83877b66ef1;44a0eee3763eed97;44973082211f3e8a;42f4d929dd039480;2dc907c05c67546e;1a0a9bafb2352dfa;0a02844a1cf271c3;09bfbd8d98e542f2;0970afb5de61c45f;4ccbb0ec0d085098;0a64f599d47837e8
203,Levy,2025-02-20,2025-02-20,2025,2204,2,2,2,NV,1,1102,NV,,Closure,false,false,1,47,https://approjects-warn-act-notices.static.hf.space/employers/l/levy.html,b16c6d52858f483c;25ec47ce6ed1b5a2
204,Daimler Chrysler,2001-01-29,2001-01-30,2001,2202,3,3,2,MI,1,823,MI,Detroit,Layoff Event,false,false,0,8,https://approjects-warn-act-notices.static.hf.space/employers/d/daimler-chrysler.html,b1a8fc920a5d4fe5;0dae040aa63af1f7;83db3f605d578823
205,Seattle Goodwill Industries,2020-04-08,2020-04-08,2020,2192,1,1,1,WA,1,2192,WA,Western Washington,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/seattle-goodwill-industries.html,6a5aa46f0d06f335
206,Daimler Trucks North America,2016-01-04,2016-02-22,2016,2178,5,5,2,NC,1,936,NC,Cleveland,Layoff,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/d/daimler-trucks-north-america.html,0c02d0ec4cc44883;f1b9c68d6b58f580;d3c668e20ec35df9;9f04686652b7e5e0;d96e660c75dafe76
207,"PWHLV, LLC L- Planet Hollywood",2020-04-22,2020-04-22,2020,2177,1,1,1,NV,1,2177,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/pwhlv-llc-l-planet-hollywood.html,2610ca55f28aad87
208,Sands Hotel & Casino,2006-09-01,2006-09-01,2006,2167,1,1,1,NJ,1,2167,NJ,ATLANTIC CITY,,true,false,0,11,,ef747f4b3e489d34
209,Showboat Casino,2014-07-01,2014-07-01,2014,2139,1,1,1,NJ,1,2139,NJ,Atlantic City,,true,false,0,29,,44398847011eb399
210,"Health Net, Inc. (CANCELLED)",2015-04-27,2015-04-28,2015,2122,3,3,2,CA,1,1217,CA,Woodland Hills,Layoff Unknown at this time,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/h/health-net-inc-cancelled.html,37393d2e5f0ce63a;7c4f024273a2f11a;1785d0d4f8e48377
211,Saks &,2026-01-01,2026-06-12,2026,2108,31,29,28,AL;AZ;CA;FL;HI;IL;MA;MD;MO;NC;NJ;NV;NY;OH;PA;TX;VA,17,435,PA,"Pottsville, Schuylkill",Closing;Closure;Closure Permanent;Layoff;Plant Closure;State;WARN,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/s/saks.html,91bff76b2fa0c146;0b4b6e61c3c60a19;a7382ff92f4b9433;24cfc306e3a36267;fc146d91e1ffd7e5;fd048c5dbc928ff5;f744b46a6d7bc712;c7690143a4c80fde;48d12958f9d06369;064a9da0e28023c3;ee7f7ed23da01a03;df22654beb61490a;db5cd81d6c2de8e9;bd5487a483b0a34a;b83859fcdb3dc901;5cc5a52fcf4d9470;46423145bceabecd;36deb57410c73df5;16bb464b67962a6f;0ba5ff0af8ddd92b;04ee7e498e090b08;4888ece1ac06307d;9b055b86bcee39f5;5a983507caf88a00;f1d9b5efb19a871d;abbc815d05cd8b39;658640a5a471a9d9;299f978928b14016;152f04fe4ee3223b;94392159111d0357;3ec2b22f1bc9ed59
212,Spiegel,1992-09-10,1992-09-10,1992,2100,1,1,1,IL,1,2100,IL,"Chicago, 1038 W 35TH St",State,true,false,0,2,https://approjects-warn-act-notices.static.hf.space/employers/s/spiegel.html,744a361498160880
213,Wind Creek Bethlehem,2020-06-01,2020-06-01,2020,2095,1,1,1,PA,1,2095,PA,"Bethlehem, Northampton",Layoff (Expected To Be Temporary In Nature Due To Covid-19 Pandemic),true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/w/wind-creek-bethlehem.html,f8081093fdfe431e
214,Kmart,2018-06-01,2018-11-08,2018,2094,26,26,26,CA;IL;MD;NJ;NY;VA,6,146,CA,"Goleta, Santa Barbara",1;Closure;Closure Permanent;State,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/k/kmart.html,df2d232cd331b3f6;7330a5c0388c81a6;9ee42f1899c0cb1b;6f49cd5f10a83b63;e465d32368cdefdb;bdff1710e4b4f2c3;0ce0d7a24fd87f32;8c29e43adbe937c8;a3dea68ca58eeff9;9b4143c1ea29c72e;68b36f6b178053cc;543bfcfd4d1db012;4da23f5f9dae8ea3;4ac1babe19d63de9;2685782ba7703f14;08a6d17d335fb6e4;aff5fe4c60792f14;af75b71acd46b44c;92ed5553fbb49cce;6fe98b4844b9e8fe;63342af09b1a4ec8;4db9c6b64efa128d;076cb5f4fcf26f8f;53a556a5e85909f1;a65753328f44fe7e;e8effc36e7a219da
215,Chrysler Motors,2007-11-30,2007-11-30,2007,2088,1,1,1,IL,1,2088,IL,"BELVIDERE, 3000 WEST CHRYSLER DRIVE",State,true,false,0,14,,addec6a817e93825
216,Excalibur Hotel & Casino,2020-05-05,2020-05-11,2020,2085,2,2,1,NV,1,2036,NV,Las Vegas,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/e/excalibur-hotel-casino.html,fd12e2a64fc31378;3bdd71cf2e6429d1
217,"MSG Entertainment Group, LLC and its affiliates MSG Arena, LLC; and Radio City Productions LLC) (6 NYC sites)",2020-08-04,2020-08-04,2020,2083,1,1,1,NY,1,2083,NY,New York,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/msg-entertainment-group-llc-and-its-affiliates-msg-arena-llc-and-radio-city-prod.html,c63ea3ce126736ef
218,Gaylord National Harbor Resort and Conference Center,2020-06-15,2020-06-15,2020,2077,1,1,1,MD,1,2077,MD,"201 Waterfront Street National Harbor, MD 20745",2,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/gaylord-national-harbor-resort-and-conference-center.html,4dac5ef1e10af7a9
219,Circus Circus,2020-05-15,2020-05-15,2020,2074,1,1,1,NV,1,2074,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/circus-circus.html,002434c1be725cdc
220,Home Services Systems,2010-10-14,2010-10-14,2010,2065,1,1,1,NY,1,2065,NY,Queens,Plant Closing,true,false,0,23,,e127d2998bcbdc3d
221,Brigantine,2020-04-14,2020-05-15,2020,2059,5,5,3,CA,1,1092,CA,"San Diego, San Diego County",Closure Temporary;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/brigantine.html,39413a2d782232a3;f5498c3f7588d406;e58e9257601d2acb;45569f4d836dbf13;2486baff50afa886
222,YMCA of San Diego,2021-03-04,2021-03-04,2021,2047,1,1,1,CA,1,2047,CA,"San Diego, San Diego County",Layoff Permanent,true,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-of-san-diego.html,7a46dae314c2b436
223,RG Steel,2012-04-23,2012-05-30,2012,2045,5,5,5,AL;KS;KY;MD;VA,5,1975,MD,"1430 Sparrows Point Blvd., Sparrows Point, MD","?;Closing *;Layoff;The company is idling the plant, unsure at this time if temporary or permanent;WARN",false,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/r/rg-steel.html,80125a11eecc3d1f;97b14d7661ed3e64;7b3473ee9068aab5;95897f55120713e2;7b24d064c415731b
224,Alsco,2020-03-18,2020-04-28,2020,2044,50,50,44,AK;AZ;CA;CO;FL;ID;IL;IN;MD;MO;MT;NC;NV;NY;OR;SC;TN;TX;VA;WA,20,150,MD,"4900 Philadelphia Way Lanham, MD 20706",2;CL;COVID-19; temporary;Furlough;Layoff;Layoff Temporary;State;Temporary Layoff;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/alsco.html,c1c48300754764e2;8ceec52c976f6b14;fa6e9604ccfbf046;805bee21313bdafa;239f1500005587fb;2210eca46ffb8767;1735f02a5d62d1e7;04d8daaa738f3eab;2eaff3c4c4827457;1668a5d4087f01e8;f46544d70d18dbcb;ea9f40a3ca2f4227;da35546c2de3fb39;d71542b5e93f7259;af62f68d999c52b3;a1d3e3f6252cd69a;a0b3197d1ff72d7e;8e52fb161882bf5b;8ad85a6bc53c2cf8;89fdbb19c4bc7dcb;8336fec3a44a596a;6faaf55d13f178e3;6f461ca1b30b47c6;1f488eb13dec2547;0aa7fc4c574d4cef;041d329750cc8d64;02972aef1cbece56;e9fd47ea0e79f501;c8a0dd64fbd98431;9e6bae030bc410e5;7ee9e1a69ecf6648;74c8a2695fe830ea;499d9503acbcdbef;43fd26fa46c0ee83;40b5dd892a7dbd38;d51c0c5252d112f1;b6ec762e873f94cd;a19ec7a9233765ac;7eb5e8f5fc989374;7af4c86fd12a0809;40a4bcddb5b9d796;f963030fab053297;ce71b10bbbbded97;330de87358231348;b118880469e234be;30f3ac21996e6fad;06bf1ca498632891;b286b69100395583;1fa7397ad24cd749;ec952d356ef22745
225,Broadcom,2023-11-27,2024-01-03,2023,2044,6,6,6,CA;CO;MA;NY;VA;WA,6,1267,CA,Santa Clara County,Layoff;Layoff Permanent;Merger Related,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/b/broadcom.html,f8c51a203f984cfd;d59495c506048795;bc9c54849204d1c6;4ced5dbc80f9d47d;3011dd75fc2d9ad4;06caf8a771966cac
226,U. S. Steel (Great Lakes Works),2008-11-21,2008-11-21,2008,2038,1,1,1,MI,1,2038,MI,River Rouge,Plant Closing,true,false,0,14,,668fd2d007ca0827
227,Verity Health System of California,2020-05-12,2020-06-06,2020,2035,2,2,1,CA,1,2030,CA,"Lynwood, Los Angeles County",Closure Permanent;Layoff Permanent,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/v/verity-health-system-of-california.html,5571ded26c09eb5e;a0e2b7994b3556c7
228,"South Point Hotel, Casino and Spa",2020-05-21,2020-05-21,2020,2028,1,1,1,NV,1,2028,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/south-point-hotel-casino-and-spa.html,82fca60767c3956c
229,Resorts International Hotel,2010-10-01,2010-10-01,2010,2022,1,1,1,NJ,1,2022,NJ,Atlantic City,,true,false,0,23,,7ee710f7424572c1
230,St. Regis,2020-06-02,2020-06-02,2020,2020,1,1,1,DC,1,2020,DC,"Washington, DC",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/st-regis.html,1a44ac010c672703
231,Sodexo,2016-04-04,2016-08-12,2016,2017,13,13,13,AL;CT;FL;IN;KY;MI;MN;NY;PA;RI;TN,11,382,NY,Bronx,CL;Closing;Closure;Layoff *;Layoff Permanent;Plant Closing,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/s/sodexo.html,1a374de520476ec3;da827e6cbc23ec31;00edbf32b117a409;b3d7ce03e42d945a;e76f24f985986666;f1436e929cd10aa3;28a07b359a89166f;756505ba9e17f5c7;22e87c54749c304d;36bbb0ce1541e41e;797c7e90aa61d148;0c484ede19a95daf;4443a9c713c2e39c
232,HyLife Foods Windom,2023-04-10,2023-04-10,2023,2014,2,2,1,MN,1,1007,MN,Windom,Closing,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/h/hylife-foods-windom.html,8668ea99409b5feb;8565973fb60a0d75
233,YMCA of Greater Rochester (multiple sites),2020-05-18,2020-05-18,2020,2012,1,1,1,NY,1,2012,NY,Monroe,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-of-greater-rochester-multiple-sites.html,01ee3e163900a216
234,Aramark,2019-03-04,2019-07-24,2019,2009,27,27,11,CA;CO;CT;IN;MD;MO;NY;TN;TX,9,238,TN,Shelby,2;Closing;Closure;Closure Permanent;LO;Loss of Pepsi Center Contract,false,false,2,39,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,45a2d630c5c71c6e;8333d2af47e47fe1;f5dc36c98c1311e4;da4ce91c1afade4d;d936f73ad71529db;8bce4a0bb49e8cf8;8a377443ff807283;669ebf0dded7ab7e;635d2a9375588cfe;2abdbcd30ae88aee;0bd575458e9d6dbc;f4559e920ad60f8f;dd8c6ed7d978c445;bd5aa0edf185cb7d;8ec8f7e91cafb97e;5847489e1c403e54;07c7a4685d82432a;f61310a06df8a436;db5c9c23d3b04d82;363cdde59435dbfb;c940467a6a9b0f08;3523609755f09be4;39e08a72e8c2dfd3;e768944b54f9750a;79f08d62f9a1bdd0;9a833d5713b9c5da;3307f13a046b2bf7
235,Bon Appetit,2020-08-27,2020-12-01,2020,2003,13,13,11,CA;IL;NY;OR;WA,5,329,CA,"Sunnyvale, Santa Clara County",Closure Type Unknown;Layoff;Layoff Permanent;Other;Reduction;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/bon-appetit.html,3d690fce0dfbc77f;34dfd2d1df82d549;10d5d296b3861192;c1157d2106224687;9b55e72a4f818f29;8b20ad6d4ef87a86;e4fd75bfeeebdd74;9d41e0e05ae0f158;96089915e78ad742;6ac42e421ec06c89;1df694b6fe261e1e;b3a2bc5d4702a1bf;96bbe5f5f2b52c67
236,Micron Technology,2009-02-23,2009-02-23,2009,2000,1,1,1,ID,1,2000,ID,Boise,,true,false,0,16,,10c933f88433d296
237,Cessna,2009-04-29,2009-06-19,2009,2000,3,2,1,KS,1,1300,KS,,WARN,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/c/cessna.html,5cd09d2146bb34aa;82a94917f5221566;284aa26c9dd6b571
238,Walt Disney World Swan and Dolphin Resort,2020-06-04,2020-06-04,2020,1999,1,1,1,FL,1,1999,FL,"LAKE BUENA VISTA, FL, 32830",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/w/walt-disney-world-swan-and-dolphin-resort.html,4c930bf8fff066d1
239,Parx Casino,2020-04-13,2020-04-13,2020,1997,1,1,1,PA,1,1997,PA,"Bensalem, Bucks",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/parx-casino.html,6df108383fd38c55
240,Stratosphere Gaming,2020-04-15,2020-04-15,2020,1989,1,1,1,NV,1,1989,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/stratosphere-gaming.html,3b68eb15ee8cb80c
241,"Shubert Organization, Inc. (several NYC theatres & corporate offices)",2020-07-03,2020-07-03,2020,1980,1,1,1,NY,1,1980,NY,New York,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/shubert-organization-inc-several-nyc-theatres-corporate-offices.html,8aa1790cf0810d61
242,Seneca Foods,2018-03-09,2018-03-09,2018,1975,1,1,1,CA,1,1975,CA,"Modesto, Stanislaus County",Closure Permanent,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/s/seneca-foods.html,4f955da102eb994a
243,Boeing,2017-03-23,2017-09-20,2017,1968,22,22,7,CA;WA,2,580,WA,Puget Sound Area,Layoff;Layoff Permanent;Layoff Unknown at this time,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,55edbaf7968bd2e0;a3dfcf7284d9fd8c;43ed5baf20b2de89;a942bd40bedcd950;5f4475b61df5d40e;9cad39ca004396e7;3b4fafe3b2c8b30d;8ccc945b294e1509;cfbe4677c7357e9f;536869539bac57fc;e75592f2c702f677;e910e02648e7c4eb;54f68a1ed9a589bb;4483edcf1bccab42;be0abce053500145;9774638b3a0bbd94;4b171864dc2bc3c6;52cb138b693a56f4;426b7231207516fd;311ff016fedca199;82041b1d7899d038;5de01ac170fa2063
244,Verizon,2016-10-14,2016-11-09,2016,1964,6,6,6,AL;CT;NE;NY,4,648,NY,Monroe,Closing;Closure;Layoff *,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/v/verizon.html,6050266595c60295;40ce61a4fcddea6e;ae786a7a9c5960ea;9fb3d79dafd6fc73;eee0bc60a9792a3e;1fc6fcb50906fd3c
245,Target,2015-03-03,2015-03-03,2015,1956,1,1,1,MN,1,1956,MN,Minneapolis,,true,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/t/target.html,03b5e68628d56dbb
246,Boeing,2013-01-04,2013-06-25,2013,1954,14,14,4,KS;KY;VA;WA,4,939,WA,Puget Sound,Closure;Layoff;WARN,false,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,ffd4e4f44255e818;ff34ab8c8d9eddfd;b379a531c7d3d9ad;b09c05f19277875b;45b6021a4f347baf;6468727648f143dd;aeac7d1384f11d9e;998bb3880a3d552b;d9fa4e1d3ee70b3c;e26db494ce2e5720;ec4b8417c7ca0d0a;c57298dd0510b56a;6067899429ccf296;b9a392af3c5e602c
247,"QVC Rocky Mount, Inc- Distribution Center",2021-12-29,2021-12-29,2021,1953,1,1,1,NC,1,1953,NC,Nash County,Closure,true,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/q/qvc-rocky-mount-inc-distribution-center.html,2d9975f7ddac3bf5
248,Rosen Hotels & Resorts,2020-07-13,2020-07-13,2020,1948,1,1,1,FL,1,1948,FL,"ORLANDO, FL, 32819",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/rosen-hotels-resorts.html,66ab810d6ab4b16a
249,Marriott Hotel Services,2020-09-04,2021-02-25,2020,1947,17,17,10,CA;NJ,2,373,CA,"Anaheim, Orange County",Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/marriott-hotel-services.html,d546a09130a62c87;6d41f8a20ab8deb4;64ef836721b20212;54faa5bb5509af15;268d0157c44cf634;923a74036d9e9a85;0addf65aaaa90e58;4b4a403fe72d05de;32d788b5ec895317;07059c9d550ddbf3;1cd6b7aebd9ade13;8f171ca402250287;9de0c47bc4671b3b;f710ebc2da3819b4;0a691549c291acb4;93cb1b4c5513c84c;9e941d18e68451de
250,Verity Health System of California,2018-12-31,2019-03-01,2018,1945,13,13,6,CA,1,1326,CA,"San Jose, Santa Clara",Layoff Permanent,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/v/verity-health-system-of-california.html,eec6f4f3b27641ab;e4a607d45b3d1164;fba12be123634ab7;8967351eafa952ab;e1815dd2550a3793;bc4afda75120c639;aee1b5e906c404bd;0e749e800536f47d;09e467e6cf62f1a1;e0e3cb029fb6f68c;c8928c4b6b00d8ef;83ea98280b72a5e5;43b8a34645ba22a7
251,Boeing,2015-01-23,2015-07-22,2015,1944,38,37,5,CA;KS;WA,3,319,WA,Puget Sound,Layoff;Layoff Temporary;Layoff Unknown at this time;WARN,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,44544fbb57574b8f;3c04ce8d99c3654c;197d3ee642978c31;ab39c67ffd55a682;2ff88fdcbbf57f11;2b0e01ad1afca03d;0fc7596437fb5b6e;1ff6563df36bf846;5199c62fb0379024;4c06bb7a31b64ee3;37debc38331a9c7e;11a8f69b20bdbade;c26e34f464334099;8b9166fe764314ce;458519a0c634863d;e98394dbb93c4d77;351c6263558fbe82;6038b30a4198c887;e57dde69c116b235;b92ee08fa38b60f5;b863a6aecaf66d23;8f78eba174750d4b;38fb727fed465fa6;b15f00a0e7181372;7feb8aabc12a4b8c;e57ac9a7bc777cb7;c0dc6c243fc886f6;c5b46b16d1c7e04f;513b486e6672eeaf;c5898a2dea53e60e;76bd05f6c3515e0f;025f1564f15e15be;4310035343ec45bc;ca65ca8116fd58c3;6fc829c7ebc758d1;595f3e56536bafa5;3378944eab22b8b2;3ad23dcdb8039a3d
252,"New York Convention Center Operating Corporation (the Javits Center, NYC)",2020-06-15,2020-06-15,2020,1937,1,1,1,NY,1,1937,NY,New York,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/n/new-york-convention-center-operating-corporation-the-javits-center-nyc.html,57c31a07cb77ff3b
253,Barneys New York,2019-10-01,2019-12-27,2019,1935,10,10,6,CA;NJ;NY,3,589,NY,New York,Closure;Closure Permanent,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/b/barneys-new-york.html,8c2e1a8f1e05ca53;c711fa4ef1bd01df;a3a7e770085a4970;8aefc12373ed5dd2;6a07b0512dc6f6bb;2e4c4f41ae9a3487;1a939e8b764dfc93;b6ccceee51d86a16;8659459a903b8c9c;3c197320a2addde1
254,Bon Appetit,2020-04-30,2020-07-02,2020,1932,6,6,6,CA;MI,2,1529,CA,"San Francisco, San Francisco County",Layoff Temporary;Mass Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/bon-appetit.html,95570d7838227e2e;04934f17a666a413;9fa7ad3e53fc278e;8879d8be723f0ca0;ad22d37c1dce832c;71f1382281e37d8d
255,U.S. Steel,2015-01-28,2015-01-28,2015,1923,1,1,1,AL,1,1923,AL,Fairfield,Layoff *,true,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/u/u-s-steel.html,0f771541b2e86c9c
256,BAE Systems,2015-09-08,2015-10-30,2015,1922,5,5,3,CA;PA;VA,3,1512,VA,Norfolk,Closing;Layoff Temporary;Layoff Unknown at this time;Permanent Reduction,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/b/bae-systems.html,eee0669f87efd29f;fbfc0c6260aabd6c;977a7b479c7c2f50;9cbeb6ab7a52932d;724a2bb09d76ce47
257,Novartis Pharmaceuticals,2012-01-01,2012-04-01,2012,1921,10,10,1,NJ,1,1380,NJ,East Hanover,,false,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/n/novartis-pharmaceuticals.html,579c6612c9beae6e;96d32523a4e00b30;26143188443102cd;87bc1d14d5b53d38;f911355dd530bd15;e6405bdcd41ba6d1;c26104255e9ba1a2;af32ccd72f054f4e;6af9544222a20989;006164a3976a393c
258,Big Lots,2024-12-01,2025-02-14,2024,1914,5,4,5,AL;NJ;OH;OK;PA,5,533,OH,Columbus/Franklin,Closure;Layoff;Plant Closing,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/b/big-lots.html,77c5aff2c0b90898;30e898123b224841;0af94ca7e6c74dad;263b572a80021abb;98c1b255304cf226
259,Monaco Coach,2009-03-02,2009-03-03,2009,1911,2,2,2,IN;OR,2,1396,OR,Coburg,CL;Reduction,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/m/monaco-coach.html,6c09a5112edd8410;00665cc3e225601f
260,Pokagon Gaming Authority,2020-04-13,2020-04-13,2020,1903,2,2,2,IN;MI,2,1489,MI,New Buffalo,LO;Mass Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/pokagon-gaming-authority.html,d31b832b77699a56;3ba8a4fde89341a6
261,Kroger,2025-11-16,2025-12-03,2025,1901,9,8,9,FL;IL;MD;OK;TN;WI,6,935,FL,"GROVELAND, FL, 34736",CL;Plant Closing;Plant Closure;State,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/k/kroger.html,1144036118047eb3;ce7999b09ee5f10d;b84dbacb24a7dbb7;b322476079383a33;7ec13220071f390f;5ad89a537dcda105;54bcb7efbd687baa;2a6c4d9dcf4fd609;0c03bc05ddb42a88
262,Hawaiian Gardens Casino,2020-03-27,2020-03-27,2020,1900,1,1,1,CA,1,1900,CA,"Hawaiian Gardens, Los Angeles County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hawaiian-gardens-casino.html,0dbb8aa72aa0d356
263,"SeaWorld of Florida LLC, SWBG Orlando Corporate Operations Group",2020-09-04,2020-09-04,2020,1896,1,1,1,FL,1,1896,FL,"ORLANDO, FL, 32821",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/seaworld-of-florida-llc-swbg-orlando-corporate-operations-group.html,8050e13b0f9c3dc7
264,DoubleTree by Hilton,2020-03-24,2020-09-22,2020,1895,20,20,17,CA;CT;FL;IL;NV;NY;SC,7,278,NY,New York,Closure;Layoff;Layoff Permanent;Layoff Temporary;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/d/doubletree-by-hilton.html,085c5e47ec4057b4;15ac9f84ec862cda;3482cdf11527fce6;48660de2018e9afd;38686ccd03d73299;260f2f7108ecc3d0;82f47bc88aa97b32;a2d6b5e4ad858a5a;3cd5a12139568fd2;445620e6399c1779;2f6735810828efef;b1bfee909cedf7a8;6a9f23866ddba92e;ebc2033661aec69d;6e19e47fe1e6460c;1f9e949ef6722f32;ae7ace0580e692ac;35520991a07e6eea;228e866afc7a78ca;9ca60652269359dc
265,California Commerce Club,2020-05-19,2020-05-19,2020,1884,1,1,1,CA,1,1884,CA,"Los Angeles, Los Angeles County",Closure Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/california-commerce-club.html,bc72d14344eabef5
266,"Parball Newco, LLC - Bally's LV",2020-04-22,2020-04-22,2020,1877,1,1,1,NV,1,1877,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/parball-newco-llc-bally-s-lv.html,2d305c83bc24045e
267,Smithfield,2022-11-16,2022-11-16,2022,1876,2,2,1,CA,1,1755,CA,Los Angeles County,Closure Permanent,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/s/smithfield.html,37fe518c657b2890;19f4c85271599e57
268,Aerospace Testing Alliance,2015-07-28,2015-07-28,2015,1861,1,1,1,TN,1,1861,TN,"ARNOLD AFB, Coffee County",Closure Not known atthis time,true,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/a/aerospace-testing-alliance.html,922a0cce5973d654
269,DynCorp,1998-07-22,1998-07-22,1998,1855,1,1,1,AL,1,1855,AL,Fort Rucker,Layoff *,true,false,0,5,https://approjects-warn-act-notices.static.hf.space/employers/d/dyncorp.html,c8ccb8643a250419
270,Archibald Candy,2004-01-05,2004-01-15,2004,1855,2,2,1,IL,1,1073,IL,"CHICAGO, 1137 W JACKSON BLVD AND 5360 S CICERO AVENUE",State,false,false,0,10,,5276c31ca256d717;dc7a401184708d96
271,Sumitomo Electric Wiring Systems,2001-11-30,2001-12-03,2001,1852,2,2,2,KY,1,926,KY,"Warren, Butler, Metcalfe",Layoff,false,false,0,8,https://approjects-warn-act-notices.static.hf.space/employers/s/sumitomo-electric-wiring-systems.html,a11f5781aee56835;2b470e6f3130bac3
272,Tyson Fresh Meats,2008-01-25,2008-02-06,2008,1850,2,2,1,KS,1,1550,KS,,WARN,false,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/t/tyson-fresh-meats.html,fcaa48fa4296a1fc;6c14956fb198f144
273,Merck &,2017-12-05,2018-01-01,2017,1850,2,2,2,NC;PA,2,1800,PA,"North Wales, Montgomery",Closure;Layoff,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/m/merck.html,d719845ff031cf0c;6a9c0b25d9db578d
274,Nordstrom,2020-04-14,2020-07-17,2020,1841,7,7,7,CA;CO;MD;NJ;VA;WA;WI,7,521,WA,Seattle,1;Closure;Closure - Permanent;Layoff;Layoff Temporary;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/n/nordstrom.html,9614b3975f681767;76b978ec9b61bbb2;dda53c4cf144021c;979a9323f0ad1bfd;0450bc4262eb0d1f;45b337f3603e2eb4;0da8d53eba087384
275,Forest County Potawatomi Community,2020-07-17,2020-07-17,2020,1835,1,1,1,WI,1,1835,WI,"Milwaukee, Wabeno, Crandon",WR,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/f/forest-county-potawatomi-community.html,2c175570784fa3fb
276,Wells Fargo,2024-06-18,2024-12-03,2024,1834,10,10,7,CO;FL;ID;NV;OR;SC,6,525,SC,Richland,Closure;Layoff;Not specified;Permanent closure;Reduction in Force,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/w/wells-fargo.html,2008cdc7e1044141;6b1b6ecfe026903b;5a26ff6fdbe595d1;9b452bf1e3577a28;866db6b245f7e4dd;e5f067e34e2583ab;0b480976da67350a;8b42699f48739d00;512ec4767e06c4b5;6ecb721bbd50dcb5
277,Hilton Garden Inn,2020-03-18,2020-07-10,2020,1831,28,28,27,CA;CO;CT;IL;IN;MI;MT;ND;NY;OH;PA;TN;TX;WI,14,132,CA,"San Diego, San Diego County",COVID - Temporary;Closure;Closure Temporary;LO;Layoff;Layoff (Expected To Be Temporary In Nature Due To Covid-19);Layoff Temporary;Mass Layoff;State;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hilton-garden-inn.html,00e027545d6f9eea;76c80baaf7a2fadc;2c231aa5a4e59e85;ee99b7f9bcf9ee85;d2a30cebe27d7fe7;d134ffe762819048;54aab3905913be2b;156a6cce51888c8d;403bfad1cf3b1395;b2740a0fb0d190d9;7c31b89e675ee00e;810124eca264c14f;5cbc7d9a8448a3f5;4aaa514e91a03717;115f7af1846bae23;f6e075dd00164c5f;f573d3d18dc50953;df8edc0ed62e4627;9d551e9c5fc3c7d1;03f9106211aec06c;b4dd9e2b85e7c504;57ded30bf946d8db;ffa0536d44092bcd;986f82d0fbc68270;9606b001659ef83e;50f1d6a3f422e29c;9ae2c038d6686bc3;fe974a11a83236ad
278,General Motors,2019-01-15,2019-03-26,2019,1829,6,6,5,MD;MI;NY;OH,4,1298,MI,Warren,1;Closure;Mass Layoff,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/g/general-motors.html,91af3c8848240a48;fa30c5324984b17d;000d5bb957f3b6ed;f0523d0b391fbd63;624b54cc44616774;58910c80cdc2b3aa
279,Qualcomm,2018-04-19,2018-06-18,2018,1828,7,7,4,CA;NC,2,1231,CA,"San Diego, San Diego County",Layoff;Layoff Unknown at this time,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/q/qualcomm.html,5b4315e7daa58ce0;554a951a18761885;4e0da7390832cdc4;959ca5b98f6f35c9;3261126780c93e0b;c3598e81e7183c8a;3597527a45ff91fc
280,LEGOLAND California,2020-04-24,2020-04-24,2020,1810,1,1,1,CA,1,1810,CA,"Carlsbad, San Diego County",Closure Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/legoland-california.html,d8757e3ff43e9682
281,Busch Gardens Williamsburg,2020-09-30,2020-09-30,2020,1810,1,1,1,VA,1,1810,VA,Williamsburg,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/busch-gardens-williamsburg.html,ead60dc182758ac8
282,Microsoft,2014-09-18,2014-11-06,2014,1808,10,9,6,CA;IL;NY;WA,4,747,WA,Redmond,Layoff;Layoff Permanent;State,false,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/m/microsoft.html,e12d73bcef3530db;35ace0573f572b04;1e7be850b0c8e04f;ce86005feeb4876e;963005ea156b7d59;8010e739e28a1980;0410ab1d3f58f4e4;f138b08eb2b4b8ed;3215488abd8ee6bc;50fc76f0fdbbb594
283,Orleans Hotel & Casino,2020-05-22,2020-05-22,2020,1801,1,1,1,NV,1,1801,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/o/orleans-hotel-casino.html,a343da467b4a803a
284,Goodman Manufacturing,2016-10-17,2016-10-17,2016,1800,1,1,1,TN,1,1800,TN,"Fayetteville, Lincoln County",Closure Permanent,true,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/g/goodman-manufacturing.html,b111fe931eb14977
285,Pebble Beach,2020-03-23,2020-03-23,2020,1800,1,1,1,CA,1,1800,CA,"Pebble Beach, Monterey County",Closure Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/pebble-beach.html,b92232a08328fe4f
286,Granite City Works,2008-12-05,2008-12-05,2008,1796,1,1,1,IL,1,1796,IL,"Granite City, 1951 State Street",State,true,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/g/granite-city-works.html,70fbaeb36fd99529
287,Cheesecake Factory,2020-03-26,2020-05-13,2020,1796,13,13,9,CA;NC,2,376,NC,Nash County,Layoff;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/cheesecake-factory.html,7b9efb22774aad18;fb104d77822328b0;ed11b714f72ca082;ea45b3ee9ca5f363;e286c4df8f1b0069;a554b376a1f86197;979caf825c67df13;5fee2fee9b599537;43a26e475a694b70;10ed10d5c4c29ac7;0000a48dc1299b4d;b2329ea5a09baa22;7c5a1e85e9181727
288,Spirit Airlines,2020-07-01,2020-08-27,2020,1781,9,9,8,FL;IL;MI;NJ;NV,5,946,FL,"FORT LAUDERDALE, FL, 33315",Layoff;Mass Layoff;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/spirit-airlines.html,21c5dcde6440e44b;ab1fcb1dda4f8e0c;99921570cc56af09;71616cd3fabd02fd;0e3d5ca2c7dffdf9;ccd12df601bd85a4;e818e6049e7669fe;8d973383e882b506;86b355e1b9c63dbb
289,New York-New York Hotel & Casino,2020-05-05,2020-05-11,2020,1772,2,2,1,NV,1,1749,NV,Las Vegas,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/n/new-york-new-york-hotel-casino.html,fcd247fec3ea58f5;5f6d57babf29b0cd
290,Boeing,1998-11-30,1998-11-30,1998,1770,8,7,1,KS,1,407,KS,,WARN,false,false,0,5,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,dd6e981a6bd584a7;bacdedabb3b243c5;832f55a466cb6e20;5f6a11e519d149a1;217ae18c8e714b0f;1d6aa13147ba73b2;12aac8bdc8ba0f34;0f1b9e6b37c5ee2f
291,Chicago Housing Authority,1999-10-01,1999-10-01,1999,1770,1,1,1,IL,1,1770,IL,"Chicago, 626 W Jackson",State,true,false,0,5,,5dc5c6c2cc711db5
292,Wachovia,2004-11-24,2004-11-24,2004,1764,2,2,2,AL,1,1714,AL,Birmingham,Closing *,false,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/w/wachovia.html,a721f580db0abd0b;4a05fa7d52346d7f
293,Wyndham Vacation Ownership,2020-03-30,2020-09-28,2020,1763,53,50,13,CA;FL;HI;MO;NV,5,405,FL,"ORLANDO, FL, 32830",Closure;Closure Permanent;Layoff;Layoff Permanent;Layoff Temporary,false,false,1,41,https://approjects-warn-act-notices.static.hf.space/employers/w/wyndham-vacation-ownership.html,f85940a7d4117b97;80eaa9ea2bc4c3e9;e94d7fe92e0202d6;3d49008be229f138;37d32d9cf9c2aec1;e6b18e2d8dad9d6f;1179deb0bceab52d;001fdba1f7861b14;82dc4d45dc08c132;f257398e86f64e48;0dfe39667d1dd88a;f56020f78cd6c667;86457f6f08734949;329137bc1049b8ae;f6e3927cfa99443c;dd67ef5fd9daa742;8cddafb3cfef9629;8651d4ee35a31c50;5c096ea3a884a331;f407037ae4265679;508d8f4d79bdab0d;08e8386641b99902;1d20db8ddab5174b;04bb830c9c95c1ee;ff2d461d6d000c69;fed1e64d2bbfb5a8;ed1b97aa07bf475a;ec19bc640ad1837d;ea1fcc10c0efef88;dd6d640350ed50f1;d46e45c494c4eacf;ce4cae43048a7665;cc45ae566738693d;c883d6009158fbdc;be2dd3d11866113b;b4ba7f714485f5a7;a85a47223cc0d83c;9b34a12ef3530413;9627cce319bb1f16;934acb96a9a514ea;89d1040da7095790;6a95b0f44eb67f1e;598f272f3f427c72;5379f5442de693b8;46a19ce26aa28bf2;343aee8f5c2fe6d5;2b62be8273764e88;262483eab56de0e8;1cf6d6f2caf43e96;0823dcc7fedca8ee;0413fc110f00a7f8;e58d8968ee8c8093;bf3f9177c3528ff3
294,Tyson Foods,2025-11-26,2025-11-26,2025,1761,1,1,1,TX,1,1761,TX,"Amarillo, Potter",,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/t/tyson-foods.html,8f98eea3ea48c05c
295,Tyson Foods,2026-01-20,2026-01-20,2026,1761,1,1,1,TX,1,1761,TX,"Amarillo, Potter",,true,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/t/tyson-foods.html,6b869d729ce76461
296,Helping Care,1994-06-09,1994-06-09,1994,1758,5,5,5,IL,1,1075,IL,"CHICAGO, 175 W JACKSON BLVD SUITE A1547",State,false,false,0,2,https://approjects-warn-act-notices.static.hf.space/employers/h/helping-care.html,d133f9a0732bda8f;c1b23afd1fade549;c03336b25e1579d9;89f7d41c7014dd33;3f4c88822a1d9372
297,Harvey's Tahoe Mgmt,2020-04-22,2020-04-22,2020,1752,1,1,1,NV,1,1752,NV,Stateline,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/harvey-s-tahoe-mgmt.html,881a3534dc80085d
298,OfficeMax,2014-01-28,2014-01-28,2014,1750,1,1,1,IL,1,1750,IL,"Itasca, 263 Shuman Blvd., Naperville 60563 800 W. Bryn Mawr",State,true,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/o/officemax.html,b405d830e449b7f7
299,Palms Casino Resort,2020-05-01,2020-05-01,2020,1745,1,1,1,NV,1,1745,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/palms-casino-resort.html,6c5a7d3ac25fb046
300,Twitter,2022-11-04,2022-11-28,2022,1745,10,9,7,CA;CO;MA;NY;WA,5,784,CA,San Francisco County,Layoff;Layoff Permanent;Voluntary Resignation,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/t/twitter.html,af25652b7906ff30;6321db09f6cc5818;3c8d495aa6739dc4;e79b632cf1cdd233;32263127ab50263d;00902e330d87d46c;b9f776a9d93928b6;9a29b6410d5dea7c;bf5c223d3ffc1f92;697328b95a2d1ef6
301,DuPont,2015-12-21,2015-12-29,2015,1740,2,2,2,DE;TN,2,1700,DE,,Closure Permanent;WARN,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/d/dupont.html,f5c966edbcd16dd2;d7045f42453d0cd2
302,Trump Marina Associates,2011-03-01,2011-03-01,2011,1730,1,1,1,NJ,1,1730,NJ,Atlantic City,,true,false,0,23,,0cd9921adedc2b42
303,Atlantaic Club Casino,2013-01-01,2013-01-01,2013,1729,1,1,1,NJ,1,1729,NJ,Atlantic City,,true,false,0,27,,854fecea9f84908e
304,GSW Arena LLC-Chase Center,2020-05-09,2020-05-09,2020,1720,1,1,1,CA,1,1720,CA,"San Francisco, San Francisco County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/gsw-arena-llc-chase-center.html,4cebb0b0bdb3e35d
305,DNC Parks & Resorts at Yosemite,2015-12-28,2015-12-28,2015,1718,1,1,1,CA,1,1718,CA,Yosemite National,Closure Permanent,true,false,0,33,,c0d3552a73577daa
306,Pride Transportation Services,2025-10-20,2025-10-20,2025,1717,2,2,2,NY,1,885,NY,Kings,Layoff,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/p/pride-transportation-services.html,8a4a6065e859cebc;2017ecf53808bf18
307,Applebee's,2013-04-23,2013-04-23,2013,1712,6,6,6,IL,1,778,IL,"Cook County, multiple Cook County locations",State,false,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/a/applebee-s.html,e7c0f4017c1a49ad;e658210834d8cf94;43377cebeaab1657;3dfe09028f7fe95f;26d5508edb941b02;1b4e94bd8c880de7
308,JC Penney,2020-07-16,2020-10-18,2020,1712,11,11,9,CA;MD;PA;TX;UT,5,717,TX,"Plano, Collin",1;Closure;Closure Permanent,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/j/jc-penney.html,3652038bf4cc5413;ff072273bb4ceaa3;a821977e71ec12e1;53cdb0c2788642a9;5aa7ea088c3f3773;2cdfbd1b1abaa9da;c15e4c13fa775240;5e2529eba5cc2ce9;68e9f3cafc388f86;3ecd52b0b2b0d215;97227b241730c0f0
309,United States Steel,2009-05-08,2009-05-08,2009,1711,1,1,1,AL,1,1711,AL,Fairfield,Closing *,true,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/u/united-states-steel.html,4c9cd26f32f03c0d
310,Google,2023-01-20,2023-01-30,2023,1706,32,32,6,CA;NY,2,887,NY,New York,Layoff;Layoff Permanent,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/g/google.html,0a00556e374f88cf;fdcfe7bbc13b0abc;f7433ac26ea54693;ed39bf9533210282;d11bf41b890ab0ba;b71fd6c9a781024b;b27ebbe9a325f05e;9d9f08c15c5a3161;98c33b6378cdc876;94adcf80e2e2f4fa;917cdc5548f27bac;8a9f0e42718788d7;7f486bf7498a30cb;734ce059239eb5be;6351bceb1b50b06d;4c2517c04fab8204;445eee211b387b03;3c680393c913fc48;30785ea97d6b9290;2cbd261807846367;2c47e3182091f184;2781a38eab49eaab;b364842289675f0b;aaba3e96ba42c1ba;905f50421da25fc7;7e02b9d6300ceee3;7d371097e471da7d;70c406db18f09308;1fa6302d02ac9ce3;ed33f31b47f1b185;a212007690f1e6b6;3cfaa68aa47a8c18
311,Columbia Distributing,2008-07-14,2008-07-15,2008,1704,2,2,2,OR;WA,2,933,WA,4 sites,Layoff;Permanent closure,false,false,0,14,,f484d2d1d7443c7b;489ab0001d279326
312,HMS Host,2020-03-16,2020-06-10,2020,1704,14,14,13,CA;IN;MD;ME;MI;MN;OH;OR;TX;VA;WI,11,400,MN,St Paul,2;Closure Permanent;LO;Layoff;Mass Layoff;Temporary Layoff;WARN;WR;Workforce Reduction,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hms-host.html,69c2e8763dc3cbb0;7c16467e37e9c72b;a08dbeb3676783f2;cef391f24dc21096;caaaa01f5dfac660;bf8dd6c643c9a838;c09e5315bf62f4e4;91d98b92ec914fd9;d456f4fe125f068c;5f2387bf3a63f4b7;65def11504a09e17;bb9820fad5e005dc;8aad190c3c1f58e7;100538f2f94de2da
313,General Motors,2002-02-14,2002-02-14,2002,1700,1,1,1,MI,1,1700,MI,Orion,Layoff Event,true,false,0,7,https://approjects-warn-act-notices.static.hf.space/employers/g/general-motors.html,cf89eaf84fe3d5c1
314,Dream Center Education Holdings,2018-06-29,2018-08-28,2018,1700,13,13,12,AZ;CA;CO;MI;NC;PA;VA,7,171,PA,"Philadelphia, Philadelphia",Closure;Closure Permanent;Layoff;Plant Closing;WARN,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/d/dream-center-education-holdings.html,c40415da2de5e437;7efc74edef854191;457edf9e08d11e19;421eec364edd9939;0f930101802a60fe;f92de4cad10a81d9;d52c4d9658ea1ed9;8d7d5ee866a33440;882927d8e79d21b8;7f293e4e1be4fc2a;0052d91fe5c9e854;ed9425096683114f;f066ab22f5653092
315,Northrop Grumman,2020-07-20,2020-07-20,2020,1700,1,1,1,MO,1,1700,MO,Independence,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/n/northrop-grumman.html,2d15200369aebbe3
316,Hilton Grand Vacations,2020-07-01,2020-08-03,2020,1697,11,10,8,CA;FL;HI;SC,4,422,FL,"ORLANDO, FL, 32836",Layoff Temporary,false,false,1,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hilton-grand-vacations.html,fa8d4f13cb0bf18f;ea045a314d6cfea0;c6eb726006ee2bb2;b8ab8261aeac6b9f;a42766e6c87d6660;944f52f141f7173b;6b0d9774df882948;2069413ae51677f4;1ffaa81d76aec7b2;f3f005a5515f09a5;7a86c0581f3d3612
317,K's Merchandise,2006-10-06,2006-10-06,2006,1694,9,9,8,IL,1,935,IL,"Decatur, 2800 N. Water",State,false,false,0,11,https://approjects-warn-act-notices.static.hf.space/employers/k/k-s-merchandise.html,fdf2a3b2a88eaa41;b2cf8134cd1dac95;a0369192facaa238;72f7ca3766e51778;3afc76301f7cbe4c;32ff7c9702a8b988;2d870af38f7ebb5f;1dfbdb7cdf0ad1d0;02ded58b44eaf7c5
318,Horseshoe Hammond,2020-04-28,2020-04-28,2020,1693,1,1,1,IN,1,1693,IN,Hammond,CL,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/horseshoe-hammond.html,323a66f1313c602e
319,Gulf States Steel,2000-08-07,2000-08-07,2000,1690,1,1,1,AL,1,1690,AL,Gadsden,Closing *,true,false,0,6,,d071f09fb1c3a90a
320,Zoological Society of San Diego,2020-12-02,2020-12-02,2020,1690,1,1,1,CA,1,1690,CA,"San Diego, San Diego County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/z/zoological-society-of-san-diego.html,7c6d30b44e7c2391
321,Irvine Management,2020-08-18,2020-08-18,2020,1681,1,1,1,CA,1,1681,CA,"Irvine, Orange County",Layoff Permanent,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/i/irvine-management.html,dfd74e996fa78019
322,Boeing,2014-07-21,2015-01-16,2014,1679,27,27,5,CA;KS;WA,3,227,CA,Long Beach,Layoff;Layoff Permanent;Layoff Unknown at this time;WARN,false,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,668a83a98488e2ad;c6cd4f55c1e407ea;59086e04ec958430;91b9f148ea15138d;955de2883e87538f;9bc4856e1326de05;03a8849358cae7c2;e473a2de568bc5aa;9742756bf2fed2ee;68b40740cde92185;32aeaa8656048a37;d1a7c8514656578d;438eb90af8652e3c;2d1b9d2575074e9b;08c55ac5c1428b73;9dc7986994ef4db5;4d85b8ae9ae4a735;71c537f0137a57a1;e5dedbc1ebce0422;8c5216e4e614aa95;40af69d2b1f3e3cb;1dd6d470c756e578;f96c429c45c49a3d;db19bd44334ef2ee;af449fd2b700d6fb;51c805e48727fdad;e3368b3f0aa22c95
323,YMCA-San Antonio,2020-04-07,2020-04-07,2020,1679,1,1,1,TX,1,1679,TX,"San Antonio, Bexar",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-san-antonio.html,78dbcd998806343c
324,Verizon,2025-11-01,2025-11-21,2025,1677,4,4,4,CA;NJ;WA,3,1319,NJ,Basking Ridge,Layoff;Layoff Permanent,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/v/verizon.html,7d82c9b010644257;c0e22b1075dddeed;89c1592286bc37b8;3c9f20625b1fad72
325,Martin's,2017-04-11,2017-05-16,2017,1673,13,13,8,VA,1,183,VA,Williamsburg,Closure,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/m/martin-s.html,d49f1fef13d8b3d4;904071351206f10a;13b1acfc2764ef16;70fddd7cf6ed8c85;fdf068e3fed23e9c;c1d7f2444f585d24;bf000cf81a3db26b;ab491c8fe41b939c;636fd8f7dbc557c8;633a9c3d2f70c2c2;4925b6b5080ed0df;3ce9f75c7d012147;16978d5a7b2ececc
326,Paramount Global,2024-02-13,2024-03-01,2024,1672,5,5,3,CA;NY,2,1182,NY,New York DOL Rapid Response Coordinator:,Layoff;Layoff Permanent,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/p/paramount-global.html,c8e0a812095a5d90;04a9ffe920aa9217;3b49626eb004261b;1aa596faabcd18e0;dd847f96d9bc8559
327,Hard Rock Hotel & Casino,2019-11-21,2019-11-21,2019,1665,1,1,1,NV,1,1665,NV,Las Vegas,Layoff,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/h/hard-rock-hotel-casino.html,c0643702322aee6e
328,Sodexo,2014-02-18,2014-07-30,2014,1664,12,11,12,AZ;IL;KY;MI;NJ;RI;VA,7,372,NJ,Montclair,Closing;Closure;Mass Layoff;Plant Closing;State;WARN,false,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/s/sodexo.html,40419015ac0337f6;fd3e7b710e850758;25b3f185aa8bad00;b7e7482393d10cfd;859f87b84f555e80;b28ce047946f357c;896e3b25f0ac38d5;54244dd3dc555b58;2990fd44c6e869b9;e3dc0bbffcab80fd;ecf0c0a5c19c1349;397856959b9a4ccc
329,ABM,2020-08-19,2021-01-21,2020,1663,27,26,14,CA;FL;MN;MO;NC;NV;NY;OH;SC;TN,10,269,FL,"FORT LAUDERDALE, FL, 33314",Closing;Closure Permanent;Layoff;Layoff Permanent,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/abm.html,bb1d3e68818f8ca1;d58ce02046ca32c4;692d3fc56d439767;6fd4a124897bdf88;2895fb88cdfd0f2f;9ae229575993c7ea;d7b2cd903d43fd12;e4d3f60296839ba8;e305911e9e4bc923;ca740a0a647df918;a688b026aeaecf0d;31268551a2ab5514;1376ccfaf3417a77;0f4ddb7f6226309f;4350a52651b739a5;181de8721676a4df;135c51e52211a66d;7dabd1dae5807c6f;d082fceb29243fa3;1ba3ca6a519c0efa;12c6862054e9df59;4a06966a37501610;c1027f3ed0222fe2;57c7ec38deb9f23e;e82c6eb2e323b6b9;6f9d594cd21c63bf;f3a246eca7e9b77b
330,Comair,2001-05-21,2001-05-21,2001,1662,1,1,1,KY,1,1662,KY,Kenton,Layoff,true,false,0,8,https://approjects-warn-act-notices.static.hf.space/employers/c/comair.html,57140b07ad15cc88
331,Intel,2016-04-25,2016-04-25,2016,1661,5,4,4,AZ;CA;OR,3,784,OR,"Santa Clara, CA",Large Layoff - 10 or more workers;Layoff Permanent;WARN,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/i/intel.html,f4d14aa1bfdaa7c2;a6377c9859ea32a0;8f8ae8386f4dcbbe;3ce4e1877a7007b8;18ba756d0ed4691a
332,Newark Morning Ledger,2008-09-01,2008-09-01,2008,1657,1,1,1,NJ,1,1657,NJ,NEWARK,,true,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/n/newark-morning-ledger.html,0de809c20993393f
333,YMCA of Silicon Valley,2020-05-15,2020-05-15,2020,1657,1,1,1,CA,1,1657,CA,"Santa Clara, Santa Clara County",Layoff Unknown at this time,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-of-silicon-valley.html,5e65fa98f4ee5702
334,Burlington Distribution,2020-04-21,2020-04-21,2020,1653,1,1,1,CA,1,1653,CA,"San Bernardino, San Bernardino County",Closure Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/burlington-distribution.html,98aef7d02f84d1d0
335,PVH,2020-04-21,2020-04-22,2020,1648,20,20,19,CA,1,248,CA,"Los Angeles, Los Angeles County",Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/pvh.html,fe4c057c17a08d79;d67ab3c9204eda27;c4c4975752c8a766;bb04c614fda36eaa;b938d636b9742497;a613a2cf1f2ab840;920a3f1eb883d935;8d39ad0137eee165;359a3e565bdeaea3;2976abe6eb5c916f;239c91540f95c0ab;156b2559d8b3efb6;dc2e8bb1eab91c5f;cfbbff71ed91018c;c7a4aaa9bd20dede;bf88e3074b2130da;7a4c6f0bd8751837;6e917cb224c0ddb3;5b43caf8be1753e9;0e7c1da7dc313155
336,Nike,2020-07-20,2020-07-23,2020,1644,6,6,2,OR,1,700,OR,Beaverton,Reduction,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/n/nike.html,df4025ea0e17aad4;cb86f8e58b1a59d9;2a278b8f8eb7026d;b2247b5ea371d4ba;7e037b16eaddfe79;2676a56829403a63
337,DMSI,2024-12-10,2024-12-10,2024,1643,6,6,2,CA,1,581,CA,Riverside County,Layoff Permanent,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/d/dmsi.html,9da911397b795ed0;3236bea121da7ab8;31ce5a897f31e37d;23787672922ebe55;20547c4ac9a6347f;1b6faba0bb0d6efc
338,Hillshire Brands,2014-04-02,2014-04-08,2014,1642,2,2,2,AL;IA,2,1100,AL,Florence,Closing;Closing *,false,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/h/hillshire-brands.html,872d4f04ee6ad9d8;e37affd5b315b076
339,"Sears, Roebuck and",2018-05-31,2018-11-15,2018,1636,35,35,23,CA;CT;FL;NJ;NY,5,126,NY,Nassau,Closing;Closure;Closure Permanent,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/s/sears-roebuck-and.html,55f75b205be92b57;4d41ffee4a31bcbb;9eef7f51bb2fcfdd;394cb07ae897fc45;07c34ad65153a5df;e09d23bedfafea28;75cb1d01f3adfe2c;cf1f90012290a9bf;389c71c4179b4d1b;bcb23d31e0e5b1b9;ccda631dcca9b9b6;9dacfb5c11c6b26e;cedf19e9bf85d5e2;bb4b887ab7c2f2ee;7defb94ee039d885;4f0e36c760977b33;29a64ce627e2bf7e;ecf73aa4216da541;3f387a11f7269b4c;e10f4aace31ebcc2;c04486f91d040209;6347478b143c9b50;4ff897ca05a35d9e;1d6c1b5794d8aa8e;19f2fedccb0b2ef9;e4f6cf4f603256a3;b69ab2f30f0f06b4;9909c989ac42caba;9893926a56c99941;624c4c28ab1c4133;37c2acd576e6d509;a06ef89e4a976993;69e94ec129d81fbc;ab9f7cdcd5a4d99d;053a29b231e59ecb
340,Transform SR,2020-05-01,2020-10-20,2020,1630,21,21,15,CA;IL;TX,3,400,IL,"Hoffman Estates, 3333 Beverly Road",Closure Permanent;Layoff Temporary;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/t/transform-sr.html,7f32ea65ed7cabd3;ebb538ba128577fa;bfd8e32041722205;e6353d64da87b75d;d9f3c8ea89ee9d88;b9b3185e40d3ad2c;b3d842ef5aa21e50;726724cb7c1fa55b;6bac7503a276010d;e984793e7871ce53;fde094df3821e440;db5c5c2cc222fa2b;6af370ccf5d17433;621f9e90d128556b;d292845c67609a8f;f369bc81ba5bf933;a02ae081439c8d0f;7411ea67feecf571;a77074aefe218f98;8238b8e0dbcafd54;76547e30f962df42
341,ADESA California,2020-04-16,2020-08-07,2020,1629,9,9,5,CA,1,352,CA,"Sacramento, Sacramento County",Layoff Permanent;Layoff Temporary;Layoff Type Unknown,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/adesa-california.html,f2657cebbd277071;7547e71fe165616d;4068920c5c385807;1cfb57538590aab9;8b782ddb3468385e;e0fd8f316458db6c;8b552c042be76b78;78d35374d2c9ef28;ff73ace465ceeaf4
342,Lilly,2013-04-26,2013-04-26,2013,1624,1,1,1,IN,1,1624,IN,Indianapolis,LO,true,false,0,27,,453d3cc6896522fc
343,Bottom Dollar Food Stores,2015-01-18,2015-01-18,2015,1623,1,1,1,PA,1,1623,PA,Butler,Closing,true,false,0,33,,ef6617565e9dc85d
344,IAS Logistics DFW,2020-01-15,2020-01-15,2020,1609,1,1,1,MD,1,1609,MD,"BWI Airport 7050 Friendship Road Baltimore, MD 21240 1",2,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/i/ias-logistics-dfw.html,720778b7ce823a70
345,GM Lordstown Complex,2018-12-17,2018-12-17,2018,1607,1,1,1,OH,1,1607,OH,Warren/Trumbull,,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/g/gm-lordstown-complex.html,f8b46c56fc6a6265
346,GM Lordstown Complex,2019-03-26,2019-03-26,2019,1607,1,1,1,OH,1,1607,OH,Warren/Trumbull,,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/g/gm-lordstown-complex.html,193da7ff7b7fa91b
347,RW Constructors,2015-04-22,2015-04-22,2015,1606,1,1,1,IA,1,1606,IA,Weaver,Mass Layoff,true,false,0,33,,154121ced5b92419
348,Jabil,2018-09-24,2018-10-24,2018,1605,6,6,4,CA,1,562,CA,"San Jose, Santa Clara",Closure Temporary,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/j/jabil.html,b76dfd1e54a39f6e;6dd56a4bb484cba2;9bf05b32bb7bff5b;8e150410e3d508c8;966ad238f2a90e91;76fbf0b7901608b2
349,Mid Rockland Imaging Partners,2020-03-24,2020-05-05,2020,1605,8,8,6,NY,1,592,NY,New York,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/mid-rockland-imaging-partners.html,f961d7f90dc4a4fe;c848634d9bf7d623;5519c1c92bf1820e;d7da3535e495773c;4493f9da588ca3ff;ff9479ee5f173f3c;8dffdd239f85fe97;243ab9e3a667dec0
350,Washington Metropolitan Area Transit Authority,2020-10-22,2020-10-22,2020,1604,1,1,1,DC,1,1604,DC,"Washington, DC",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/w/washington-metropolitan-area-transit-authority.html,5a1a9cd7b9fa0169
351,Qualcomm,2015-09-17,2015-09-18,2015,1602,4,4,4,CA;CO,2,1314,CA,San Diego,Downsize;Layoff Permanent,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/q/qualcomm.html,f685d73255a59c95;aef8c5d8cbe70d26;5915fa31be16dec6;272b6041e9e24380
352,Reynolds Metals,1998-11-02,1998-11-02,1998,1600,1,1,1,AL,1,1600,AL,Muscle Shoals,Closing *,true,false,0,5,https://approjects-warn-act-notices.static.hf.space/employers/r/reynolds-metals.html,29adb1ecac2aa7ad
353,Pacificorp,2000-05-05,2000-05-05,2000,1600,1,1,1,OR,1,1600,OR,PORTLAND,Large Layoff - 10 or more workers,true,false,0,6,,c7c653653bc112e5
354,Maximus,2014-02-24,2014-02-24,2014,1600,1,1,1,ID,1,1600,ID,Boise,,true,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/m/maximus.html,2f4b1db31186478e
355,YMCA of Greater New York (24 NYC sites),2020-09-15,2020-09-15,2020,1599,1,1,1,NY,1,1599,NY,New York,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-of-greater-new-york-24-nyc-sites.html,9c08962227aeb5f7
356,Macy's,2017-01-01,2017-01-09,2017,1592,16,16,16,CA;FL;IL;MI;NJ;NY;OR;UT;WA,9,193,CA,San Diego,Closure;Closure Permanent;Permanent closure;Plant Closing;State,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/m/macy-s.html,c453624fa1998d6d;fce2ea887d885c63;e2d84a95b3684ea2;d7982bf6bd3eede8;baf6a0a71859e85a;265244905eaafa03;1aa016ac903c8cbf;fcb01649f49256b5;f2d89d9b23108750;21dd1d0828075c99;dc72461bf080a685;ae6c9edc3f92b562;924efe6a9830ff67;36eb46a3822dc3ee;dd506d0573fb148e;19eaf334c993e867
357,Bed Bath & Beyond,2022-12-08,2023-02-01,2022,1583,8,8,7,CA;NJ;NY;TX,4,572,NJ,Port Reading,Closure;Closure Permanent,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/b/bed-bath-beyond.html,0574bc2f3fb072ed;f1b734d791b83a47;d038fd337322ddb0;dfe0041e02493b46;f902bbb5db8f08a6;b15c1f32fb2ef74e;9d8c1f0af4a8fee4;82bc3849f8662c41
358,New Century Transportation,2014-06-01,2014-06-01,2014,1577,1,1,1,NJ,1,1577,NJ,Westampton,,true,false,0,29,,2a5465b4446798e7
359,Mountainside Hospital,2012-05-01,2012-05-01,2012,1575,1,1,1,NJ,1,1575,NJ,Montclair,,true,false,0,27,,49631ae7effa0240
360,General Motors,2004-03-31,2004-04-12,2004,1569,3,3,2,MI,1,907,MI,Lansing,Facility Closure,false,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/g/general-motors.html,3dd2576bf8f0d0d7;99482bc4266ffcd1;822b47785e3a9192
361,Granite City Works,2015-01-21,2015-01-21,2015,1562,1,1,1,IL,1,1562,IL,"Granite City, 1951 State Street",State,true,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/g/granite-city-works.html,3a8e4a84f2a104e6
362,Airport Management Services and Hudson Group,2020-07-01,2020-09-14,2020,1562,19,19,10,CO;FL;MD;MO;NJ;NY;TN,7,287,NY,Queens,"2;COVID 19 - 22 permanent, 23 temporary;Layoff",false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/airport-management-services-and-hudson-group.html,84902ead585f66fc;9558fcd351dbb38a;82bccd17ee80859e;816f5fd3df5bd4cf;7c042b5a9a05f018;402fa11bc8342b03;eaf9bc198fe277cc;bcb505a77ec9a1b2;bc84b806934c9a3c;2b0aa07fd4642af6;dda86be970e4e658;d51f6c66e8949b45;7077d559632121f2;315e28912709155b;276301b6288a2dee;69f2ef6c3d6409c5;11167b70cd58790e;9a6373f6d94fb5ea;96e70eae588981c2
363,"JACK Ohio Finance, LLC (JACK Entertainment)",2020-03-24,2020-03-24,2020,1561,1,1,1,OH,1,1561,OH,Cleveland/Cuyahoga North Randall/Cuyahoga,,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/j/jack-ohio-finance-llc-jack-entertainment.html,b0c5e5e799ec6337
364,MGM Grand Detroit,2020-05-05,2020-05-05,2020,1561,1,1,1,MI,1,1561,MI,Detroit,Mass Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/mgm-grand-detroit.html,8d445d657a5b0631
365,Stemilt Ag Services,2025-10-06,2025-10-06,2025,1561,1,1,1,WA,1,1561,WA,Wenatchee,Layoff,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/s/stemilt-ag-services.html,01ef6a91fe27d3a4
366,Great Wolf Lodge,2020-03-16,2020-04-01,2020,1560,5,5,5,AZ;CO;IL;MI;MN,5,446,CO,Pikes Peak,COVID-19 - Temporary Closure;Mass Layoff;State;Temporary Layoff;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/great-wolf-lodge.html,da164dae418bb9f1;554e3f2bae6c413f;006745f4a38b4c51;efa79c1d46e2e2f3;ff35d71e58f0043c
367,Rio Properties,2023-08-02,2023-08-02,2023,1552,1,1,1,NV,1,1552,NV,Las Vegas,Closure,true,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/r/rio-properties.html,4a5b8ad1ea601403
368,Sams Club,2018-01-11,2018-01-22,2018,1546,11,10,11,AL;AZ;CA;NC,4,187,NC,Wake County,Closing *;Closure;Closure Permanent;WARN,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/s/sams-club.html,d5c5eba87ac6abd6;d1adfe7539bf89b3;c5359709c951a92a;c40c2f22358b00a0;a37ac08a767c5921;971978e4488ac703;94532a9d491d0db3;67af9f0120b2b1f0;51bd6aa0b2b59e9e;3efdc0d7646a363b;bbec12f42a4c01cd
369,YMCA of the Fox Cities,2020-04-20,2020-04-20,2020,1546,1,1,1,WI,1,1546,WI,"Appleton, Greenville, Kimberly, Neenah",WR,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-of-the-fox-cities.html,6487032410ad96f4
370,"Century Blvd., Hillsboro",2025-07-07,2025-07-07,2025,1544,1,1,1,OR,1,1544,OR,Hillsboro,Reduction,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/c/century-blvd-hillsboro.html,b225e26358666b0e
371,Eat'n Park Hospitality Group,2020-03-06,2020-04-28,2020,1543,10,7,10,ME;NY;OH;PA;VA,5,688,OH,Various Cities/Various Counties,Layoff;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/e/eat-n-park-hospitality-group.html,726b5856c278ee90;f9b27801ac405ca4;f4d2eb832618592b;ddb0435152e2c3c6;ceeda20459f36bce;cb2a5e92463b760d;930b42f6207bff3b;68e6f9acbacb9042;071b866c212bc163;bee10ba03fc3485c
372,Orchard Supply,2018-08-22,2018-08-23,2018,1538,11,11,11,CA;FL,2,406,CA,"San Jose, Santa Clara",Closure Permanent,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/o/orchard-supply.html,8fe4f5f77f6a1246;163c0f563a1288ba;e097e557c6d78602;a0fee5215e85d2fa;9c962aafbeff6165;75ed615fcbf32d76;7472afe8e563e095;674fb0f9e8a1d573;48c49188f16b098f;247f67b41a5cc81b;12caba81b756aa2a
373,Marsh Supermarket,2017-05-04,2017-05-04,2017,1535,1,1,1,IN,1,1535,IN,Statewide,CL,true,false,0,37,,9c62c1da159578ad
374,MZL Home Care Agency,2018-04-06,2018-04-06,2018,1535,1,1,1,NY,1,1535,NY,Kings,Closure,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/m/mzl-home-care-agency.html,f8b0e876c07fa25b
375,Franciscan Health Olympia Fields,2026-02-05,2026-02-05,2026,1535,1,1,1,IL,1,1535,IL,"Olympia Fields, 20201 S. Crawford Ave.",State,true,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/f/franciscan-health-olympia-fields.html,d3533a96b8dcfcad
376,Elara by Hilton Grand Vactions,2020-03-27,2020-04-09,2020,1534,2,2,1,NV,1,1244,NV,Las Vegas,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/e/elara-by-hilton-grand-vactions.html,eb7bb24f1009eeb0;03325c475344c9ba
377,Adventist Health,2019-01-25,2019-04-25,2019,1532,6,6,5,CA,1,1331,CA,"Paradise, Butte County",Closure Temporary;Layoff Permanent,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/a/adventist-health.html,cf0a0fbeb67ef5fe;f0f84b50e7f71064;0c756198b29a4c8f;869f9b766b313e75;2dfaba6a79f442b6;823b872f0a5a581d
378,Fca US,2024-11-06,2024-11-08,2024,1532,2,2,2,MI;OH,2,1134,OH,Toledo/Lucas,Layoff,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/f/fca-us.html,805b849888a93aee;42bfcf07dc71208f
379,Adventist Health,2018-01-05,2018-02-06,2018,1530,10,10,10,CA,1,229,CA,"Roseville, Placer County",Closure Permanent;Layoff Permanent,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/a/adventist-health.html,c64dda39d7cb5985;7670044e9101165c;5d440c995d8ab153;bbd4dc10511970d5;d5f5eb67c4c0b57d;d588b6d74592d906;2a7ece90bdfaad2c;7c7b04f88b6accc3;f167c03bde7b4a50;dbeac29c9c85cb17
380,Seminole Hard Rock Hotel & Casino - Hollywood,2020-08-31,2020-08-31,2020,1527,1,1,1,FL,1,1527,FL,"HOLLYWOOD, FL, 33314",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/seminole-hard-rock-hotel-casino-hollywood.html,9f7f3bf4bbde865e
381,Cub Foods,2006-10-02,2006-10-02,2006,1523,9,9,9,IL,1,295,IL,"Melrose Park, 950 W. North Avenue",State,false,false,0,11,https://approjects-warn-act-notices.static.hf.space/employers/c/cub-foods.html,f67179ba2253a79f;f5b635cbd09524d4;f475840f830c21ee;d1938ba8b2f786d9;adc7b808333ef953;9863995380c1de97;8c98ff660de86200;761a0e65d524b9c9;3aa402f75ed28688
382,YogaWorks,2020-03-23,2020-03-23,2020,1514,1,1,1,CA,1,1514,CA,"Culver City, Los Angeles County",Layoff Unknown at this time,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/yogaworks.html,898311b9eb0ed2eb
383,Blue Oval SK Group/Battery Plant,2025-12-16,2025-12-16,2025,1514,1,1,1,KY,1,1514,KY,Hardin,Closure,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/b/blue-oval-sk-group-battery-plant.html,c9028f30c4057e2f
384,ABM,2021-04-16,2021-06-17,2021,1508,6,6,6,CO;FL;MD;MO;TN,5,960,FL,"JACKSONVILLE, FL, 32206",2;Layoff;Loss of contract,false,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/a/abm.html,db21d897b4e90318;b2a495b4ad47dd3c;519efa4e6b5fbdf9;bdeb8310d8721e1f;b44d0266d09dfc67;eef1373daa3ab53d
385,Tetra and Air Sole Production,1998-02-28,1998-02-28,1998,1500,1,1,1,OR,1,1500,OR,,Large Layoff - 10 or more workers,true,false,0,5,,d74da60beaafa84b
386,Cessna,2002-12-16,2002-12-16,2002,1500,1,1,1,KS,1,1500,KS,,WARN,true,false,0,7,https://approjects-warn-act-notices.static.hf.space/employers/c/cessna.html,dd2ecefc9e138f51
387,Pfizer/Pharmacia,2003-07-09,2003-07-09,2003,1500,1,1,1,IL,1,1500,IL,"Skokie, 4901 Searle Parkway",State,true,false,0,10,,927c4d020ac63fda
388,St. John Detroit Riverview Hospital,2007-04-25,2007-04-25,2007,1500,1,1,1,MI,1,1500,MI,Detroit,Plant Closing,true,false,0,14,,473b24f6210ee123
389,GM - Grand Rapids Metal Center,2008-10-13,2008-10-13,2008,1500,1,1,1,MI,1,1500,MI,Grand Rapids,Plant Closing,true,false,0,14,,4f671aba505ce240
390,Chrysler,2008-10-24,2008-10-24,2008,1500,4,1,4,MI,1,1500,MI,Auburn Hills,Mass Layoff,false,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/c/chrysler.html,fcc9c2cd9330af25;9677a29156c67c2f;7b5353b353163beb;32cee269540a2b2f
391,GE Transportation,2016-01-06,2016-01-06,2016,1500,1,1,1,PA,1,1500,PA,"Erie, Erie",Layoff,true,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/g/ge-transportation.html,bb4c7fa74400939f
392,ATA - Aerospance Testing Alliance,2016-04-27,2016-04-27,2016,1500,1,1,1,TN,1,1500,TN,"ARNOLD AFB, Coffee County",Layoff Permanent,true,false,0,35,,d0bf7c69e532c9cd
393,General Motors,2018-04-18,2018-04-18,2018,1500,1,1,1,OH,1,1500,OH,Warren/Trumbull,,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/g/general-motors.html,516407ae0c51a6de
394,Bicycle Casino,2020-03-16,2020-03-16,2020,1500,1,1,1,CA,1,1500,CA,"Bell Gardens, Los Angeles County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/bicycle-casino.html,2dc8c04ce8feec05
395,Bicycle Casino,2021-01-04,2021-01-04,2021,1500,1,1,1,CA,1,1500,CA,"Bell Gardens, Los Angeles County",Closure Temporary,true,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/b/bicycle-casino.html,c984b664c4b76fe3
396,National Steel,2018-08-03,2018-08-03,2018,1493,1,1,1,CA,1,1493,CA,"San Diego, San Diego County",Layoff Unknown at this time,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/n/national-steel.html,8fcb1e8fc5fb2aed
397,Royal Farms Arena/ASM Global,2022-02-02,2022-02-02,2022,1492,1,1,1,MD,1,1492,MD,"201 W. Baltimore Street Baltimore, MD 21202",1,true,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/r/royal-farms-arena-asm-global.html,c04969057fbaa683
398,Sprint,2016-01-22,2016-01-22,2016,1490,4,4,4,CO;NM;TN;VA,4,457,TN,"Blountville, Sullivan County",Downsize;Layoff;Layoff Permanent,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/s/sprint.html,f046d1ed5aa63cb6;e094ad0a65e2c668;593b843d52a56954;31fbfaff4926fd90
399,Sub-Zero Group,2020-03-20,2020-03-20,2020,1489,2,2,2,AZ;WI,2,1043,WI,Fitchburg,CL;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/sub-zero-group.html,719c42c137aff9de;1dc213f00f2cdfae
400,LM Services,2020-06-04,2020-06-04,2020,1488,1,1,1,MO,1,1488,MO,,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/lm-services.html,eb123cd724dac9f2
401,Bridgestone/Firestone,2000-10-17,2000-10-17,2000,1486,1,1,1,IL,1,1486,IL,"DECATUR, 2500 N 22ND STREET",State,true,false,0,6,,9fba3bb033760b29
402,JBS Souderton,2026-08-14,2026-08-14,2026,1485,1,1,1,PA,1,1485,PA,"Souderton, Montgomery",Closure,true,true,0,48,https://approjects-warn-act-notices.static.hf.space/employers/j/jbs-souderton.html,bd9209c01e2e59a5
403,Cadence Innovation,2008-10-31,2008-10-31,2008,1484,8,8,5,MI,1,780,MI,Chesterfield Towns,Plant Closing,false,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/c/cadence-innovation.html,f8b906eb3b419d6e;f0d1fce37e92f19a;be2df5a55780a63c;9ffecaf3352b4df5;8d327f78d9e8ab81;649f4a452302058a;26a892ce7248ffe6;0e2ef90430dab75b
404,MTA New York City Transit (TA),2010-04-27,2010-08-05,2010,1474,8,8,1,NY,1,676,NY,New York,"Plant Layoff;Plant Layoff Additional affected MTA site: 2009-0294: 25 Jamaica Avenue, Brooklyn, NY 11207 – 51 affected (Title affected: Maintainer)",false,false,1,23,https://approjects-warn-act-notices.static.hf.space/employers/m/mta-new-york-city-transit-ta.html,c73329f2442cb8a4;b5cbdb81adf2fcb2;67e2e204fc866684;c3d62825f5de4bb7;b75af19117d48707;db9d6e90b50f2d0c;62e17c68ba482b03;b0aa43f702610251
405,Sodexo,2024-02-14,2024-08-13,2024,1474,18,18,14,AL;CO;FL;MA;MD;NJ;OH;SC;VA;WI,10,170,AL,Auburn University,CL;Closure;Closure (Cease Operations);Layoff;Mass Layoff - No Recall,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/s/sodexo.html,051d1658a2649d0e;b5aab03083550acf;746bd53b131bbc66;8584d4bef467bef2;8b4cd8ce9ac4a06e;f602dbff0b60f20b;01d579c8f4f945b8;1c4c07984626ca8d;35de1b7218de6050;56357577ab6bb3bc;7618f863e2d0e6a4;58d4b45b4b6960d2;a06ec1d233a2dc65;7bb7a57a0b7d9985;03b01b4f96cd829d;fce97fa723d2f96c;0157688ad947e32f;4f473c0ada7b56bc
406,Yelp,2020-04-09,2020-04-09,2020,1467,3,3,3,AZ;IL;NY,3,590,NY,New York,Layoff;State;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/yelp.html,b2ea934806d7777c;495ebb86e938efac;0d5465098b438c79
407,Feld Entertainment,2020-04-09,2020-04-09,2020,1464,1,1,1,FL,1,1464,FL,"PALMETTO, FL, 34221",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/f/feld-entertainment.html,f3bc6ed3895879f6
408,National Super Markets,1995-03-15,1995-03-15,1995,1462,5,5,5,IL,1,593,IL,"EDWARDSVILLE, 222 TROY ROAD",State,false,false,0,2,https://approjects-warn-act-notices.static.hf.space/employers/n/national-super-markets.html,eccd39a15ff53a2d;afa7cfefb4d05bb2;82bcf21a600a21e6;2115a61d11a0f0a0;13ec829fc5a90978
409,Gareda Nursing Services,2008-12-18,2008-12-18,2008,1458,1,1,1,IL,1,1458,IL,"Calumet City, 1431 Huntington Drive",State,true,false,0,14,,979eadfbf64b92f6
410,Xerox,2016-01-25,2016-06-28,2016,1458,12,12,12,CA;CO;FL;NC;NY;WA,6,328,CO,Pikes Peak/Teller,Closure;Closure Permanent;Downsize;Layoff;Layoff Permanent;Other,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/x/xerox.html,19273142abd68af5;7ecae2c42135b0f4;78d85a9692b10317;cd4732f2fd92e2d1;4ce52ead786ece9d;1cf3b30ba989eb4a;d7c9d2f3d7be5b9b;55639910a1a388c2;85b3d9059c85bd24;362b9225085bdd6e;c340227dfb666325;bb6a673beadda9ef
411,"3535 LV Newco, LLC - LINQ",2020-04-22,2020-04-22,2020,1457,1,1,1,NV,1,1457,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/0/3535-lv-newco-llc-linq.html,6ad9abd972d4cbc4
412,Jabil,2022-10-20,2022-11-17,2022,1456,7,7,5,CA,1,549,CA,Alameda County,Closure Temporary;Layoff Temporary,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/j/jabil.html,7eb275f7ed11a55c;377e332d4b83487e;e4f8227482cd88b4;8fba6d52f7d42a44;48f2ff13e893ef3f;1d9c7335ba15ec51;590cce5c4015ca64
413,Magic Mountain,2020-06-02,2020-06-02,2020,1454,1,1,1,CA,1,1454,CA,"Valencia, Los Angeles County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/magic-mountain.html,7392dece940bf1ab
414,Management & Training,2025-06-02,2025-07-09,2025,1451,18,16,18,CA;HI;ID;TX;WV,5,226,CA,Los Angeles County,Closure Permanent,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/m/management-training.html,3e8f6a8ddd8b3d66;69659194be6d6e18;58f20f625b4edaaf;6b71036c4788c81f;418ca792336dbf6e;b820bcd85f3e7993;8dfaa4e417db2b92;69cd50c89d5c51d3;3fd8085753e9f769;2c4f2cb831286890;26b4184735282f93;1ad0e4e547d84b3a;fabcb72bc114e2aa;b5fa7fdcf8e09a17;a74cf4bf43cd5aaa;9a6c85566d4afcab;66b314017f943340;15d396e6dbc29204
415,New York Racing Association,2010-05-24,2010-05-24,2010,1450,1,1,1,NY,1,1450,NY,Hempstead,"Plant Closing Sites affected by this closing: 2009-0314: Belmont Park, 2150 Hempstead Turnpike, Elmont, NY 11003 2009-0315: Saratoga Race Course, 267 Union Avenue, Saratoga Springs, NY 12866 2009-0316",true,false,0,23,,aea73da2177f7692
416,Spirit AeroSystems,2020-05-01,2020-05-01,2020,1450,1,1,1,KS,1,1450,KS,,WARN,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/spirit-aerosystems.html,da4dcfce2d82ce26
417,Food World,2009-03-16,2009-03-16,2009,1449,28,28,21,AL,1,74,AL,McCalla,Closing *,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/f/food-world.html,ff678612daada843;f76488fbc268ad3e;f43a9ddc5348b811;e7a6fcf86c222683;e326f5b7f57d138b;de7ff83da514676a;d8acbe9393219b8c;ce4671e74ec2a4f1;b8d5bcc0aace0477;a8843f7e76f68de1;9a253de5f5745b74;9029d2f4cac670e0;8c9a4476990d2765;81b64f51fcb6889a;7ebf54a510bc69f4;7e1ca923ef659877;7b06557ed2aa31b4;76688ecc9e26f1fe;70189e882a91527a;6efbc30b3ca5e2f1;5ec52d78752508b7;5ad7f6b2d7a07e3a;5314f43d6760a68c;34736a5e140b2552;336c34af709bb4a3;264cc14a182b0e00;25d911cb023e52b7;0820f79553539fb8
418,Saint Michael's Medical Center,2015-08-01,2015-08-01,2015,1445,1,1,1,NJ,1,1445,NJ,Newark,,true,false,0,33,,ea249647436188f3
419,Waldorf Astoria -New York,2016-11-14,2016-11-14,2016,1441,1,1,1,NY,1,1441,NY,New York,Closure,true,false,0,35,,53943043ebd0b49a
420,Toys R Us,2018-05-30,2018-07-17,2018,1441,4,4,4,CA;MD;NE;OH,4,1178,OH,Statewide,1;Closure;Closure Permanent,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/t/toys-r-us.html,1736e446674ceb9d;4321bbfef1a5898c;cf30b7a8dd258011;5b47f37125e8e009
421,HCAL,2020-05-01,2020-05-01,2020,1440,1,1,1,CA,1,1440,CA,"Funner, San Diego County",Closure Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hcal.html,ce7f0ae385f8b8c4
422,O'hare Iap Airforce Reserve Station,1995-07-15,1995-07-15,1995,1436,1,1,1,IL,1,1436,IL,"CHICAGO, 10635 W NICOSIA",State,true,false,0,2,,14e9b9321a9ba574
423,Alorica,2019-07-25,2019-09-05,2019,1434,6,5,6,AZ;CA;FL;IN;MI;NC,6,799,CA,"Fresno, Fresno County",CL;Closure;Closure Permanent;Mass Layoff;WARN,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/a/alorica.html,f767821366b1571f;a9a775f844dd522c;7069e3727f7d164d;dcc2f5d04bad9995;3d94b33618b8ebeb;df599cbe447f78a3
424,Avis Budget Car Rental,2020-03-12,2020-05-19,2020,1434,14,14,14,CA;FL;IL;MI;MN;MO;OH;TX;WA,9,344,CA,"San Francisco, San Francisco County",Layoff;Layoff Temporary;Mass Layoff;State;Workforce Reduction,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/avis-budget-car-rental.html,d6a93ca5cd0c0acb;67cf0eaf962913cc;9ee38a40a98772da;d7670a223be4bace;a653fd26f1ef1075;741d9dd4af7cd0c4;f3d3c4dab38db1eb;42c86877b4baf2d3;df7c172c24e9a0a2;ac661a2d54dfb5e5;9aefe9b8f1d543b2;2fddc044cd5c97b8;3cc18551b428fdfc;8101d63f674fac2e
425,Equinox Holdings Inc. (2 Corporate sites and 16 fitness clubs - NYC),2020-10-09,2020-10-09,2020,1433,1,1,1,NY,1,1433,NY,New York,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/e/equinox-holdings-inc-2-corporate-sites-and-16-fitness-clubs-nyc.html,f387ce935c3cb40f
426,Sumitomo Rubber,2024-11-07,2024-11-07,2024,1433,2,1,2,NY,1,1433,NY,Erie,Closure,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/s/sumitomo-rubber.html,e2d277c97e791139;9650e36559edb5f9
427,Monaco Coach,2008-07-17,2008-07-17,2008,1430,1,1,1,IN,1,1430,IN,Elkhart & Nappanee,CL,true,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/m/monaco-coach.html,56ce83851d384cc0
428,Hard Rock Cafe,2020-04-13,2020-05-08,2020,1429,14,13,14,AK;CA;CO;FL;HI;IL;MN;SC;TN;WA,10,510,FL,"ORLANDO, FL, 32819",COVID-19; temporary;Furlough;Layoff;Layoff Temporary;State;Temporary Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hard-rock-cafe.html,a4e8edb44e73541d;301cb11c552d4132;d306e6e887ed70fd;3653adb85c2cdcf7;c38c9eb43748c793;c88367050bd455c2;49bccb100974a90f;466cf7cc8272496d;e3202d8bdaadb115;7b93f1c3f988ddf0;0a00cdd135183547;eedc40768e825180;baa3668d9a080c53;0393d724cedc7fb2
429,DHL Express,2008-11-19,2009-01-06,2008,1427,13,13,13,DE;IN;KY;MI;WA,5,336,MI,Niles,Closure;LO;Layoff;Layoffs;Plant Closing;WARN,false,false,1,14,https://approjects-warn-act-notices.static.hf.space/employers/d/dhl-express.html,841e65aa257aea0b;66269af457111f4a;e3b386a23c3b9a99;e14fb81509dc2b74;d10a6f7aeaf3b8d1;cae0f1d8a595005a;ae15f4db89925dab;3de863aa8adca2e7;74d780b6573e54cf;709a559b4973ac52;66caed64f711957f;2692d9e9a3912ac7;35316f96a40f0270
430,Howmet Aerospace,2020-05-04,2020-07-27,2020,1427,9,9,3,CA;MI,2,625,MI,Whitehall,Layoff Permanent;Layoff Temporary;Mass Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/howmet-aerospace.html,a748429871f4009b;685bf986be987d8c;b893aa493b0e740c;01abc5e250c45b5e;931cb7055a0c6aaf;dd225cf95d8de6cd;7447219e9908f194;1f58d19cc0f0ff33;e369cd417373a333
431,Gaylord - Grapevine,2020-06-04,2020-06-04,2020,1426,1,1,1,TX,1,1426,TX,"Grapevine, Tarrant",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/gaylord-grapevine.html,f1849ef0730b1613
432,Capital District YMCA,2020-06-18,2020-06-18,2020,1426,1,1,1,NY,1,1426,NY,Albany,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/capital-district-ymca.html,560ad851c11e5bea
433,Daimler Chrysler,2001-04-12,2001-04-12,2001,1420,1,1,1,IL,1,1420,IL,"BELVIDERE, 3000 W CHRYSLER DRIVE",State,true,false,0,8,https://approjects-warn-act-notices.static.hf.space/employers/d/daimler-chrysler.html,a9dc08bcfb585370
434,Stitch Fix,2020-06-16,2020-06-16,2020,1420,1,1,1,CA,1,1420,CA,"San Francisco, San Francisco County",Layoff Permanent,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/stitch-fix.html,4654ea9eec643742
435,"Nassau Event Operations (ASM Global) at NYCB Live (AEG Management Nassau, LLC)",2020-06-19,2020-06-19,2020,1419,1,1,1,NY,1,1419,NY,Nassau,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/n/nassau-event-operations-asm-global-at-nycb-live-aeg-management-nassau-llc.html,bc9e892f610271f5
436,MAU,2020-03-29,2020-04-06,2020,1418,3,3,1,SC,1,744,SC,Greer,,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/mau.html,640b91f3fe11e7cf;462e335d962c4607;fc7ca0e7ac626602
437,Pinnacle Logistics,2020-01-15,2020-01-15,2020,1416,1,1,1,IL,1,1416,IL,"Rockford, 5824 Kishwaukee Rd.",State,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/pinnacle-logistics.html,3a36ffce38c860b2
438,Broadmoor,2020-03-31,2020-03-31,2020,1411,1,1,1,CO,1,1411,CO,Pikes Peak,COVID-19 Temporary Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/broadmoor.html,d440984f082eb70f
439,Frontier Airlines,2020-07-30,2020-08-03,2020,1406,6,6,6,CO;FL;IL;NJ;NV,5,398,CO,Denver,COVID 19 TEMPORARY;Layoff;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/f/frontier-airlines.html,90aa02ee6263561d;9f26c60dec636332;4369eccfcce8e769;346fa5037dd4e047;ecc219cd14f88300;bd0027651be5a49d
440,Faculty Student Association of State University of New York at Buffalo,2020-07-22,2020-07-22,2020,1401,1,1,1,NY,1,1401,NY,Erie,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/f/faculty-student-association-of-state-university-of-new-york-at-buffalo.html,3fddfed6c781548c
441,Northwestern Steel and Wire,2001-05-18,2001-05-18,2001,1400,1,1,1,IL,1,1400,IL,"STERLING, 121 WALLACE ST BOX 618",State,true,false,0,8,,a29d37a9d681541d
442,Mercy Hospital and Medical Center,2021-03-04,2021-03-04,2021,1400,1,1,1,IL,1,1400,IL,"Chicago, 2525 S Michigan Ave",State,true,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/m/mercy-hospital-and-medical-center.html,412cbb1349af674e
443,StratFS,2024-02-08,2024-02-08,2024,1400,2,2,2,NY,1,700,NY,"Erie DOL Rapid Response Coordinator: Amy Riter Local Workforce Development Board Name: Buffalo and Erie County Workforce Investment Board, Inc. (BECWIB)",Closure,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/s/stratfs.html,a73ca61a543400a8;61ed54478385eab2
444,Nestle,2017-10-09,2017-11-06,2017,1394,3,3,3,CA,1,679,CA,"Bakersfield, Kern County",Closure Permanent;Layoff Temporary,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/n/nestle.html,d1d3497ee8771618;727008bde28a2ab9;7f69e0de4252081a
445,Hostess Brands,2013-02-19,2013-02-19,2013,1390,1,1,1,IL,1,1390,IL,"Oswego, 126 Kirkland Circle, Unit A",State,true,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/h/hostess-brands.html,90b87b61212d3a8e
446,Cameron Mitchell,2020-03-20,2020-03-20,2020,1390,1,1,1,OH,1,1390,OH,Various Cities/Various Counties,,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/cameron-mitchell.html,10a5d54f571ff77f
447,Charter Communications,2024-03-27,2024-07-08,2024,1388,8,8,8,CA;MI;NC;OH;SC;TX;WI,7,430,CA,San Bernardino County,Closure Permanent;Facility Closing;Layoff;WR,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/c/charter-communications.html,391be2d14c28add2;b9baaf3c650752cf;dffd03bed715eb70;c6d11fa59a2c1ef7;5f657b6ea813e1de;6d6a9c7bef4aff9b;679b4062dcd3d38b;fa74165e6672af90
448,Aramark,2021-05-06,2021-07-22,2021,1384,9,8,9,CA;DE;IL;MI;NY;OR;TN;TX,8,402,OR,"Nashville, TN",Closure;Layoff;Layoff Permanent;Permanent closure;State;WARN,false,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,74ee7db7fa9af090;2b377e1922e40e35;e477910481040b55;5af98c149ff758d6;41d420e9ce45f765;408b145d635620c0;3c70f62e29f72298;355b356be0fb7b75;5ad0997c21c39127
449,Greater Wichita YMCA,2020-03-20,2020-03-20,2020,1381,1,1,1,KS,1,1381,KS,,WARN,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/greater-wichita-ymca.html,bb1691b94be02537
450,Bruno's,2009-03-16,2009-03-16,2009,1375,18,18,10,AL,1,110,AL,Mobile,Closing *,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/b/bruno-s.html,e341d40d5204561f;d31a9119c5627e78;c4127aa996174986;9d5d7db6405477db;98f8ea68172aad4a;963918b91117c183;73745060942e9c09;727cf3dad0594931;69ac972c3a86f956;4e5c0e0f66e3bb5f;4d08a2a2f2f02628;4a7648f9c842cb62;48833d35cda7138d;3a41b698f647ce9e;2ea11bd82d6d59ef;20e8951632509666;18deac7601298bb2;1701c37e940f054a
451,Update,2014-02-14,2014-07-31,2014,1370,15,15,9,PA,1,510,PA,"PA 15205, Beaver",Closure;Layoff;Permanent Closure;Permanent Layoff;Permanent Layoffs;Plant Closure,false,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/u/update.html,a26a3949389c3b23;69929c535fe0ae5f;4144e72c40e9c22b;e6aff998ae210629;a21c65dee6d87ac1;1e6ad3c405142c21;b417e4a7ec34f963;ac6d4341114ace10;5b2d3b0569ca5625;3ba8dba84f2d8b01;bceed7b4fa002dc6;5a22ff56c40abfc4;451ee920d69b3a13;b0786fba0d1eb2d6;1a11f229b4eeab13
452,Basic Energy Services,2021-08-14,2021-08-24,2021,1370,11,11,8,CA;NM;TX,3,393,CA,Kern County,Closure Permanent,false,false,1,42,https://approjects-warn-act-notices.static.hf.space/employers/b/basic-energy-services.html,443a3468fbdae7d7;d8d37af90ceac37b;a4cbc9ada5074b25;6d60ebe7f984ef7d;2c2108466793a482;20433a4ed0bf1aaf;ddf877f27cbe9e9a;a004e9ed83ae2fc9;7ae616a27d745d49;575e4688d1af7a28;4e811409d7551e25
453,Wells Fargo,2018-03-26,2018-06-25,2018,1369,10,10,10,CA;MD;NC;NE;NV;NY;SD,7,593,NC,Pitt County,2;Closure;Closure Unknown at this time,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/w/wells-fargo.html,f7683ae5a2c53275;0ca6ce5ed0d7eff7;eaa3b602b30587ba;864aac7b98fd78d9;404a62b1ca96380b;eb28baa5c0eb70eb;e9014099332cf786;49bda6f9cb6d098f;7392d61f18aa6a16;673c3dbbe0613ea8
454,Asbury Automotive Group,2020-04-03,2020-04-09,2020,1368,45,45,22,FL;IN;MO;NC;SC;VA,6,254,IN,"Avon, Brownsburg, Indianapolis, Lebanon and Noblesville",LO;Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/asbury-automotive-group.html,dd0d531923ed36f4;baadb960961a1e4a;a82f909123195402;a7da1509fa8c552a;9f5c057673793ab9;8afaa48dbd23b397;8558232ebe71f307;80853bfabdf6acfe;79c0396d0bdb7748;5dd77e514beb0569;50893d67c42b6a50;30e6e25102c4b339;2fc607d0ce15d37c;1b75084302dd71bc;1a77b96b14aaf577;e2b9809989b68fd7;d424e0b6fba863cf;b7f6dc532fe72446;b4a08c2fa8d8def0;ae359c0bced04b1e;9e6df7c2eaa4aeb4;88499071c9ddff30;8819e5ebab9ec1c8;6ddb4d332e5c052e;643ab5cec6ea4d52;2e650cca6a6f0f2c;fe7ef46c8b77f80e;dd4e690d403cf289;d177608a7655d1d0;add0cde92500902b;ab0c109e86f1b1d0;9d7977b5f4b2c098;9529062ca24b81c1;79f299dfa24e2690;6e5b406af332e089;50b2f835a0e3aafc;2d1a1f2a5b05ef47;001524306aad484d;fe73c792b6287fe0;cd649982565bb7aa;b1d36a1e90a7fe59;aed32028ff5c2c69;6863b8e7f5bab4b1;1c1321848e788576;06df9cd14022f67f
455,Agrimacs,2025-09-29,2025-09-29,2025,1368,1,1,1,WA,1,1368,WA,Chelan,Layoff,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/a/agrimacs.html,521c2962983feaae
456,CB&I,2019-01-07,2019-04-01,2019,1367,5,5,1,SC,1,502,SC,Aiken,,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/c/cb-i.html,421599a90d1f54ad;d87da7eac23a2358;98e620a9969b72ba;9cda7e090537aa45;9a02f05962089390
457,Cardone,2016-05-09,2016-05-09,2016,1366,1,1,1,PA,1,1366,PA,"Philadelphia, Philadelphia",Layoff,true,false,0,35,,ab94fc22422a0f5d
458,Republic National Distributing,2025-07-01,2025-07-02,2025,1364,6,6,4,CA,1,561,CA,Orange County,Closure Permanent,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/r/republic-national-distributing.html,8331c71e8f4447db;611671b072038643;58283c62a5309394;1ff3fa1907b5e352;85f340de561fa1ff;24c7be74673b4ce4
459,Aramark,2026-04-01,2026-05-13,2026,1363,6,6,6,AZ;CA;IL;KY;MA;MS,6,923,KY,Fayette,Closure;Layoff Permanent;State;WARN,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,a87e14f0a773a6a4;939d4a1773df9c64;c5a605becfd2df3b;5b866cb96c5459d8;8372b1f589029349;8ebb5da3f9ef6d1e
460,Golden Route Operations / Golden Taverns South,2020-04-15,2020-04-15,2020,1362,1,1,1,NV,1,1362,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/golden-route-operations-golden-taverns-south.html,55daffa2f6ef8f86
461,WHC Payroll,2020-06-01,2020-06-04,2020,1359,4,4,2,WA,1,503,WA,Seattle,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/w/whc-payroll.html,3cd3ded9c0adeafd;250fb953c9a15501;2c504186b521afa1;5adbe87450c384a0
462,Cohn Restaurant Group,2020-04-07,2020-04-07,2020,1358,1,1,1,CA,1,1358,CA,"San Diego, San Diego County",Layoff Permanent,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/cohn-restaurant-group.html,6865cb9b679489b4
463,Aramark,2011-02-18,2011-05-17,2011,1356,17,17,12,IL;KS;MD;NJ;NY;PA;VA,7,245,NY,Queens,"1;Closure;Plant Closing;Plant Closing Other ARAMARK Aviation Services Limited Partnership Site Affected: 2010-0184: Delta Flight Center at LaGuardia Airport, Flushing, NY 11371 – 53 affected providing",false,false,0,23,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,260d82e7d8b2a5da;e96832f0a48ef189;c86a3d966b98e4cb;a007f05c902b7101;2f76f41c25091951;8040d70a5fad8b9f;4ec4f647d4b1979e;419e6f29d4c048f3;3f0e52f9932f0018;253289eb7d9f930a;1a22d6922cc1c44e;4d72e0fc6ca8af28;852e656e23d1c980;52e6e1bf10ad134d;a17101245008f535;8ab077d0af0e5185;cd60e2a5d5985364
464,Aramark,2014-01-31,2014-06-09,2014,1356,7,7,7,CT;MD;NC;NJ;UT;VA,6,685,NJ,Newark,1;Closing;Closure;Layoff;Permanent Reduction,false,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,e5ab8de2079c0427;3a87f019faa2252d;94218e64897feae2;918e083e282003df;d0219d51c1116536;ede8bfc6c1560c06;c38b2154a11b746d
465,Bon Apetite,2020-08-17,2020-08-17,2020,1356,1,1,1,CA,1,1356,CA,"San Francisco, San Francisco County",Layoff Type Unknown,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/bon-apetite.html,bec5a715c47d9274
466,Forever 21,2019-09-30,2019-11-23,2019,1352,5,5,5,CA;NE;NY,3,1170,CA,"Los Angeles, Los Angeles County",Closure;Closure Permanent,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/f/forever-21.html,1c7e3bbf0c3c974d;10265aaaff5e4047;04873476d533c7b8;24e7862b6919fe56;78a45818868ce88e
467,Microsoft,2014-07-17,2014-07-17,2014,1351,2,1,2,NY;WA,2,1351,WA,Redmond,Layoff,false,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/m/microsoft.html,b0013fca9e24875a;8d672fa1d258e58b
468,Regal Cinema,2020-04-29,2020-04-29,2020,1351,13,5,12,NY;TX,2,1004,NY,New York,Closure,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/regal-cinema.html,feba8744804a6e15;e7e7a8415de528a3;e2979fe573eb5970;d9a46b1354235a42;d3fc8dd586f3a382;b92db8a81e0f26af;a688bbeb87bcd99b;8185777c8bea26c2;4503815f348423dc;3f7275ceb79ab386;2ec05b7a5cbed74e;2ad1cfc0d429b0ac;0aa3da6f239a2c0b
469,Robert Bosch,2003-02-05,2003-02-05,2003,1350,1,1,1,MI,1,1350,MI,Kentwood,Facility Closure,true,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/r/robert-bosch.html,dbd858851ce65fb7
470,"BF Goodrich Tire MFG., Opelika",2006-07-11,2006-07-11,2006,1350,1,1,1,AL,1,1350,AL,Opelika,Closing *,true,false,0,11,,f977716859484a90
471,Aramark,2024-04-04,2024-05-08,2024,1349,4,4,3,IL;MN;TX,3,691,TX,"Waco, McLennan",State;Workforce Reduction,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,2a4ca1b9321a385e;e41761c52e330e74;7675423d76898afe;ee8fe2294a68f1d0
472,Shopko,2018-12-22,2019-06-23,2018,1347,42,41,33,IL;MN;NE,3,295,NE,Omaha,Closure;State,false,false,15,37,https://approjects-warn-act-notices.static.hf.space/employers/s/shopko.html,f58bfe55f87803a6;826aef16aa7d8155;662a4ca18e5580fa;c2a1752b09b58c1e;555c588db5f55ce1;d17ac0abd0ba81b6;553519ed35fe2865;dfee6da74e6c6506;505ac76610870b4a;fbcb92e6f1a879d6;25b1f220590f461b;ddb222cdb33fa5fb;0cf3496e97ee3b38;cf0eff17a57e5296;c1cdd9b26bb3b221;be79cec7b4a43f14;7145986ed6484ad6;3c9b400ca5cebc9e;3b9979d755951443;13ee7a9b992ed817;98f6947c5b3455e1;9818e8a2bd2cf964;4a6d3a8d66dbc488;c4723855e83762c9;aac93cbeb4e62821;8d608a1df6a36e9d;715c66463bd7e180;6afbedb9d747c184;69b38b116a1e8da0;61927ea86313bc0d;4ec0f12b536b0409;437eca53f15eb659;18caafb7c8387d8b;ffbc9ebaa637b93c;f953841d53bcf5ee;e76b3426d961ecd2;d35446de42b9027e;cab47eac6ba5a723;766bbfa769c182ab;5a1ae77de04674bc;373d79f301c13371;ff2cc0fa375b335b
473,Watsonville Community Hospital,2022-07-11,2022-08-15,2022,1344,3,3,3,CO;ND;OH,3,673,CO,Rural Consortium (Salida),Closure (Sale of Business),false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/w/watsonville-community-hospital.html,dcc9cffdf835c2d7;b5d479e8a0d07c52;100f3b917c32d20a
474,Kmart,2000-08-03,2000-08-08,2000,1342,14,14,14,AL;IL;KY;MI;OR,5,151,MI,Detroit,Closing *;Closure;Facility Closure;Permanent closure;State,false,false,0,6,https://approjects-warn-act-notices.static.hf.space/employers/k/kmart.html,fd9bb2722c4365c8;ee4ce728489f35ce;e4f9249c995ecdb8;d67a2808774581ce;d0370f9cea19893a;8452774b71043f28;6a19a5b07c05f410;4923991fdbe735fb;16c92431c9f40299;b26a08a9f8b15e25;7f5002391c951abf;d1de705840c7d651;9f30cc83b8e325bf;6746347849912691
475,International Motors,2026-07-28,2026-07-28,2026,1341,1,1,1,OH,1,1341,OH,Springfield/Clark,Layoff,true,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/i/international-motors.html,84c5d80f5902c3fb
476,Il Fornaio (America),2020-06-08,2020-06-08,2020,1339,13,13,13,CA,1,233,CA,"Burlingame, San Mateo County",Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/i/il-fornaio-america.html,f86d4fd0e84256da;dbdc75314978c13e;d4729fc12058b9c1;cfdb5466df632389;99b24ca6b0b59c00;6db42e6e26953e90;649ec248dd15bf9b;4fdcdc439709a86e;4b69ec9621cc22a8;1ed2027e6a8802fc;1b0fe975b8edd2f5;195cf3d9220dd2ab;075875701101c21f
477,Watsonville Community Hospital,2021-11-26,2021-11-30,2021,1339,7,6,6,CA;FL;OH;WA;WV,5,677,CA,Santa Cruz County,Closure;Closure Permanent,false,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/w/watsonville-community-hospital.html,7a4c201987ade20b;6e4ce19d5b342aa0;a54c535387a2c7b7;9e7a7059bf91d7f6;158cb88d16f1295b;a364e2d088f751af;64c62693ae1a7201
478,Navistar,2009-02-19,2009-02-19,2009,1336,1,1,1,IN,1,1336,IN,Indianapolis,CL,true,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/n/navistar.html,97500230c64436cd
479,Hostess Brands,2012-10-05,2013-01-02,2012,1331,24,19,20,CT;KS;KY;MI;PA;TN,6,683,PA,Various counties,Closure Permanent;Layoff Permanent;Plant Closing;Plant Closing/Mass Layoff (Update);Tentative Closure;WARN,false,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/h/hostess-brands.html,7205621e97fdb700;97161837a4ad5084;57bc79159edf0b0a;b6e69b3f9fb4a520;e5d818e2f8a2bc76;ab6efc370f3d50a1;eed814a2164f8290;c37a174c42971dcb;ace91279cce06da5;9b15ce754df0c9d7;93f520aff8962a04;868fcf6967700c4b;7b3c06c08a0236f1;7196fd0bf301a6e1;3d23f0e4ec360e4a;2adc39ff046c24c0;0784c0dd0c717782;d716ad8ecd84a50b;438b2a71eafff6df;beb17359ed6db08b;e2c39d21cd4f7e86;067237d3a72b1364;030aef990e084857;0a3456fbea139ec8
480,Volume Services,2017-11-30,2017-11-30,2017,1330,1,1,1,CA,1,1330,CA,"San Francisco, San Francisco",Layoff Permanent,true,false,0,37,,9e26a646dd2b929f
481,Ameren,2006-10-20,2006-10-20,2006,1324,1,1,1,IL,1,1324,IL,"Peoria, 300 Liberty Street",State,true,false,0,11,,521570fe8f38929c
482,A & P,2011-05-06,2011-05-06,2011,1324,19,19,19,MD,1,98,MD,"37 W. Aylesbury Ave., Timonium, MD",1,false,false,0,23,https://approjects-warn-act-notices.static.hf.space/employers/a/a-p.html,f9903d23dd44e1d6;da30528a452e1dc1;b74cf82de70537b3;b3f77fef701dcb9f;b1c0d02787c1feff;ae697df8d1d8cc37;a24a41c373c0a894;8f68b050268651a7;8c5fa92a7438659e;7d1b7a0e581db38a;70d0ce577ac1d0b9;63a02057d8cb230c;3d3855eba257ed77;3822637b2c54f74c;35e0e8173521e2b1;34a6045b2527f0d5;3445b455ec133746;1a70451f3f20dd9f;09bde6723ab2347e
483,Infinite Care,2015-02-28,2015-02-28,2015,1324,1,1,1,PA,1,1324,PA,"Philadelphia, Philadelphia",Closing,true,false,0,33,,f9cf2f35485c2a9c
484,Continental Automotive Systems,2009-08-03,2009-08-31,2009,1323,2,2,2,AL;IN,2,1281,AL,Huntsville,CL;Closing *,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/c/continental-automotive-systems.html,4f057b4232b536f1;b5f0cbb4b0d93a0c
485,American Sales Management Organization,2020-03-18,2020-03-18,2020,1321,1,1,1,NY,1,1321,NY,Queens,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/american-sales-management-organization.html,998958776787eca9
486,Dreyer's Grand Ice Cream,2023-05-23,2023-05-25,2023,1321,2,2,2,CA,1,1015,CA,Kern County,Layoff Temporary,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/d/dreyer-s-grand-ice-cream.html,4cc8136818386ecd;62008feb7d658199
487,NYC Off Track Betting Corporation (Various NYC wagering sites),2010-01-27,2010-01-27,2010,1320,1,1,1,NY,1,1320,NY,New York,Plant Closing,true,false,0,23,,8fb7c0ba05689a5e
488,Verity Health System of California,2020-07-23,2020-07-23,2020,1320,3,3,1,CA,1,1284,CA,"Daly City, San Mateo County",Layoff Permanent,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/v/verity-health-system-of-california.html,790a472e6ccb7be8;2d939a9a8db8a654;07ec5fa66075d2fb
489,Broadcom,2016-11-15,2016-11-15,2016,1318,4,4,4,CA,1,771,CA,Irvine,Layoff Permanent,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/b/broadcom.html,da1d731a14acbfc1;4b9256a86c9f9264;4946e5d9c9874b9a;0c8dcb1eb94286e5
490,YMCA of Metropolitan Detroit,2020-03-26,2020-03-26,2020,1318,1,1,1,MI,1,1318,MI,Various,Mass Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-of-metropolitan-detroit.html,e80f88f86196dffd
491,General Motors,2023-10-24,2023-12-07,2023,1314,2,2,2,MI,1,945,MI,Lake Orion,Layoff,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/g/general-motors.html,f6bb2da1a193c11f;79e9064bab9d777e
492,Starbucks,2025-10-03,2025-10-09,2025,1312,2,2,2,WA,1,974,WA,"Seattle, Kent",Closure;Layoff,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/s/starbucks.html,6a8a474c1785da36;c3b37b26993fa357
493,Jevic Transportation,2008-05-01,2008-05-16,2008,1311,2,2,2,IL;NJ,2,1036,NJ,DELANCO/PISCATAWAY,State,false,false,0,14,,b74c19393842a6ee;224d6be468db9fe3
494,Gaylord Palms Resort & Convention Center,2020-06-12,2020-06-12,2020,1311,1,1,1,FL,1,1311,FL,"KISSIMMEE, FL, 31746",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/gaylord-palms-resort-convention-center.html,1c14010a4e55a38d
495,Fontainebleau Hotel,2020-07-07,2020-07-07,2020,1309,1,1,1,FL,1,1309,FL,"MIAMI BEACH, FL, 33140",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/f/fontainebleau-hotel.html,f9c9e8e922e546d7
496,Silgan Containers,2022-06-02,2022-06-17,2022,1307,14,14,3,CA;NY,2,164,CA,Stanislaus County,Closure;Layoff Temporary,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/s/silgan-containers.html,8192b552662bb3ed;1cb10215a6f531e2;d4f6502d32cfdced;9d09fc026f1eb275;997e852b96dfe93f;65cd92834ddcfc79;65251ee88c05ef1f;40b8a6ccfb5d290e;368ed5528ad56b42;2ef5a44da157a339;29040998b8fb2f84;1db645e7cfe6895f;1a3e9c0b9f0a1055;0daa4306d41806ef
497,Wells Fargo,2025-09-30,2026-03-31,2025,1305,18,18,10,CA;IA;IL;MT;NC;OR;TX,7,263,OR,Hillsboro,Amendment - Additional Employees;Large Layoff - 10 or more workers;Layoff;Layoff Permanent;Mass Layoff;Mass Layoff - Additional Employees;Permanent closure;Reduction;State,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/w/wells-fargo.html,ba0884247a2b3398;bc1cac4b22c6cef8;3c54274ec108fa5b;3286d5ed605e057d;2b42657836b54a60;d7ed848011457b9e;34706ac6e5710482;34291ead58bbbfd6;ca47c8774eb7cc4c;ddabb5f50ec2ce2c;bf884fd8889e8a32;0b2501fa46f317ec;4e615910a3a2fd7d;66a1edde29681c7f;414a8ccb39403287;b8223ec9f8c7b5df;4dec57e2260c24de;0ca76890b8764092
498,TeamSanJose,2020-04-09,2020-04-09,2020,1304,1,1,1,CA,1,1304,CA,"San Jose, Santa Clara County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/t/teamsanjose.html,7ab4dec38ae77be5
499,Mercy Hospital,2000-01-06,2000-01-06,2000,1300,1,1,1,MI,1,1300,MI,Detroit,Facility Closure,true,false,0,6,,6dbdefbdf5d797e2
500,Sprint,2001-10-17,2001-10-17,2001,1300,1,1,1,KS,1,1300,KS,,WARN,true,false,0,8,https://approjects-warn-act-notices.static.hf.space/employers/s/sprint.html,2c1e4faa19d13399
501,YMCA of Greater Grand Rapids,2020-03-30,2020-03-30,2020,1297,1,1,1,MI,1,1297,MI,Grand Rapids,Mass Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-of-greater-grand-rapids.html,1192e2bee5f898fe
502,Takeda,2010-06-02,2010-06-02,2010,1295,1,1,1,IL,1,1295,IL,"Deerfield, One Takeda Parkway",State,true,false,0,23,,c4b80524fb98c9a0
503,"Nederlander Producing Co. of America, Inc. (multiple NYC Theatres)",2020-06-17,2020-06-17,2020,1294,1,1,1,NY,1,1294,NY,New York,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/n/nederlander-producing-co-of-america-inc-multiple-nyc-theatres.html,17a38634b2564e3e
504,E. J. Brach,2001-08-20,2001-08-20,2001,1292,2,2,1,IL,1,1120,IL,"CHICAGO, 410 NORTH CICERO",State,false,false,0,8,,4b3af4d322560ef5;06ed8a69749ded0d
505,Padres,2020-04-16,2020-05-12,2020,1292,2,2,1,CA,1,1215,CA,"San Diego, San Diego County",Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/padres.html,f10f2adfe23dee36;b90b17ad5890aa0f
506,True Value,2024-10-15,2024-10-23,2024,1292,8,8,8,CA;IL;MO;OH;OR;TX,6,482,IL,"Chicago, 8600 W Bryn Mawr Ave Ste 100S",Closing;Closure Permanent;Permanent closure;State,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/t/true-value.html,3d57e193601455a0;5569e15fad5a9d9b;347c5d6aa7103be9;161e23b7862d8ed7;54f597784915e324;2d4493d6df7543ae;27e9a426528d4d60;8bc41a293ea04a42
507,Dollar Express,2017-03-30,2017-04-10,2017,1291,67,66,64,AL;CA;CO;CT;FL;ID;IL;IN;MD;MI;NC;NE;NJ;OH;UT;VA;VT,17,185,MI,Statewide,1;CL;Closing;Closure;Closure Permanent;Layoff *;Plant Closing;State;WARN,false,false,1,37,https://approjects-warn-act-notices.static.hf.space/employers/d/dollar-express.html,e7cb50388f720d2e;df71e11d3047ddd9;c511133710a88cc5;c165e1161ac45c98;c0813e159721cae2;b81a8830c9c8cec1;9c798f07158d81e6;8a074dc688802d9e;66a9df635c9d9cf8;62ccc6a674c95998;474b4df21adccbb0;44aecdf7c1ae90ef;3e6e134dff10c239;327461e3e5ad9d92;2f8a2431d51cbbc8;28e8d05ba4a671e7;1c2bbd5cdd282a1c;ddf65c284705e21e;d8fc3c92126ae727;a2db6e927ab083be;9c729b11ff788481;99b78c9b4c9d0e85;989abe69cff03444;95f4f8d901ec17ae;93d7f7c656d43239;74e2593ac2ba4cce;69dcc8d22b3fa075;676ab8cf3f3ebbf4;0fbd72f2ef5fd9ef;0ab35ad6badb8cd3;096b6c9896d2176b;0092e545883f9280;f5393d38b8f59ecd;e55328fdaab144e2;dbb824aebaf17c89;99e052edfd2c38db;87ce85be98880055;870fb26c3140249e;6323d2a437606840;50b6bd4b42936cd9;2393abf0277d6807;143f6158d7526929;0f3b441a0024c791;ed4448a86883a5cd;ecbae2d22a80698e;e63738d07c6a6e09;e474762057e67f7f;c1e8b7537abf3737;a2a2665fbbea5ab6;938a193334aede68;9091530547b0e912;8c87f73564722f59;86816fad57c50e2e;80ec106843173859;646e5d4259d7f7a8;60b0b28f092b543e;498aa1b4465ce110;4812d510f5979f86;20902a3fea99b4a3;1f65137536e2e090;156ba4b33e2f4ee9;655549b6b6285245;d27f053f2278f3df;c3ed3b64a5cbb216;c37950dbfe905538;98b56d4aeb531bc0;4ca581c8f2a61b1e
508,Omni,2020-05-18,2020-05-21,2020,1289,3,3,3,CA,1,760,CA,"Carlsbad, San Diego County",Closure Temporary;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/o/omni.html,064c1c847aa82f1c;43909f70f0ee9533;3ac22ebf8bc80eee
509,MV Transportation,2023-09-22,2023-10-25,2023,1288,4,4,3,CA;IL;TX,3,778,TX,"Austin, Travis",Layoff Permanent;State,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/m/mv-transportation.html,a68253757ee964b8;71e8d3705d077a5a;70d1b59cff3e2eeb;04e2f4866bee5f6e
510,Pitney Bowes,2024-07-17,2024-08-14,2024,1287,14,14,10,CA;FL;GA;IL;MD;NJ;OH;TX,8,413,NJ,Monroe,Closure Permanent;Layoff Permanent;Permanent Layoff / Reduction in Force;Plant Closure;State,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/p/pitney-bowes.html,c9a4c19cb8b3d676;545365a51f383784;f6d305492abc011a;c549962ba6565849;5a123302e99ee1f5;fe3892d5c634b989;2e6c2c7fd60b6ba4;fc80474cfa5beab6;6bd29bdc00573640;5668d3a28ca35034;e6ffa35d63633ebd;d50a0c5edeeb7967;c9a5e55a4975941b;114cfff911e66bfc
511,U.S. Steel,2019-12-23,2019-12-23,2019,1286,1,1,1,MI,1,1286,MI,Ecorse,Plant Closing,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/u/u-s-steel.html,605bc48f2887d6f6
512,Caterpillar,2009-05-06,2009-05-28,2009,1284,3,3,1,IN,1,985,IN,Lafayette,LO;RH,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/c/caterpillar.html,8953b4bee72a0cd6;d8fd90ac77996110;f10b208e16b52250
513,Amazonfresh,2026-01-28,2026-01-28,2026,1281,8,8,8,IL,1,220,IL,"Oak Lawn, 4031 W 95TH St",State,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/a/amazonfresh.html,e9d76441b4226596;de19c6b9982aec2d;d140190b4ec1f825;ae590b78cb01b7a8;a5d37ac8142f91c4;9323a3636e01dd08;85ea5b6527ed82bb;663b897114dd3663
514,International Paper,2025-04-14,2025-08-21,2025,1280,10,10,7,CA;GA;OH;PA;TX,5,691,GA,"Old W Lathrop Ave Savannah, Chatham County",Closing;Closure;Closure Permanent;Permanent Closure,false,false,1,47,https://approjects-warn-act-notices.static.hf.space/employers/i/international-paper.html,2ab70477132f0173;e28b56f96b851540;aef8ce00e646c3ef;54a0345b5883d8de;9fbaadcb8f252829;a3aba0ffc663a804;1df83602cb10a14b;8907345b5811e483;83378119a66bd1d8;534b0b6d061dc30e
515,AG Management Group,2025-09-17,2025-09-17,2025,1276,1,1,1,WA,1,1276,WA,Yakima,Layoff,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/a/ag-management-group.html,15e6956a2c6307c5
516,United Airlines,2021-07-01,2021-09-01,2021,1275,5,3,4,CO;HI;NJ;OH,4,796,NJ,Newark,Outsourcing,false,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/u/united-airlines.html,21c8f6e0f51c75b5;f13f955d20c346cc;e33f6703855b3dd4;8c351360afcebc8e;3b4a035947a173ab
517,Levy,2020-03-16,2020-03-27,2020,1272,4,4,4,CA;MN,2,613,CA,"Santa Clara, Santa Clara County",Closure Temporary;Layoff Temporary;Workforce Reduction,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/levy.html,4798eb8c6f48c2f6;5d349d6f2bc407cb;5838b85d2a7bef0a;e4e28706bd9cdd5d
518,GM - Detroit Hamtramck Assembly Plant,2016-12-19,2016-12-19,2016,1270,1,1,1,MI,1,1270,MI,Detroit,Mass Layoff,true,false,0,35,,61acee9e8704133f
519,Blue Apron,2017-08-01,2017-08-01,2017,1270,1,1,1,NJ,1,1270,NJ,Jersey City,,true,false,0,37,,ba38640e47685ceb
520,Medical Facility Associates,2026-07-08,2026-07-08,2026,1270,1,1,1,DC,1,1270,DC,"Washington, DC",,true,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/m/medical-facility-associates.html,8d3761419f8acbe0
521,Howe Developmental Center,2010-02-02,2010-02-02,2010,1269,1,1,1,IL,1,1269,IL,"Tinley Park, 7600 West 183rd Street",State,true,false,0,23,,e0254d2e67e0fbb6
522,Walmart (Munger Blvd.),2024-05-20,2024-05-20,2024,1266,1,1,1,TX,1,1266,TX,"Dallas, Dallas",,true,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/w/walmart-munger-blvd.html,03dc18217a998ad4
523,Carnival,2020-05-19,2020-05-19,2020,1265,3,3,2,FL,1,567,FL,"DORAL, FL, 33178",,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/carnival.html,b8f648f21bf4fa71;9f27871a012f57e6;0501758a8ca7e186
524,GDI Services,2024-01-05,2024-01-12,2024,1264,16,16,16,FL;IL;IN;MI;OH;TX,6,284,OH,Multiple Counties,CL;Layoff;State,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/g/gdi-services.html,efff70f0def1e0b0;e9db852812937edd;cf5cc19668c8f256;7a2b5407fe718eb4;69a167c564369efd;3ff782e8d670b7a2;3bf0b84ed8862d16;32c7dfb9fe9abf40;27c992654939caa7;c5547fcb9251d0c0;f2c585f3a218d670;681c1963aeb2454c;38dbbec2c881e7b4;22da4e4bb1b11eee;7e0ae6bdfd495e02;38950a71fd7ff8b0
525,XSport Fitness Gym,2020-03-19,2020-03-19,2020,1263,1,1,1,IL,1,1263,IL,"Arlington Heights, 960 W. Dundee Road (HQ) COVID-19 Statewide Event",State,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/x/xsport-fitness-gym.html,11ff669aac9b73c8
526,Security Industry Specialists,2019-05-28,2019-05-28,2019,1262,2,2,2,CA;WA,2,1066,WA,Seattle,Layoff;Layoff Permanent,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/s/security-industry-specialists.html,92d9b2856eaa72de;65e939d498b094bc
527,Resorts World Catskills,2020-07-13,2020-07-13,2020,1256,1,1,1,NY,1,1256,NY,Sullivan,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/resorts-world-catskills.html,027fcf0ea79369ec
528,Qualcomm,2023-11-22,2023-11-22,2023,1254,3,3,2,CA,1,1064,CA,San Diego County,Layoff Permanent,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/q/qualcomm.html,b3f5dfd8f0f0f109;a414909f5efc7bfa;346eb255ff909f1f
529,Cirque Du Soleil,2020-03-27,2020-04-05,2020,1251,6,6,5,FL;IL;NV,3,850,NV,Las Vegas,Layoff;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/cirque-du-soleil.html,cf5d13b6d7487c6a;d1bdb1fc8fb20802;e7a942af79c102e2;757d23cb5f03928b;406459c4077c5f20;97a24d2b47fab92c
530,American Queen Steamboat,2020-07-22,2020-07-27,2020,1250,5,5,5,IN;MO;OH;OR;WA,5,250,IN,New Albany,LO;Large Layoff - 10 or more workers;Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/american-queen-steamboat.html,dc712d112f3874a5;9c94c1c15a34e090;d23f1d9a9da9a73c;72ae544cac184f21;19bcd537e04f7128
531,BAE Systems,2015-12-18,2016-04-07,2015,1248,8,8,3,CA;FL;VA,3,500,VA,Norfolk,Layoff Temporary,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/b/bae-systems.html,b604a00b83ba2685;57354c244960b55a;c57ca208b7f577a2;a8a17c33de23d25a;517389673e61cab4;08eda4e02aa8b155;31de723a9725a883;54464e4742e9c19d
532,GM - Lansing Delta Township,2009-01-26,2009-01-26,2009,1246,1,1,1,MI,1,1246,MI,Lansing,Mass Layoff,true,false,0,16,,0981e0581df1b849
533,Electrolux,2026-07-18,2026-07-18,2026,1245,1,1,1,SC,1,1245,SC,Anderson,,true,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/e/electrolux.html,43b0a469e0ba482c
534,Boeing,2013-07-19,2014-01-04,2013,1243,15,13,3,KS;KY;WA,3,266,WA,Puget Sound,Closure;Layoff;WARN,false,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,526c75333fa7efe8;4403659212434ce4;2b767c0dd11dfeed;93f569af567c8f22;4449fa1b6a3d034c;ec1f30fb95a7a961;449aead8ed1b61d8;f95d727c6ee6213f;978a64042f05fdcb;8279cdaba1afc73b;250932d2e3fdb5fc;7f345edff5c88d7b;2d8f3640a35e41ea;75f357af9e8e58ba;4f75b87cd4927b6b
535,Bank of America,2008-01-15,2008-03-19,2008,1241,5,5,5,IL;MI,2,600,IL,"Chicago, 135 S. LaSalle Street",Mass Layoff;Plant Closing;State,false,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/b/bank-of-america.html,a6bfb0fbc61fdf42;f826964555e86b3c;c959fd7d24fa00ed;3a539f30bfc7969a;6fc2c59501963007
536,Oracle America,2026-03-31,2026-04-02,2026,1239,6,6,6,CA;NY;WA,3,475,WA,Seattle and Remote,Layoff;Layoff Permanent,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/o/oracle-america.html,caf2efe4074199d2;fc4e5d656c8cfe78;79ee181d074a7537;66da2dc90248dd0b;53bc428657c46dea;096b0e25d6b73fb3
537,YMCA of Central New York,2020-04-06,2020-04-06,2020,1236,1,1,1,NY,1,1236,NY,Onondaga,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-of-central-new-york.html,fd57624b3f9b0e9b
538,Neiman Marcus,2020-04-16,2020-04-16,2020,1236,9,9,9,CA,1,328,CA,"San Francisco, San Francisco County",Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/n/neiman-marcus.html,f42b6fc9b79e41d5;ecf8fe0a871e42d2;c3939c8a3dcaf2fc;b9f84578153b0541;b5fe6afb32a75bf6;8af961e34c2c69e0;87b1d5ec109aacba;84ec8a016cd71b03;3216bccaab4d3682
539,Goodwill Industries of San Diego County (GISD),2020-04-28,2020-04-28,2020,1235,1,1,1,CA,1,1235,CA,"San Diego, San Diego County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/goodwill-industries-of-san-diego-county-gisd.html,7814785bfe413b33
540,"RavnAir Group, Corvus Airlines, Hageland Aviation Services and Peninsula Aviation Services",2020-09-30,2020-09-30,2020,1234,1,1,1,AK,1,1234,AK,"Anchorage and 20 smaller Alaska communities, plus Boston, Mass.",COVID-19; permanent,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/ravnair-group-corvus-airlines-hageland-aviation-services-and-peninsula-aviation-.html,9fc2fa96edcf1061
541,Meta,2026-05-01,2026-05-20,2026,1234,4,4,2,NJ;NY,2,417,NY,New York,Layoff,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/m/meta.html,bd5df773690752b5;d1cedf2f22657902;75d229da72d2bf1d;332be68e559b2389
542,Cleveland Indians Baseball,2020-06-02,2020-06-24,2020,1231,2,2,1,OH,1,1146,OH,Cleveland/Cuyahoga,,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/cleveland-indians-baseball.html,82dea1ca45c1113d;bdfed358f3fbccd7
543,GM Truck Group,2000-12-12,2000-12-12,2000,1230,1,1,1,MI,1,1230,MI,Pontiac,Facility Closure,true,false,0,6,,8ce5f8750c9c9001
544,Caesars Baltimore Management,2020-04-04,2020-04-04,2020,1230,1,1,1,MD,1,1230,MD,"1525 Russell Street Baltimore, MD 21230",2,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/caesars-baltimore-management.html,f686951dcaa1e165
545,Sodexo,2021-04-19,2021-08-04,2021,1230,10,9,10,CT;FL;IL;MA;NC;OK;TX,7,354,IL,"Chicago, 600 W Cermak 3B",Closing;Closure;Plant Closing;State,false,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/s/sodexo.html,d6dcbebfac429b92;eeb161c7537ae54b;ab9b0609d75b17bf;c59b37680a38c523;cac0bf6319e61979;54d3407f2a22f922;ab9f68753b39f161;a3e8a0b2e8b6cb2c;562371859d4d28c9;816459a254e27926
546,Convergys,2016-06-21,2016-09-19,2016,1229,6,6,5,FL;UT,2,375,FL,"Tampa, FL 33619",,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/c/convergys.html,03fce8e86abf86ca;559f48d42f0a8825;ac428a8ee59bb4ba;4afb8151a04339ab;fba5b6e3f0ebd002;1b7a8655a2e35454
547,Pace Industries,2020-03-20,2020-04-08,2020,1229,3,3,3,MI;PA;WI,3,456,MI,Muskegon,Mass Layoff;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/pace-industries.html,af0e0a9d317196ae;d5a522674f43db02;ab076cadb94db80d
548,Microsoft,2009-04-01,2009-05-08,2009,1228,3,3,3,NY;WA,2,1200,WA,Redmond,Layoff;Plant Layoff,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/m/microsoft.html,0a48083541874150;60aa0df4f6c5649a;c68f3f6cac53ffb4
549,GM - Lake Orion Ass'y Plant,2008-11-08,2008-11-08,2008,1227,1,1,1,MI,1,1227,MI,Lake Orion,Mass Layoff,true,false,0,14,,cefa0bee27b34c9a
550,Gaylord Rockies Resort & Convention Center,2020-06-05,2020-06-05,2020,1226,1,1,1,CO,1,1226,CO,Arapahoe/Douglas,Temporary furloughs and /or reduction in hours,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/gaylord-rockies-resort-convention-center.html,cb1c695dd989d1c2
551,FT. Sheridan Army Base,1988-12-29,1988-12-29,1988,1225,1,1,1,IL,1,1225,IL,"FORT SHERIDAN, BUILDING 140",State,true,false,0,2,,e4392c83a60c4bec
552,Marriott International,2020-09-03,2020-09-10,2020,1221,3,3,3,CA;MD,2,673,MD,"10400 Fernwood Road Bethesda, MD 20817",2;Layoff Permanent,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/marriott-international.html,4e74cb81687a973c;b3ddc1502bb045ab;53847d5c0f0cc7bc
553,Legendary Fruit,2026-09-10,2026-09-10,2026,1220,1,1,1,WA,1,1220,WA,"Yakima, Wapato",Layoff,true,true,0,48,https://approjects-warn-act-notices.static.hf.space/employers/l/legendary-fruit.html,afcca1ec33104a22
554,Suffolk Transportation Service,2020-04-28,2020-04-28,2020,1218,1,1,1,NY,1,1218,NY,Suffolk,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/suffolk-transportation-service.html,650b10300002c9a9
555,Sitel,2016-12-16,2017-01-05,2016,1216,2,2,2,FL;NM,2,804,FL,33069,,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/s/sitel.html,819d9cbf61b9d204;4ffaee5195d41de9
556,CyraCom International,2025-09-04,2025-09-04,2025,1216,5,5,5,AZ;FL;NM;NY;TX,5,500,AZ,Tucson,Closure;WARN,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/c/cyracom-international.html,fc308db39cca8cb2;e93d1d7641b07990;d019dc17337441df;2c393be9610a795d;211fd33b8e48447a
557,Buena Vista Construction,2020-03-25,2020-03-25,2020,1215,1,1,1,FL,1,1215,FL,"LAKE BUENA VISTA, FL, 32830",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/buena-vista-construction.html,da165183d1957a90
558,Fca US,2022-10-12,2022-10-12,2022,1215,1,1,1,MI,1,1215,MI,Warren,Layoff,true,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/f/fca-us.html,e595d567f9f6afd9
559,YMCA of Greater Seattle,2021-04-06,2021-04-06,2021,1213,1,1,1,WA,1,1213,WA,Seattle,Layoff,true,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-of-greater-seattle.html,f1166a5f2db5f33c
560,Dreyer's Grand Ice Cream,2022-09-27,2022-09-27,2022,1213,2,2,2,CA,1,905,CA,Kern County,Layoff Temporary,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/d/dreyer-s-grand-ice-cream.html,bd1344716feb4c0b;8201a393345f1aa8
561,GM - Pontiac Assembly Center,2008-04-28,2008-04-28,2008,1212,1,1,1,MI,1,1212,MI,Pontiac,Mass Layoff,true,false,0,14,,e23859f87a106848
562,Prospect Airport Services,2020-03-19,2020-05-02,2020,1206,8,8,8,CA;CO;MI;MN;NC;NV;PA;TX,8,329,PA,"Philadelphia, Philadelphia",Furlough;Layoff;Layoff Temporary;Mass Layoff;Workforce Reduction,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/prospect-airport-services.html,b2545093b7f46de5;f5babddc8a39f0bd;79d1ac2b04664588;6ee92e4d4b4b7b6e;09cea829274e6c3d;afe4727b7bc7c6f5;b74a6eaf3c14d4b3;4c920a7453781a64
563,Pactiv,2023-03-23,2023-03-23,2023,1205,3,3,3,NC;OH,2,900,NC,"Canton, Haywood County",Closure;Layoff,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/p/pactiv.html,dfcfb4b2fa37e81c;5f44e1f6aed508df;3c8d9321794d7870
564,Universal Protection Service,2022-10-21,2022-10-21,2022,1203,1,1,1,WA,1,1203,WA,"Seattle, Kent",Layoff,true,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/u/universal-protection-service.html,ccf3ab5481cbb7e1
565,Cessna,2003-03-07,2003-04-10,2003,1200,2,1,1,KS,1,1200,KS,,WARN,false,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/c/cessna.html,ae759854d52d3a39;3f41484973fa169c
566,Mitsubishi Motor Manufacturing,2004-07-22,2004-07-22,2004,1200,1,1,1,IL,1,1200,IL,"NORMAL, 100 N MITSUBISHI MOTORWAY",State,true,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/m/mitsubishi-motor-manufacturing.html,a4bb29c67606a359
567,AstraZeneca,2013-05-31,2013-05-31,2013,1200,1,1,1,DE,1,1200,DE,,WARN,true,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/a/astrazeneca.html,f6c6ebfbb1122b51
568,San Francisco Giants,2020-04-18,2020-04-18,2020,1200,1,1,1,CA,1,1200,CA,"San Francisco, San Francisco County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/san-francisco-giants.html,765a22f82fc72ddf
569,Mesquite Gaming,2020-05-26,2020-05-26,2020,1200,1,1,1,NV,1,1200,NV,Mesquite,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/mesquite-gaming.html,f3aea1f251a0aa62
570,Rti International Covid19,2020-08-12,2020-08-12,2020,1200,2,2,1,NC,1,1152,NC,Durham County,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/rti-international-covid19.html,ac9a85efb986612c;3232c1d06b8bf277
571,FCA,2024-08-09,2024-08-09,2024,1200,1,1,1,MI,1,1200,MI,Warren,Layoff,true,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/f/fca.html,02d26a0405f786b6
572,FirstFruits,2025-10-16,2025-10-16,2025,1200,1,1,1,WA,1,1200,WA,Prescott,Layoff,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/f/firstfruits.html,9bb3ec60f306b49f
573,Commonwealth Edison,1999-08-02,1999-08-02,1999,1199,6,6,6,IL,1,275,IL,"ROMEOVILLE, WILL COUNTY GENERATING STATION 529 EAST ROMEO ROAD",State,false,false,0,5,https://approjects-warn-act-notices.static.hf.space/employers/c/commonwealth-edison.html,c395b6be53c87132;ac1b328a0da61ff2;6b232b40aa43d88a;5e0e6025450aeac4;4ae13de67f0b688b;3a004bfee2dd15d0
574,Northwest Airlines,2003-02-13,2003-03-22,2003,1199,7,7,6,MI,1,984,MI,Romulus,Layoff Event,false,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/n/northwest-airlines.html,cf56634c7d1daa4d;cf3594c99589063c;ccd7a0a77eb3e389;c5ceb99204fd1970;891593585ff21dd9;768f0ed73389b2a5;4d61db1e9195ae66
575,Comair,2012-07-30,2012-08-20,2012,1198,2,2,1,KY,1,1194,KY,,Closure,false,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/c/comair.html,fcda6a7c0f80d03a;1a0bc937cd407ed0
576,Walmart,2019-02-27,2019-04-03,2019,1197,10,9,10,CA;KS;NJ;SC;TN;TX;VA;WA,8,415,TX,"Dallas, Dallas",Closure;Closure Permanent;WARN,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/w/walmart.html,e2b1c42beccbcf15;6fcf2dc2f00a3b16;0d82d1092e2f2820;44ff511780e3665a;3fe4a3fd0e49dc71;05b43f1319134cc0;5fdc0761cb11c9a0;a9764956ef224431;b970a18ddc4265f3;7c9ab05f7f741b28
577,MTA New York City Transit (TA),2009-05-01,2009-05-01,2009,1194,1,1,1,NY,1,1194,NY,New York,Plant Layoff,true,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/m/mta-new-york-city-transit-ta.html,b60bbe8fb568d18e
578,International Paper,2000-10-18,2000-10-23,2000,1190,2,2,2,AL,1,790,AL,Mobile,Closing *;Layoff *,false,false,0,6,https://approjects-warn-act-notices.static.hf.space/employers/i/international-paper.html,0058000410e99cc1;ba2d078e58c87dc2
579,Victoria's Secret,2020-06-24,2020-09-28,2020,1190,10,10,5,FL;MD;NY;OH,4,740,NY,New York,1;Closure;Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/v/victoria-s-secret.html,3e078b26860cb729;3fb9ac61a5c00cc6;41e6ac6240d5edae;e6cd240a1b9f3ce5;9edacc79fb72c404;76227751aa93e809;1fd2983d2e9e7f00;508edf0e0dae7e39;406369657b56acc1;a63922f0a8b2265a
580,Sodexo,2015-03-30,2015-09-02,2015,1189,10,10,10,FL;NJ;PA;SC;WA,5,228,FL,"Atlantis, FL 33462",Closing;Closure,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/s/sodexo.html,d327bf0542b6ec72;17c88d01ac2e25a1;82dee0849a8a5938;80f1caca482a1898;b008f48f6a7132e6;99ef9290887ddeab;71f3a5e1e1cab09a;ce5cf45830e3d274;ed4bd287e2e5ce20;043981ea87e0d4e7
581,Mondelez Global,2021-03-01,2021-04-01,2021,1186,2,2,1,NJ,1,593,NJ,Fair Lawn,,false,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/m/mondelez-global.html,4e6c8904cee701ab;d7a8888d0f3850c5
582,Hawaiian Gardens Casino,2020-11-04,2020-11-04,2020,1185,1,1,1,CA,1,1185,CA,"Hawaiian Gardens, Los Angeles County",Layoff Permanent,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hawaiian-gardens-casino.html,2c3b40d4d201df4b
583,Mitsubishi Motor Manufacturing,2015-07-24,2015-07-24,2015,1181,1,1,1,IL,1,1181,IL,"NORMAL, 100 N MITSUBISHI MOTORWAY",State,true,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/m/mitsubishi-motor-manufacturing.html,18a0a5f8c244e2b4
584,"Goodwill Industries of Southern California, Los Angeles County",2020-05-13,2020-05-13,2020,1181,6,6,6,CA,1,506,CA,"Northridge, Los Angeles County",Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/goodwill-industries-of-southern-california-los-angeles-county.html,c6c85673a99f6c09;a8533f446e0b4390;a31c3b17101d7a72;88c404700289b76a;67f5a65218f62bfc;2c395d3235381a1b
585,LSC Communications,2020-01-14,2020-01-14,2020,1180,2,2,2,IL;VA,2,796,IL,"Mattoon, 6821 E. County Rd., 1100N",Closure;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/lsc-communications.html,d55594e456e814cd;a86c97047f8f53f0
586,St. Mary's Hospital,2014-01-01,2014-01-01,2014,1179,1,1,1,NJ,1,1179,NJ,Passaic,,true,false,0,29,,0ed41ec2affe153d
587,General Motors,1989-05-09,1989-05-09,1989,1178,1,1,1,IL,1,1178,IL,"WILLOW SPRINGS, 79TH ST & WILLOW SPRINGS RD",State,true,false,0,2,https://approjects-warn-act-notices.static.hf.space/employers/g/general-motors.html,fc1546495ccb8599
588,Life Care Centers of America,2015-03-30,2015-04-30,2015,1174,12,10,7,AZ;TN,2,157,AZ,Tucson,Layoff Permanent;WARN,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/l/life-care-centers-of-america.html,3903a4783168eb4f;f8b25ed16b4c0f93;f21ee5731d72d675;dd9d0084d0b843de;cdec5c21595dedd7;cb21ce3fe50766a1;903c640f3a017ab7;87051da5cd014e13;80eda1763b4bd06b;620052758625be45;49c2b02569ba33dd;391a0bc3976d183b
589,Spirit AeroSystems,2020-07-16,2020-07-31,2020,1172,2,2,2,KS;TX,2,1100,KS,,WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/spirit-aerosystems.html,0408c3fcaf087b39;2892f600320cd26d
590,PCC Structurals,2020-04-22,2020-06-04,2020,1171,7,7,5,CT;NV;OR,3,547,OR,Portland,Large Layoff - 10 or more workers;Layoff;Reduction,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/pcc-structurals.html,c2854ff7cc2fbfd8;1c6dbee8a28d8af3;34785a6b62d50487;ca6e33ae948b74d9;9f9e97455f503030;20ea97c98cd34098;1548d76a2b7d6543
591,Caleres,2020-04-02,2020-05-21,2020,1169,7,7,5,CA;MO;NY;WI,4,368,MO,Clayton,CL;Layoff;Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/caleres.html,a6fede3ae0154a51;9bdb7765d88dcd9e;6b0521ea746bd3b3;5a6a4cf018f5d87f;b2b66b5188371160;4a1233a1b873235a;cf6aee2c2b385b5e
592,Feast American Diners,2020-03-20,2020-03-23,2020,1168,2,2,2,AZ;NY,2,683,NY,Monroe,Closure;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/f/feast-american-diners.html,55cae26b77593caf;b9beeabeaa9cbecc
593,Northwest Airlines,2001-09-23,2001-09-25,2001,1163,5,5,5,IL;MI,2,960,MI,Detroit,Layoff Event;State,false,false,0,8,https://approjects-warn-act-notices.static.hf.space/employers/n/northwest-airlines.html,e5821394304c11c6;c278f8d14c188dca;b69f54f97444a36c;3a689e67b08b88ab;cde6ea2f0afb7ece
594,Medieval Times,2020-04-08,2020-04-20,2020,1161,6,6,6,AZ;CA;FL;IL;MD;TX,6,253,CA,"Buena Park, Orange County",2;Layoff Temporary;State;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/medieval-times.html,e3c67223dce5260e;9d3e3b659ff09110;8418c6700e98b153;665f444bd4ad5036;923bcc245ccf3e0e;5ebe6a04dceaf6c8
595,Caesars Riverboat Casino,2020-04-29,2020-04-29,2020,1161,1,1,1,IN,1,1161,IN,Elizabeth,CL,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/caesars-riverboat-casino.html,cc527e101d6d272e
596,Goodyear,2003-10-07,2003-10-07,2003,1160,1,1,1,AL,1,1160,AL,Huntsville,Closing *,true,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/g/goodyear.html,6a682ca464dd9feb
597,Py96 Industry Wide Caeta,1996-03-19,1996-03-19,1996,1157,1,1,1,IL,1,1157,IL,"ZEIGLER, 115 N MAIN ST, BOX 56",State,true,false,0,2,,0a1256065c0f6c2d
598,International Paper,2025-01-05,2025-02-13,2025,1156,3,2,3,LA;MO;SC,3,675,SC,Georgetown,,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/i/international-paper.html,0a5886f4ae67a41f;f4add643c381ff3c;50ba02c06ba08b8b
599,Pilgrim's Pride,2013-11-26,2013-11-26,2013,1154,1,1,1,AL,1,1154,AL,Boaz,Closing *,true,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/p/pilgrim-s-pride.html,d7beb7ffbfff0b20
600,Guess,2020-04-06,2020-04-20,2020,1154,15,10,11,AZ;CA;NV;NY;TX;WA,6,398,NY,NYC/Richmond/Kings/Queens,Closure Temporary;Layoff;Layoff Temporary;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/guess.html,f1ec4c0d6c758bea;cfd57ab83b755e3f;c5226883d516161a;822b732f4dedbe04;6dc6117cc0e44c60;15d320b1bcbd3ac4;5ea330c3442742ef;2d4580d1e428443b;5ca5443f5f11caab;b38399c36269ebc5;aee6f41ac407b727;8496195d0d4dfc80;5deddbd1b3e39d8d;2dcb997c6c2ac388;c3e36316a6eb658f
601,Trump Plaza Associates,2014-07-01,2014-07-01,2014,1153,1,1,1,NJ,1,1153,NJ,Atlantic City,,true,false,0,29,,7865ddb53dc29c9a
602,Frontier Airlines,2015-01-16,2015-01-16,2015,1152,1,1,1,CO,1,1152,CO,Denver,Closure,true,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/f/frontier-airlines.html,e54039bcf04dac7c
603,Curio Employer,2020-04-17,2020-04-20,2020,1152,2,2,2,CA,1,1064,CA,"Coronado, San Diego County",Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/curio-employer.html,2b59c41cab2bbb0e;f2f0dfe9ba3352f3
604,Salesforce,2023-01-06,2023-04-05,2023,1151,9,9,1,CA,1,650,CA,San Francisco County,Layoff Permanent,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/s/salesforce.html,95b020d3446c6f9a;7eb275918d3070f0;60ac7b25c1ac566c;0338effdcfe45c28;fe1bfe669247b0cf;78b4558ba7c1ac3d;5532454cf1582b39;f959e3d8ac789025;5f7e5acccaa85ee9
605,XPO Logistics,2019-05-21,2019-06-01,2019,1150,2,2,2,NJ;TN,2,881,TN,Shelby,,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/x/xpo-logistics.html,201a2dd1cd33f986;1b1538e61ebf623c
606,White Lodging Services,2020-05-20,2020-07-22,2020,1149,6,6,5,IN;TN,2,559,IN,Indianapolis,LO,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/w/white-lodging-services.html,fc283d6a9c3ec2de;d95330ae9fc33945;a7ffaf3c9afdcb2f;8b7694df64060ad2;abc3eba2c0c330a9;9357d6db429d9adf
607,First Transit,2017-04-20,2017-05-09,2017,1147,5,5,5,CA;MD;NC;NV,4,538,CA,Oceanside,1;Closure;Closure Permanent,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/f/first-transit.html,5af8fd45f908f4c7;2040d0e33fc5717a;554bebb1d9b7a18f;f0e7baa847e7e3b3;eabb826ca84579ad
608,Chrysler Corporation (Sterling Heights Ass'y),2007-12-13,2007-12-13,2007,1146,1,1,1,MI,1,1146,MI,Sterling Heights,Mass Layoff,true,false,0,14,,80dd81f7be65ffb2
609,GM - Lansing Ass'y (Delta),2017-03-06,2017-03-06,2017,1146,1,1,1,MI,1,1146,MI,Lansing,Mass Layoff,true,false,0,37,,6bd0c2a4589ebe29
610,Concentrix,2020-01-15,2020-03-05,2020,1145,6,6,6,FL;KS;MO;NM;TX,5,341,KS,,Closing;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/concentrix.html,96059cd41f6681ce;aca5c0a240968382;58ce5b7f7c0c8089;2f19c7c3148da6d3;e3ac1e024e8d9987;e21e7713c1e1cce7
611,Ideal Mortgage Bankers,2009-12-07,2009-12-07,2009,1144,2,2,1,NY,1,572,NY,Suffolk,Plant Closing,false,false,0,16,,bf5c2dbba0cb4f15;8720a3c29f01e4b8
612,Aramark,2014-12-01,2015-02-01,2014,1144,9,9,9,CA;NC;NJ,3,339,NJ,Philadelphia,Closure;Closure Permanent;Layoff,false,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,2207e9c166aef09b;88845cc735a2c57f;b7132d9a7c8d96d1;c16f37fead825104;5f286459339fd32e;5e8121fe208ec581;0e51c269ba0fe531;072b5249c0ee25c2;2000acb15ed2f5b8
613,LTF Club Management,2020-04-10,2020-04-10,2020,1144,5,5,5,CA,1,291,CA,"Folsom, Sacramento County",Closure Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/ltf-club-management.html,a32cdc639cef9e90;76eb1ea06b1d48f4;4931e93f51d2b68b;3d51790a47401600;2cd639877cae0cea
614,Washington Metropolitan Area Transit Authority (WMATA),2020-11-23,2020-11-23,2020,1141,1,1,1,VA,1,1141,VA,"Alexandria, Arlington, Fairfax, Falls Church & Vienna",Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/w/washington-metropolitan-area-transit-authority-wmata.html,24d81032919090d9
615,Factory ZERO Detroit-Hamtramck Assembly Center,2026-01-05,2026-01-05,2026,1140,1,1,1,MI,1,1140,MI,"Detroit, Michigan, Wayne",Layoff,true,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/f/factory-zero-detroit-hamtramck-assembly-center.html,64a466b2a7341ef2
616,Macy's,2016-01-06,2016-01-07,2016,1137,13,12,12,CA;CT;NY;OK;VA;WA,6,135,VA,Richmond,Closing;Closure;Closure Permanent;Plant Closing,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/m/macy-s.html,fdba30782730b79a;ed6974da5843114c;ec5cbad41b689de0;e19d49bfab243671;d07196d6de6fc870;ceb5ae743962c4e7;579e661e230965c2;258aba203f9fcf20;15f585f504187052;fb8cb7927b1008cf;e02cbb1060e0fb36;82332eb118d30243;42732122f1db576d
617,FedEX,2020-01-30,2020-02-28,2020,1136,6,5,6,CA;CT;MD;MO;NJ,5,453,CA,"Sacramento, Sacramento County",1;Closing;Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/f/fedex.html,b98c61c6b08de08d;22e73ade0e5c87ab;a5ec11abdde19586;a9c7a38f2c6c450d;f58533d5ec2a03fe;bc199b71640f8b67
618,SW Hotels & Resorts WW,2020-06-05,2020-06-08,2020,1136,4,4,2,FL;NY,2,465,NY,New York,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/sw-hotels-resorts-ww.html,f04fec639ba6a242;beac98023dd6ae05;b510c68861cb61a1;74e093aa18376313
619,WHC Payroll,2020-09-10,2020-09-10,2020,1136,1,1,1,FL,1,1136,FL,"LAKE BUENA VISTA, FL, 32830",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/w/whc-payroll.html,9b7c20470897e474
620,LDD Long Point Management LLC @ Terranea Resort,2020-09-21,2020-09-21,2020,1136,1,1,1,CA,1,1136,CA,"Rancho Palos Verdes, Los Angeles County",Closure Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/ldd-long-point-management-llc-terranea-resort.html,f7cef53f8bb46015
621,Pac-12 Enterprises,2020-04-03,2020-04-25,2020,1132,3,3,3,CA;OR;WA,3,531,WA,"Seattle, Pullman",Layoff;Layoff Temporary;Other,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/pac-12-enterprises.html,d0e0a606fa2ab01d;75b5951507eb5006;b51c21cc2d55202d
622,Walmart Fulfillment Center,2022-04-22,2022-04-22,2022,1132,1,1,1,IN,1,1132,IN,Plainfield,CL,true,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/w/walmart-fulfillment-center.html,c8c13d19e2a572df
623,Pfizer,2009-12-01,2010-04-08,2009,1131,8,8,3,NJ;NY,2,400,NJ,MONMOUTH JUNCTION,Plant Closing;Plant Layoff,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/p/pfizer.html,e197f9727f87998f;0254faa7c5fcdb00;5529f08336b05762;302f7597554fd1f7;8fce6c6deb87fcc1;91a54354ad3ad39c;b35caf8d16e7d2bd;6c295b26bbfd9917
624,Verizon,2017-01-09,2017-01-27,2017,1130,2,2,2,CA,1,1070,CA,Rancho Cordova,Layoff Permanent,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/v/verizon.html,ab07731c8eb50d2f;2953223786baeb69
625,San Diego Sportservice,2017-01-27,2017-01-27,2017,1130,1,1,1,CA,1,1130,CA,San Diego,Closure Permanent,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/s/san-diego-sportservice.html,bcc2e07acda2fcf1
626,HCFS Health Care Financial Services,2020-02-10,2020-06-23,2020,1130,13,13,6,CA;FL;OH;TN,4,220,TN,Blount,Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hcfs-health-care-financial-services.html,bd909e18101b55c1;460072b67db39bf5;a8e4b620462fa77d;326d200c399e50bc;ca366c159c95436f;ec2810643ed5de32;5682f8285b83cc17;1dac5ea4037db319;13c20c02af7e085a;6b9c9d94bb9926ce;5e80b0c14d11a201;97baa72bffb13f37;75ec7cfb92e24afe
627,CORE Community Organized Relief Effort,2021-05-04,2021-06-01,2021,1129,9,9,4,CA,1,364,CA,"Los Angeles, Los Angeles County",Closure Permanent,false,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/c/core-community-organized-relief-effort.html,97a0469e22d4c8c7;f8f32e4a8065113d;b01db14c3f833ed6;dacb8e68d5dc5f11;a2c650dd04a778c2;853b59b3f9580f8e;77aaf24a2dc8e54d;56f45aa7b87c28bd;41c28713faa58a5b
628,Jack Cooper,2025-01-13,2025-02-11,2025,1129,8,7,8,IN;KS;MI;MO;OH,5,406,MO,Liberty,CL;Closing;Closure;WARN,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/j/jack-cooper.html,8b6cff6ac1f9dfc6;7e1e1511aae10b29;9cb4076daeb896da;bec276e8815a737b;b69fa1c64533f2ed;8f4a6c6462a0dd79;3cda9f7a73182288;d3017c4290380d44
629,Essendant,2026-08-03,2026-08-06,2026,1128,7,7,7,AZ;CA;GA;IL;TX,5,510,IL,"Lincolnshire, 200 Tri-State Dr., Suite 400",Closure Permanent;Permanent Closure;State;WARN,false,true,0,48,https://approjects-warn-act-notices.static.hf.space/employers/e/essendant.html,b33f5cb956186f0e;4e82e56dada3171a;5ad31d7c4c6e4e36;4a0f9c05eb48fbdd;1b548bbff978c2d4;8249c70a807c5534;58a1c613e46193c0
630,IBP Foods,2002-01-11,2002-02-19,2002,1127,4,4,4,MI,1,554,MI,Detroit,Facility Closure,false,false,0,7,https://approjects-warn-act-notices.static.hf.space/employers/i/ibp-foods.html,d0311160338e8654;2d8efed238550fe0;16d32e66c064d82d;4dd1656cc712e4c7
631,The Kane,2016-12-13,2016-12-13,2016,1127,3,3,3,MD;VA,2,900,MD,"6500 Kane Way, Elkridge, MD 21075",1;Closure,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/t/the-kane.html,fe075db647f4a33e;fded1e0bf6163d03;05406d95555af264
632,"Harrah's Philadelphia Casino & Racetrack , (Chester Downs & Marina, LLC)",2020-03-28,2020-03-28,2020,1127,1,1,1,PA,1,1127,PA,"Chester, Delaware",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/harrah-s-philadelphia-casino-racetrack-chester-downs-marina-llc.html,454b0d4fd53645a5
633,Centaur Acquisition,2020-04-24,2020-04-24,2020,1126,1,1,1,IN,1,1126,IN,Shelbyville,LO,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/centaur-acquisition.html,b946ccd2e7649534
634,Woodward,2020-04-09,2020-04-09,2020,1125,1,1,1,IL,1,1125,IL,"Loves Park, 1 Woodward Way",State,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/w/woodward.html,7b02bbecf794d271
635,Waldorf Astoria Employer,2020-04-16,2020-04-20,2020,1124,2,2,2,CA,1,741,CA,"La Quinta, Riverside County",Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/w/waldorf-astoria-employer.html,ec518de1727df2e7;46c03a56d28f3164
636,"QVC, Inc Lancaster Distribution Center (Qurate Retail Group)",2020-07-01,2020-07-01,2020,1124,1,1,1,PA,1,1124,PA,"Lancaster, Lancaster",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/q/qvc-inc-lancaster-distribution-center-qurate-retail-group.html,3e752ff16ae188c8
637,Universal City Development Partners,2020-11-13,2020-11-13,2020,1123,5,5,3,FL,1,678,FL,"ORLANDO, FL, 32819",,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/u/universal-city-development-partners.html,c7f2d7ad178a8b8d;bedb0e2c5cb6044b;815cec364acc1445;3d5e1b1de2c1a056;0fcb665808c28e3e
638,Sykes,2004-01-07,2004-04-13,2004,1121,6,4,4,KS;KY;OK;OR,4,341,KY,Pike,Plant Closing;Reduction;WARN,false,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/s/sykes.html,11952791e2744f6e;dc106a12b6ec0558;f406891197597e59;9a20f998bb5ed807;af6c5f0dfab5c5cf;cfe86a4bf6aaad4f
639,WeWork,2019-11-22,2020-01-10,2019,1119,17,17,4,CA;IL;NY,3,423,NY,New York,Layoff;Layoff Permanent;State,false,false,2,39,https://approjects-warn-act-notices.static.hf.space/employers/w/wework.html,e60acdfcc5b229ab;c1ae29bedc2b2122;ab09f037d6214918;8d0a1563fc0cdcec;82a7bc5dac999ff8;703de43b0234741d;671de77f52fcea3a;3ea8495a8039c6d9;2d850fd28fcb4032;265ab997258c8680;259e937ff1a19355;1708283a4e774706;0b7119c308e3010f;a06c6d66e68aafac;6dcbb8526718feee;d4f1cfb45582be25;18bbf7dde56a6af6
640,Republic National Distributing,2026-08-17,2026-08-26,2026,1119,3,3,3,GA;MI,2,641,MI,"Delta, Grand Traverse, Kent, Saginaw, Wayne",Layoff;Permanent Closure,false,true,0,48,https://approjects-warn-act-notices.static.hf.space/employers/r/republic-national-distributing.html,ae9ee1af6c403924;d949316ac0130260;c35ecf4033383ceb
641,Adecco,2020-04-02,2020-07-02,2020,1117,8,8,6,CA;WI,2,310,CA,"Gardena, Los Angeles County",Layoff Permanent;Layoff Temporary;Layoff Unknown at this time;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/adecco.html,1cb1e225399d5b00;6d1f2edc266472db;697f75e0ae0c3bae;a4e7638a8336bac2;560fdc322072188b;face013c169e7930;b1eed21406dae94c;12985c3827c8fe86
642,TriWest Healthcare Alliance,2012-12-10,2012-12-18,2012,1115,12,12,12,AK;AZ;ID;KS;NE;OR;WA,7,904,AZ,,Closure;Loss of contract;Reduction;WARN,false,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/t/triwest-healthcare-alliance.html,cc78a33724b57db1;c8bf23a9ec5703cf;55e4e970a3d5d31c;3f4dd73a5d4a8d94;2180048a9e87ba1c;e2d0fc0e04e720e3;85620e919c6f6a6b;5b5d112ea56793d4;ec2df40ef7756282;c5271f3960716afb;7154836afd50ea7c;2ee4e5b023960e32
643,Woodbridge Logistics,2010-12-01,2010-12-01,2010,1114,1,1,1,NJ,1,1114,NJ,Avenel,,true,false,0,23,,8b7b05d750f6fe99
644,Intel,2024-10-15,2024-11-15,2024,1114,8,8,4,CA;PA;TX,3,272,CA,Sacramento County,Layoff;Layoff Permanent,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/i/intel.html,804256a5ea46b4d9;4704b89fc57c0e5a;dced35503295928c;d7509dcee8ba5804;76e1ef27237b1149;52cf77047ee7e3ca;29095c8ead2fe8be;4c8b3590409ea634
645,Safran Cabin,2020-04-07,2020-05-04,2020,1113,4,4,3,CA;WA,2,509,CA,"Santa Maria, Santa Barbara County",Layoff;Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/safran-cabin.html,69c4adeb56584958;b38d72bf8c75ff47;2db13e82dfc45352;79bd1708ba63f6a2
646,LDD Long Point Management LLC @ Terranea Resort,2020-05-21,2020-05-21,2020,1107,1,1,1,CA,1,1107,CA,"Rancho Palos Verdes, Los Angeles County",Closure Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/ldd-long-point-management-llc-terranea-resort.html,08f0995173b1a3e9
647,Concordia University,2020-02-12,2020-02-12,2020,1105,2,2,2,ID;OR,2,1012,OR,Portland,Permanent closure,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/concordia-university.html,ebddeca98a54e454;b86d3afe1142bf1b
648,Calimira,2020-03-20,2020-03-24,2020,1105,4,4,4,CO;IN;NC;OH,4,910,OH,Various Cities/Various Counties,COVID-19/Temporary Closure;LO;Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/calimira.html,91239c02593ebe13;898a690169738a09;643e0546c012d665;a1bab894f3d3eaf6
649,MV Transportation,2025-04-15,2025-04-29,2025,1104,8,8,4,CA;WA,2,463,CA,San Diego County,Layoff;Layoff Permanent,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/m/mv-transportation.html,d51633d2e87ed8b2;646643a866f061a3;b728d9b1fa62c3c7;6be6426f703c1bad;40a47dbb11bb1f96;ebb681b275501841;aa12a2723cd9dd68;074d2fe644fba063
650,Lord & Taylor,2018-09-01,2018-10-26,2018,1102,3,3,3,IL;NJ;NY,3,853,NY,New York,Closure;State,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/l/lord-taylor.html,1b76c41cdfad6811;f258f43148954905;39af449506b8604d
651,Serco,2013-01-25,2013-03-06,2013,1101,9,9,9,KY;MD;VA,3,308,MD,"6731 Columbia Gateway Drive Suite 300A, Columbia, MD 21046",2;Layoff,false,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/s/serco.html,bff2604f25e737a4;e946bee960400437;e1aeb9a8bb5b1721;81adf0e62abf4b20;7c89d772dec6fb08;75cf7c35cc85cfd0;5f89241353547758;4b29cf22264e7bc6;11bec5998cd060b0
652,Lucid,2023-03-31,2023-04-07,2023,1101,2,2,2,AZ;CA,2,968,AZ,Casa Grande,Layoff Permanent;WARN,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/l/lucid.html,aa9c28a26a38e770;2bd2d69b920a2a99
653,Chicago Public Schools,1995-09-14,1995-09-14,1995,1100,1,1,1,IL,1,1100,IL,"CHICAGO, 1819 W PERSHING RD",State,true,false,0,2,,d50fa02251ee6248
654,International Paper,2013-09-11,2013-09-11,2013,1100,1,1,1,AL,1,1100,AL,Courtland,Closing *,true,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/i/international-paper.html,d74ae7cdc41821de
655,YMCA of Greater Waukesha County,2020-04-06,2020-04-06,2020,1100,1,1,1,WI,1,1100,WI,"Waukesha, Menomonee Falls, Greenfield, Wauwatosa, New Berlin, Mukwonago",CL,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-of-greater-waukesha-county.html,6f2a62aa03a88e05
656,Washington Metro Area Transit Authority,2020-11-24,2020-11-24,2020,1100,1,1,1,MD,1,1100,MD,11 Locations in Prince George's County 3 Locations in Montgomery County,2,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/w/washington-metro-area-transit-authority.html,9319559875f8646a
657,3M- HQ,2023-05-02,2023-05-02,2023,1100,1,1,1,MN,1,1100,MN,Maplewood,Workforce Reduction,true,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/0/3m-hq.html,d034140fe12992c6
658,UPS,2025-02-20,2025-05-15,2025,1099,8,8,7,CA;FL;MD;NC;OR;WI,6,355,CA,Yolo County,CL;Closure;Layoff Permanent;Mass Layoff - No Recall;Temporary Layoff,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/u/ups.html,026601be4924f6a5;afcc36d365ddc9cc;e4855c1729538c51;25dae4a2ec7d6f93;eaf2d0fe77a5a8d1;018ced68f27bbcfb;4246a991e4ab4017;fb6d27a2da7ffbd3
659,Frias Transportation,2019-01-14,2019-01-14,2019,1097,1,1,1,NV,1,1097,NV,Las Vegas,Closure,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/f/frias-transportation.html,c90407c5ce62fc8a
660,Santa Cruz Seaside,2020-05-11,2020-05-11,2020,1097,1,1,1,CA,1,1097,CA,"Santa Cruz, Santa Cruz County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/santa-cruz-seaside.html,29687d11d6ea0e5f
661,Princess Cruise Lines,2020-05-27,2020-06-22,2020,1096,3,3,3,CA;WA,2,601,CA,"Santa Clarita, Los Angeles County",Layoff;Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/princess-cruise-lines.html,7e856642b4c6623a;caa608486bde7921;d1f6f02ae16e2901
662,ABM,2022-03-15,2022-09-07,2022,1096,16,16,8,CA;FL;IL;MD;TX,5,368,CA,San Mateo County,2;Layoff Permanent;State,false,false,1,40,https://approjects-warn-act-notices.static.hf.space/employers/a/abm.html,a934db2aaa338c49;88922f2f627a3257;5bf0fdc41db54ccb;28c1dcc09e8dcd2a;8a3d40d589e0df8d;54d9d4796504a279;6061e11f185b461b;526f319b058d6cef;ac85070da45eece4;0123d38d21b1961d;e662d78e26e2da5d;be3ed80b8a9c1946;bb5ab96a69b65dce;1b63467e57a5b6c7;19b4e10928b4f845;91aa34d21492ba0e
663,Acme Steel,2001-10-16,2001-10-16,2001,1094,1,1,1,IL,1,1094,IL,"RIVERDALE, 13500 S. PERRY AVENUE",State,true,false,0,8,,9b50e61996421ded
664,Baggage Airline Guest Services,2020-09-25,2020-10-05,2020,1094,3,3,2,FL,1,560,FL,"ORLANDO, FL, 32821",,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/baggage-airline-guest-services.html,a4745213e7d69b8e;20ea7689d8e08a46;4fdb1028e135979d
665,Chicago Transit Authority,2007-07-11,2007-07-11,2007,1093,1,1,1,IL,1,1093,IL,"Chicago, 567 West Lake Street",State,true,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/c/chicago-transit-authority.html,8b083969abc4fbe9
666,Affinity Gaming,2020-04-08,2020-04-08,2020,1093,1,1,1,NV,1,1093,NV,"LV, Pr, Sp",Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/affinity-gaming.html,d1c28b56929c3638
667,Freshly,2022-12-05,2022-12-06,2022,1092,3,3,3,AZ;MD;NY,3,500,AZ,Phoenix,1;Closure;WARN,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/f/freshly.html,24b9cd611b81cb26;249ed4155c722cdd;6980cfdf45cd6df1
668,Food Lion,2012-01-17,2012-02-13,2012,1091,26,26,19,TN,1,220,TN,"Clinton, Anderson County",Closure Permanent;Layoff Permanent,false,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/f/food-lion.html,e9565d3a9877ea11;dd8c6f789b0f3874;97508208043ee525;7c942cd945642dbc;7bec98068776dca6;722ce0b2f8ccc4b2;a721145138821c71;9bb6a81cd6f91880;41f2ff0cf6300f6b;3c660e6f47fabcd9;00ad3157fefb8723;3ad5e7bbf9d624d4;c4dd560dac80db64;be3853da0353007a;ab161521a271a407;7b608c7b6b0f1ac9;756f0d48079acb7c;6b167105af7084c2;3b0c2ed35c7746c8;17b98722a2775889;1305151701a65bcf;dc51508cda575921;3eabe1662606f889;30c6f97bc53a3685;306db7d3b9cb099c;05bef585ad07ca42
669,Leggett & Platt,2020-04-02,2020-05-12,2020,1091,10,10,9,FL;IN;MO;NC;WA,5,215,MO,Carthage,LO;Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/leggett-platt.html,736795b9bbe124e0;b37539844c011f26;729b60224111fc2b;20e5c69d6ea75a4c;b2b4f3b475e48d08;62c65346f8c1f195;1eb12cb026ccb135;ca908dcc5b50e286;d65c3b53ac3a8a44;f407a0937d3da839
670,Ryder,2019-03-04,2019-07-17,2019,1090,8,8,7,CA;FL;IL;IN;NJ;OH,6,436,IN,Plainfield,CL;Closure Permanent;State,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/r/ryder.html,90ba1a53e99ce1c4;4744630f22dab5d4;e01b53c31a95f0ef;aafbafaffbebf48c;84fd1ea236df4bc7;6c69b04a2a576894;77d3c95ab2c0836c;95c67f402ad1e78c
671,Kiawah Island Golf Resort,2020-04-04,2020-04-04,2020,1090,1,1,1,SC,1,1090,SC,Kiawah Island,,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/k/kiawah-island-golf-resort.html,da6175e625b8fcce
672,Georgia-Pacific,2025-05-02,2025-05-14,2025,1089,2,2,2,GA;VA,2,554,VA,Emporia,Closure;Permanent Closure,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/g/georgia-pacific.html,1169e4cd7ac0288a;66b5ec18e5aae804
673,Truck Manufacturing Plant,2001-01-29,2001-01-29,2001,1085,1,1,1,OR,1,1085,OR,PORTLAND,Reduction,true,false,0,8,,7094a569f94d2385
674,ASM Global,2024-04-11,2024-05-09,2024,1084,2,2,2,AL;RI,2,1029,RI,Providence,Layoff,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/a/asm-global.html,573fae1b2d598a62;9aec283fd84873c1
675,"Jujamcyn Theaters LLC at St James Theatre, Al Hirschfeld Theatre, August Wilson Theatre, Eugene O'Neil Theatre, Walter Kerr Theatre NYC)",2020-06-15,2020-06-15,2020,1082,1,1,1,NY,1,1082,NY,New York,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/j/jujamcyn-theaters-llc-at-st-james-theatre-al-hirschfeld-theatre-august-wilson-th.html,dfa6d47cd2b208cb
676,West Telemarketing,2004-08-20,2004-08-20,2004,1081,1,1,1,AL,1,1081,AL,Huntsville,Closing *,true,false,0,10,,3222a0937b7aab38
677,PSA Airlines,2020-07-17,2020-10-01,2020,1079,8,8,6,NC;OH;PA;TN;VA,5,270,VA,Arlington,Layoff;Layoff (Expected To Be Temporary In Nature Due To Covid-19),false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/psa-airlines.html,deb04a8ee456ed44;0b1561a24f63d715;02922e7b9aed7053;5088a7a06929ff98;9ae22df5b371bd60;6dd5bd3646e1661f;502019f7f4938a84;ebfb198cf6bfdbaa
678,Lago Resort & Casino,2020-07-13,2020-07-13,2020,1077,1,1,1,NY,1,1077,NY,Seneca,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/lago-resort-casino.html,6b2a92eaa4cad44c
679,Irvine Management,2020-04-17,2020-05-28,2020,1076,2,2,1,CA,1,1059,CA,"Irvine, Orange County",Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/i/irvine-management.html,3a0d9a4c75eb3788;c62e44bdcb82c58a
680,Advance Stores,2024-11-14,2024-11-15,2024,1075,74,74,18,CA;WI,2,171,CA,San Bernardino County,CL;Closure Permanent,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/a/advance-stores.html,d9353084217ab14e;aa7af0734e16a6cc;9b05e687db9c45f9;4d05a0a0b835fb03;0cfce24130014378;04f7d1f6dfecb7e1;fff4a8e00946fb1c;f75143617331659e;f70bb21392f78d06;e6b5c4a2e96d0f29;e493706fb3aa386b;dee50375a15093db;de59127d40e4daa6;dd8b5faac07f53af;d591e1044933e223;d293b64a1e87ca8a;ce07fbaab2718764;cdecbceed2922047;c85510b1963931fb;c6718db6e434076a;c1dcb4200979e84a;c00add223c19c2ce;bfbc788aa9596b3a;bbacccb44a050f5f;b831213615a9c469;b6f84233e856365f;aff486e3cdaeaf4c;a593e5f81ae345ff;a243ee15462d7be3;a15909c910e6994c;9eb6584a46caffee;9e2210a5f78d5e04;94024f2a3144c203;937a11e50b35b2aa;91b7d8da01ced07b;8f123c4b6e0a6c1f;8bcdf5cf27afbb86;8825f27406372ff5;842cd52bba902e25;80d1a7fe63cb4a52;7d6ffe731250c7d2;7a79664810914703;791601933fc61d0a;77dda71e5e7c363b;7502aac522cbc267;71195184fcfe1841;6a24cfe89f82d994;655f53ff2898154f;64b3f21c394ab0fa;629ca990e1a82112;5f15ee9e7693f980;5ea0d79f142845ff;5448d7a0565d485f;529edb69190a185f;4f0bda074adf0574;4b36700213a273e8;4617824186865bc6;42a1177d82462cbc;41af3f78241a63df;3ede965e6a17d045;3ce83e9e61956aae;356625cfd2ead487;2c11c19dbb0b84ec;2a145b59f993b3da;299c43541c1921b9;258ea2bcfb9bb3ea;2417c4bba80450f3;2395ea054b96504d;1b3a1a8199e82905;1b3594f9e1dd08e6;1617a2907d3d5631;134e83767dc1bd25;07a577341740f94a;05f429c2da3ff594
681,Hudson Hospital Opco,2019-11-01,2019-11-01,2019,1074,1,1,1,NJ,1,1074,NJ,Jersey City,,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/h/hudson-hospital-opco.html,5c3d106bd1c606a9
682,GoJet Airlines,2020-07-30,2020-07-31,2020,1074,2,2,2,IL;MO,2,549,IL,"Chicago, 10000 Bessie Coleman Dr.",Layoff;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/gojet-airlines.html,4f742d3a7836e3c4;b37ce7166332b6d9
683,Argo AI,2022-10-01,2022-11-09,2022,1073,6,6,5,FL;MI;NJ;PA;TX,5,679,PA,PA 15666 (50 Employees),Closure;Facility Closing,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/a/argo-ai.html,cbaaad23710516f5;ef40370c70f42d62;cb22554ba0f3ff73;cb05910246cc2fb4;82945180250ca1a9;2478eea648063e2d
684,XPO Logistics,2021-04-26,2021-04-26,2021,1072,1,1,1,PA,1,1072,PA,"Palmer, Northampton",Closure,true,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/x/xpo-logistics.html,35f6c1bc50498f9e
685,Grand Casino,2020-04-12,2020-04-12,2020,1069,1,1,1,MN,1,1069,MN,Onamia,Temporary Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/grand-casino.html,0465275e83e1c8fc
686,Performing Arts Center of Los Angeles County,2020-04-28,2020-04-28,2020,1069,1,1,1,CA,1,1069,CA,"Los Angeles, Los Angeles County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/performing-arts-center-of-los-angeles-county.html,44b0d9dead35987a
687,Northrop Grumman,2024-03-20,2024-03-20,2024,1069,6,6,1,CA,1,731,CA,Los Angeles County,Layoff Permanent,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/n/northrop-grumman.html,f4b93178e4c182ae;b0a2a13929f8b2d9;a3f81da948bfb0d2;9952c24060e40e86;57fcd6139ef6b1cf;2c300fee9c206bc9
688,Aramark,2023-06-22,2023-07-05,2023,1066,6,6,5,IL;RI;TX;WA;WI,5,386,WA,Bellingham,Closing;Layoff;State;WR,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,05f9bc6c3282c6ef;85a3debc86305514;118ffef57c6cec75;0853be8d9c4c173a;ab43e785c7eb93b5;25c18c285fe093c4
689,Chukchansi Gold Resort & Casino,2020-04-13,2020-04-13,2020,1065,1,1,1,CA,1,1065,CA,"Coarsegold, Madera County",Closure Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/chukchansi-gold-resort-casino.html,3c9fc941f8b424c1
690,Universal Television,2020-05-28,2020-06-25,2020,1065,4,4,2,CA,1,743,CA,"Universal City, Los Angeles County",Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/u/universal-television.html,86bfec5e1c96353d;60219e2001c0b73f;f8afbeb28a208e40;7de5dd91813f0dfc
691,John Deere Waterloo Works,2015-01-27,2015-03-06,2015,1064,2,2,1,IA,1,565,IA,Waterloo,Amendment;Mass Layoff,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/j/john-deere-waterloo-works.html,138a721a921ce33c;5d8851280e9253e4
692,Amgen,2021-02-10,2021-02-23,2021,1062,2,2,2,CA,1,531,CA,"Newbury Park, Ventura County",Layoff Permanent,false,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/a/amgen.html,0631784023f06ff3;24929327a39edd3a
693,Packers Sanitation Services,2023-01-20,2023-06-27,2023,1061,9,9,9,AL;CA;GA;KS;TN;TX,6,173,KS,"Dodge City, 3201 W. Hwy 400; Dodge City, Kansas 67801",Closure Permanent;Layoff;Permanent Closure;WARN,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/p/packers-sanitation-services.html,0a11bf914f71e212;ca0aef5e5bb4a6e0;96f17d73171cdfe6;12ecaebe67575e65;f33464a22162b14e;d7932a6d56317d37;a67baba873bd491b;8ac4dbf8d810d1b2;97f16d5b91b5b7cf
694,Verizon,2014-05-08,2014-05-08,2014,1059,2,2,2,PA,1,626,PA,"Cranberry Township, Butler",Closure,false,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/v/verizon.html,f86910caf1837d17;215f1b503019aa99
695,Inter-Con Security Systems,2025-03-06,2025-03-06,2025,1058,1,1,1,IL,1,1058,IL,"Chicago, 760 N Ogden Ave., Ste 2200",State,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/i/inter-con-security-systems.html,7a28b1fa59ecb740
696,Pier 1 Imports,2020-04-14,2020-06-03,2020,1056,5,5,5,MD;OH;TX;WA,4,585,TX,"Ft. Worth, Tarrant",1;Closure,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/pier-1-imports.html,cd27c8a78213ac23;687152bee7cf74fb;dd5639bf424381d6;acad9cf7a2cd855d;c6496bd95e183b81
697,GlobalFoundries U.S,2022-09-28,2022-09-28,2022,1056,1,1,1,NY,1,1056,NY,Dutchess,Layoff,true,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/g/globalfoundries-u-s.html,5fee8cfb64aa2072
698,General Motors,2017-06-16,2017-06-16,2017,1053,1,1,1,KS,1,1053,KS,,WARN,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/g/general-motors.html,2ed3674af996073f
699,Armstrong Flooring,2022-05-23,2022-06-17,2022,1052,3,3,3,IL;MS;PA,3,606,PA,"Lancaster, County: Lancaster",Closure;Permanent Layoff;State,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/a/armstrong-flooring.html,8623d10385831463;6d6ca13b6e7c664f;9abaec917ffe84e7
700,Chicago Transit Authority,2004-10-27,2004-10-27,2004,1050,1,1,1,IL,1,1050,IL,"Chicago, 567 West Lake Street",State,true,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/c/chicago-transit-authority.html,a0ed102be4fde889
701,Macys,2026-01-12,2026-01-13,2026,1050,2,2,2,CT,1,993,CT,Cheshire,,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/m/macys.html,926652ec31e55b74;c896e50a772aec23
702,Macy's,2009-03-02,2009-08-03,2009,1049,13,13,2,NY,1,450,NY,New York,Plant Closing;Plant Layoff;Plant Unit Closing,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/m/macy-s.html,caf2d3c646a3d485;95925b449367674a;89dfc8251295e8cd;80c00f774f569a1c;39b095103bc1ea49;9e1925f5af0cb691;35bc8ddb6a37e840;32e506d23c67fec9;bf389bc11f3692f0;cb7d1c7c5a3a40e8;cdacb7c0c7bfa708;d6b3e0212ce726eb;8e497328cfba12c6
703,Tesla,2019-06-17,2019-06-17,2019,1048,2,2,2,CA,1,964,CA,"Fremont, Alameda County",Layoff Permanent,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/t/tesla.html,ff0eba477c64e2ba;3481129ae9c66e19
704,Republic Airways,2020-07-30,2020-08-03,2020,1048,7,6,7,FL;IL;IN;MO;NY;OH,6,293,IN,Indianapolis,LO;Layoff;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/republic-airways.html,bfa6972a556a3cd9;af441edc04b3772c;9e7e400fdd4866b9;1970e95b56d0bb03;b47e390c0a322a47;211749ff8d24071c;87927a6c638316f6
705,Broadway Services,2025-03-24,2025-03-24,2025,1047,1,1,1,MD,1,1047,MD,"3709 East Monument Street Baltimore, MD 21205",Plant Closure,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/b/broadway-services.html,588865472f99378f
706,"Caritas Health Care, Inc. @ Mary Immaculate Hospital",2009-02-03,2009-02-03,2009,1045,1,1,1,NY,1,1045,NY,Queens,Plant Closing,true,false,0,16,,189bd6e3cf4e2c13
707,Prospect Airport Services,2021-05-25,2021-05-25,2021,1045,1,1,1,IL,1,1045,IL,"Chicago, 10000 W O'Hare Ave Chicago 60666 5700 S. Cicero Ave.",State,true,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/p/prospect-airport-services.html,e1dbc620be69fa4d
708,Twin River - Lincoln,2020-07-28,2020-07-28,2020,1043,1,1,1,RI,1,1043,RI,Lincoln,,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/t/twin-river-lincoln.html,f2bf3a2ac3a89a5e
709,Nestle,2018-10-15,2018-10-15,2018,1042,2,2,2,CA,1,769,CA,"Bakersfield, Kern County",Closure Temporary,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/n/nestle.html,a68fd87ee1846f34;a2e2e675cdb8868a
710,RR Donnelley,1993-02-02,1993-02-02,1993,1040,1,1,1,IL,1,1040,IL,"CHICAGO, 350 E 22ND STREET",State,true,false,0,2,https://approjects-warn-act-notices.static.hf.space/employers/r/rr-donnelley.html,5e67484980f2fa6e
711,HUMC Opco,2019-11-01,2019-11-01,2019,1038,1,1,1,NJ,1,1038,NJ,Hoboken,,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/h/humc-opco.html,3d7431960b203aca
712,JW Marriott Marco Island Beach Resort,2020-06-03,2020-06-03,2020,1038,1,1,1,FL,1,1038,FL,"MARCO ISLAND, FL, 34145",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/j/jw-marriott-marco-island-beach-resort.html,25d61a7ef355a7f0
713,Conifer's Health Solutions,2026-09-08,2026-09-08,2026,1037,1,1,1,TX,1,1037,TX,"Dallas, Dallas",,true,true,0,48,https://approjects-warn-act-notices.static.hf.space/employers/c/conifer-s-health-solutions.html,48609160e031e988
714,NYC Off Track Betting Corporation (Various NYC wagering sites),2010-12-07,2010-12-07,2010,1034,1,1,1,NY,1,1034,NY,New York,Plant Closing,true,false,0,23,,1eb993701af8b362
715,Chukchansi Gold Resort & Casino,2014-10-20,2014-10-20,2014,1034,1,1,1,CA,1,1034,CA,Coarsegold,Closure Temporary,true,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/c/chukchansi-gold-resort-casino.html,6e192b92a7e4f2bd
716,Vanderbilt University,2013-10-08,2013-10-08,2013,1033,1,1,1,TN,1,1033,TN,"Nashville, Davidson County",Closure Permanent,true,false,0,27,,d7d09d9f7db7de74
717,Neiman Marcus,2020-07-31,2020-09-21,2020,1033,13,12,12,CA;DC;FL;HI;NJ;NY;WA,7,257,NY,New York,Closure;Layoff Type Unknown,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/n/neiman-marcus.html,6813ba8192cd74f1;98fa120212e86edd;909bc25c85cc5d10;605d3d05eb6d6935;4cfce992c1dae9c6;fe0421396fdd638a;ed2a11e6eeae3d3c;d47c43e68eea19b1;bb45abdb142890bf;43e34ad7db255a1a;cf0d9b50d8269849;33651e1460e37b40;12b40950ef011137
718,Sodexo,2018-03-26,2018-05-30,2018,1032,10,10,10,CA;IN;MI;NY;PA,5,389,PA,"2601 N. Third St., Dauphin",CL;Closure;Closure Permanent;Closure Unknown at this time;Layoff;Plant Closing,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/s/sodexo.html,e51585ca62eff579;deb4a3a0a0126a5e;a4bd69057647c670;1c3f419f0077a4ae;82c3d8bd63da897e;b1d8e6f586e09860;96d57844d8a5d9f4;430ec20fdc9b268e;180b5791c902463a;24f221824e6265ea
719,Jabil,2023-10-13,2023-10-25,2023,1032,6,6,4,CA,1,550,CA,Santa Clara County,Closure Temporary;Layoff Permanent;Layoff Temporary,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/j/jabil.html,5b570a3ab3b9073f;4707524547c9e523;8cb7c0daa933bab8;6a771a9d595a63ff;efc35c39be7c6b23;ca73671f40e28f68
720,University of Southern California,2025-07-09,2025-11-21,2025,1032,18,18,1,CA,1,259,CA,Los Angeles County,Layoff Permanent,false,false,6,47,https://approjects-warn-act-notices.static.hf.space/employers/u/university-of-southern-california.html,4f84b56ab7dcfab5;c87694b8f1e7bcdd;c4ce404310a35d5a;c1addade125521d9;a93247744bd88bd2;58c198ac8863ea25;8c9ec8c846ac2ef3;ac74d363aabe3b15;81c3abceb3253a66;ed6762333164e725;9042b14d8c246f35;46d521edb893ba34;655da8523587eb44;97a426cfd992010d;dd2a98c827dd4a73;edcdd890035ddcdf;9474b9dbc261431e;67d38c178ab79cd3
721,FreshRealm,2026-04-01,2026-04-27,2026,1032,3,3,3,CA;NJ;TX,3,628,NJ,Linden,Closure Permanent,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/f/freshrealm.html,604d97a719baaa69;9e8486a0afc94936;534a12efae115fce
722,Convergys,2018-01-02,2018-04-24,2018,1030,8,8,6,IA;NE;NM;OR;PA;UT,6,211,UT,Logan,Closing;Layoff;Permanent closure,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/c/convergys.html,9c7eafff011ba99f;460276105b9544ab;293985bd655ab723;87ae86e9a06c3be0;97a8acd44491697f;8b802d4b71a367e6;3e083984096b7b7f;09626942accb8888
723,Sprint,2004-06-04,2004-06-04,2004,1029,1,1,1,IL,1,1029,IL,"Bolingbrook, 245 Crossroads Parkway",State,true,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/s/sprint.html,fab43e72a64f2c18
724,Mattel,2001-04-06,2001-04-26,2001,1028,2,2,2,KY,1,980,KY,Calloway,Layoff,false,false,0,8,https://approjects-warn-act-notices.static.hf.space/employers/m/mattel.html,acd8aec20a294f30;81922876190cde3b
725,Hilton Resorts,2020-04-06,2020-04-28,2020,1028,2,2,2,CA;NV,2,950,NV,Las Vegas,Layoff;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hilton-resorts.html,848c82b522827031;8e208f5177a8cf55
726,Exide,2020-05-19,2020-05-22,2020,1028,4,3,3,IN;KS;MO,3,765,KS,,CL;Layoff;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/e/exide.html,f78f963877945b44;a30c5d085411383b;669431cf2da10f27;1630a16751e11167
727,Lettuce Entertain You Enterprises,2020-10-13,2020-10-15,2020,1027,3,3,3,CA;IL,2,977,IL,"Chicago, 5419 N. Sheridan Road",Layoff Permanent;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/lettuce-entertain-you-enterprises.html,0cf86840734be1f6;c0faa86a908c1d08;6aaa82f182b9dbe6
728,Borton & Sons,2025-09-17,2025-09-17,2025,1025,1,1,1,WA,1,1025,WA,Various locations in Washington,Layoff,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/b/borton-sons.html,262e65c66d038598
729,Quebecor World,2001-04-03,2001-04-03,2001,1024,2,2,2,IL;KY,2,872,IL,"SALEM, SALEM DIVISION 3935 SELMAVILLE ROAD",Layoff;State,false,false,0,8,https://approjects-warn-act-notices.static.hf.space/employers/q/quebecor-world.html,c331f13c89601865;6e8b02fa317fc787
730,Philadelphia Energy Solutions,2019-07-01,2019-07-01,2019,1024,1,1,1,PA,1,1024,PA,"Philadelphia, Philadelphia",,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/p/philadelphia-energy-solutions.html,37464338afab24f7
731,Philadelphia Energy Solutions,2019-08-25,2019-08-25,2019,1024,1,1,1,PA,1,1024,PA,"Philadelphia, Philadelphia",Closure,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/p/philadelphia-energy-solutions.html,3039aca873010d84
732,"Avondale Mills, Inc., Sylacauga",2006-05-22,2006-05-22,2006,1023,1,1,1,AL,1,1023,AL,Sylacauga,Closing *,true,false,0,11,,a638b0d720227363
733,Capital Region Gaming,2020-07-13,2020-07-13,2020,1021,1,1,1,NY,1,1021,NY,Schenectady,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/capital-region-gaming.html,698100e0b36c6f54
734,Motorola,1999-08-16,1999-08-16,1999,1020,1,1,1,IL,1,1020,IL,"ARLINGTON HEIGHTS, 1475-1501 W. SHURE DRIVE",State,true,false,0,5,https://approjects-warn-act-notices.static.hf.space/employers/m/motorola.html,59052bc7d3791bc1
735,Delphi Steering Systems,2007-10-31,2007-10-31,2007,1020,1,1,1,AL,1,1020,AL,Athens,Closing *,true,false,0,14,,42052cad5be8696a
736,Bayonne Medical CTR,2007-11-01,2007-11-01,2007,1020,1,1,1,NJ,1,1020,NJ,BAYONNE,,true,false,0,14,,2af169439a0c5269
737,Cameron Mitchell Restaurants,2020-03-23,2020-05-08,2020,1020,9,9,9,AZ;CA;FL;MI;NY;PA;TX,7,150,NY,New York,Closure (Temporary In Nature Due To Covid-19);Layoff;Layoff Temporary;Mass Layoff;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/cameron-mitchell-restaurants.html,3bfee7037173e025;7f774d7a80be002d;697236b444a12a51;58bc5dbbd68ca563;a07f6f989ab10e06;71c0a79070730835;8cb28ffe4aaf3fea;74c468d2217e1460;3926f2203ec30f51
738,National Express,2020-11-20,2020-12-02,2020,1019,4,4,4,MD;NY;TN,3,489,TN,Shelby,2;Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/n/national-express.html,1ec41a8c072f516f;09740d8a326df920;9ca4cc163f3daad6;760360aeb6de10e6
739,Community General Hospital,2011-04-04,2011-04-04,2011,1018,1,1,1,NY,1,1018,NY,Onondaga,Potential Plant Closing,true,false,0,23,,6014e426e210ef6f
740,Oracle America,2017-09-01,2017-09-06,2017,1018,2,2,2,CA,1,964,CA,"Santa Clara, Santa Clara",Layoff Permanent,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/o/oracle-america.html,c534b60a1c3705ae;de67ec1164b20dcc
741,Benteler Automotive,2020-03-30,2020-03-31,2020,1018,3,3,3,MI,1,673,MI,Grand Rapids,Mass Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/benteler-automotive.html,244d064428768cf1;86deee99e2d3b59b;733c98265751cea6
742,ArcelorMittal,2009-05-12,2009-05-27,2009,1016,2,2,2,IN;NY,2,978,IN,East Chicago,LO;Plant Closing,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/a/arcelormittal.html,a8d64ec20ef3b8b8;cd9185e74fe03fd3
743,JC Resorts,2020-03-24,2020-06-26,2020,1016,8,8,5,CA,1,528,CA,"La Jolla, San Diego County",Layoff Temporary;Layoff Unknown at this time,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/j/jc-resorts.html,bc22339e75a3a063;f0f1028c60dab07f;ec1918f0903fc571;a2839f7c4f73da7f;669b80363bdc76ea;3e6ba9ae225159fb;20fff1bf0f132588;a7d2ecf1ac88d084
744,Sky Chefs,2021-06-24,2021-07-29,2021,1015,5,4,5,CA;NY,2,439,NY,Queens,Layoff;Layoff Permanent,false,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/s/sky-chefs.html,481316b1445ff971;45893730f641910d;f249b1ffe9fdbb0a;903e07be450a3e9e;7b8a2c6550360d72
745,"Robinson Helicopter Company, Inc. (RHC)",2020-04-11,2020-04-11,2020,1014,1,1,1,CA,1,1014,CA,"Torrance, Los Angeles County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/robinson-helicopter-company-inc-rhc.html,67d2de5c7d376d21
746,Severstal International,2010-11-04,2010-11-04,2010,1012,1,1,1,MD,1,1012,MD,"1430 Sparrows Point Boulevard, Sparrows Point, MD",2 NOTE: Currently a temporary lay-off situation,true,false,0,23,,569ca692c87ee34a
747,GM - Lansing (Delta Twp.),2007-10-22,2007-10-22,2007,1010,1,1,1,MI,1,1010,MI,Lansing,Mass Layoff,true,false,0,14,,3403d4bd03d9a02f
748,MV Transportation,2019-04-24,2019-04-30,2019,1010,5,5,5,CA;NV;VA,3,256,VA,Herndon,Closure;Layoff;Layoff Permanent,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/m/mv-transportation.html,c3e6eddb0a412b08;1d60f5dc5512a3e5;b08ee0028b318b2a;aeadc93567bfe5c2;026031fc94999114
749,Wayfair,2024-01-19,2024-02-01,2024,1010,2,2,2,CA;MA,2,936,MA,Boston,Layoff Permanent,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/w/wayfair.html,43aa7015b4f21355;56ebff96f8800380
750,Aramark,2025-04-08,2025-04-21,2025,1010,2,2,2,FL;NY,2,949,FL,"TAMPA, FL, 33620",Closure,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,19d6e421eef0f14b;3bf241d7c726e106
751,Valley Fruit III,2019-02-06,2019-02-06,2019,1009,1,1,1,WA,1,1009,WA,Wapato,Closure,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/v/valley-fruit-iii.html,fd904695a2620921
752,Katerra,2021-06-01,2021-07-02,2021,1009,9,7,6,AZ;CA;CO;NJ;TX;WA,6,287,CA,"Tracy, San Joaquin County",Closure;Closure Permanent;Seeking alternative financing that may impact layoffs;Seeking sale or purchase;WARN,false,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/k/katerra.html,eee3c59334031169;6d2572d86823ef46;6243d374b09267c1;5c47ecb557b910ee;550726fa5fa25fe0;10255e470974435b;5d388646d298ba47;e33d8ef7482f0f0b;950324574fe3d5b6
753,Pascack Valley Hospital,2007-09-01,2007-09-01,2007,1006,1,1,1,NJ,1,1006,NJ,WESTWOOD,,true,false,0,14,,78097c03286dcac1
754,Wayfair,2023-01-20,2023-01-20,2023,1006,2,2,2,CA;MA,2,932,MA,Boston,Layoff Permanent,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/w/wayfair.html,984149273644c8c3;8f14e363c5bd7fe3
755,Kohl's,2024-12-04,2025-01-08,2024,1006,6,6,6,CA;MA,2,690,CA,San Bernardino County,Closure Permanent,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/k/kohl-s.html,cd6b60ec9cd31aaf;ab223aea68c35db8;a1721bd9d311a05f;7530870949fc6117;28f6dbb5ba3ed66b;25105d50a9f0946b
756,Compass Group,2025-06-24,2025-09-17,2025,1006,6,6,6,IL;MI;NY;PA;SC;TX,6,350,SC,Spartanburg,Closing;Closure;Permanent layoff;State,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/c/compass-group.html,bfdf47592315f178;7444c78a51a8d74b;118f6bbd473976c5;cae823550e8f96a6;c259513cefc95e71;75ec643cf1517f22
757,Cisco Systems,2014-10-01,2014-10-01,2014,1005,1,1,1,CA,1,1005,CA,San Jose,Layoff Permanent,true,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/c/cisco-systems.html,4a055d0b1f3f1801
758,Humana at Home,2022-12-07,2022-12-07,2022,1005,1,1,1,NY,1,1005,NY,"Queens, Kings, New York",Closure,true,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/h/humana-at-home.html,91582fd08e899ea9
759,Ford Motor,2007-02-28,2007-02-28,2007,1004,1,1,1,MI,1,1004,MI,Wayne,Mass Layoff,true,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/f/ford-motor.html,9945dbefd5cc8c16
760,Sports Authority,2016-05-01,2016-06-24,2016,1004,9,8,6,CA;CO;FL;NJ;NY,5,461,CO,Arapahoe/Douglas,Closing;Closure;Closure Permanent;Revision,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/s/sports-authority.html,bf90df7941fd2ed5;e02a33c9fe429cf3;8c845ce0a9278006;438aa378d0adfe04;faf114d101589fc0;e9bdc657f6e2b0c3;d94594a101223b36;d075cded3a804d31;76aae1651b1fd727
761,Aramark,2018-03-29,2018-07-31,2018,1004,7,7,7,FL;IA;IL;NJ;OH;SC,6,428,FL,"Miami, FL 33199",Mass Layoff;State,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,6adaa57387d4db77;dd0a7a40a277ef64;cfd16162ea96e560;671444a2a599ea97;627af333f7219c8f;63d94171d2551826;458fe3b472d75f77
762,Oakley,2020-04-24,2020-06-08,2020,1003,2,2,1,CA,1,942,CA,"Foothill Ranch, Orange County",Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/o/oakley.html,53f3521a0a89ca6c;2a1aa13856672b21
763,Hornblower Cruises & Events,2020-08-17,2020-10-05,2020,1002,4,4,4,CA;IL;NY,3,502,NY,New York,Closure;Layoff Permanent;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hornblower-cruises-events.html,c2d8703b19b1a569;804a135cd43acfd3;e053e28d9cf84bdd;eab8e519a4313647
764,UPS,2024-01-26,2024-04-03,2024,1002,7,7,6,CA;CT;MD;NC;RI;VA,6,333,CA,San Bernardino County,Closing;Closure;Layoff Permanent;Mass Layoff - No Recall,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/u/ups.html,64fbc6b0bdc39924;e9c6eaf8bee41ff4;071645a06318ccbe;5db1789b7da4914c;67fbf605558ceb76;a164fadff37a8dc0;29dd13c1a48e9b42
765,Centerra,2023-08-08,2023-08-14,2023,1001,9,9,9,AK;AZ;CT;FL;ID;NV;NY;OR;WA,9,469,NY,"445 Broadway, Albany NY, 12207 ÍCNumber of Affected Employees at Site: 17 ÍDDOL Rapid Response Coordinator: Regenna Darrah ÍELocal Workforce Development Board Name: Capital Region WDB ÍF",Closure;Layoff;Loss of Contract;Permanent closure;WARN,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/c/centerra.html,161649e36b88ae71;f5d9024bc9cb1f06;d108d9ff8979838b;ccde8a7823a4c5d4;f85c789484389ed0;c6730163278d3ef8;9c90c51f66f28368;47c4b5c3437ce572;c837bf75071402fc
766,Bess Kaiser Medical Center,1996-02-05,1996-02-05,1996,1000,1,1,1,OR,1,1000,OR,Portland,Permanent closure,true,false,0,2,,61bfba6389f7934f
767,Airborne Express,2004-03-30,2004-03-30,2004,1000,1,1,1,WA,1,1000,WA,Seattle,Closure,true,false,0,10,,a446b35658ac67ee
768,Sears Holdings,2005-03-24,2005-03-24,2005,1000,1,1,1,IL,1,1000,IL,"Hoffman Estates, 3333 Beverly Road",State,true,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/s/sears-holdings.html,094dea63a8ba82de
769,Maytag,2006-02-01,2006-02-01,2006,1000,1,1,1,IL,1,1000,IL,"Herrin, 410 Lyerla Drive",State,true,false,0,11,,8752730ce801ed3c
770,Hynix Semiconductor Manufacturing Ameri,2008-07-29,2008-07-29,2008,1000,1,1,1,OR,1,1000,OR,,Permanent closure,true,false,0,14,,931f71e0b95dc67d
771,Physician's Medical Center,2008-10-20,2008-10-20,2008,1000,1,1,1,AL,1,1000,AL,Birmingham,Closing *,true,false,0,14,,375995f22d9689ab
772,Hoffman-La Roche (Roche),2012-09-01,2012-09-01,2012,1000,1,1,1,NJ,1,1000,NJ,Nutley,,true,false,0,27,,2ad474aa3a1a997b
773,Gold Key Hotels & Resorts,2015-08-17,2015-08-17,2015,1000,1,1,1,VA,1,1000,VA,Virginia Beach,,true,false,0,33,,c621f1e6f26aa3e0
774,Frontier Enterp;rise,2020-04-07,2020-04-07,2020,1000,1,1,1,TX,1,1000,TX,"San Antonio, Bexar",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/f/frontier-enterp-rise.html,acc49b4e8ad9d966
775,Allison Transmission,2020-04-22,2020-05-20,2020,1000,3,3,2,IN;TN,2,524,TN,Marshall,LO,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/allison-transmission.html,5e7910c56fd0b47c;8ea2f89304c63203;7573a545e24f9534
776,United Furniture Amory (Monroe),2022-11-21,2022-11-21,2022,1000,1,1,1,MS,1,1000,MS,,Closure,true,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/u/united-furniture-amory-monroe.html,20f19ab4184123b0
777,American Airlines,2003-05-01,2003-05-01,2003,999,2,2,2,IL,1,543,IL,"CHICAGO, OHARE INTERNATIONAL AIRPORT",State,false,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/a/american-airlines.html,4f518e4189cf46c8;2529d59ba0e69a72
778,American Coal,2015-05-05,2015-05-05,2015,998,1,1,1,IL,1,998,IL,"Galatia, 9085 Highway 34 North (PO Box 727 Harrisburg 62946)",State,true,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/a/american-coal.html,7a7f78e5e1d69a1c
779,EAN Services,2020-04-27,2020-04-30,2020,998,4,4,3,FL;MO,2,820,MO,St. Louis (city),Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/e/ean-services.html,396c3fb5af48de82;0dec4f7aa1c0ead9;9acb55ff988a8ad1;1af5bbee1579ca3e
780,Hoosier Park,2020-04-29,2020-04-29,2020,998,1,1,1,IN,1,998,IN,Anderson,CL,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hoosier-park.html,a8a3223f197fd18c
781,Texas Children's Hosptal (Texas Medical Center),2024-08-08,2024-08-08,2024,997,1,1,1,TX,1,997,TX,"Houston, Harris",,true,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/t/texas-children-s-hosptal-texas-medical-center.html,c323fc1456330956
782,Boca Raton,2020-07-06,2020-07-06,2020,995,1,1,1,FL,1,995,FL,"BOCA RATON, FL, 33432",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/boca-raton.html,23e667fe2aaa8400
783,Anka Behavioral Health,2019-04-23,2019-05-17,2019,994,23,23,23,CA,1,214,CA,"Concord, Contra Costa",Closure Permanent;Layoff Permanent,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/a/anka-behavioral-health.html,fc898691c5daf5c2;f1c7f18bf8351bd4;e8a3ba6d1d41deed;c4fa5e1a031585ea;c33ecd9bc4622a50;9b9898df47161402;83f039efad4556dc;81adbbeed4b70634;0dad5c857ccedbae;8db999087ab14c62;ed354bc79cfd1872;d1f4bb388aae8f8e;abb3dfc85599d82e;9ba8515033914a2c;8e6423b11ef943d9;64e0b895d90be9c7;6023b9bb4e764b06;3d64c361998dcca5;313746a350f10a85;2c3b6720795e0bf4;263cc35ab91e9a19;0aa595ea56e5d791;076e4572046f1655
784,Marathon Petroleum,2020-08-07,2020-08-26,2020,992,2,2,2,CA;NM,2,702,CA,"Martinez, Contra Costa County",Layoff Permanent,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/marathon-petroleum.html,b4e8568635191962;782795e4b4b473c5
785,Savor Chicago,2020-06-29,2020-06-29,2020,990,1,1,1,IL,1,990,IL,"Chicago, 2301 S King Drive",State,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/savor-chicago.html,167e7afa7186af21
786,Accenture,2023-04-21,2023-06-15,2023,990,4,4,4,CA;TX,2,549,TX,"Austin, Travis",Layoff Permanent,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/a/accenture.html,72fe52e99879881b;ef3cb624d9a41105;e5a2e60c4a907bac;3b9532dcb48ae6c4
787,Chevron,2025-04-02,2025-05-16,2025,990,9,9,5,CA;CO;TX,3,600,CA,Contra Costa County,Layoff Permanent;Reduction in Force,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/c/chevron.html,78817b9470aa6454;8913782a814fa573;a5fac742e0f609f2;49682618a8e9bb86;4172952dfee55321;20e0c7d44c65c159;ff0620a53c037676;a22ecb700bb94da8;6ac3217a1e1a2084
788,First Student,2017-03-27,2017-04-25,2017,988,7,7,6,AK;IL;MI;NY,4,293,IL,"Belleville, 2012 Mascoutah Avenue",Closure;Loss of contract;Plant Closing;State,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/f/first-student.html,3c4cbbead1b8c1e0;3ca3988b64aeba67;cf56e5f93d6d3a18;3414115473e1ddfc;cbe5174e5e5919a8;def6d440de2ce486;7e04b1bb1f205b38
789,Navient BPO,2023-04-17,2023-04-17,2023,988,1,1,1,NY,1,988,NY,Wyoming DOL Rapid Response Coordinator: Erica Bruce Local,Layoff,true,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/n/navient-bpo.html,12abde70f42f4667
790,Memphis City Schools,2013-05-09,2013-06-26,2013,985,3,3,1,TN,1,625,TN,"Memphis, Shelby County",Closure Permanent,false,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/m/memphis-city-schools.html,6002f59e1e6628f1;ce78164558251b77;bc203d180d90b465
791,Haliburton Energy Services-N. Sam Houston,2020-05-04,2020-05-04,2020,984,1,1,1,TX,1,984,TX,"Houston, Harris",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/haliburton-energy-services-n-sam-houston.html,045830912f03bf4b
792,Darden Restaurant,2020-05-21,2020-05-21,2020,984,1,1,1,CA,1,984,CA,"Moreno Valley, Riverside County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/d/darden-restaurant.html,3088051ba2f7a49e
793,Noble International,2009-04-01,2009-04-23,2009,983,6,6,6,IN;KY;MI;NY,4,400,MI,Warren,CL;Layoff;Plant Closing,false,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/n/noble-international.html,cbecc64b798949c8;ba3285abe3875b5a;b2745db391e821c1;867382eed62c8073;c40d00bbea4a3adb;1205ec2dd582b226
794,Amazon Fresh,2026-04-28,2026-04-28,2026,983,1,1,1,PA,1,983,PA,"2424 E. Lincoln Hwy Langhorne, Bucks, Delaware, Montgomery and Philadelphia",Layoff,true,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/a/amazon-fresh.html,4d8a51f30b235577
795,Fred Meyer,2025-07-29,2025-08-22,2025,982,5,5,5,WA,1,226,WA,Tacoma,Closure,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/f/fred-meyer.html,85ba1556e3e66163;ff6f138be644df1d;e28c70894f6cf526;c1883d556ab0b2f8;236328f3ef54a72e
796,Art Van,2020-03-06,2020-03-06,2020,979,1,1,1,MI,1,979,MI,Statewide,Plant Closing,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/art-van.html,adeb27f725cb40af
797,St. Vincent Charity Medical Center,2022-09-14,2022-09-14,2022,978,1,1,1,OH,1,978,OH,Cleveland/Cuyahoga,,true,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/s/st-vincent-charity-medical-center.html,b022a0e8ba667afe
798,First Student,2024-02-28,2024-06-30,2024,978,9,8,9,CA;CT;IL;MI;MO;NY;OH;PA,8,253,PA,"Greensburg, Lehigh and Westmoreland",Closing;Closure;Facility Closing;Layoff;Layoff Permanent;State,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/f/first-student.html,e1fe47bad89f043b;2a4cc6fbf29b43de;c30b3de8e2485289;eacc617bcfe7e0df;f9db4ec6eb11dcbf;1acebbf6357f8f84;8134af6e562e4eeb;b4977b2c4178c0e1;a22a17bad5270ee1
799,Compass Group,2024-12-03,2024-12-26,2024,978,8,8,8,IL,1,249,IL,"Joliet, 333 N. Madison St.",State,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/c/compass-group.html,f8a288709e980542;98f25cd2b2321f82;90c1e0a5cff90928;18eb2c88ded47887;9112c798a3fffd37;2f4b8773b50842b4;163d065d91f7297c;066cfc6e0e580529
800,Oregon Arena,2004-11-01,2004-11-01,2004,976,1,1,1,OR,1,976,OR,PORTLAND,Reduction,true,false,0,10,,3759a62cf863b623
801,San Manuel Casino,2020-06-09,2020-06-10,2020,976,2,2,1,CA,1,719,CA,"Highland, San Bernardino County",Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/san-manuel-casino.html,96bfedae488e4fb0;dd2b1ee60eb4e982
802,Anniston Army Depot,2012-01-10,2012-01-10,2012,975,1,1,1,AL,1,975,AL,Anniston,Layoff *,true,false,0,27,,f4e90d9872ac8e06
803,Yazaki North America,2020-04-10,2020-04-13,2020,975,6,6,3,MI;TX,2,622,MI,Canton,Mass Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/yazaki-north-america.html,f553dff25cdf5f29;e2f6a15346f2f1f2;d540b96618f9a916;a58fd03630adf8fd;730587cccd06d01f;d10a6f57433c0d36
804,Boeing,2010-02-19,2010-08-20,2010,974,11,10,2,KS;WA,2,527,WA,Puget Sound,Layoff;WARN,false,false,0,23,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,bc4ec60c4b7e0105;2d1525b859770130;62df0815cf75185b;2c2e28af6304a4de;03a342d4239773ee;729ed0f5b2aa1110;4cc806922dea67da;29c24bc4d6ad8759;d3b3dd85b85c95dd;29b4bd3a7be858d0;968d058cd37f6e91
805,Durham School Services,2010-03-18,2010-03-24,2010,974,2,2,2,IL;KS,2,818,KS,,State;WARN,false,false,0,23,https://approjects-warn-act-notices.static.hf.space/employers/d/durham-school-services.html,2a7d65a4731bc109;210342405595002c
806,Boeing,2016-02-24,2016-08-24,2016,974,18,18,4,CA;WA,2,211,WA,Puget Sound,Layoff;Layoff Unknown at this time,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,afd122491a6e2f85;933097d56e521749;7f2da36bc91ef4d3;d88b3d7942ef2c45;0a9a8fbc2daeffbe;f875526e5997b277;b8f50a92398e5110;d0a2d971ba0a5f22;be1fff98180a41e1;b4ab2fb901fbfb4c;f535f316ac87d61c;e8ffca3b4a887b59;3ed69005a5a7f133;f3200be5d8479c49;984e7c6b2f6a85e2;c1218d2073eadcf4;9997e94c89e52aa0;e940722b6ae7e274
807,"Parball, LLC - BLV Laundry",2020-04-22,2020-04-22,2020,973,1,1,1,NV,1,973,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/parball-llc-blv-laundry.html,65d036a3f111a2a9
808,Illinois Sportservice,2020-07-07,2020-07-07,2020,973,1,1,1,IL,1,973,IL,"Chicago, 333 W. 35th Street",State,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/i/illinois-sportservice.html,ae3256276dc9f114
809,"James R. Glidewell, Dental Ceramics",2020-09-28,2020-09-28,2020,973,3,3,2,CA,1,583,CA,"Newport Beach, Orange County",Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/j/james-r-glidewell-dental-ceramics.html,eeb28d67a8ab2bcd;d98c21e0a738a002;6ea6e1157fca9595
810,Kelly Services,2025-06-30,2025-06-30,2025,973,1,1,1,GA,1,973,GA,Various Remote Locations - See Attached Letter See Attached Letter See Attached Letter,Permanent Closure,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/k/kelly-services.html,8919dce83cb0adc5
811,Nix Hospital-Nix Behavioral Health Center,2019-11-06,2019-11-06,2019,972,1,1,1,TX,1,972,TX,"San Antonio, Bexar",,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/n/nix-hospital-nix-behavioral-health-center.html,24210582be8179dd
812,ZF Active Safety and Electronics US,2020-04-02,2020-04-24,2020,972,5,5,3,IN;TN,2,326,IN,Lafayette,CL,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/z/zf-active-safety-and-electronics-us.html,6ce56a863a90e952;c0fa302a5efcf367;7eceb41dede4e4f7;266be1c6e17b7969;9d617e3e62ccfb51
813,Ritz-Carlton,2020-08-31,2020-10-22,2020,972,5,5,5,CA;OH,2,493,CA,"Half Moon Bay, San Mateo County",Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/ritz-carlton.html,025661ad4ea4a030;eb6e4615d5901242;bda209e4a4610d78;6cfb6d884f9d2376;1807766cb0844e60
814,Desert Springs Hospital,2023-01-10,2023-01-10,2023,970,1,1,1,NV,1,970,NV,Las Vegas,Closure,true,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/d/desert-springs-hospital.html,ae1c5f502dbe8155
815,Freedom Communications,2016-02-24,2016-02-24,2016,969,1,1,1,CA,1,969,CA,Santa Ana,Layoff Unknown at this time,true,false,0,35,,cffe897a683e4264
816,Pcm,2015-10-19,2015-10-19,2015,968,1,1,1,CA,1,968,CA,Laguna Woods,Layoff Permanent,true,false,0,33,,da90c040e3b07bdb
817,Matheson Flight Extenders,2023-08-15,2023-08-31,2023,967,3,3,3,GA;MA;MD,3,335,GA,Maple Ave. Atlanta,Mass Layoff - No Recall;Permanent Closure,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/m/matheson-flight-extenders.html,d48acc92d03f7be2;be6c8f3d3ebb3df1;23ec432ac0261805
818,Associated Students of San Diego State University,2020-05-27,2020-05-27,2020,965,1,1,1,CA,1,965,CA,"San Diego, San Diego County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/associated-students-of-san-diego-state-university.html,070e85eb454fe97f
819,Durham School Services,2020-05-18,2020-06-30,2020,964,3,3,3,CA;PA;SC,3,465,SC,Charleston County,Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/d/durham-school-services.html,64f3d258ca8ba709;a9d91ed19db87e02;9d1e146d0f515b49
820,Ryder,2023-01-11,2023-02-08,2023,964,4,4,3,CA;TX,2,801,TX,"Austin, Travis",Closure Permanent;Layoff Permanent,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/r/ryder.html,d500379ac35f2bd7;1312a763dbf6540a;6a277a8c7b424659;8a3659eedd313363
821,Genpact,2023-01-19,2023-01-19,2023,964,1,1,1,TX,1,964,TX,"Richardson, Collin",,true,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/g/genpact.html,ac5585dc6e1c3410
822,99 Cents Only Stores,2024-04-16,2024-04-16,2024,962,13,13,5,CA,1,453,CA,Los Angeles County,Closure Permanent,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/0/99-cents-only-stores.html,d73bf1e9f33db7d3;d3e8bdf1def19945;cda22986363f6736;be44a27abf82ea45;ae758163d99dbd2b;a9a042f40d5ccc6e;a8bb92afb253d911;97bfda705a1479d7;55965de9abf187ac;4f0a7af695f4a5fc;4ee9ba67094a8872;3139f21b6f1c0d70;00f69b450f1b9093
823,State Farm,2019-06-26,2019-07-01,2019,961,6,5,6,CA;FL;IL;IN;MD;OK,6,300,FL,"JACKSONVILLE, FL, 32256",1;CL;Closure Permanent;Plant Closing;State,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/s/state-farm.html,b00558916da179ca;a5392178daeab088;6b642b313c80d4d0;34e04e2585aa9a8b;2c452d02372d4a88;47dc01c6e8ea5a7f
824,Verso,2020-05-18,2020-06-10,2020,961,2,2,2,OH;WI,2,902,WI,Wisconsin Rapids,CL,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/v/verso.html,fa6cf4684f78dd4f;3a52b4da8ef81e2e
825,T-Mobile,2026-01-01,2026-02-02,2026,961,4,4,4,IL;KY;NJ;WA,4,637,WA,Various locations in Washington,Layoff;State,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/t/t-mobile.html,c3914a5ee51c7ea9;61e7995414798cec;073fe477c17abc31;58f8e79ae4f34f0d
826,Sunstrand,1991-06-10,1991-06-10,1991,960,1,1,1,IL,1,960,IL,"ROCKFORD, 4751 HARRISON AVENUE",State,true,false,0,2,,56fab7ae7bbed7ed
827,New Jersey Sports and Entertainment Authority,2011-04-01,2011-04-01,2011,960,2,2,2,NJ,1,900,NJ,Oceanport,,false,false,0,23,,d93bd3405a665205;d1f8660647a9df0b
828,SK Battery America,2026-03-06,2026-03-06,2026,958,1,1,1,GA,1,958,GA,"SK Blvd. Commerce, Jackson County",Permanent Layoff / Reduction in Force,true,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/s/sk-battery-america.html,8f4db7d28840471c
829,Old Kent Financial,2001-03-20,2001-03-20,2001,955,6,6,2,MI,1,398,MI,Kentwood,Layoff Event,false,false,0,8,https://approjects-warn-act-notices.static.hf.space/employers/o/old-kent-financial.html,ff7f029161ff5638;a87f6ec2346a073b;99d8a5b1ab713e94;92882dcc856d63df;74a875245381fb39;02bdca1f7822211d
830,ATC/Vancom of Arizona,2010-04-28,2010-04-28,2010,953,1,1,1,AZ,1,953,AZ,,WARN,true,false,0,23,,6cd2e11d274c2148
831,Jabil,2024-07-15,2024-10-10,2024,953,5,5,5,CA;NM;TX,3,472,CA,Santa Clara County,Closure Temporary,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/j/jabil.html,2d79e6db98b0a768;49c4862ba9ba4cd3;97c7f896f3be0054;baf2345d1549ae66;31ff407bde4561b5
832,"Aurora Bank FSB, Aurora Loan Services",2012-04-23,2012-04-24,2012,952,2,2,2,IN;NE,2,502,NE,Scottsbluff,LO,false,false,0,27,,1898ccf9876e3db1;21bbaac93849818a
833,YMCA of Greater Hartford,2020-03-30,2020-03-30,2020,952,1,1,1,CT,1,952,CT,Various Hartford locations,,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-of-greater-hartford.html,5b390e39aed0d14d
834,Genting New York,2020-07-13,2020-07-13,2020,951,1,1,1,NY,1,951,NY,Queens,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/genting-new-york.html,88f0e0747780d86a
835,"Hooters (Cook, DuPage, Lake, & Kendall Counties)",2021-05-06,2021-05-06,2021,951,1,1,1,IL,1,951,IL,"Chicago, 660 North Wells Street",State,true,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/h/hooters-cook-dupage-lake-kendall-counties.html,b1fb3cdc472a7157
836,"Savor, Inc. (at McCormick Place)",2023-08-09,2023-08-09,2023,951,1,1,1,IL,1,951,IL,"Chicago, 301 E. Cermak Road",State,true,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/s/savor-inc-at-mccormick-place.html,b70314affeac5ddd
837,Stitch Fix,2023-09-08,2023-10-02,2023,951,2,2,2,PA;TX,2,558,TX,"Dallas, Dallas",Closing,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/s/stitch-fix.html,69020289dac94f34;629fe569977ecbc3
838,Volt Technical Services,1996-01-22,1996-01-22,1996,950,1,1,1,IL,1,950,IL,"DECATUR, P. O. BOX 2476",State,true,false,0,2,,affe82c67dd4a89a
839,Autoalliance International,2000-05-25,2000-05-25,2000,950,1,1,1,MI,1,950,MI,Flat Rock,Layoff Event,true,false,0,6,,ddb9284f1bd53fa1
840,General Motors,2004-12-01,2004-12-01,2004,950,1,1,1,NJ,1,950,NJ,LINDEN,,true,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/g/general-motors.html,cd534ecd5fe426f0
841,Sears Holdings,2017-01-19,2017-02-23,2017,950,2,2,2,CA;IL,2,870,IL,"Hoffman Estates, 3333 Beverly Road",Closure Permanent;State,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/s/sears-holdings.html,b561230781a3652d;e436806eea7151ad
842,Correctional Medical,2008-07-01,2008-07-01,2008,949,1,1,1,NJ,1,949,NJ,STATEWIDE,,true,false,0,14,,6bd09a0b82d6d559
843,Menzies Aviation,2017-03-03,2017-03-03,2017,949,1,1,1,WA,1,949,WA,SeaTac,Layoff,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/m/menzies-aviation.html,6d413439b56ab082
844,Zara,2020-04-16,2020-04-28,2020,948,8,8,7,CA;NY,2,717,NY,New York/Kings,Closure;Closure Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/z/zara.html,e64a084d1e109bcf;9ef2d5ba47592cce;89278808612175bf;3bb5e4f931f624df;243491cb6b37959a;eff0d6f2cb9849e8;754eecfa264493d6;58e333312bd363cc
845,SeaWorld Parks & Entertainment,2020-09-04,2020-09-04,2020,948,1,1,1,FL,1,948,FL,"TAMPA, FL, 33612",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/seaworld-parks-entertainment.html,5fc7f19692cc9cc5
846,Ameristar Casino Resort Spa - St. Charles,2020-05-22,2020-05-22,2020,947,1,1,1,MO,1,947,MO,St. Charles,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/ameristar-casino-resort-spa-st-charles.html,520c98ca82bea0c4
847,Vimo,2024-12-20,2024-12-30,2024,947,26,25,26,FL;KS;ME;MO;NC;ND;NV;OH;OR;WV,10,430,ND,Nationwide - Remote,Layoff;Reduction;Terminations;WARN,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/v/vimo.html,e5945db4d8aea52f;e5672027bfa3bf51;e542592264a62c65;e3e338bede9c379c;d6ba51d49e78ab81;d47cf6ce4527f362;c93c483db69b6b3e;c67a4e987f881274;c3a1a4215472db03;be665c678d1cd9e2;bd07761c09d9837c;a3400331d4c61a63;9b0e635689bc6bfa;9ab3d30651f5595a;93e90bb7711fdd65;9340b27e501d5bd8;90905d1c7025a470;8f6f96ef0f7990a4;61174629db986c60;5dc56c1bf371d6a1;4d692b1149d55882;44f7279605d0e9e6;25d13b87a28c6a58;d9cab67f2106485d;40fed717ec6fab51;5a5ff780ce5a8837
848,FedEX,2025-11-25,2025-12-29,2025,945,2,2,2,TX,1,856,TX,"Coppell, Dallas",,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/f/fedex.html,4fd1af24354d00fd;37a7a66fab1987a0
849,Vanguard Group,2020-10-12,2020-10-12,2020,944,1,1,1,PA,1,944,PA,"Malvern, Chester",All Affected Employees Have Been Offered Comparable Employment With The New Company,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/v/vanguard-group.html,2ffac9cb928cee14
850,LAZ Parking California,2020-03-30,2020-03-30,2020,943,1,1,1,CA,1,943,CA,"San Diego, San Diego County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/laz-parking-california.html,aea6d84a48a2ab38
851,Dave & Buster's,2020-09-08,2020-10-06,2020,942,11,10,11,HI;MD;MI;NC;NM;OR;TN;WA,8,148,MD,"9811 Washingtonian Blvd. Suite H1 Gaithersburg, MD 20878",2;Layoff;Mass Layoff;Reduction,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/d/dave-buster-s.html,f9ac78107a2baa15;e175f415de912d85;d231d535fc582d0e;aa81cc023f7a38d7;6c75f1baad963552;43c4bb73e86a527c;2694c5ff19287954;3da72c77b4a46131;156d8247ee3fda14;f3faefb74b3d0b37;3eb4dbeef2b2677f
852,Toyota Motor Credit,2015-05-11,2015-05-11,2015,941,1,1,1,CA,1,941,CA,Torrance,Closure Permanent,true,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/t/toyota-motor-credit.html,b36d75082386c536
853,Westin St. Francis San Francisco On Union Square,2020-10-05,2020-10-05,2020,940,1,1,1,CA,1,940,CA,"San Francisco, San Francisco County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/w/westin-st-francis-san-francisco-on-union-square.html,14250c5a311f4021
854,Orlando Health,2025-02-20,2025-02-20,2025,940,1,1,1,FL,1,940,FL,"ROCKLEDGE, FL, 32955",,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/o/orlando-health.html,f42730c294e381d6
855,Vdara Condo Hotel,2020-05-05,2020-05-11,2020,939,2,2,1,NV,1,920,NV,Las Vegas,Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/v/vdara-condo-hotel.html,5b3eaaed8967f061;2ccaac5cd32dbf1a
856,Cepheid,2022-10-31,2022-10-31,2022,939,5,5,3,CA,1,632,CA,Alameda County,Closure Permanent;Layoff Permanent,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/c/cepheid.html,f0d91dc0f3545d30;b731d28a560d2237;b20b5ce5c179f5b7;263e91e0efd0d627;0169e512e55daf03
857,Wood-Mode,2019-05-13,2019-05-13,2019,938,1,1,1,PA,1,938,PA,"Kreamer, Snyder",,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/w/wood-mode.html,636ea77e65f94cc2
858,Northfield Park Associates -MGM Northfield Park,2020-05-06,2020-05-06,2020,937,1,1,1,OH,1,937,OH,Northfield/Summit,,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/n/northfield-park-associates-mgm-northfield-park.html,95caf3a8cafb4630
859,DynCorp,2022-07-01,2022-07-01,2022,937,1,1,1,MD,1,937,MD,"47123 Buse Rd. #540 Patuxent River, MD 20670",2,true,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/d/dyncorp.html,5d8fc1b393d03517
860,General Motors,2023-08-23,2023-08-23,2023,936,1,1,1,AZ,1,936,AZ,Chandler,WARN,true,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/g/general-motors.html,56ace8cff90369d3
861,Dreyer's Grand Ice Cream,2025-09-24,2025-09-30,2025,934,3,3,3,CA;MD,2,726,CA,Kern County,"Layoff Temporary;Temporary Mass Layoff Update: Temporary, 2 week layoff for necessary maintenance",false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/d/dreyer-s-grand-ice-cream.html,b490c0e9a858140a;775e8ec14b3a8d68;28a529e0b55e6db4
862,Gap,2023-05-24,2023-07-17,2023,931,10,10,4,CA,1,569,CA,San Francisco County,Closure Permanent;Layoff Permanent,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/g/gap.html,c535ab45c70748db;a75e16fda7e36d11;56a9bbdeec0d8085;4ee246f69d7379ce;032b11d434895edf;0288a9726fc90499;2802e4dc7537e060;d24f0518a2d9e17c;9699aa9d16fa0aa6;94b9efb3f0765760
863,Borton & Sons,2026-08-21,2026-08-21,2026,928,1,1,1,WA,1,928,WA,"Yakima, Zillah, Pasco, Burbank, Prescott, Soap Lake, Othello, Mesa",Layoff,true,true,0,48,https://approjects-warn-act-notices.static.hf.space/employers/b/borton-sons.html,51850bb9c7bca8f0
864,Journal Register,2013-02-01,2013-02-19,2013,927,2,2,2,MI;NJ,2,844,MI,Statewide,Plant Closing,false,false,0,27,,64d00a166c7b10c4;ab8f0604c68b5a56
865,Cingular Wireless,2005-01-01,2005-06-21,2005,926,22,22,6,MI;NJ;OR;WA,4,182,WA,"Bothell, Redmond",Layoff;Layoff Event;Reduction,false,false,0,10,https://approjects-warn-act-notices.static.hf.space/employers/c/cingular-wireless.html,c21c2132c3e240e8;75667c9abe8b5681;9fcc58ca001f6619;0f1efae28da09a0a;f8914b87fd527574;94d3c8083dd9fc7b;62f9b2f7165bd146;4e339ebabee87934;5274890b3bd33648;8fb2742c5e5437d7;5861c3c8defcf493;55ed9e4cec312b34;9f4d9fbfe1947280;7cff4d3341ee5983;b6aff8809de2eb2a;d689b7a5d9c60be8;d5a77dfa186f87cf;87725bd69c615c4c;eabc7fa5292ce645;cf4148a265b83a27;6be3ccfdd7c213dd;8f477d1372d048f7
866,Ultra Foods,2017-04-18,2017-04-18,2017,926,8,8,8,IL;IN,2,174,IN,"Gary, Merrillville",CL;State,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/u/ultra-foods.html,e4c7d3bfa6854cdc;ccac9e6efab4fa32;c313bba5ecc4d95c;b5b272eb4df3a0a3;a84ab4075a18ed6a;4895d3d3814a6e5e;480ac9afe9ac9843;1f055628aaa127e3
867,Carrabba's,2020-04-27,2020-04-27,2020,926,14,14,11,TX,1,86,TX,"Katy, Fort Bend",,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/carrabba-s.html,ff38645a7385c763;fec36cc42519ff9f;c3cab5165e5fe2f1;c0ee091e5d0ff594;c001a7332cae55d9;a6fa0b8129a1bcd4;811953c8627fd58f;7744e63380f96d5c;5f117a5c70fe8859;5af4b5a11adbf1bd;578d104798d6e2a3;39495fd7cf519da0;35db5fcf32a7bb78;2d597d72660e43c8
868,Drybar Holdings,2020-05-01,2020-05-01,2020,926,23,23,21,CA,1,60,CA,"West Hollywood, Los Angeles County",Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/d/drybar-holdings.html,fdc5ecb4a83f4c5f;edd5e7fa45fbe7f1;ea42dc1fea59ceb3;e25032dd3b0c0553;d3c04dc3147a4d5c;cd5e1d4d30202259;c70a032ab79b2bd5;b3a46318192bddd8;b235e1d68405af74;97d8706687fd2bce;9363a70fa5d53076;8aabe8b4ab5390ca;8a755d922db6fd6a;7e25edb3117db89f;798e5b27b382ca5e;75b620babe841d90;71f03b0c4c66b970;6e0732c086e2d136;63e29a08ebc7276f;6028ea0764005401;508348ecd4d865a9;2a5717b3d8db1868;2423f98e6cb1eb07
869,Builders Square,1999-02-10,1999-02-10,1999,925,12,12,12,IL;OR,2,147,OR,PORTLAND,Permanent closure;State,false,false,0,5,https://approjects-warn-act-notices.static.hf.space/employers/b/builders-square.html,f30dfc8bf150bd04;ea2a186b7cf8bae5;e179aa127e2a4e52;cc1a0916de174220;bc7d1bc6917ddb73;a234f0d322fbd5d1;8d0939a3e1c4c239;86c338de63fc9a86;73251e4327a7e0e0;604348f4a2c73ef4;510a80c4ac541323;3c1aca265010e5d0
870,Manufacturers Services,2001-08-05,2001-09-06,2001,925,2,2,1,IL,1,600,IL,"MT. PROSPECT, 1800 WEST CENTRAL ROAD",State,false,false,0,8,,a6159c418eaf3dab;0b22beb34871e838
871,Air Wisconsin,2025-01-30,2025-01-31,2025,925,4,4,4,IL;OH;WI,3,284,WI,Appleton,Layoff;State;WR,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/a/air-wisconsin.html,6d778aa6da0ba063;0a0680b26fb4e1ed;04ec3cc27ac96dae;88282ab2243c1b7f
872,Aramark,2021-01-11,2021-02-24,2021,924,9,8,8,CA;MN;NC;NY;VA;WA,6,433,NC,Pitt County,Closing;Closure Temporary;Layoff,false,false,0,42,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,5cfbfa8085f9301d;564ac6b035b26c8c;27ef2f121da8b2b0;b5905793310ad240;44932f66a0e3a138;f5761d063f5b50a8;279409c3cf06f673;0e2cefb4fe930f2f;124d8c8ac3321663
873,J.C. Penny,2000-03-03,2000-03-23,2000,923,4,4,4,IL;MI,2,286,MI,Harper Woods,Facility Closure;State,false,false,0,6,https://approjects-warn-act-notices.static.hf.space/employers/j/j-c-penny.html,57907d4cb26f0787;8c5854c8a247449d;87e2fd7f7af58c0a;30b071ade407709e
874,Go Rentals,2020-03-20,2020-05-01,2020,923,26,26,24,AZ;CA;CO;FL;NC;NV;NY;SC;TX;VA,10,275,VA,Dulles,Furlough;Layoff;Layoff Temporary;WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/go-rentals.html,d857bad1360b5b96;a3c069d7c35d7337;80a73eb098552d9e;2e17c9a40f5ff615;15fe0c38049811e1;10b19e80a5ea495e;9074d1cd40fb7a07;10660dd692bd8bf5;a21415cab9138b5a;2f82edb3d79ebe86;f0bfd3bbc1d37fc8;eb50fa34d7219144;a48210252c4b0e85;a212855aa613a41b;3f23f837651c6ffd;2e73040e2fd47b71;1ce5f2365cb56195;f531a242f4dd6a3b;bbbd2a0cf3da8a71;b4ceba6224f81f5a;a6cb831306e96eea;8292fa9fbf1ed4d4;703e5378dcc2b829;6c1adfbb1de6565d;45ee8d94fed6d431;2f07f02673d69dae
875,Sera Security Services,2020-04-22,2020-04-22,2020,923,1,1,1,NY,1,923,NY,Kings,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/sera-security-services.html,ab3501f69abcc94b
876,Dreyer's Grand Ice Cream,2024-09-27,2024-09-27,2024,921,2,2,2,CA,1,733,CA,Kern County,Layoff Temporary,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/d/dreyer-s-grand-ice-cream.html,9d0ed354a4910a24;8689825fd668da99
877,GM (Lansing Car Ass'y),2003-11-06,2003-11-06,2003,920,1,1,1,MI,1,920,MI,Lansing,Layoff Event,true,false,0,10,,a72cba2ac66a9dcf
878,Stop & Shop,2007-07-01,2007-07-01,2007,920,1,1,1,NJ,1,920,NJ,STATEWIDE,,true,false,0,14,,3f47bfd597a5b302
879,Copeland,2006-11-03,2006-11-03,2006,919,1,1,1,OR,1,919,OR,"Portland, Eugene, Medford, Salem",Permanent closure,true,false,0,11,https://approjects-warn-act-notices.static.hf.space/employers/c/copeland.html,81c1cc38e57d28a3
880,Mt. Hood Beverage,2008-07-15,2008-07-17,2008,919,2,2,2,OR;WA,2,809,OR,,Layoff;Reduction,false,false,0,14,,c40830454890f068;c4c9ebb7591e17fc
881,Aramark,2019-01-02,2019-01-02,2019,919,1,1,1,FL,1,919,FL,"TAMPA, FL, 33607",,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,9cd509b72faa48da
882,Continental Tire North America Incorporated Mayfield Plant,2004-07-02,2004-07-02,2004,915,1,1,1,KY,1,915,KY,Graves,,true,false,0,10,,4011bd2dc2ebbd16
883,Collins & Aikman,2006-12-27,2007-01-17,2006,915,4,2,4,MI,1,515,MI,Port Huron,Facility Closure;Plant Closing,false,false,0,11,https://approjects-warn-act-notices.static.hf.space/employers/c/collins-aikman.html,520c502936638b92;3057571c3d50d67c;39bb3b29258ed4e7;17f94fec61a20389
884,Gold Coast Hotel & Casino,2020-05-22,2020-05-22,2020,915,1,1,1,NV,1,915,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/gold-coast-hotel-casino.html,5bed73f06253840f
885,Diplomat Beach Resort,2020-07-06,2020-07-06,2020,915,1,1,1,FL,1,915,FL,"HOLLYWOOD, FL, 33019",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/d/diplomat-beach-resort.html,944e7ac70d1e35ee
886,Akorn Operating,2023-02-22,2023-02-24,2023,914,4,4,4,IL;NY,2,402,IL,"Decatur, 1222 W Grand Ave 150 S. Wyckles Rd",Closure;State,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/a/akorn-operating.html,be4bbb3ee32a1e51;a2f30d4c3186fe93;b074192110f4d62a;452637180699b46c
887,Red Rock Casino Resort and Spa,2020-05-01,2020-05-01,2020,913,1,1,1,NV,1,913,NV,Las Vegas,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/red-rock-casino-resort-and-spa.html,e22510b9e488e899
888,Fresh & Easy,2015-10-22,2015-10-22,2015,912,2,2,2,CA,1,806,CA,Riverside,Closure Permanent,false,false,0,33,,8961fad6771dde46;17e2e8a949ea706e
889,Goodwill Industries of Central Florida,2020-05-14,2020-05-14,2020,912,50,50,45,FL,1,74,FL,"LEESBURG, FL, 34788",,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/goodwill-industries-of-central-florida.html,fffcececb5df8915;fb19024656f861fc;fb065077c0764360;f99eba1651c8df98;f0af40820ee85d07;ef4c2cac8e237ef5;e67fa7ce6fdef69d;e3b1c98c59c33322;e123669c57fbb216;df40d429dbb0113d;de4442c55e328710;dddc61bcf8ee871b;d9f40368d582533a;d6f9f62ef1a4aee8;d3b377d2962cfaca;d3708a629298324f;ccae07a7fe5ae841;ca0f1121addcc39f;c5df292b6254a6c8;c58ab208f5c3772d;c272e6911c4e10a8;bbc0ca5c77812eeb;b576079c3d2fdef2;b207e83737276d4d;afbb1bc6a7b760ab;a4dbd753cb097225;9fbff3d4a23daff5;9f151592b2bf34dd;9e3c94d52573ac61;9b05d76d721fe077;9164d71a08e436d2;8ffb9387d1d657b3;81858d4bcd6d751c;8050c67b4ba27fe7;7490e3e0d7aeb072;67eae84d31b0f6c3;67b46577f55a6db2;67460237709a44e5;5de41e3dada4a743;51ad7671bb896967;4c5b67147da66578;350085e53ad5e0da;307dd73c9f7c5edd;3012462fa47c0c02;29d0d675ab257fae;254cc56605b7d706;1d82a67542d14dda;16736ddeefd7b5b7;14add796c0e5a622;036c296d8fef4867
890,University Enterprises,2020-06-06,2020-06-06,2020,912,1,1,1,CA,1,912,CA,"Sacramento, Sacramento County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/u/university-enterprises.html,d544fb7aa4c57f56
891,Greektown Casino Hotel,2020-06-15,2020-06-15,2020,912,1,1,1,MI,1,912,MI,Detroit,Mass Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/greektown-casino-hotel.html,b8d78a5863ad893b
892,Chrysler Corporation (Jefferson North),2007-11-30,2007-11-30,2007,911,1,1,1,MI,1,911,MI,Detroit,Mass Layoff,true,false,0,14,,c60b657a5fdfa983
893,Six Flags Discovery Kingdom,2020-06-02,2020-06-02,2020,911,1,1,1,CA,1,911,CA,"Vallejo, Solano County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/s/six-flags-discovery-kingdom.html,737e295be9dc8cf4
894,ST. Barnabas Health,2007-07-01,2007-07-01,2007,910,2,2,2,NJ,1,820,NJ,UNION,,false,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/s/st-barnabas-health.html,7e111e8fd329080a;76021b7d6e9b3878
895,Cruise,2025-02-04,2025-06-02,2025,910,16,16,3,AZ;CA,2,489,CA,San Francisco County,Layoff Permanent;WARN,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/c/cruise.html,fa61d8d7ce148a95;d1a30dccc47f8773;a3529e9c36a502a5;75845cb06d18e2c9;24b64273af32b7fd;e4dfaeb560a69463;d382eb66e85ab0bb;adcc0cd530ed56b0;6f07509ded06e8af;1a76f154aeee1199;ebbb1151f863c589;075fa7e4b9326aa5;52e3276fa36d82c8;49455e36d5442f39;a4a6bd6cc1d502a4;461b19ffd10d9a07
896,Intuit,2026-05-20,2026-05-21,2026,910,4,4,4,CA,1,493,CA,Santa Clara County,Layoff Permanent,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/i/intuit.html,6fc219092f7d5f23;76b3b7476885cca0;52f15887ff237bd5;4f6cd194e1f388fb
897,Highgate Hotels,2020-03-22,2020-04-22,2020,909,9,9,3,CA;FL;NY,3,397,NY,New York,Closure;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/highgate-hotels.html,db484e7abf525ca8;15971508ddc6142b;ae81b941fc62d8c9;876c5f7186246255;301f13ec0038f001;0259ef59d4c0dd3a;0d27989ccec6b149;948581b8bc49909f;3835d21683a717fd
898,YMCA Buffalo Niagara (9 sites),2020-06-17,2020-06-17,2020,909,1,1,1,NY,1,909,NY,Niagara,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/y/ymca-buffalo-niagara-9-sites.html,89a7eb1cb1c643a3
899,State of Illinois,1992-07-16,1992-07-16,1992,908,1,1,1,IL,1,908,IL,"SPRINGFIELD, VARIOUS ADDRESSES",State,true,false,0,2,,20d24f1e10e75d58
900,Morgan Olson,2023-10-23,2023-11-01,2023,908,3,3,3,MI;TN;VA,3,435,VA,Ringgold,Layoff,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/m/morgan-olson.html,f4ea200b32e288e9;6ef7e2df1e3aa057;9ae31a007710c042
901,Live Nation,2017-02-02,2017-02-02,2017,905,1,1,1,CA,1,905,CA,Irvine,Closure Permanent,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/l/live-nation.html,c350a3b33842155a
902,Nikola,2025-02-19,2025-02-19,2025,905,7,7,4,AZ;CA,2,540,AZ,Phoenix,Layoff Permanent;WARN,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/n/nikola.html,d0d1fb799732e13a;5fa4f2f78eff185f;5661f4926346c4ff;466272576e17dfdc;3ede23a5e319977c;37c46b54b8849217;01fdb0b413d66284
903,RGNext,2025-10-10,2025-10-10,2025,905,4,4,4,CA;FL,2,400,CA,Santa Barbara County,Layoff Permanent,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/r/rgnext.html,7cf11da08479d7f8;4d6ffa45718a67bc;4932d9962abfbb06;0f72a62b187452e3
904,Le Tote,2020-10-01,2020-10-02,2020,904,19,19,16,CT;IL;MD;MI;NY;VA,6,115,NY,Westchester,1;Closing;Closure;Plant Closing;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/l/le-tote.html,ee566e1fcfa47222;cf9992a73fa16fde;adc085932c0f082b;9f9a1432a34b7495;959d310417063c91;939e098aeaea5cef;7225b3d80164ef73;6e9f06dd3c2440b9;6c95c00d73283966;57a35321141d2bdd;502963b166da0846;49efef0f6c68d60a;2dc13d361ed5dc80;2c88c325f2ca1dcb;274a6f7087a5196f;0c04a049f9dfb74c;6c526d7813a5348a;5ee6d15d5b841fda;0fd3197e82d3cfcb
905,Vistana Management,2020-09-03,2020-09-25,2020,903,3,3,2,FL,1,307,FL,"ORLANDO, FL, 32821",,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/v/vistana-management.html,eed6628e3772258c;83fc7cd30e9bca28;3f40485efea79f41
906,Montgomery Wards,2001-01-12,2001-01-17,2001,902,2,1,2,KS;OR,2,902,OR,,Reduction;WARN,false,false,0,8,,fa3434a82f10c751;ab9bfd8afa45405e
907,XPO Logistics,2019-01-24,2019-03-21,2019,901,5,4,5,CA;KS;MD;TN,4,446,TN,Shelby,1;Closure Permanent;WARN,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/x/xpo-logistics.html,26319153d7fee51c;2802a8a3129256aa;96d7eceb3960b215;e18c87efb12da0f8;964d1d79bbdfa372
908,Avis Car Rental,2020-04-01,2020-04-01,2020,901,1,1,1,TX,1,901,TX,"Dallas, Dallas",,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/avis-car-rental.html,82e8e65d9511440c
909,Sears Catalog & Direct Marketing Home Office Unit,1993-02-09,1993-02-09,1993,900,1,1,1,IL,1,900,IL,"SKOKIE, 7447 SKOKIE BLVD",State,true,false,0,2,,fcab42fb87296c0a
910,Trailmobile,2000-05-30,2000-05-30,2000,900,1,1,1,IL,1,900,IL,"CHARLESTON, 1000 N 14TH STREET",State,true,false,0,6,,2c9f74c35e689a20
911,Menninger Clinic,2000-12-28,2000-12-28,2000,900,1,1,1,KS,1,900,KS,5800 SW 6th/3630 SW Burlingam Rd,WARN,true,false,0,6,,c864cfe5d4d9ab31
912,Washington Mutual,2006-06-01,2006-06-01,2006,900,1,1,1,WA,1,900,WA,Bothell,Closure,true,false,0,11,https://approjects-warn-act-notices.static.hf.space/employers/w/washington-mutual.html,a8b781ab61ba4c5c
913,Chrysler Group,2010-09-17,2010-09-17,2010,900,1,1,1,MI,1,900,MI,Trenton,Plant Closing,true,false,0,23,,4b4324eeb2e07785
914,AEG Facilities,2013-04-29,2013-04-29,2013,900,1,1,1,OR,1,900,OR,"Los Angeles, CA",Permanent closure,true,false,0,27,,fcee704429ca2b6c
915,GlaxoSmithKline,2014-12-03,2014-12-03,2014,900,1,1,1,NC,1,900,NC,Research Triangle Park,Layoff,true,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/g/glaxosmithkline.html,a1b4fbe3ed1381e1
916,Boeing,2015-08-10,2016-02-03,2015,900,30,30,4,CA;WA,2,113,CA,Long Beach,Layoff;Layoff Permanent;Layoff Temporary;Layoff Unknown at this time,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,e2a8d0f8ac2d01dc;b3fd856bf0dcdf33;d3217a5e61e8348d;25ba8a9ef7c52029;0997f14fb43f5329;bca1b8871e11b71c;5973a1b4b001fd85;1f516f4236aa8b01;b5c25510d9bbd280;643f78516f9f1598;eb2a39997bed3064;c1d7f507fa257746;35c205cec43e40e7;abf9195d03d368f0;a8e26be5f42da868;26c50046f56ada77;11938c5264bb05c0;debd2de0e515a52c;d35761ee397d10a7;4b8c8e8975685b41;6e89898ca1d3d24d;e7fd351f75091cfa;df01400c94532a45;dbe3ffe914278281;d69eb766804c9123;f72351739bef3ef0;e5e6e452adcf1192;738a4b8d5a1325b1;64c3bc3672bece78;0e093e113cbb1054
917,Ashley Furniture Industries,2016-08-26,2016-08-26,2016,900,1,1,1,CA,1,900,CA,Colton,Closure Permanent,true,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/a/ashley-furniture-industries.html,c4bef263d7349857
918,Electrolux,2019-11-01,2019-11-01,2019,900,1,1,1,MN,1,900,MN,St Cloud,,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/e/electrolux.html,e3e8ddcc89fa0421
919,Bartell Hotels San Diego's Premier Properties,2020-04-08,2020-04-08,2020,900,1,1,1,CA,1,900,CA,"San Diego, San Diego County",Layoff Temporary,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/bartell-hotels-san-diego-s-premier-properties.html,dea268ae7a25e0bb
920,HUMC Opco LLC (CarePoint Health),2024-09-01,2024-09-01,2024,900,1,1,1,NJ,1,900,NJ,Hoboken,,true,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/h/humc-opco-llc-carepoint-health.html,70afab327f9ff28d
921,Dominick's,2007-02-02,2007-02-02,2007,899,6,6,6,IL,1,277,IL,"Crestwood, 13180 S Cicero Avenue",State,false,false,0,14,https://approjects-warn-act-notices.static.hf.space/employers/d/dominick-s.html,f861e847dc87e86e;be8b495fe5377700;b1774e9de9ba1f26;6aad37a7792c47fb;2e9a1d0756c92bdd;0fd49bc9f321e092
922,Cisco Systems,2016-08-18,2016-08-18,2016,899,1,1,1,CA,1,899,CA,San Jose,Layoff Permanent,true,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/c/cisco-systems.html,9d0d6b9db9b47a30
923,Aramark,2017-03-10,2017-03-10,2017,899,1,1,1,FL,1,899,FL,"Tallahassee, FL 32304",,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,cd72939b198fd1d8
924,IPIC Theaters,2026-02-01,2026-03-02,2026,899,10,10,9,CA;FL;GA;MD;NJ;NY;WA,7,163,GA,Atlanta,Closure;Closure Permanent;Permanent Closure;Plant Closure,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/i/ipic-theaters.html,26e40cca59676f41;8e44d13496fa5f3a;68f6ea21dfa4695d;f2822de2b6bd7df8;e6a059b1ba45f169;e26ec5ce5d5db8bd;af823eafd47e4ef7;ab6e397f9a795694;a98d6bd6b6b91aef;55f589b66ecea920
925,Aramark,2010-08-31,2010-10-22,2010,898,3,3,3,AL;MD,2,613,MD,"555 Russell Street, Suite B, Baltimore, MD",1;Closing *,false,false,0,23,https://approjects-warn-act-notices.static.hf.space/employers/a/aramark.html,a47dde5ee6e4e872;73bd7fcae7e919e1;6c2f2c05dcf0c904
926,Providence Hospital,2018-10-12,2018-10-12,2018,898,1,1,1,DC,1,898,DC,"Washington, DC",,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/p/providence-hospital.html,2d6409b83b8d7698
927,Columbia Orchard Management,2025-09-15,2025-09-15,2025,898,1,1,1,WA,1,898,WA,Wenatchee,Layoff,true,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/c/columbia-orchard-management.html,c1ce4a92f27cf301
928,Walgreens,2023-05-23,2023-06-29,2023,897,3,3,3,IL,1,431,IL,"Deerfield, 108 Wilmot Rd",State,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/w/walgreens.html,b2b306131e31dbfa;1c740bde0d6090e6;6f89ebd3869fcfee
929,Activision Blizzard,2024-02-02,2024-02-02,2024,897,6,6,4,CA,1,478,CA,Orange County,Layoff Permanent,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/a/activision-blizzard.html,ffdf089880befdca;db8f02ce9cbf22ef;c5b30f136a5d235f;94689fd3bbec6802;86990435cf16857f;23441ddbc7e472d6
930,Cisco Systems,2024-08-21,2024-09-17,2024,895,4,4,2,CA,1,563,CA,Santa Clara County,Layoff Permanent,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/c/cisco-systems.html,e218c352374af079;bd8c68f8ee805d81;61de9422ebe600a3;1388898c9ae2670a
931,Boeing,1999-06-14,1999-07-12,1999,894,2,2,1,KS,1,585,KS,,WARN,false,false,0,5,https://approjects-warn-act-notices.static.hf.space/employers/b/boeing.html,80554bda12bbc7ff;8bb996d6ac6e2948
932,Shoppers Food & Pharmacy,2019-12-06,2020-01-07,2019,892,13,13,13,MD;VA,2,83,MD,"6111 Livingston Road Oxon Hill, MD 20745",1;Closure,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/s/shoppers-food-pharmacy.html,ff84fcb3fba55340;fb35dfb79b84fa39;fb123ea78fd4e529;c8278dac90432f77;b1cbb301b7d2e9ff;add3053edde60828;780032c3454bcd6c;54fdde695a9256e4;472eb3530e8c4942;212cc838527a428d;0beeb0a93d4048d2;4f57c6d3577ce8a0;1ac3a2c3612ab568
933,DynCorp,2020-06-05,2020-07-15,2020,892,4,4,4,CA;NC;NY;WA,4,738,CA,"Fort Irwin, San Bernardino County",Layoff;Layoff Permanent,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/d/dyncorp.html,881b74c3fdbf6430;12206badb739b95b;85ccdaef32e2c1c1;1214a669c3537f15
934,Boyd Gaming,2020-05-22,2020-05-22,2020,891,2,2,2,IN;NV,2,516,IN,Florence,LO;Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/b/boyd-gaming.html,bd00bed689f7ebce;a7301262f54e2973
935,Pret A Manger (USA) Ltd. (several NYC shops),2020-07-17,2020-07-17,2020,891,1,1,1,NY,1,891,NY,New York,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/pret-a-manger-usa-ltd-several-nyc-shops.html,055241d4b36ba150
936,Alorica,2020-09-10,2020-09-10,2020,891,1,1,1,CA,1,891,CA,"Clovis, Fresno County",Closure Permanent,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/alorica.html,7854890bf4672211
937,Google,2024-01-17,2024-02-06,2024,891,23,23,3,CA;NY,2,225,NY,New York DOL Rapid Response Coordinator: Scott Gallop,Closure Permanent;Layoff;Layoff Permanent,false,false,8,43,https://approjects-warn-act-notices.static.hf.space/employers/g/google.html,964630078e5aeef7;76e1576b364abe3e;fcdbf783bf16d07a;f4a3fdc15887afb3;ede5f1992262a5d5;e841513c531f3b3d;c9492a5dc7b39d9c;bd0e1c61670f373d;b4690b167c97749d;a2db570acece8121;82dc022f72a6a37f;817e06b612a00eef;5ac90479ed4535bd;56f9b77b491fce4b;519f6b04834709cb;509fa68f8f78a72d;36dbd4c7c61a4b69;2d011b1d884bda5b;262e77073b774402;1f2b22e6cece5986;03cf44729624b500;a4fd8a5263c7520a;44b8e8df43de76ac
938,Marriott International,2024-11-13,2024-11-14,2024,891,3,3,3,MD;NY,2,833,MD,"7750 Wisconsin Avenue Bethesda, MD 20814",Layoff;Mass Layoff - No Recall,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/m/marriott-international.html,789958f4ae46e801;08b188a3bd14347c;4ac7cae22557e734
939,Pbi Medical Center,2006-12-01,2006-12-01,2006,890,1,1,1,NJ,1,890,NJ,PASSAIC,,true,false,0,11,,525ecdbbc2caae65
940,MGM Yonkers,2020-05-06,2020-05-06,2020,890,1,1,1,NY,1,890,NY,Yonkers,Closure,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/mgm-yonkers.html,a8418b23c0b600e8
941,Jewish Home Lifecare (Harry and Jeanette Weinberg Campus),2016-02-22,2016-02-22,2016,889,1,1,1,NY,1,889,NY,Bronx,Closure,true,false,0,35,,0dd8b071b6f00c4a
942,Peloton,2022-02-01,2022-02-18,2022,889,12,12,12,AZ;FL;IL;MI;NJ;NY;OH;OR;PA;VA,10,112,NY,Nassau,Closure;Layoff;Permanent Layoff;Permanent closure;State;WARN,false,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/p/peloton.html,69513f465b9210c3;0e265ac3990e4199;ff43a5da1358cd41;c39174dae642e05d;b778744779e50e31;acd31ec7ae62377d;4eb2348d21d63c47;30e95321377b2056;26afe03b20bc8639;0da8ff07cb4c945f;04b972bf76f15a4f;2c2820d9dfa2c930
943,Nestle,2019-08-01,2019-11-06,2019,887,13,13,13,DE;FL;IL;IN;KS;MI;MN;NJ;UT;WA,10,172,IN,Indianapolis,CL;Closure;Mass Layoff;Non-WARN;Plant Closing;State;WARN,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/n/nestle.html,dcc0ad9f52aecf05;9d7fbb9e84d1a570;71213c622e946e16;67dbd90fb247d51b;39f298ecce83b118;1ee8ba25f5e4aa33;7ff33f564eb04249;cc5980eab1163f34;c380ff7ab9624401;a2b1eab817c9b12b;1ea2799087e2c14a;7ba587ef8b21673b;ff9aa25fe842d314
944,ABC Technologies,2020-04-01,2020-04-01,2020,887,2,2,1,TN,1,680,TN,Sumner,,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/abc-technologies.html,b5753b090267572a;9f4a22dd922469bc
945,Goodwill Industries of Orange County,2020-04-29,2020-04-29,2020,887,3,3,1,CA,1,701,CA,"Santa Ana, Orange County",Layoff Temporary;Layoff Unknown at this time,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/goodwill-industries-of-orange-county.html,c8a5467208800ee2;b075381fac41d090;8070f1755354f18e
946,Spotify,2023-12-05,2024-01-17,2023,886,3,3,3,CA;NY,2,755,NY,New York DOL Rapid Response Coordinator: Stuart Goldberg,Layoff;Layoff Permanent,false,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/s/spotify.html,c262add980f0224d;78e867cc1840c08b;19bbacafebf71fbf
947,Cleveland-Cliffs,2024-02-15,2024-02-15,2024,885,1,1,1,WV,1,885,WV,Hancock,Indefinite Idle,true,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/c/cleveland-cliffs.html,44078b58c2ebd25f
948,NHK Seating of America,2020-03-28,2020-03-28,2020,883,1,1,1,IN,1,883,IN,Frankfort,LO,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/n/nhk-seating-of-america.html,84cc6f152c6562c3
949,Icon Parking Holdings,2020-04-02,2020-04-02,2020,883,1,1,1,NY,1,883,NY,New York,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/i/icon-parking-holdings.html,6df91cdd3cf12053
950,Gemological Institute of America,2020-05-01,2020-05-18,2020,883,2,2,2,CA;NY,2,566,CA,"Carlsbad, San Diego County",Layoff;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/g/gemological-institute-of-america.html,395a8be52822d246;d43e23cb8f4ae969
951,J.C. Penney,2020-06-22,2020-07-17,2020,883,9,8,8,CA;MO;NY,3,304,NY,New York,Closure;Closure Permanent;Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/j/j-c-penney.html,da2476ea5fef2a6f;2f7d4c6087b1cc3f;fedfe99385691765;1b81186fbcde972b;abf19f58df134a29;eb3a278f25f4e2b4;e59fb671026ea3f3;5ea61504fb760f28;44cf8640fa9507d0
952,Capital One,2015-07-24,2015-07-29,2015,882,5,5,2,MN;OR,2,818,OR,Portland,Permanent closure,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/c/capital-one.html,9feb847ceef5710e;745298dc5883e166;5754d449b107c315;2901d08c95130984;6e50839f3f7b50d6
953,Home Depot,2026-01-14,2026-01-28,2026,882,2,2,2,GA;MD,2,797,GA,"Paces Ferry Rd SE Atlanta, Cobb County",Permanent Layoff / Reduction in Force;Plant Closure,false,false,0,48,https://approjects-warn-act-notices.static.hf.space/employers/h/home-depot.html,0b6dd30a13a5f3e3;b30cd5001da95b99
954,Spartan Shops,2018-05-10,2018-05-10,2018,881,1,1,1,CA,1,881,CA,"San Jose, Santa Clara",Layoff Permanent,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/s/spartan-shops.html,a9b164497380387c
955,XPO Logistics,2019-07-31,2019-08-30,2019,880,3,3,2,IL;PA,2,755,IL,"Manteno, 1125 West Sycamore Rd.",Layoff;State,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/x/xpo-logistics.html,63d97ae47815a405;6d70c6474f203a8b;06211da9d688c72e
956,Merritt Hospitality,2020-05-19,2020-05-27,2020,880,8,8,4,CT;MO;NY;PA,4,388,NY,New York,Closure;Layoff;Layoff (Expected To Be Temporary In Nature Due To Covid-19);Layoff- Covid-19,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/merritt-hospitality.html,84a1cc1106b53379;830ce5b959c9c3e9;1b671beb499a501c;598abeb5a9f03f2e;0e4869af7907d73f;310f402f90cfdbeb;df38244ca75c6d07;0612c44040d8fdb7
957,Deluxe Creative Services,2020-05-01,2020-07-06,2020,878,8,8,3,CA,1,209,CA,"Burbank, Los Angeles County",Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/d/deluxe-creative-services.html,af81577b3891c08a;6c44cce75ed2ccae;61bd5490d497d055;df117166644590ad;dadc954322a50a27;d17e9a2c131031c4;3280bbd071913f07;28964337c003fa91
958,Columbus Hospital,2008-04-01,2008-04-01,2008,874,1,1,1,NJ,1,874,NJ,NEWARK,,true,false,0,14,,3254126e1eae8fc1
959,NYC Health + Hospitals,2022-03-04,2022-03-04,2022,874,1,1,1,NY,1,874,NY,New York,Layoff,true,false,0,40,https://approjects-warn-act-notices.static.hf.space/employers/n/nyc-health-hospitals.html,cb09478fbffa39fe
960,Collegiate Hotel Group,2020-03-16,2020-05-11,2020,873,12,12,12,CT;IN;MD;MI;NC;OH;SC;TN;TX;VA;WA;WI,12,135,OH,Columbus/Franklin/Cincinnati/Hamilton,2;LO;Layoff;Mass Layoff;WR,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/c/collegiate-hotel-group.html,6f391f66c10c5e9f;d2bba68d270ec2bb;cc772dc5a8fbb2c2;623c7952fbb1ab5d;36ea6d27ae9467f4;dbee0189edb03d46;bbcab25ab00cb32c;925a5c529854622a;5b67f3425594df90;192e5e4c2f944aa4;2cebfe49843bef36;80f61a6105450dc8
961,Halliburton,2020-04-06,2020-06-06,2020,873,10,7,7,AK;CA;CO;OK;TX,5,384,TX,"Elmendorf, Bexar",Layoff Permanent;Layoff Temporary;Mass Layoff;Permanent,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/halliburton.html,665ee7c653bbeef4;d0c7cd17d7923291;aa2ecb29c5bcb8fa;0f5ddccfa7808faf;55f7511cf588f5a9;eeb932d41084c660;1f2785530326bfff;2b854cd612d0d1ea;ac9d51c4442913a4;8e5590947f533719
962,"James R. Glidewell, Dental Ceramics",2020-05-22,2020-05-22,2020,873,3,3,2,CA,1,537,CA,"Newport Beach, Orange County",Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/j/james-r-glidewell-dental-ceramics.html,f69584ebb4fce0ae;74e6ba3b32c5c740;55e22425a5bf5504
963,Microsoft,2009-01-23,2009-01-23,2009,872,1,1,1,WA,1,872,WA,Redmond,Layoff,true,false,0,16,https://approjects-warn-act-notices.static.hf.space/employers/m/microsoft.html,5aab3cc198a0ce97
964,Textron Aviation,2020-06-23,2020-07-14,2020,870,2,2,1,KS,1,800,KS,,WARN,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/t/textron-aviation.html,99f5335aea472104;541cfe8203631c13
965,Ojai Valley Inn,2023-11-27,2023-11-27,2023,870,1,1,1,CA,1,870,CA,Ventura County,Closure Temporary,true,false,0,44,https://approjects-warn-act-notices.static.hf.space/employers/o/ojai-valley-inn.html,fe517c148359c90a
966,Macy's,2025-01-09,2025-01-16,2025,870,12,12,10,CA;MN;NY;OR;TX,5,98,CA,Los Angeles County,Closing;Closure;Closure Permanent;Permanent closure,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/m/macy-s.html,8fb2139591e484fa;5523bb7b2b629f7b;4b07cd2d0afe8218;dd2b19ede835226c;c4244952776da770;a3beadf1c4c318dc;a2d8a17ec5bb6fea;80910b8c192dd31f;62c4e1109a70c906;0ec24dc9f8f6579c;fbe83b5663aae4ea;235b42704ff8c560
967,Broadcom,2016-02-02,2016-02-02,2016,869,3,3,3,CA,1,689,CA,Irvine,Layoff Permanent,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/b/broadcom.html,b4fe8f39b6aa0ecb;acd22c3b23e6b7db;30da3998d9ab9af3
968,Vimo,2025-02-19,2025-02-19,2025,869,3,3,3,PA;SC;UT,3,430,PA,Various,Layoff,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/v/vimo.html,c8eef3a6d183c527;b719e1a5c4203011;5de47ebe5e3f3e55
969,Concentrix,2016-01-18,2016-02-03,2016,868,2,2,2,CO;WA,2,520,WA,Bremerton,Closure,false,false,0,35,https://approjects-warn-act-notices.static.hf.space/employers/c/concentrix.html,08d55bda1f053af2;2fcd2d86a9a30f86
970,Three (3) Com,2001-04-10,2001-04-10,2001,865,1,1,1,IL,1,865,IL,"MOUNT PROSPECT, 1800 W CENTRAL",State,true,false,0,8,,2b04b30efe568cb6
971,Richmark Capital,2020-09-08,2020-09-08,2020,864,1,1,1,CA,1,864,CA,"Gardena, Los Angeles County",Layoff Permanent,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/richmark-capital.html,3ff37871bd80655b
972,Transamerica Life Ins,2018-02-13,2018-02-13,2018,863,1,1,1,IA,1,863,IA,Cedar Rapids,Mass Layoff,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/t/transamerica-life-ins.html,19d0a8b8c04a58c5
973,Aquarius Gaming,2020-04-15,2020-04-15,2020,863,1,1,1,NV,1,863,NV,Laughlin,Layoff,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/a/aquarius-gaming.html,acbf76dba732c53b
974,Renaissance Hotel Operating,2020-09-09,2020-10-22,2020,863,4,4,3,CA,1,446,CA,"Indian Wells, Riverside County",Layoff Permanent;Layoff Temporary,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/r/renaissance-hotel-operating.html,f41fa453092bb3da;50ceb7c782bc540c;a487d5ae5d118c6e;0729a9e0c05628b9
975,Convergys,2017-02-03,2017-03-21,2017,862,6,6,6,NC;OR;TN;UT,4,209,UT,Ogden,Closure;Closure Permanent;Large Layoff - 10 or more workers,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/c/convergys.html,2a865c566a4afb18;f9f02471dca5262e;6892ef0c4fcf8741;5690e97c9a6c1273;7b98476cbe26c5db;124b113c24a12b47
976,Sitel,2019-04-04,2019-04-29,2019,862,2,2,2,NM;TX,2,535,NM,"Albuquerque, Bernalillo",,false,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/s/sitel.html,0904bc5342525671;39a9791445a50805
977,Heritage Home Group,2018-08-28,2018-10-02,2018,861,4,4,3,NC,1,486,NC,Caldwell County,Closure,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/h/heritage-home-group.html,a6bf7d652a61ac21;701df5daa23fb56f;f6ad7225bc404fdf;dd71f0786dac0ed9
978,Takeda Pharmaceuticals,2024-05-21,2024-06-27,2024,861,4,4,2,MA,1,495,MA,Cambridge,,false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/t/takeda-pharmaceuticals.html,893d30427aa9c3c8;5c781ef7f4a5e97b;f067bbaae77ba365;010f312421ade536
979,Hawker Beechcraft,2012-01-23,2012-07-20,2012,860,14,11,1,KS,1,359,KS,,WARN,false,false,0,27,https://approjects-warn-act-notices.static.hf.space/employers/h/hawker-beechcraft.html,5b80b45fa5fb294f;8dc7438aab62de0c;4441d89d34a01bc6;da928323b7be4378;ee5742e13d4ab260;6ab67e8bbd823635;3fa4a2e7cef4244b;0eda191bee51324f;dcdb11d8391d45f4;2876e58bb89812f1;0e83a3a7645f5cc6;6229c8c0939f85dc;deda46d1a8186361;4eeea64a5a2da428
980,Century Aluminum,2015-10-30,2015-12-22,2015,860,3,3,3,KY;SC,2,487,SC,Mount Holly,Layoff,false,false,0,33,https://approjects-warn-act-notices.static.hf.space/employers/c/century-aluminum.html,4c9f786bb705ce55;b3e5f0fb39e1ed87;22d006eb1f38998c
981,for IJK Opco LLC (CarePoint Health),2024-09-01,2024-09-01,2024,859,1,1,1,NJ,1,859,NJ,Bayonne,,true,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/f/for-ijk-opco-llc-carepoint-health.html,5c1409a35a9bcd1c
982,College of New Rochelle - Main Campus,2019-04-08,2019-04-08,2019,857,1,1,1,NY,1,857,NY,Westchester,Closure,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/c/college-of-new-rochelle-main-campus.html,4a8e3b5f21a7bd5c
983,Conduent,2018-06-01,2018-10-29,2018,856,9,9,4,CA;CO;NY;WA,4,410,CO,Pikes Peak,Change in business conditions;Closure;Layoff Permanent,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/c/conduent.html,a190a2d80a8c09bb;9dde2ddb6b9fc52c;2631372ee55d5c30;231d596b99fded42;9ad284fb7e120eab;fcc011ee94c2cd30;1581ff3feb0ddbf2;4ffee48746997388;5c6fd22498f8a96c
984,Hudson Group,2020-07-30,2020-09-01,2020,855,8,8,7,CO;IL;MI;PA;TX;WA,6,318,IL,"Chicago, 10000 Bessie Coleman Dr.",COVID Permanet;Layoff;Layoffs (Expected To Be Permanent In Nature Due To Covid-19);Mass Layoff;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/hudson-group.html,ceceb05ee2e8c4d6;8f7303c0d5931140;7e72a264b9fa3502;66eda7c954a5aa1f;531bb9b058cc48d1;33d3c306aa3eeedc;b5dd8c7467a2e4f3;21bd5629ff6c1857
985,Maritz,2020-08-12,2020-08-24,2020,854,6,6,5,MD;MI;MO;OH;PA,5,631,MO,Fenton,2;Layoff;Layoff (Expected To Be Temporary In Nature Due To Covid-19);Mass Layoff,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/m/maritz.html,f2979adb1449408a;30828ab847252d23;dac61620cc87e47c;3f08ee99a1b12bb2;2465efbf2297f2f6;33892928e0d9b985
986,Fca US,2018-02-12,2018-02-12,2018,852,1,1,1,OH,1,852,OH,Toledo/Lucas,,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/f/fca-us.html,ff66d28f0e8df9bf
987,Ponte Vedra Inn & Club,2020-04-28,2020-04-28,2020,852,4,4,3,FL,1,573,FL,"PONTE VEDRA BEACH, FL, 32082",,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/p/ponte-vedra-inn-club.html,99d9a5102677e853;68c8c564768d210c;3d867435e97dc6ad;0d87f85d2b407800
988,Agrifrozen Foods,2001-01-24,2001-01-24,2001,851,1,1,1,OR,1,851,OR,SALEM,Permanent closure,true,false,0,8,,5f4e471266e70133
989,First Care of New York,2018-05-31,2018-05-31,2018,851,1,1,1,NY,1,851,NY,Bronx,Closure,true,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/f/first-care-of-new-york.html,805b66d41b0df74d
990,Marshall Field's Central Office,1990-04-24,1990-04-24,1990,850,1,1,1,IL,1,850,IL,"CHICAGO, 111 N STATE",State,true,false,0,2,https://approjects-warn-act-notices.static.hf.space/employers/m/marshall-field-s-central-office.html,53fd55bb0159c8db
991,First Chicago-Community Banking Group,1994-08-04,1994-08-04,1994,850,1,1,1,IL,1,850,IL,"CHICAGO, ONE FIRST NATIONAL PLAZA",State,true,false,0,2,,91ddcbc2a1934b94
992,Michigan National Bank,2001-04-04,2001-04-04,2001,850,1,1,1,MI,1,850,MI,Farmington Hills,Facility Closure,true,false,0,8,https://approjects-warn-act-notices.static.hf.space/employers/m/michigan-national-bank.html,188ff0e5aa4c450a
993,Invesco (OppenheimerFunds OFI),2019-05-25,2019-05-25,2019,850,1,1,1,CO,1,850,CO,Arapahoe/Douglas (Centennial),Downsizing,true,false,0,39,https://approjects-warn-act-notices.static.hf.space/employers/i/invesco-oppenheimerfunds-ofi.html,5314176018bb5c35
994,Husqvarna ConsumerOutdoor,2020-03-30,2020-03-30,2020,850,1,1,1,SC,1,850,SC,Orangeburg,,true,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/h/husqvarna-consumeroutdoor.html,3db2bd7e3776c74f
995,IPIC Theaters,2020-07-27,2020-08-21,2020,849,9,9,9,CA;FL;IL;MD;NJ;NY;TX;WA,8,206,NY,New York,2;Closure;Layoff;Layoff Permanent;State,false,false,0,41,https://approjects-warn-act-notices.static.hf.space/employers/i/ipic-theaters.html,6bfcfdbcf3816430;e0d6af3699dfd2a8;79df2f02bd795889;6b4efa27dad921e7;610fbb536d260e70;7d4767e2711f12c3;0c9a4f2761d4c5da;9d1b8e387d01bc34;6c42839060936340
996,UPS,2024-11-14,2024-11-18,2024,849,3,2,3,CA;CO;OK,3,445,CA,Los Angeles County,"Closure Temporary;Mass Layoff;Partial, Temporary Closure",false,false,0,43,https://approjects-warn-act-notices.static.hf.space/employers/u/ups.html,945b2fc1f925b364;3f91d33f89a273c7;3d625121d3296c19
997,Sharon Regional Medical Center,2025-01-06,2025-01-06,2025,848,2,2,1,PA,1,699,PA,"Sharon, Mercer",Closing,false,false,0,47,https://approjects-warn-act-notices.static.hf.space/employers/s/sharon-regional-medical-center.html,d4cb32743cd9d52b;b4461a4080311e03
998,Kmart,2014-09-23,2014-10-29,2014,847,11,11,11,AZ;CA;IL;MD;MI;TN;VA,7,109,AZ,Phoenix,1;Closure;Closure Permanent;Plant Closing;State;WARN,false,false,0,29,https://approjects-warn-act-notices.static.hf.space/employers/k/kmart.html,64b7af1cda7fbb17;39f5cf2281263ae2;035cf8d917ef621e;06a3d1c1ca504eb9;ffff0c18b9eee804;39c23ed1c1d4bf16;3614040dd946acc8;782b16266b3338e5;22f9081a03dcecc9;6200a2ed91b3ed2a;9fe7899c09942c1b
999,Hiller,2015-05-01,2015-05-01,2015,846,1,1,1,MI,1,846,MI,Statewide,Plant Closing,true,false,0,33,,0a550ad8a5883b86
1000,ABM,2018-01-05,2018-01-23,2018,846,4,4,4,CA;IL,2,481,IL,"Chicago, 10000 W O'Hare Ave",Closure Permanent;State,false,false,0,37,https://approjects-warn-act-notices.static.hf.space/employers/a/abm.html,0a96500576bb1756;c289ef11c1e7b2f6;9042758ca7498e86;62fbf8f963846947
|