College Students Plasma Donation | CSL Plasma (2024)

College Students Plasma Donation | CSL Plasma (1)

Just come in, sit back, and let the rewards roll in.

Receive up to

$700*

your first month

As a new donor, you can receive up to $* for your first donation at a CSL Plasma center in your zip code.

*varies by donor weight class and is subject to change.

Find out how much new donors in your area receive for the first visit.

First name should only include letters or special characters

Last name should only include letters or special characters

A valid email address is required

Phone number should be 10 digits

ZIP code should be 5 digits (USA)

*Varies by location and is subject to change.

Locations near

"; existingMarkers.forEach(em => em.remove()); map.setCenter({ lat: 41.796254, lng: -87.757037 }); } mapWrapper.scrollIntoView({ behavior: 'smooth' , block: 'start', inline: 'nearest'}); } function generateResultHTMLArray(results) { return results.map((r, i) => `

${ r.coordinates ? `

`: '' }

${i + 1}.

${r.name}

${userCoordinates ? getDistance(userCoordinates.lng, userCoordinates.lat, r.coordinates.longitude, r.coordinates.latitude) : ''}

${r.address.addressLine1}

${r.address.city}, ${r.address.state} ${r.address.zipCode}

${r.phoneNumbers.length ? `P: ${r.phoneNumbers[0].phoneNumber}` : ''}

${analyzeOperatingHour(r.openingHours, true).join('')}

Center Details Directions

${r.customizeSetting && r.customizeSetting.holidayHours ? holidayHours(r.customizeSetting.holidayHours, true) : ""} ${ r.services ? ` ${r.services.spanishspeaking ? `

` : ''} ` : "" }

`); } function generateCustomMarkers(results) { return results.map((r) => { const facilityCoordinate = { lng: r.coordinates.longitude, lat: r.coordinates.latitude } return new CustomCSLMarker(facilityCoordinate, map, { marker_id: r.locationID, label: r.name, major: false }); }) } function setMyCenter(locationID) { const centerInfo = lastSearchResult.find(r => r.locationID === locationID); window.localStorage.setItem('myCenter', JSON.stringify(centerInfo)); const findCenter = document.getElementById('find-center'); findCenter.removeAttribute("href"); findCenter.innerHTML = `

${centerInfo.name}

keyboard_arrow_down

`; const centerAddr = `${centerInfo.address.addressLine1}, ${centerInfo.address.city}, ${centerInfo.address.state} ${centerInfo.address.zipCode}`; document.getElementById('center-name').innerText = centerInfo.name; document.getElementById('center-address').innerText = centerAddr; document.getElementById('center-phone').innerText = centerInfo.phoneNumbers[0].phoneNumber; document.getElementById('center-phone').href = "tel:" + centerInfo.phoneNumbers[0].phoneNumber.replace(' ', '').replace('(', '').replace(')', '').replace('-', ''); document.getElementById('center-hours').innerHTML = analyzeOperatingHour(centerInfo.openingHours, false).join(''); document.getElementById('navigation-center-link').href = `/center/${centerInfo.locationID}`; document.getElementById('navigation-google-map-link').href = `https://maps.google.com/maps?q=${centerAddr}`; } function gotoSearch() { document.getElementById('csl-map-search-box-container').scrollIntoView({behavior: 'smooth'}); } document.addEventListener('DOMContentLoaded', () => { let checkRound = 0; let searchBtn = document.querySelector("#csl-map-search-btn"); if(searchBtn) { const checkMapInterval = setInterval(async () => { checkRound++; searchBtn = document.querySelector("#csl-map-search-btn"); if ((map && !searchBtn.disabled) || checkRound > 100) { clearInterval(checkMapInterval); } if (map && !searchBtn.disabled) { const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); if (urlParams.get('q')) { document.getElementById('csl-map-input').value = urlParams.get('q'); searchBtn.click(); window.scrollTo({ left: 0, top: 650, behavior: 'smooth' }); } } }, 60); } });

Find a CSL Plasma donation center near you

`} else {resultDisplayArea.innerHTML = `

${responseHtml.join('

')}

`;}resultDisplayArea.scrollIntoView();} catch (e) {resultDisplayArea.innerHTML = `

No Center Found For Your Input

`resultDisplayArea.scrollIntoView();}}async function handleUseCurrentLocation() {const buttonTextSpan = document.querySelector('#csl-map-search-btn-csl-search-map66d13d5f00d7e > span');buttonTextSpan.classList.add('primary_border_btn_loading'); buttonTextSpan.innerText = "SEARCHING";getLocation();}function getLocation() {if (navigator.geolocation) {navigator.geolocation.getCurrentPosition((position) => {userCoordinates = {lat: position.coords.latitude, lng: position.coords.longitude};getCurrentLocation(userCoordinates)});} else {alert("Geolocation is not supported by this browser.");}}async function getCurrentLocation(coordinates) {const resultDisplayArea = document.getElementById('search-result-background');const buttonTextSpan = document.querySelector('#csl-map-search-btn-csl-search-map66d13d5f00d7e > span');buttonTextSpan.classList.add('primary_border_btn_loading'); buttonTextSpan.innerText = "SEARCHING";const payload = {"serviceName": "location","serviceType": "searchNear","params": {"searchType": "coordinate","searchParam": coordinates,"limit": 20}}const currentResultRaw = await fetch('https://donorapp-api.cslplasma.com/authSteps/', {method: 'POST',headers: {'Accept': 'application/json','Content-Type': 'application/json'},body: JSON.stringify(payload)});buttonTextSpan.classList.remove('primary_border_btn_loading'); buttonTextSpan.innerText = 'SEARCH';try {const response = await currentResultRaw.json(); response.data.forEach(r => { if (r.phoneNumbers.length && r.phoneNumbers[0].phoneNumber.length === 11) { r.phoneNumbers[0].phoneNumber = r.phoneNumbers[0].phoneNumber.replace(/(\d{1})(\d{3})(\d{3})(\d{3})/, "+$1 ($2)-$3-$4"); } else if (r.phoneNumbers.length && r.phoneNumbers[0].phoneNumber.length === 10) { r.phoneNumbers[0].phoneNumber = r.phoneNumbers[0].phoneNumber.replace(/(\d{3})(\d{3})(\d{3})/, "$1-$2-$3") } });lastSearchResult = [...response.data];const responseHtml = generateResultHTMLArray(response.data);response.data.forEach(r => {const city = r.address.citydataDuplicate.push(city);})if (response.data.length === 0) {resultDisplayArea.innerHTML = `

No Center Found For Your Input

`} else {resultDisplayArea.innerHTML = `

${responseHtml.join('

')}

`;}resultDisplayArea.scrollIntoView();} catch (e) {resultDisplayArea.innerHTML = `

No Center Found For Your Input

`resultDisplayArea.scrollIntoView();}}function generateResultHTMLArray(results) { return results.map((r, i) => `

${ r.coordinates ? `

`: '' }

${i + 1}

${r.name}

${r.address.addressLine1}

${r.address.city}, ${r.address.state} ${r.address.zipCode}

Directions

${r.phoneNumbers.length ? `P: ${r.phoneNumbers[0].phoneNumber}` : ''}

${analyzeOperatingHour(r.openingHours, true).join('')}

${r.services ? `${r.services.spanishspeaking ? `` : ''}` : ""}${r.services ? `${r.services.takingdonors ? `` : ''}` : ""}${r.services ? `${r.services.freeparking ? `` : ''}` : ""}

`); }

Locations near

"; existingMarkers.forEach(em => em.remove()); map.setCenter({ lat: 41.796254, lng: -87.757037 }); } mapWrapper.scrollIntoView({ behavior: 'smooth' , block: 'start', inline: 'nearest'}); } function generateResultHTMLArray(results) { return results.map((r, i) => `

${ r.coordinates ? `

`: '' }

${i + 1}.

${r.name}

${userCoordinates ? getDistance(userCoordinates.lng, userCoordinates.lat, r.coordinates.longitude, r.coordinates.latitude) : ''}

${r.address.addressLine1}

${r.address.city}, ${r.address.state} ${r.address.zipCode}

${r.phoneNumbers.length ? `P: ${r.phoneNumbers[0].phoneNumber}` : ''}

${analyzeOperatingHour(r.openingHours, true).join('')}

Center Details Directions

${r.customizeSetting && r.customizeSetting.holidayHours ? holidayHours(r.customizeSetting.holidayHours, true) : ""} ${ r.services ? ` ${r.services.spanishspeaking ? `

` : ''} ` : "" }

`); } function generateCustomMarkers(results) { return results.map((r) => { const facilityCoordinate = { lng: r.coordinates.longitude, lat: r.coordinates.latitude } return new CustomCSLMarker(facilityCoordinate, map, { marker_id: r.locationID, label: r.name, major: false }); }) } function setMyCenter(locationID) { const centerInfo = lastSearchResult.find(r => r.locationID === locationID); window.localStorage.setItem('myCenter', JSON.stringify(centerInfo)); const findCenter = document.getElementById('find-center'); findCenter.removeAttribute("href"); findCenter.innerHTML = `

${centerInfo.name}

keyboard_arrow_down

`; const centerAddr = `${centerInfo.address.addressLine1}, ${centerInfo.address.city}, ${centerInfo.address.state} ${centerInfo.address.zipCode}`; document.getElementById('center-name').innerText = centerInfo.name; document.getElementById('center-address').innerText = centerAddr; document.getElementById('center-phone').innerText = centerInfo.phoneNumbers[0].phoneNumber; document.getElementById('center-phone').href = "tel:" + centerInfo.phoneNumbers[0].phoneNumber.replace(' ', '').replace('(', '').replace(')', '').replace('-', ''); document.getElementById('center-hours').innerHTML = analyzeOperatingHour(centerInfo.openingHours, false).join(''); document.getElementById('navigation-center-link').href = `/center/${centerInfo.locationID}`; document.getElementById('navigation-google-map-link').href = `https://maps.google.com/maps?q=${centerAddr}`; } function gotoSearch() { document.getElementById('csl-map-search-box-container').scrollIntoView({behavior: 'smooth'}); } document.addEventListener('DOMContentLoaded', () => { let checkRound = 0; let searchBtn = document.querySelector("#csl-map-search-btn"); if(searchBtn) { const checkMapInterval = setInterval(async () => { checkRound++; searchBtn = document.querySelector("#csl-map-search-btn"); if ((map && !searchBtn.disabled) || checkRound > 100) { clearInterval(checkMapInterval); } if (map && !searchBtn.disabled) { const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); if (urlParams.get('q')) { document.getElementById('csl-map-input').value = urlParams.get('q'); searchBtn.click(); window.scrollTo({ left: 0, top: 650, behavior: 'smooth' }); } } }, 60); } });

CSL Plasma information for college students

College Students Plasma Donation | CSL Plasma (3)

College Students Plasma Donation | CSL Plasma (4)

Before Your Plasma Donation

All you'll need to provide is information about yourself and make sure your body is ready to help save lives.

College Students Plasma Donation | CSL Plasma (5)

College Students Plasma Donation | CSL Plasma (6)

During Your Plasma Donation

Our donor-focused plasma collection process makes your donation easy and comfortable.

College Students Plasma Donation | CSL Plasma (7)

College Students Plasma Donation | CSL Plasma (8)

After Your Plasma Donation

Before you leave, our well trained team will show you how to take care of yourself.

College Students Plasma Donation | CSL Plasma (9)

GIVE YOUR DOWNTIME
SOME GOOD TO DO.

Want to earn more?

Refer a friend and you’ll both earn rewards* and help save lives.

Go to your app and get your referral code!
Send the referral program link to your friends, which is accessible from both the CSL Plasma Donor APP and via the CSL Plasma Website.

*Varies by location and subject to change, CSL Plasma employees are not eligible.

Don’t have the app yet?
Download the app and activate iGive Rewards® in the app to get your referral code!

College Students Plasma Donation | CSL Plasma (10)

College Students Plasma Donation | CSL Plasma (11)

If you can't download the app, use the linkhere.

College Students Plasma Donation | CSL Plasma (2024)

References

Top Articles
Discover the Pearls of the Caribbean (14 nights) | 15 Feb 2025 | Emerald Sakara | 2141765
Wedding Planner Viet Nam
Fiskars X27 Kloofbijl - 92 cm | bol
No Hard Feelings (2023) Tickets & Showtimes
Why Are Fuel Leaks A Problem Aceable
Time in Baltimore, Maryland, United States now
News - Rachel Stevens at RachelStevens.com
Nfr Daysheet
Cad Calls Meriden Ct
Garrick Joker'' Hastings Sentenced
Audrey Boustani Age
Aces Fmc Charting
Mens Standard 7 Inch Printed Chappy Swim Trunks, Sardines Peachy
Procore Championship 2024 - PGA TOUR Golf Leaderboard | ESPN
Lake Nockamixon Fishing Report
979-200-6466
Chastity Brainwash
Bj Alex Mangabuddy
Velocity. The Revolutionary Way to Measure in Scrum
Ess.compass Associate Login
How pharmacies can help
Zoe Mintz Adam Duritz
Palm Springs Ca Craigslist
Halo Worth Animal Jam
Gayla Glenn Harris County Texas Update
Beverage Lyons Funeral Home Obituaries
Dallas Mavericks 110-120 Golden State Warriors: Thompson leads Warriors to Finals, summary score, stats, highlights | Game 5 Western Conference Finals
About My Father Showtimes Near Copper Creek 9
Bocca Richboro
Mythical Escapee Of Crete
Shoe Station Store Locator
University Of Michigan Paging System
Turns As A Jetliner Crossword Clue
The Monitor Recent Obituaries: All Of The Monitor's Recent Obituaries
140000 Kilometers To Miles
Newcardapply Com 21961
Panchitos Harlingen Tx
Linabelfiore Of
Build-A-Team: Putting together the best Cathedral basketball team
Main Street Station Coshocton Menu
Jail View Sumter
Emulating Web Browser in a Dedicated Intermediary Box
Chathuram Movie Download
What is 'Breaking Bad' star Aaron Paul's Net Worth?
Zits Comic Arcamax
Bama Rush Is Back! Here Are the 15 Most Outrageous Sorority Houses on the Row
Coleman Funeral Home Olive Branch Ms Obituaries
Vrca File Converter
Where To Find Mega Ring In Pokemon Radical Red
Costco Gas Price Fort Lauderdale
Fetllife Com
Latest Posts
Article information

Author: Rueben Jacobs

Last Updated:

Views: 6324

Rating: 4.7 / 5 (77 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Rueben Jacobs

Birthday: 1999-03-14

Address: 951 Caterina Walk, Schambergerside, CA 67667-0896

Phone: +6881806848632

Job: Internal Education Planner

Hobby: Candle making, Cabaret, Poi, Gambling, Rock climbing, Wood carving, Computer programming

Introduction: My name is Rueben Jacobs, I am a cooperative, beautiful, kind, comfortable, glamorous, open, magnificent person who loves writing and wants to share my knowledge and understanding with you.