-
Groundskeeper Union · Baltimore, MD · SINAI HOSPITAL · GROUNDS · Full-time w/Weekend Commitment - Day shift - 6:30am-3:00pm · SUPPORT SERVICES · 94590 · $16.00-$16.00 · Posted: · February · 9, 2026 · Apply Now · // Setting the Saved Jobs link · function setsavedjobs(externalidlis ...
Baltimore23 hours ago
-
Groundskeeper Union · Baltimore, MD · SINAI HOSPITAL · GROUNDS · Full-time w/Weekend Commitment - Day shift - 6:30am-3:00pm · SUPPORT SERVICES · 94590 · $16.00-$16.00 · Posted: · February · 9, 2026 · Apply Now · // Setting the Saved Jobs link · function setsavedjobs(externalidlis ...
Baltimore1 day ago
-
Groundskeeper Union · Baltimore, MD · SINAI HOSPITAL · GROUNDS · Full-time w/Weekend Commitment - Day shift - 6:30am-3:00pm · SUPPORT SERVICES · 94590 · $16.00-$16.00 · Posted: · February · 9, 2026 · Apply Now · // Setting the Saved Jobs link · function setsavedjobs(externalidlis ...
Baltimore7 hours ago
-
Provides for well maintained Hospital grounds through the performance of grounds care duties. · ...
Baltimore, MD2 weeks ago
-
Join LifeBridge Health to advance health access, elevate patient experiences and contribute to a system that values collaboration and growth. · ...
Baltimore2 weeks ago
-
We are looking for customer service-oriented professionals who are dedicated to safety. The Utility Worker/Service Employee is required to perform basic vehicle servicing duties. · ...
Baltimore $21.50 - $22.50 (USD) Full time3 weeks ago
-
University of Maryland is seeking a Clean Campus Ambassador to join the Department of Facilities Operations. · Cleans assigned areas by washing furnishings and equipment. · Collects and removes refuse and leaves. · ...
Baltimore Full time2 weeks ago
-
The University of Maryland, Baltimore (UMB) is seeking a Clean Campus Ambassador (Service Worker) to join the Department of Facilities Operations. · ...
Baltimore2 weeks ago
-
· Description · Transdev in Baltimore, MD (Charm City Circulator) is hiring a Utility Worker/Service Employee. The Utility Worker/Service Employee is required to perform basic vehicle servicing duties. We are looking for customer service-oriented professionals who are dedicated ...
Baltimore, MD $21,500 - $22,500 (USD) per year1 week ago
-
We are looking for customer service-oriented professionals who are dedicated to safety. · ...
Baltimore $21.50 - $22.50 (USD)3 weeks ago
-
The University of Maryland seeks a Clean Campus Ambassador (Service Worker) to join the Department of Facilities Operations. · UMB offers comprehensive benefits including retirement program pension paid leave package health insurance professional learning programs tuition remissi ...
Baltimore, MD2 weeks ago
-
Transdev is hiring a Utility Worker/Service Employee for basic vehicle servicing duties. The employee will maintain fleet cleanliness, drive vehicles when needed, fuel buses and perform routine building maintenance tasks. · ...
Baltimore, MD2 weeks ago
-
+Job summary · The Maryland-National Capital Park and Planning Commission (M-NCPPC), Prince George's Department of Parks and Recreation, Natural & Historical Resources Division, Park Ranger Unit is seeking a Seasonal Intermittent Park Ranger to perform general and skilled park ma ...
Greenbelt $15.63 - $20.63 (USD)1 week ago
-
This position is responsible for assisting with the maintenance of public gardens and landscaped areas surrounding Commission buildings. The role involves training in detailed landscaping tasks including planting, pruning and site cleanup. · Some prior experience in landscaping o ...
Greenbelt2 weeks ago
-
The Northern Region Parks Division of the Department of Parks and Recreation is seeking Seasonal Maintenance Workers to support park operations across multiple programs and locations. · Positions may support athletic fields, playgrounds trails buildings park grounds and special e ...
Greenbelt1 month ago
- Work in company
Principal Parks/Facilities Maintenance Worker - CDL (14635, Grade HL5)
Only for registered members
The Montgomery County Department of Parks is seeking a Principal Parks/Facilities Maintenance Worker - CDL at Rock Creek Regional Park. · We are looking for experienced team players who enjoy working outdoors and can perform general park maintenance tasks such as playground repai ...
Greenbelt $47,850 - $52,635 (USD)1 month ago
- Work in company
Principal Parks/Facilities Maintenance Worker - CDL (15272, Grade HL5)
Only for registered members
We are currently seeking experienced team players to join us as Principal Parks/Facilities Maintenance Workers - CDL at Storm Water Management in Boyds MD. · Maintain stormwater facilities and ensure they remain clean and functioning properly. · Work with teams to restore biorete ...
Greenbelt $108,000 - $216,000 (USD)2 weeks ago
- Work in company
Principal Parks/Facilities Maintenance Worker - CDL (14635, Grade HL5)
Only for registered members
We are currently seeking experienced team players to join us as a Principal Parks/Facilities Maintenance Worker - CDL at Rock Creek Regional Park.The successful candidate will perform a variety of general park maintenance tasks such as playground repairs, · grass mowing, · trash ...
Greenbelt $47,850 - $52,635 (USD)3 weeks ago
- Work in company
Senior Parks/Facilities Maintenance Worker (11716, Grade HL3)
Only for registered members
The Prince George's County Department of Parks and Recreation Southern Region Parks Division seeks an experienced Senior Parks & Facilities Maintenance Worker to perform general park and building maintenance work involving moderate responsibility, complexity, and variety. · Perfo ...
Greenbelt1 month ago
- Work in company
Principal Parks/Facilities Maintenance Worker - CDL (13283, Grade HL5)
Only for registered members
· Do you have experience in Grounds Maintenance and are interested in joining an award winning program to continue your professional growth? · Are you a team player and enjoy working in a position with varied work responsibilities? · Do you love sports and are interested in an ...
Greenbelt $42,135 - $216,000 (USD)4 days ago
Groundskeeper Union - Baltimore - LifeBridge Health
Description
Groundskeeper UnionBaltimore, MD
SINAI HOSPITAL
GROUNDS
Full-time w/Weekend Commitment - Day shift - 6:30am-3:00pm
SUPPORT SERVICES
94590
$16.00-$16.00
Posted:
February
9, 2026
Apply Now
// Setting the Saved Jobs link
function setsavedjobs(externalidlist) {
if(typeof externalidlist == 'undefined') {
var saved_jobs_query = '/jobs/search?'+externalidlist.replace(/\-\-/g,'&external_id[]=')+'&saved_jobs=1';
var saved_jobs_query_sub = saved_jobs_query.replace('/jobs/search?','').replace('&saved_jobs=1','');
if (saved_jobs_query_sub = '') {
$('.saved_jobs_link').attr('href',saved_jobs_query);
}
else {
$('.saved_jobs_link').attr('href','/pages/saved-jobs');
}
}
}
var is_job_saved = 'false';
var job_saved_message;
function savejob(jobid) {
var job_item;
if (is_job_saved == 'true') {
is_job_saved = 'false';
job_item = '';
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been removed.');
}
else {
is_job_saved = 'true';
job_item = ''+''+jobid;
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been saved');
}
= "c_jobs="+job_item+';expires=;path=/';
$('.button-saved, .button-save').toggleClass('d-none');
$('.button-saved').append(' ');
$('.saved-jobs-alert-wrapper').fadeIn();
setTimeout(function() {
$('.button-saved').html('Saved');
$('.saved-jobs-alert-wrapper').fadeOut();
}, 2000);
// Setting the Saved Jobs link - function call
setsavedjobs(job_item);
}
Save Job
Saved
Summary
Who We Are:
LifeBridge Health is a dynamic, purpose-driven health system redefining care delivery across the mid-Atlantic and beyond, anchored by our mission to "improve the health of people in the communities we serve." Join us to advance health access, elevate patient experiences, and contribute to a system that values bold ideas and community-centered care.
Facilities plays a crucial role in ensuring the safety and efficiency of the hospital, making a difference in patient care every day.
Join a system that offers competitive benefits, retirement, recognition program, vacation and holiday pay as well as free parking.Key Responsibilities:
Provides for well maintained Hospital grounds through the performance of grounds care duties, as established in grounds care program to include pulling trash, walking grounds to clean grounds and garages, snow removal, litter policing
Assist with any grounds work as needed
Power washing as needed
Requirements:
Education:
High School diploma: GED equivalent or High School certificate preferred
Experience:
Prior experience, Must be able to work in all types of weather-related conditions
Certifications/Licensure:
Must have full Maryland driver's license and good driving record
WEEKEND ROTATION REQUIRED (every other weekend)
Union rate of pay is $16/hour with weekend differential $1.50/hour
Additional Information
What We Offer:
Impact:
Join a team that values innovation and outcomes, delivering life-saving care to our youngest and most vulnerable patients.
Growth:
Opportunities for professional development, including tuition reimbursement and developing foundational skills for neonatal critical care leadership and advanced certification.
Support:
A culture of collaboration with resources like unit-based practice councils and advanced clinical education support — improving both workflow efficiency and patient outcomes and allowing you to work at the top of your license.
Benefits:
Competitive compensation (additional compensation such as overtime, shift differentials, premium pay, and bonuses may apply depending on job), comprehensive health plans, free parking, and wellness programs.
Why LifeBridge Health?
With over 14,000 employees, 130 care locations, and two million annual patient encounters, we combine strategic growth, innovation, and deep community commitment to deliver exceptional care anchored by five leading centers in the Baltimore region: Sinai Hospital of Baltimore, Grace Medical Center, Northwest Hospital, Carroll Hospital, and Levindale Hebrew Geriatric Center and Hospital.
Our organization thrives on a culture of CARE BRAVELY—where compassion, courage, and urgency drive every decision, empowering teams to shape the future of healthcare.
LifeBridge Health complies with applicable Federal civil rights laws and does not discriminate on the basis of race, color, national origin, age, disability, sex or sexual orientation and gender identity/expression.
LifeBridge Health does not exclude people or treat them differently because of race, color, national origin, age, disability, sex or sexual orientation and gender identity/expression.
Share:
();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmapuwzix";
var cslocations = $cs
parseJSON('[{\"id\":
\"2144983\",\"title\":
\"Groundskeeper Union\",\"permalink\":\"groundskeeper-union\",\"geography\":{\"lat\":\" \",\"lng\":\" \"},\"location_string\":\"2401 W. Belvedere Avenue, Baltimore, MD\"}]');
function tm_map_script_loaded(){
jobsmap = new ().draw_map(jobsmap_id, cslocations);
}
function tm_load_map_script(){
( function(){
tm_map_script_loaded();
});
}
$(function(){
tm_load_map_script();
});
-
Groundskeeper Union
LifeBridge Health- Baltimore
-
Groundskeeper Union
LifeBridge Health- Baltimore
-
Groundskeeper Union
LifeBridge Health- Baltimore
-
Groundskeeper Union
Only for registered members Baltimore, MD
-
Groundskeeper Union
Only for registered members Baltimore
-
Utility Worker/Service Employee
Full time Only for registered members Baltimore
-
Clean Campus Ambassador
Full time Only for registered members Baltimore
-
Clean Campus Ambassador
Only for registered members Baltimore
-
Utility Worker/Service Employee
Only for registered members Baltimore, MD
-
Utility Worker/Service Employee
Only for registered members Baltimore
-
Clean Campus Ambassador
Only for registered members Baltimore, MD
-
Utility Worker/Service Employee
Only for registered members Baltimore, MD
-
Park Ranger – Maintenance/Landscape/Horticulture
Only for registered members Greenbelt
-
Landscape Aide
Only for registered members Greenbelt
-
Park Maintenance
Only for registered members Greenbelt
-
Principal Parks/Facilities Maintenance Worker - CDL (14635, Grade HL5)
Only for registered members Greenbelt
-
Principal Parks/Facilities Maintenance Worker - CDL (15272, Grade HL5)
Only for registered members Greenbelt
-
Principal Parks/Facilities Maintenance Worker - CDL (14635, Grade HL5)
Only for registered members Greenbelt
-
Senior Parks/Facilities Maintenance Worker (11716, Grade HL3)
Only for registered members Greenbelt
-
Principal Parks/Facilities Maintenance Worker - CDL (13283, Grade HL5)
Only for registered members Greenbelt