Franklin & Marshall College
Job Posting: Police Officer
Title
Home
-->
Human Resources
Subscribe to Email Alerts
Returning Applicant Login
-->
-->
Previous
Next
Careers
> Search Jobs
> Search Results
> Job Details
function printDiv(divName,compName) {
var originalContents = document.body.innerHTML;
var applynow1 = document.getElementById("applynow1");
var applynow2 = document.getElementById("applynow2");
if (applynow1 != null){
applynow1.style.display="none";
}
if (applynow2 != null){
applynow2.style.display="none";
}
var printContents = document.getElementById(divName).innerHTML;
document.body.innerHTML = " "+compName+" " + printContents;
window.print();
document.body.innerHTML = originalContents;
}
function subscribeToAlerts(cat_id, cat, comp_id){
var URL = '/ajax/subscribeAlerts.jsp';
var params = '?cat_id=' + cat_id + '&cat=' + cat + '_id=' + comp_id;
openWindowAtCenter('Subscribe Alerts',URL + params,'450','360');
}
Police Officer
Category:
General Counsel
Subscribe:
New Job Alerts
RSS Job Feed
Department:
Department of Public Safety
Locations:
Lancaster, PA
Posted:
Jan 26, 2026
Closes:
Open Until Filled
Type:
Full-time Non-Exempt
Position ID:
196752
Share
About Franklin & Marshall College:
Franklin & Marshall College is a residential college dedicated to excellence in undergraduate liberal education. Its aims are to inspire in young people of high promise and diverse backgrounds a genuine and enduring love for learning, to teach them to read, write, and think critically, to instill in them the capacity for both independent and collaborative action, and to educate them to explore and understand the natural, social, and cultural worlds in which they live. In so doing, the College seeks to foster in its students' qualities of intellect, creativity, and character, that they may live fulfilling lives and contribute meaningfully to their occupations, their communities, and their world.
The Franklin & Marshall College Police Department is a Pennsylvania Police Officers' Education and Training Commission (MPOETC) Recognized Agency dedicated to maintaining a safe and secure campus environment. Accredited by the Pennsylvania Law Enforcement Accreditation Commission (PLEAC), our department upholds the highest standards of professionalism, integrity, and service to support the college community. By working collaboratively with students, faculty, staff, and visitors, we strive to prevent crime, respond effectively to emergencies, and foster a sense of safety through partnership policing and education. As an integral part of the campus community, we are committed to providing quality law enforcement services while promoting a culture of respect, inclusivity, and trust.
Job Description:
Franklin & Marshall College is recruiting for a full-time Public Safety Police Officer.
Job Details:
Location: F&M Campus - Lancaster, PA
Classification: Full-time, Non-Exempt
Schedule: 12 HR Shift (6:00 AM-6:00 PM or 6:00 PM - 6:00 AM) with every other weekend off.
Reports to: Public Safety Police Sergeant
Department: Public Safety
Approved Hourly Rate: $24.00 with an additional shift differential for overnight shift of $1.50/hour.
Job Description:
The Public Safety Officer is responsible for helping to ensure the safety and security of all members of the College community and the security of the College's property.
Essential Functions:
Patrol College properties and surrounding areas and neighborhoods as assigned by foot, bike or vehicle to identify and/or prevent incidents.
Respond to emergencies, non emergencies and various incidents in a timely manner and determine appropriate course of action; notify department officials or other members of the campus community as appropriate. Promptly provide emergency first aid and/or request other medical services as needed.
Gather and compile information, write reports, and disperse to appropriate parties for criminal, fire, incident or accident investigations, or for medical or hazardous conditions. Provide assistance to and maintain general information for walk-in traffic or telephone contacts. Maintain daily logs, reports, incidents cards, and forms.
All other duties as assigned.
Requirements:
Minimum Qualifications:
High school diploma or GED.
ACT 120 Municipal Police Officer training certification (current or expired). or eligible for certification.
Public Safety Police Officers are required to drive College-owned patrol vehicles while on duty. Therefore, the successful candidate must possess a valid PA driver's license. Based on College policy, Officers must also have had a valid U.S. or Canadian driver's license for at least 2 years, have a driving record that is free from excessive motor vehicle violations within the last 3 years, and have had no convictions in the last 24 months for driving under the influence of alcohol or drugs. Employment is contingent upon a successful background check, including a criminal record check, physical fitness evaluation, pre-employment drug screen and psychological profile. Candidates must be able to qualify with a department issued firearm.
Basic Level of proficiency with Google Suite Products (Gmail, Sheets, Docs, Slides).
Ability and willingness to provide excellent service and to work in a collegial manner with students, faculty and staff, and other constituencies is essential.
Preferred Qualifications:
Associate's Degree.
Additional Information:
Offers of employment are contingent upon the successful completion of reference checks, a criminal background verification, and verification of credentials. The College will coordinate these verifications.
Full-time members of the Franklin & Marshall College professional staff receive competitive starting pay and a comprehensive benefits package that includes health coverage, dental, vision, generous retirement savings plan contributions, education benefits for employees, spouses and dependent children, and enjoy access to all College facilities including dining venues to suit all tastes, recreation and fitness facilities, and libraries, plus access to College performances, lectures, and events. To learn more about our Benefits, please visit our Benefits Page .
Franklin & Marshall College is committed to having an inclusive campus community where all members are treated with dignity and respect. As an Equal Opportunity Employer, the College does not discriminate in its hiring or employment practices on the basis of gender/gender-identity, sex, race or ethnicity, color, national origin, religion, age, disability, veteran's status, genetic information, family or marital status, sexual orientation, or any other protected class.
Application Instructions:
All submitted materials must be submitted via this online process. We regret we are unable to accept applications or resumes submitted via mail, email, or fax. As you are submitting your application via this online process, please ensure that you provide an accurate email address. You will then receive an acknowledgment indicating that your application materials have been received. Individuals who need accommodations due to a disability in order to submit an application or attend an employment interview should contact Human Resources at ....
If you experience difficulty submitting your resume or cover letter, please CLICK HERE for assistance. If you have previously applied online to a position at Franklin & Marshall College and want to check on your submission or make changes, please CLICK HERE to log back into your account.
Frequently Asked Questions (FAQs)
Powered by
Hide Main Navigation
Building SUNY -->
415 Harrisburg Ave
Lancaster, PA 17603
function toggleLowVisibility(lowVisibility){
var redirectUrl = window.location.href;
redirectUrl = redirectUrl.replace(/[?|&]lowVisibility=(true|false)/g, '');
redirectUrl = redirectUrl.replace(/#.*$/g,'');
if (redirectUrl.substring(redirectUrl.length - 1) == '#')
redirectUrl = redirectUrl.substring(0,redirectUrl.length - 2);
if (redirectUrl.indexOf('?') >= 0){
redirectUrl=redirectUrl+'&lowVisibility='+ lowVisibility;
} else {
redirectUrl=redirectUrl+'?lowVisibility='+ lowVisibility;
}
window.location=redirectUrl;
}
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P434K391RR');
var forms = document.getElementsByTagName('form');
for (var i = 0; i forms.length; i++) {
var nonce_hidden = document.createElement("input");
nonce_hidden.setAttribute("type", "hidden");
nonce_hidden.setAttribute("value", "");
nonce_hidden.setAttribute("name", "_csrf");
forms[i].appendChild(nonce_hidden);
}
Ajax.Base.prototype.initialize = Ajax.Base.prototype.initialize.wrap(
function (callOriginal, options) {
var parameters = options.parameters || {};
parameters["_csrf"] = '';
options.parameters = parameters;
return callOriginal(options);
}
);
Job Posting: Police Officer
Title
Home
-->
Human Resources
Subscribe to Email Alerts
Returning Applicant Login
-->
-->
Previous
Next
Careers
> Search Jobs
> Search Results
> Job Details
function printDiv(divName,compName) {
var originalContents = document.body.innerHTML;
var applynow1 = document.getElementById("applynow1");
var applynow2 = document.getElementById("applynow2");
if (applynow1 != null){
applynow1.style.display="none";
}
if (applynow2 != null){
applynow2.style.display="none";
}
var printContents = document.getElementById(divName).innerHTML;
document.body.innerHTML = " "+compName+" " + printContents;
window.print();
document.body.innerHTML = originalContents;
}
function subscribeToAlerts(cat_id, cat, comp_id){
var URL = '/ajax/subscribeAlerts.jsp';
var params = '?cat_id=' + cat_id + '&cat=' + cat + '_id=' + comp_id;
openWindowAtCenter('Subscribe Alerts',URL + params,'450','360');
}
Police Officer
Category:
General Counsel
Subscribe:
New Job Alerts
RSS Job Feed
Department:
Department of Public Safety
Locations:
Lancaster, PA
Posted:
Jan 26, 2026
Closes:
Open Until Filled
Type:
Full-time Non-Exempt
Position ID:
196752
Share
About Franklin & Marshall College:
Franklin & Marshall College is a residential college dedicated to excellence in undergraduate liberal education. Its aims are to inspire in young people of high promise and diverse backgrounds a genuine and enduring love for learning, to teach them to read, write, and think critically, to instill in them the capacity for both independent and collaborative action, and to educate them to explore and understand the natural, social, and cultural worlds in which they live. In so doing, the College seeks to foster in its students' qualities of intellect, creativity, and character, that they may live fulfilling lives and contribute meaningfully to their occupations, their communities, and their world.
The Franklin & Marshall College Police Department is a Pennsylvania Police Officers' Education and Training Commission (MPOETC) Recognized Agency dedicated to maintaining a safe and secure campus environment. Accredited by the Pennsylvania Law Enforcement Accreditation Commission (PLEAC), our department upholds the highest standards of professionalism, integrity, and service to support the college community. By working collaboratively with students, faculty, staff, and visitors, we strive to prevent crime, respond effectively to emergencies, and foster a sense of safety through partnership policing and education. As an integral part of the campus community, we are committed to providing quality law enforcement services while promoting a culture of respect, inclusivity, and trust.
Job Description:
Franklin & Marshall College is recruiting for a full-time Public Safety Police Officer.
Job Details:
Location: F&M Campus - Lancaster, PA
Classification: Full-time, Non-Exempt
Schedule: 12 HR Shift (6:00 AM-6:00 PM or 6:00 PM - 6:00 AM) with every other weekend off.
Reports to: Public Safety Police Sergeant
Department: Public Safety
Approved Hourly Rate: $24.00 with an additional shift differential for overnight shift of $1.50/hour.
Job Description:
The Public Safety Officer is responsible for helping to ensure the safety and security of all members of the College community and the security of the College's property.
Essential Functions:
Patrol College properties and surrounding areas and neighborhoods as assigned by foot, bike or vehicle to identify and/or prevent incidents.
Respond to emergencies, non emergencies and various incidents in a timely manner and determine appropriate course of action; notify department officials or other members of the campus community as appropriate. Promptly provide emergency first aid and/or request other medical services as needed.
Gather and compile information, write reports, and disperse to appropriate parties for criminal, fire, incident or accident investigations, or for medical or hazardous conditions. Provide assistance to and maintain general information for walk-in traffic or telephone contacts. Maintain daily logs, reports, incidents cards, and forms.
All other duties as assigned.
Requirements:
Minimum Qualifications:
High school diploma or GED.
ACT 120 Municipal Police Officer training certification (current or expired). or eligible for certification.
Public Safety Police Officers are required to drive College-owned patrol vehicles while on duty. Therefore, the successful candidate must possess a valid PA driver's license. Based on College policy, Officers must also have had a valid U.S. or Canadian driver's license for at least 2 years, have a driving record that is free from excessive motor vehicle violations within the last 3 years, and have had no convictions in the last 24 months for driving under the influence of alcohol or drugs. Employment is contingent upon a successful background check, including a criminal record check, physical fitness evaluation, pre-employment drug screen and psychological profile. Candidates must be able to qualify with a department issued firearm.
Basic Level of proficiency with Google Suite Products (Gmail, Sheets, Docs, Slides).
Ability and willingness to provide excellent service and to work in a collegial manner with students, faculty and staff, and other constituencies is essential.
Preferred Qualifications:
Associate's Degree.
Additional Information:
Offers of employment are contingent upon the successful completion of reference checks, a criminal background verification, and verification of credentials. The College will coordinate these verifications.
Full-time members of the Franklin & Marshall College professional staff receive competitive starting pay and a comprehensive benefits package that includes health coverage, dental, vision, generous retirement savings plan contributions, education benefits for employees, spouses and dependent children, and enjoy access to all College facilities including dining venues to suit all tastes, recreation and fitness facilities, and libraries, plus access to College performances, lectures, and events. To learn more about our Benefits, please visit our Benefits Page .
Franklin & Marshall College is committed to having an inclusive campus community where all members are treated with dignity and respect. As an Equal Opportunity Employer, the College does not discriminate in its hiring or employment practices on the basis of gender/gender-identity, sex, race or ethnicity, color, national origin, religion, age, disability, veteran's status, genetic information, family or marital status, sexual orientation, or any other protected class.
Application Instructions:
All submitted materials must be submitted via this online process. We regret we are unable to accept applications or resumes submitted via mail, email, or fax. As you are submitting your application via this online process, please ensure that you provide an accurate email address. You will then receive an acknowledgment indicating that your application materials have been received. Individuals who need accommodations due to a disability in order to submit an application or attend an employment interview should contact Human Resources at ....
If you experience difficulty submitting your resume or cover letter, please CLICK HERE for assistance. If you have previously applied online to a position at Franklin & Marshall College and want to check on your submission or make changes, please CLICK HERE to log back into your account.
Frequently Asked Questions (FAQs)
Powered by
Hide Main Navigation
Building SUNY -->
415 Harrisburg Ave
Lancaster, PA 17603
function toggleLowVisibility(lowVisibility){
var redirectUrl = window.location.href;
redirectUrl = redirectUrl.replace(/[?|&]lowVisibility=(true|false)/g, '');
redirectUrl = redirectUrl.replace(/#.*$/g,'');
if (redirectUrl.substring(redirectUrl.length - 1) == '#')
redirectUrl = redirectUrl.substring(0,redirectUrl.length - 2);
if (redirectUrl.indexOf('?') >= 0){
redirectUrl=redirectUrl+'&lowVisibility='+ lowVisibility;
} else {
redirectUrl=redirectUrl+'?lowVisibility='+ lowVisibility;
}
window.location=redirectUrl;
}
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P434K391RR');
var forms = document.getElementsByTagName('form');
for (var i = 0; i forms.length; i++) {
var nonce_hidden = document.createElement("input");
nonce_hidden.setAttribute("type", "hidden");
nonce_hidden.setAttribute("value", "");
nonce_hidden.setAttribute("name", "_csrf");
forms[i].appendChild(nonce_hidden);
}
Ajax.Base.prototype.initialize = Ajax.Base.prototype.initialize.wrap(
function (callOriginal, options) {
var parameters = options.parameters || {};
parameters["_csrf"] = '';
options.parameters = parameters;
return callOriginal(options);
}
);
Job ID: 513734101
Originally Posted on: 3/15/2026
Want to find more Law Enforcement opportunities?
Check out the 9,972 verified Law Enforcement jobs on iHireLawEnforcement
Similar Jobs