$(document).ready(function() { var content = '
The City of Cambridge encourages and promotes involvement by residents in the decision-making process through participation in a variety of boards and commissions.
Serving on a board or commission can be a rewarding experience and an excellent way to contribute to the quality of life of the community in which you live or work. We rely greatly on the interest and involvement of those volunteers who seek a more active role in the functioning of their local government.
'; if (window.location.pathname === "/Citizens/Board") { if ($('.header-links').length > 0) { $('.header-links').after(content); } else { $('.MainContentPlaceholder').prepend(content); } } content = 'To apply for any of the vacancies being advertised below:
You will be asked to login to your Open Meeting Portal account. If you do not have an account, you will be able to create one before proceeding.
A cover letter and resume or applicable experience can be submitted during the online application process. Paper applications are available in the City Manager\'s Office at Cambridge City Hall, 795 Massachusetts Avenue. Once your application is submitted, you will receive a confirmation email.Please note when uploading any attachments that PDF format is preferred. If you have question about the application process, please contact the City Manager\'s Office at 617-349-4300 or citymanager@cambridgema.gov.'; if (window.location.pathname === "/Citizens/Board/Vacant") { if ($('.header-links').length > 0) { $('.header-links').after(content); } else { $('.MainContentPlaceholder').prepend(content); } } if ((typeof pageTracker === 'undefined' || (typeof pageTracker !== 'undefined' && pageTracker._getAccount() != 'UA-21761819-8')) && (typeof window.ga === 'undefined' || (typeof window.ga !== 'undefined' && window.ga(function() {return tracker.get('trackingId')}) != 'UA-21761819-8'))) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','gacoc'); gacoc('create', 'UA-21761819-8', 'gacoc'); gacoc('send', 'pageview'); } })