Jobs in Arbutus
658 positions found — Page 10
Join Tot Squad as a Baby Registry ExpertAre you a parent or baby care professional with a passion for helping families feel confident as they prepare for a baby? Tot Squad partners with Target to connect experienced parents and baby care professionals with expecting families who want trusted, real-world guidance on baby gear and registry planning.We're currently inviting qualified candidates to apply for the Target Baby Concierge program, an opportunity to provide in-store baby registry consultations to Target guests in select locations.
Participation is flexible and non-exclusive, and you choose when and if you make yourself available.This opportunity is offered on an independent contractor (1099) basis, not as employment.
Availability varies by state and store location; additional role details can be found here.
Current opportunities are listed in the application.
Project Coordinator – Sub Contractor - Baltimore
Highland Consulting Group is a national executive search firm that specializes in recruiting top construction talent.
We are recruiting for a Construction Project Coordinator. This is a career opportunity, not just a job. If you are looking for long term employment with a company that values your skills and abilities, if so, we should be talking. We are recruiting for team members that thrive on a process and want to rise to meet challenges on a regular basis. In this position Details, Deadlines and Communication are extremely critical.
This is a critically important position in the company – if you meet the expectations, you will be part of a highly successful company with an opportunity for advancement.
Job responsibilities will include, but are not limited to:
- Work with the Project Engineers & Project Managers to support them in the project administration
- Coordinate all project documentation
- Track and manage the delivery of materials on order
- Process RFI's and log them
- Work with the Project Managers and Accounting to process invoicing
- Finalize Change Orders and submit them
- Arrange for material and equipment to be on site as needed
- Create project close out documentation
- Interface with the owner on all projects assigned
Requirements:
- Solid Communication both verbal and written
- Ability to work with detailed documents and understand them
- Ability to multi-task
- A self-motivated individual that excels in problem solving
- Someone that is good with numbers and basic accounting
- Experience: 2 years experience as a Construction Coordinator
Benefits
- This company cares about and is committed to the wellbeing of its employees and their families. This commitment is reflected in a comprehensive benefit package that includes an aggressive base salary, 401K matching, healthcare, life insurance, and paid time off to highlight some of the benefits.
Contact
If you have this type of experience, please apply to this position. You can also contact me directly to learn more about this opportunity.
David O'Connor
Highland Consulting Group
2000 Tower Way
Suite 2041
Greensburg, PA 15601
724-837-6336
DTO1713
he faculty member will expand a multi-disciplinary outpatient practice focusing on headache, migraine and facial pain syndromes. Clinical responsibilities will include inpatient consultation as well as procedures such as chemo denervation, nerve blocks, trigger point injections, infusion protocols and alternative approaches as appropriate, as well as coordinate clinical trials related to headache. Strong collaboration with behavioral health and integrative plan services is expected. The selected faculty will participate in education and teaching of medical students and residents and to assist with launch of a headache fellowship.
Salary range:
Faculty Associate $260,000 to $300,000.00 annual
EDUCATION and/or EXPERIENCE
- Doctoral degree in Medicine in area of specialty
- 3-5 years of clinical experience
- CPR required
- BLS required
- ACLS and/or other relevant certification as required by the department
- Board certification/eligibility in area of specialty
- Demonstrated ability to promote professionalism through involvement in professional organizations, teaching, research, and/or publishing
- Ability to demonstrate knowledge and skills necessary to provide care appropriate to the patient population(s) served. Ability to demonstrate knowledge of the principles of growth and development over the life span and possesses the ability to assess data reflective of the patient’s requirements relative to his or her population-specific and age specific need
- Highly effective verbal and written communication skills to interact with patients, patient’s families, departmental units, and medical and nursing staff on all essential matters.
Total Rewards
- The referenced base salary range represents the low and high end of University of Maryland’s Faculty Physician’s Inc. salary range for this position. Some candidates will not be eligible for the upper end of the salary range. Exact salary will ultimately depend on multiple factors, which may include the successful candidate's geographic location, skills, work experience, market conditions, internal equity, responsibility factor and span of control, education/training and other qualifications. University of Maryland Faculty Physician’s Inc. offers a total rewards package that supports our employees' health, life, career and retirement. More information can be found here:
We are seeking an experienced Piping Designer to lead the design and engineering of integrated piping systems for data centre liquid cooling applications. This individual will work closely with the Business Development team to identify new opportunities, develop conceptual designs for client presentations, and collaborate with Manufacturing to ensure designs are practical, cost-effective, energy-efficient, and production-ready. This role is ideal for someone who enjoys technical ownership, cross-functional collaboration, and contributing to innovative solutions in mission-critical environments.
Key Responsibilities
- Develop detailed piping designs including 3D models, fabrication drawings, and layouts for data centre projects
- Perform piping stress analysis to ensure system integrity under varying operating conditions
- Specify piping materials, components, and fittings in line with project requirements
- Ensure compliance with industry standards, codes, and client specifications
- Collaborate with Project Managers, Commercial teams, and other stakeholders to integrate piping systems into overall project designs
- Provide technical leadership and guidance to junior engineers
- Prepare and review piping specifications, bill of materials (BOM), and technical documentation
- Provide technical support during construction, commissioning, and troubleshooting
- Contribute to cost estimation and ensure projects are delivered within budget and timelines
Qualifications & Experience
Education
- HNC / Degree / Postgraduate qualification in Mechanical or Building Services Engineering
Experience
- 5+ years’ experience in piping design and engineering
- Background in construction, pharmaceutical, semiconductor, oil & gas, or mission-critical environments
- Exposure to data centres or critical environments is highly desirable
Technical Skills
- Proficiency in 3D modelling and piping design software (SolidWorks, Revit, AutoCAD, PDMS, SP3D, CADWorx)
- Experience using piping stress analysis tools
- Strong knowledge of relevant industry codes and standards
- Understanding of manufacturing processes, materials, and quality control protocols
- Experience taking products from concept through prototype to production
Baltimore, MD
SINAI HOSPITAL
ANGIOGRAPHY
PRN - As Needed - Hours Vary
ALLIED HEALTH
94662
$38.78-$58.17
Posted:
March 13, 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!');
}
document.cookie = "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
Position Summary
Under moderate supervision, performs a range of diagnostic imaging procedures across Angiography, Interventional Radiology, and Diagnostic Radiology. Partners with physicians during diagnostic and therapeutic interventions while ensuring patients and families are clearly informed about procedures and special requirements. Currently an X-Ray Tech? We will train you — this role is open to qualified X-Ray Techs ready to take the next step.
Why this role is different
In IR, you're in the room when it matters most — part of the intervention while it's happening, not handing off a file.
- No two days look alike. IR is dynamic — emergencies, complex cases, and real-time problem solving that protocol-driven modalities simply don't require.
- A specialty that pays off. IR carries defined specialty status, strong job security, and demand that isn't going away.
- The energy is real. If you thrive in OR or ED environments, IR matches that intensity. This is a calling for techs who want to be where the action is.
What You'll Do
- Perform diagnostic imaging procedures in Angiography, IR, and Diagnostic Radiology settings
- Assist physicians with diagnostic and therapeutic interventional procedures
- Communicate procedure details, preparation requirements, and expectations to patients and families
- Maintain compliance with safety, regulatory, and quality standards
What You'll Bring
- Associate's degree or equivalent (2 years of college); specialized field knowledge required
- 3–5 years of relevant imaging experience
- Active ARRT Certification
- Active Maryland State License
- Current American Heart Association CPR Certification
What We Offer
- Compensation: Competitive base pay; overtime, shift differentials, premium pay, and bonuses may apply
- Benefits: Comprehensive health, retirement plans, wellness programs, and free parking
- Growth: Tuition reimbursement and professional development pathways — including a structured path from X-Ray into IR specialty
- Support: Unit-based practice councils, advanced clinical education, and a collaborative team culture
LifeBridge Health is an equal opportunity employer and complies with all applicable Federal civil rights laws. We do not discriminate on the basis of race, color, national origin, age, disability, sex, sexual orientation, or gender identity/expression.
#XRAYTECH #XRAY #IMAGING #RADIOLOGY
Additional Information
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.
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:
talemetry.share();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmapmcjkn";
var cslocations = $cs.parseJSON('[{\"id\":\"2143533\",\"title\":\"Interventional Radiology Technologist – Open to X-Ray Techs\",\"permalink\":\"interventional-radiology-technologist-open-to-x-ray-techs\",\"geography\":{\"lat\":\"39.3527548\",\"lng\":\"-76.6619418\"},\"location_string\":\"2401 W. Belvedere Avenue, Baltimore, MD\"}]');
function tm_map_script_loaded(){
jobsmap = new csns.maps.jobs_map().draw_map(jobsmap_id, cslocations);
}
function tm_load_map_script(){
csns.maps.script.load( function(){
tm_map_script_loaded();
});
}
$(document).ready(function(){
tm_load_map_script();
});
Sign On Bonus Potential: 15,000
Baltimore, MD
SINAI HOSPITAL
CAT SCANNER
Full-time - Day shift - 7:00am-7:30pm
ALLIED HEALTH
94735
$38.78-$58.17 Experience based
Posted:
February 10, 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!');
}
document.cookie = "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
**New Competitive Rates**
JOB SUMMARY:
Performs Cat Scan procedures at a safe and experienced level without direct supervision. Provides excellent customer support by providing the best service possible. Provides assistance to the department with respect to daily operations. Performs Cat Scan procedures using prescribed techniques. Performs all job tasks with a focus on safety for the patient, co-workers, and self.
REQUIREMENTS:
- Formal working knowledge; equivalent to an Associate's degree (2 years college)
- Requires knowledge of a specialized field
- 1-3 years of experience
- American Heart Association CPR Certification
- ARRT Registered
* Up to $15,000 Sign On Bonus Potential* Weekend Shift Differentials apply $$$ ****** Cross Training is available for XRAY TECHS INTO CT.
Additional Information
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.
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:
talemetry.share();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmaprxeqb";
var cslocations = $cs.parseJSON('[{\"id\":\"2145816\",\"title\":\"CAT SCAN TECHNOLOGIST\",\"permalink\":\"cat-scan-technologist\",\"geography\":{\"lat\":\"39.3527548\",\"lng\":\"-76.6619418\"},\"location_string\":\"2401 W. Belvedere Avenue, Baltimore, MD\"}]');
function tm_map_script_loaded(){
jobsmap = new csns.maps.jobs_map().draw_map(jobsmap_id, cslocations);
}
function tm_load_map_script(){
csns.maps.script.load( function(){
tm_map_script_loaded();
});
}
$(document).ready(function(){
tm_load_map_script();
});
Sign On Bonus Potential: 15K
Baltimore, MD
SINAI HOSPITAL
CAT SCANNER
Part-time - Weekends - Day shift-Weekends - 7:00am-7:30pm
ALLIED HEALTH
92129
$38.78-$58.17 Experience based
Posted:
January 26, 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!');
}
document.cookie = "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
**New Competitive Rates**
JOB SUMMARY:
Performs Cat Scan procedures at a safe and experienced level without direct supervision. Provides excellent customer support by providing the best service possible. Provides assistance to the department with respect to daily operations. Performs Cat Scan procedures using prescribed techniques. Performs all job tasks with a focus on safety for the patient, co-workers, and self.
REQUIREMENTS:
- Formal working knowledge; equivalent to an Associate's degree (2 years college)
- Requires knowledge of a specialized field
- 1-3 years of experience
- American Heart Association CPR Certification
- ARRT Registered
- Maryland Certified Medical Radiation Technologist. Advanced level CT Certification.
* Up to $15,000 Sign On Bonus Potential* Weekend Shift Differentials apply $$$
Additional Information
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.
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:
talemetry.share();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmapdfqwb";
var cslocations = $cs.parseJSON('[{\"id\":\"2091502\",\"title\":\"CT Technologist - Wknd\",\"permalink\":\"ct-technologist-wknd\",\"geography\":{\"lat\":\"39.3527548\",\"lng\":\"-76.6619418\"},\"location_string\":\"2401 W. Belvedere Avenue, Baltimore, MD\"}]');
function tm_map_script_loaded(){
jobsmap = new csns.maps.jobs_map().draw_map(jobsmap_id, cslocations);
}
function tm_load_map_script(){
csns.maps.script.load( function(){
tm_map_script_loaded();
});
}
$(document).ready(function(){
tm_load_map_script();
});
Baltimore, MD
SINAI HOSPITAL
ULTRASOUND
PRN - Shift varies - Hours Vary
ALLIED HEALTH
94690
$51.00-$51.00
Posted:
February 10, 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!');
}
document.cookie = "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
Summary
Performs Ultrasound procedures at a safe and experienced level without direct supervision. Unified by the core purpose of creating a healthier community one person at a time, the members of the Division of Patient Care Services commit themselves to sustaining a culture focused on achieving optimal patient outcomes.
Responsibilities
Provides excellent customer support by providing the best service possible. Displays a commitment to the value of teamwork by building strong relationships with patients, families, co-workers and the surrounding community by being cooperative and collaborative in the performance of duties, promoting a unified and spirited workplace. Demonstrates empathy and understanding of patient/customer concerns by listening carefully and responding appropriately. Exceeds patient/customer needs by anticipating, identifying and responding to such needs promptly and in a caring and courteous manner
Experience: Required: * 1-3 years
Education: Required: * High School / GED Graduate of an accredited and certified Ultrasound program.
Licenses And Certification: Required: * Basic Life Support * Registered Diagnostic Sonographer
Additional Information
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.
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:
talemetry.share();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmapuiksf";
var cslocations = $cs.parseJSON('[{\"id\":\"2145814\",\"title\":\"Sonographer - PRN\",\"permalink\":\"sonographer-prn\",\"geography\":{\"lat\":\"39.3527548\",\"lng\":\"-76.6619418\"},\"location_string\":\"2401 W. Belvedere Avenue, Baltimore, MD\"}]');
function tm_map_script_loaded(){
jobsmap = new csns.maps.jobs_map().draw_map(jobsmap_id, cslocations);
}
function tm_load_map_script(){
csns.maps.script.load( function(){
tm_map_script_loaded();
});
}
$(document).ready(function(){
tm_load_map_script();
});
Trusted is seeking an experienced nurse for this exciting travel nursing assignment.
Trusted has streamlined the travel nursing experience by enabling nurses to apply directly
to jobs without the need for recruiters. This unique approach provides more transparency,
eliminates pesky calls from recruiters, and puts more money in your pocket.
Join the thousands of nurses across the country who have already made the switch to a more modern way to work.
Shift: 7:00 PM - 7:30 AM
Experience:
• 24 months of role experience is required with some in the last 12 months.
• Must have at least 10 months of Medical Surgical Unit experience.
• Experience with Epic is required from any number of months.
Requirements:
• Candidates must have a Maryland license or compact license (required for submission).
• Local & travel allowed. Candidates living
Trusted is seeking an experienced nurse for this exciting travel nursing assignment.
Trusted has streamlined the travel nursing experience by enabling nurses to apply directly
to jobs without the need for recruiters. This unique approach provides more transparency,
eliminates pesky calls from recruiters, and puts more money in your pocket.
Join the thousands of nurses across the country who have already made the switch to a more modern way to work.
Shift: 7:00 PM - 7:30 AM
Experience:
• 24 months of role experience is required with some in the last 12 months.
• Must have at least 10 months of Medical Surgical / Telemetry Unit experience.
• Experience with Epic is required from any number of months.
Requirements:
• Candidates must have a Maryland license or compact license (required for submission).
• Local & travel allowed. Candidates living
Must live in one of the following States: DC / Maryland / Virginia
Join Staples Furniture, a full-service company with a network of local distribution centers across the United States, committed to delivering personalized and environmentally responsible solutions. As part of the Staples family, we emphasize collaboration, innovation, and growth opportunities for professionals who thrive in a dynamic environment.
What you’ll be doing:
- Manage strategic accounts with regional, super-regional, and national footprints, ensuring exceptional service and growth.
- Lead weekly Customer Ownership Team calls to collaborate with support team members and address client needs.
- Visit customer locations to close furniture deals and introduce new products and service solutions.
- Identify and resolve account support weaknesses by developing value-added solutions with internal teams.
- Coordinate responses to high-priority account manager requests, including required site visits.
- Facilitate administrative work through Customer Success Consultants to maximize selling time.
- Communicate effectively with C-level executives, vendor partners, and internal customers.
- Develop and execute growth strategies for complex and high-touch accounts.
What you bring to the table:
- Professionalism at every level and a positive, vibrant attitude.
- Self-discipline and a strong desire to succeed, with attention to detail.
- Creative and solutions-oriented mindset, consistently seeking ways to add value.
- Advanced communication and collaboration skills, with the ability to coach and train team members.
- Higher math skillset and proficiency in MS Office.
- Documented success in managing large strategic accounts and achieving budget expectations.
- Experience in managing national, regional, or super-regional accounts.
What’s needed- Basic Qualifications:
- High school diploma or GED required
- Associate degree or some undergraduate education preferred.
- Minimum 4 years of business-to-business selling experience with Contract Furniture.
- Excellent customer service and interpersonal skills.
- Computer literate and proficient in MS Office.
- Prior experience in the office furniture industry or general knowledge of systems furniture preferred.
- Advanced verbal and written communication skills.
- Competitive Pay: $74,000 - $101,000 – 8 mos weekly Draw
- Expected annual earnings, based on historical performance of employees in this role, exceeds: $250,000. (This is a commission based position.)
- Inclusive culture with associate-led Business Resource Groups
- Flexible PTO (22 days) and Holiday Schedule (7 observed paid holidays)
- Online and Retail Discounts, Company Match 401(k), Physical and Mental Health Wellness programs, and more perks and benefits
We Offer:
- Competitive Pay: $74,000 - $101,000 – 8 mos weekly Draw
- Expected annual earnings, based on historical performance of employees in this role, exceeds: $250,000. (This is a commission-based position.)
- Inclusive culture with associate-led Business Resource Groups
- Flexible PTO (22 days) and Holiday Schedule (7 observed paid holidays)
- Online and Retail Discounts, Company Match 401(k), Physical and Mental Health Wellness programs, and more perks and benefits
It is unlawful in Massachusetts to require or administer a lie detector test as a condition of employment or continued employment. An employer who violates this law shall be subject to criminal penalties and civil liability.
#HTF
At Staples, “inclusion” is an action word. It represents what we do to ensure that all employees feel valued and supported to contribute to their fullest potential. When we operate inclusively, diversity naturally follows. This is why we work hard to foster an inclusive culture, as we seek employees with unique and varied perspectives and areas of expertise. The result is a better workplace and innovative thinking that helps us exceed our customers’ expectations – through the power of the people behind our iconic brand. Staples is an Equal Opportunity Employer. All qualified applicants will receive consideration for employment without regard to race, color, religion, age, sex, sexual orientation, gender identity, national origin, protected veteran status, disability, or any other basis protected by federal, state, or local law.Remote working/work at home options are available for this role.
If you're ready to explore the rewards and challenges of serving in today's highly-skilled U.S.
Customs and Border Protection, don't miss the live, three-day CBP Career Expo this March 24 – 26 in San Antonio, TX.
Our expansive, in-person hiring event is free and open to all, with registration required in advance.
Event hours will be: March 24 – 25, 2026, 9 AM – 8 PM CT March 26, 2026, 9 AM – 2 PM CT Recruiters will be on hand throughout the event to answer questions and provide valuable input, including resume tips.
Plus, to help accelerate your application process, CBP is also offering onsite application submission.
See what it takes to serve as part of the vital CBP mission, providing security for our nation's borders from those who threaten legitimate trade and travel, safety from harmful substances like fentanyl, and humanitarian aid to those in need.
We will be recruiting for mission-critical roles in both law enforcement and mission operations support.
Federal hiring regulations apply to all mission-critical positions.
At a minimum, U.S.
Citizenship is required.
Federal civil service is a great place to start building a career in law enforcement and learn about the qualifications you'll need to get your career started.
In addition: Border Patrol Agents that are Newly appointed can earn UP TO $60,000 IN INCENTIVES.
Conditions apply.
CBP Officers have UP TO $60,000 IN INCENTIVES available, paid $15,000 per year.
Location based.
Air Interdiction Agents and Marine Interdiction Agents can receive $10,000 incentive upon successful completion of academy.
Specific location and schedule details will be provided to all registered attendees in advance.
Register Today!
If you're ready to explore the rewards and challenges of serving in today's highly-skilled U.S.
Customs and Border Protection, don't miss the live, three-day CBP Career Expo this March 24 – 26 in San Antonio, TX.
Our expansive, in-person hiring event is free and open to all, with registration required in advance.
Event hours will be: March 24 – 25, 2026, 9 AM – 8 PM CT March 26, 2026, 9 AM – 2 PM CT Recruiters will be on hand throughout the event to answer questions and provide valuable input, including resume tips.
Plus, to help accelerate your application process, CBP is also offering onsite application submission.
See what it takes to serve as part of the vital CBP mission, providing security for our nation's borders from those who threaten legitimate trade and travel, safety from harmful substances like fentanyl, and humanitarian aid to those in need.
We will be recruiting for mission-critical roles in both law enforcement and mission operations support.
Federal hiring regulations apply to all mission-critical positions.
At a minimum, U.S.
Citizenship is required.
Federal civil service is a great place to start building a career in law enforcement and learn about the qualifications you'll need to get your career started.
In addition: Border Patrol Agents that are Newly appointed can earn UP TO $60,000 IN INCENTIVES.
Conditions apply.
CBP Officers have UP TO $60,000 IN INCENTIVES available, paid $15,000 per year.
Location based.
Air Interdiction Agents and Marine Interdiction Agents can receive $10,000 incentive upon successful completion of academy.
Specific location and schedule details will be provided to all registered attendees in advance.
Register Today!
About Us
Matrix Medical Network pioneered the first national in-home clinical network, and today we're an independent provider of comprehensive health assessments serving people across the nation. We deliver exceptional, personalized care that improves health, lowers costs, and empowers people to live their best lives. With deep roots in clinical assessment and care management services, our national network of clinicians breaks through traditional barriers to care by meeting those members wherever they call home. We help older adults and other at-risk individuals enjoy a better quality of care, experience improved health outcomes, and identify chronic conditions that may otherwise go undiagnosed.
Our job opportunities allow you to leverage your expertise and compassion to make a direct impact on the health and well-being of others. Join our team and be rewarded with competitive base plus incentive compensation and benefits while making a difference in the community!
Responsibilities: About the Role
During a visit that can last up to one hour, Matrix providers review and observe a member's current health, medical history, medication adherence, social environment and other risks. This provides unmatched insight into a member's overall health and well-being that can be difficult to capture during routine office visits. The Matrix Comprehensive Health Assessment (CHA) helps to improve quality of care and allows us to potentially close multiple care gaps with a single visit. Our providers:
- Conduct adult / geriatric assessments to include medical history, diagnosis and treatment, health education, physician referrals, case management referrals, follow-up and clear documentation according to Matrix guidelines and protocols
- Administer and order point of care and lab-based testing as needed
- Work with physicians, case managers, social workers, family members, key caregivers, and ancillary medical personnel as appropriate
- Collaborate with Primary Care Physician (PCP) on patient education and follow up as necessary
- Provide services at the member's place of residence which can be in their homes or Skilled Nursing Facilities
- Consistency - Although we conduct assessments Sunday - Saturday from 8 am - 7 pm, our full-time (FT) providers typically work Monday - Friday from 8:00 to 5:30.
- Competitive Pay - Earn an annual base salary ranging from $115,500 - $178,400 based on market compensation analysis and experience.
- Incentive Program - Eligible for FT Clinician Traveler Incentive Plan in support of leaving no patient behind which includes a monthly (uncapped) incentive opportunity. In 2025, those who received an incentive payout averaged $500 per month ($6,000 annually).
- Benefits - Mileage reimbursement, medical, dental, vision, life insurance, PTO accrual, 401(k), paid holidays, continuing education time/reimbursement, and employee referral bonuses.
- Education and Support - We invest in YOU! In addition to comprehensive onboarding training we will assign you a preceptor, provide 1:1 feedback, and offer free access to earn continuing education online.
- Additional Licensure - Should business need exist; we will support you in obtaining additional state licensure and credentialing in neighboring states - or others you may want to visit while completing health assessments.
- Master's Degree or commensurate experience and satisfactory completion of NP licensure
- Current NP licensure in state of practice to include prescription authority or the ability to obtain prescriptive authority as needed
- AANP, AACN, or ANCC board certification in Adult, Adult Gerontology Primary Care, Adult Gerontology Acute Care, Family, Emergency, or Acute Care specialty
- Current BLS, ACLS or CPR certification
- 1 year of NP experience
- Able to travel up to 80-90% of the time for extended periods of time to include overnight travel and weekends across the assigned region and possibly neighboring states
- Valid state driver's license for the state of residence
- Automobile insurance coverage requiring for the state of residence (or ability to obtain)
- Bodily Injury: $100,000 per person/$300,000 per incident
- Property Damage: $50,000
- Collision and comprehensive deductibles: $1,000 or less
- Strong computer skills and familiarity with employee health/medical record software
- Excellent verbal and written communication skills
- Leading With Empathy & Trust - We believe in each other, which empowers all of us to connect with purpose and transparency. We take action from a place of trusting our peers, and we always have each other's best interests at heart.
- Diversity & Inclusion - The potential of our company is based on the diversity of experiences and backgrounds of everyone who works at Matrix. That's why we're proud of our diverse and talented team.
- Committed to Career Advancement - The strength of our company is in its people. We're committed to career progression and fostering an environment where employees can grow and thrive. By investing in our clinical and corporate teams, we enhance individual capabilities and strengthen the organization.
Shift: 1st| Monday- Friday| 8:30a start time Pay:$18 per hour Compensation: $18 per hour Jessup, MD Part time clerk, 20 to 25 hours a week.
Shift: 1st| Monday- Friday| 8:30a start time Pay:$18 per hour People want to work at Capstone because of our high-performance culture.
We build strong relationships, challenge the status quo, work hard to deliver results, and pay it forward in our communities.
Through transparency and open lines of communication, we do the right thing and deliver on our promises.
Think you have what it takes? The Opportunity: Provide administrative, inventory and clerical support to Capstone site management and corporate office Perform data entry of daily information into Capstone systems Prepare shipments to corporate office and receive and distribute return communications Other duties as assigned What Success Looks Like: High-energy individual with a strong work ethic Self-motivated with ability to work with limited supervision Independent decision maker as needed to accomplish tasks Flexible work schedule due to changing operational needs Must have a high level of computer literacy and familiarity with Microsoft Excel, Word and Outlook Ability to provide accurate entry of data and ability to handle administrative tasks as assigned Willingness to provide moderate housekeeping of office area Ability to work with a variety of people without regard to race, color, age, sex, national origin, religion, creed, or disability Strong organization and prioritizing skills High school diploma Previous office/clerical experience a plus Sit or stand for periods in office as well as warehouse environment (concrete flooring and changing temperatures) Walking throughout warehouse during shift Why you should work with us: Get paid weekly Benefits-after 60 days of employment Career growth-our company looks to promote from within first Join our travel team, see the country, learn how all our sites operate Paid Training, Safety Incentives Our team fully embraces a high-performance culture, that inspires us to build strong relationships, challenge the status quo, work hard to deliver results, and pay it forward in our communities.
About the Company: Capstone is a North American supply chain solutions partner with more than 650 operating locations, 19,000 associates, and 60,000 carriers.
We have capabilities in freight management, warehouse and distribution center support, last-mile delivery, supply chain analytics, and optimization, and more.
Our integrated, end-to-end logistics solutions uniquely position us to help partners reduce warehousing and transportation costs.
#CB Capstone Logistics, LLC is part of The Transportation and Logistics industry which has been designated a "Critical Infrastructure Segment".
As a "critical infrastructure industry" worker in the Transportation and Logistics industry, associates are considered exempt from local restrictions such as curfews, shelter-in-place orders, and other mobility restrictions when reporting to, returning from, or performing his or her work functions.
The Overnight Houseperson is responsible for cleaning and maintaining common areas, hallways, furnishings, flooring, restaurant areas and work areas.
The Overnight houseperson follows a strict railroad schedule and a checklist of items to complete nightly.
Duties also include handling guest requests, i.e.
delivering towels, laundry service or housekeeping service. Secondary duties may include shoveling snow from walkways, assisting with guest transportation, assisting with guest luggage, etc. The ideal candidate must be self-motivated, and responsible, as the sole housekeeping presence on the shift.
Our client is seeking a Maryland Associate Attorney for its Creditors' Rights practice, offering competitive benefits and a collaborative environment.
Job Function:
Job Requirements and Qualifications
- Candidates must reside in the DMV area and be licensed to practice law in Maryland, with Virginia and North Carolina licenses as a plus.
- Recent law school graduates are encouraged to apply.
- Essential skills include strong interpersonal, organizational, and communication abilities, along with attention to detail and proficiency with technology.
- Courtroom experience is preferred, particularly in motion practice and trial.
Work Environment and Benefits
- The position is full-time and remote, requiring frequent court appearances in Prince George, Montgomery, and Anne Arundel Counties.
- Benefits include health insurance, 401(k) matching, paid time off, and relocation assistance.
Application Process
- Applicants must be willing to undergo a background check and drug screening.
- Key application questions focus on court experience, Maryland bar status, and commuting ability for court appearances.
Job Requirement:
Work Environment and Benefits
- The position is full-time and remote, requiring frequent court appearances in Prince George, Montgomery, and Anne Arundel Counties.
- Benefits include health insurance, 401(k) matching, paid time off, and relocation assistance.
Application Process
- Applicants must be willing to undergo a background check and drug screening.
- Key application questions focus on court experience, Maryland bar status, and commuting ability for court appearances.
Mechanical Project Manager
Location: Baltimore, MD
Industry: Mechanical & Plumbing Construction
About Us:
Highland Consulting Group is a national executive search firm specializing in recruiting top-tier construction talent. With over 75 years of industry experience, we pride ourselves on placing the right professionals in the right roles for our clients, ensuring long-term success for both candidates and employers.
Position Overview:
We are partnering with a premier Mechanical Contractor in the Baltimore, MD area to identify a seasoned Mechanical Project Manager with expertise in Mechanical Piping, HVAC and Plumbing systems. This role involves managing smaller to medium-scale, projects—typically valued over $2-10 million—in sectors such as Commercial, Institutional, Public,and Hospitality in the Washington DC metro region.
If you're driven by complex challenges and motivated by meaningful rewards, this is a standout opportunity to join a company known for its professionalism, cutting-edge technology, and strong team culture.
Key Responsibilities:
- Lead all phases of mechanical construction projects from award through close-out
- Collaborate with schedulers to maintain project timelines and milestones
- Estimate and negotiate change orders; maintain detailed change order logs
- Manage project budgets and approve expenditures in alignment with financial goals
- Administer contracts and subcontracts, including buyout and procurement processes
- Serve as the primary liaison with project owners to ensure alignment and satisfaction
- Maintain accurate project documentation and oversee close-out procedures
- Conduct punch-list inspections and coordinate resolution with subcontractors
- Cultivate relationships with clients to encourage repeat business
Qualifications:
- Minimum 5 years of experience managing mechanical construction projects over $2 million
- Strong leadership and team management skills with a proven track record of success
- Deep understanding of project controls, budgeting, and scheduling
- Skilled in change order negotiation and documentation
- Excellent communication and multitasking abilities
- Demonstrated career stability and consistent project delivery
Benefits:
Our client is deeply committed to the well-being of their employees and their families. This commitment is reflected in an attractive compensation package, which includes:
- Competitive salary and generous bonuses
- 401(k) contributions and profit sharing
- Comprehensive family healthcare
- Car allowance
- Relocation Assistance
Contact Us:
If you meet the qualifications and are interested in this exciting opportunity, please apply for the position. For further information, feel free to contact me directly.
David O'Connor
Highland Consulting Group
724-837-6336
DTO1712
A well-respected and capitalized firm in the BWI area is seeking an experienced Construction & Facilities Manager to oversee capital projects and facility operations across a portfolio of multiple sites totaling approximately 1M sq. ft. This role leads major construction, renovation, and improvement projects while managing building systems, contractors, and internal staff.
Key Responsibilities
- Manage construction and renovation projects up to $50M
- Oversee capital improvements and facility upgrades
- Supervise construction staff, vendors, and contractors
- Manage project budgets, schedules, and permitting
- Coordinate architects, engineers, and design consultants
- Ensure compliance with building codes and safety standards
- Oversee building systems including HVAC, electrical, plumbing, roofing, fire protection, and elevators
- Develop long-term capital planning and preventative maintenance strategies
- Present project updates and reports to leadership and community stakeholders
Education
- Bachelor's degree in engineering, architecture, construction management, or related field preferred
- Equivalent experience will be considered
Amex GBT is a place where colleagues find inspiration in travel as a force for good and – through their work – can make an impact on our industry. We're here to help our colleagues achieve success and offer an inclusive and collaborative culture where your voice is valued.
In this role, you'll join our U.S. Military and Government team, specializing in seamless travel management services to our federal clients.
As a Travel Consultant, you will provide outstanding customer service to defense & government travelers before, during, and after their business trips. Through our winning combination of outstanding people and innovative technology, we're focused on ensuring that the travel experience of our customers is unforgettable from start to finish, for all the right reasons.
What You'll Do
- Create and complete travel arrangements (air, hotel, car, rail)
- Ensure reservations are built according to client standards and preferences
- Act as a trusted advisor by offering informed and insightful recommendations that provide the best traveler experience
- Handle basic and moderately complex bookings with potentially non-standard and multi-destinations, ticket exchanges, and complex fares
- Raise most complex bookings to more experienced staff
- Assignments include both routine and non-routine work
- Benefit from comprehensive training by experienced colleagues and use our social intranet to always stay up-to-date
Salary range: $37,000 to $44,000 yearly
Location: Fort Meade in Maryland
What We're Looking For
- English fluent – written and spoken
- 2nd language a plus
- Good verbal and written communication skills
- Basic MS Office
- A genuine passion for high-quality customer service — we care about our customers and it's important to us that you do too
- Strong teamworking skills
- A positive, "can do" attitude
- Willingness to learn and grow!
CWT accepts Military experience/certifications as a substitute for some requirements.
Location
Maryland, United States
For information about our comprehensive US benefits programs and eligibility, please review our Benefits-at-a-Glance document.
Benefits at a glance
This role is for CWT Defense & Government within CWT, a member of the American Express Global Business Travel family of companies.
The #TeamGBT Experience
Work and life: Find your happy medium at Amex GBT.
- Flexible benefits are tailored to each country and start the day you do. These include health and welfare insurance plans, retirement programs, parental leave, adoption assistance, and wellbeing resources to support you and your immediate family.
- Travel perks: get a choice of deals each week from major travel providers on everything from flights to hotels to cruises and car rentals.
- Develop the skills you want when the time is right for you, with access to over 20,000 courses on our learning platform, leadership courses, and new job openings available to internal candidates first.
- We strive to champion Inclusion in every aspect of our business at Amex GBT. You can connect with colleagues through our global INclusion Groups, centered around common identities or initiatives, to discuss challenges, obstacles, achievements, and drive company awareness and action.
- And much more!
All applicants will receive equal consideration for employment without regard to age, sex, gender (and characteristics related to sex and gender), pregnancy (and related medical conditions), race, color, citizenship, religion, disability, or any other class or characteristic protected by law.
Click Here for Additional Disclosures in Accordance with the LA County Fair Chance Ordinance.
Furthermore, we are committed to providing reasonable accommodation to qualified individuals with disabilities. Please let your recruiter know if you need an accommodation at any point during the hiring process. For details regarding how we protect your data, please consult the Amex GBT Recruitment Privacy Statement.
What if I don't meet every requirement? If you're passionate about our mission and believe you'd be a phenomenal addition to our team, don't worry about "checking every box;" please apply anyway. You may be exactly the person we're looking for!