<? endif; ?>
<link rel="stylesheet" href="/css/proven.responsive.min.css?<?= filemtime(__DIR__.'/../../webroot/css/proven.responsive.min.css'); ?>" type="text/css" />
$viewFile = '/var/app/current/app/View/Layouts/responsive.ctp' $dataForView = array( 'search_text' => '', 'search_location' => '', 'show_thank_you' => (int) 0, 'similar_jobs' => array( (int) 0 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 1 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 2 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 3 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 4 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ) ), 'title_for_layout' => 'Line cook, sandwich and wrap maker at Roses home cookin', 'metatag_description' => 'Line cook, sandwich and wrap makerRoses home cookin at Proven', 'unique_name' => 'roses-home-cookin-salem-nh', 'reference_number' => '52555', 'mobile_image' => '', 'display_company_title' => 'Jobs at Roses home cookin', 'employer' => array( 'EmployersJob' => array( 'id' => '43528', 'employer_id' => '29416', 'ats_url' => '', 'url' => '', 'title' => 'Line cook, sandwich and wrap maker', 'craigslist_city' => '', 'craigslist_sub_city' => '', 'craigslist_sub_sub_city' => '', 'craigslist_state' => '', 'open' => '1', 'post_date' => '2018-08-20 01:13:27', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '03079', 'description' => '<p>Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. </p>', 'unique_name' => '', 'created_date' => '2018-08-20 01:12:37' ), 'Employer' => array( 'lat' => '42.79040146', 'lon' => '-71.21980286', 'id' => '29416', 'company_name' => 'Roses home cookin', 'company_logo' => '', 'simple_posting_process' => '1', 'user_id' => '700320', 'zipcode' => '03079', 'city' => 'Salem', 'street_address' => '', 'street_address2' => null, 'state' => 'NH' ), 'UtZipcode' => array( 'zipcode' => '03079', 'city' => 'Salem', 'state_prefix' => 'NH' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ), 'is_swinomish' => false, 'is_hiring' => (int) 1, 'page' => '', 'success' => (int) 0, 'broadcast' => (int) 0, 'external_job_board' => '', 'is_worker' => false, 'isMobile' => false, 'isWorker' => false, 'isSales' => false, 'isEducator' => false, 'adminLoggedIn' => false, 'isEmployer' => false, 'loggedIn' => false, 'isFacebookAppUser' => false, 'campaign' => 'NONE', 'content_for_layout' => ' <script type="text/javascript"> var autocomplete = false; var sortOrder = "relevance"; </script> <meta property="og:title" content="Line cook, sandwich and wrap maker"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/43528?ref=52555"/> <meta property="og:image" content="/css/images/proven_logo.png"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. "/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/43528?ref=52555", "title": "Line cook, sandwich and wrap maker", "description": "<p>Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. </p>", "datePosted": "2018-08-20T01:13:27+00:00", "hiringOrganization": { "@type": "Organization", "name": "Roses home cookin", "sameAs": "https://www.proven.com/employers/publicPage/29416" }, "identifier": { "@type": "PropertyValue", "name": "Roses home cookin", "value": "29416" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Salem", "addressRegion": "NH" } } } </script> <script type="text/javascript"> $(document).ready(function() { $("#phone_number").mask(PHONE_NUMBER_FORMAT); $("#demo-submit-btn").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#requestDemoForm").submit(); }); $("#requestDemoForm").validate({ submitHandler: function() { $("#demo-submit-btn").button("loading"); $('#requestDemoForm').ajaxSubmit(successfulDemoMessage); }, wrapper: "p", messages: { "data[Employer][unique_identifier]": { required: '' } } }); $(document).on("click", ".join_proven", function(e) { e.preventDefault(); var employer_id = $(this).attr("employer_id"); var job_id = $(this).attr("job_id"); showJoinLoginDialog(employer_id, job_id); }); $.getJSON("/jobs_ajax/recordJobView/43528"); $('#employer-edit').affix({ offset: { top: $('.navbar').height() } }); $('#employer-edit').on('affix.bs.affix', function () { var navHeight = $('.navbar').outerHeight(true); $('#employer-edit + .container-fluid').css('margin-top', navHeight); }); $('#employer-edit').on('affix-top.bs.affix', function () { $('#employer-edit + .container').css('margin-top', 0); }); }); function successfulDemoMessage(responseObject) { if(responseObject.result == FAILURE) { $("#proven-demo-form").modal("hide"); $("#demo-submit-btn2").button("reset"); $("#demo-submit-btn").button("reset"); bootbox.alert(responseObject.message); } else { if(window.location.href.indexOf("?") > 0) { window.location.href = window.location.href + "&success=1"; } else { window.location.href = window.location.href + "?success=1"; } } } </script> <style> #employer-edit.affix { position: fixed; top: 0; width: 100%; z-index:10; } </style> <div id="join_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="join_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="login_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="login_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="loginModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="submissionModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="submissionModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="proven-view-job"> <span class="hide" id="jobid">43528</span> <span class="hide" id="referencenumber">52555</span> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div id="proven-candidate-home-page" class="hidden-xs" style="background: #fff;"> <div class="search-jobs" style="padding-top: 0px;"> <div class="row"> <div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1"> <div class="row search-row"> <div class="col-sm-5 search-field"> <input type="text" name="data[Search][search_text]" value="" id="search_text" placeholder="Job Title, Keywords, or Company" /> </div> <div class="col-sm-5 search-field"> <input type="text" value="" id="search-location" placeholder="City, State or Zip" /> </div> <div class="col-sm-2 search-field" style="height:50px;"> <a href="#" id="search-btn" class="btn btn-default" role="button" style="width:100%;">SEARCH</a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div class="panel panel-default voffset3"> <div class="panel-body"> <div class="job-post-details"> <div class="row"> <div class="col-xs-3 col-sm-2"> <div class="company-logo"> <img src="/css/images/proven_logo.png" width="90" border="0" class="img-responsive center-block" /> </div> </div> <div class="col-xs-9 col-sm-10"> <h1>Line cook, sandwich and wrap maker</h1> <p class="small-bottom-border"> Roses home cookin </p> <div class="date-location">Aug 19, 2018 - Salem, NH</div> <div class="voffset1"> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=seanfalconer"></script> </div> </div> </div> <hr /> <div class="row"> <div class="apply-form-link col-xs-12 col-sm-8 col-md-7 col-lg-8"> Apply via email:<br/><a class="red-link" href="mailto:jobs+43528-w@hireproven.com">jobs+43528-w@hireproven.com</a> </div> <div class="col-xs-12 col-sm-4 col-md-5 col-lg-4"> <script type="text/javascript"> var currentLink = null; var maskOn = false; function resizeTitleContainer() { var height = $("#job-title.job-post-container").height() + $(".apply-widget").height(); $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); } $(document).ready(function() { $("#apply-form-location").append($(".apply-widget")); var height = $("#job-title.job-post-container .inner").height() + 20; $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); $("#show-apply-form").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#show-apply-form").hide(); $(".apply-form-link").hide(); // resizeTitleContainer(); $(".apply-widget").slideToggle(400); }); $("#cover-letter-link").click(function(e) { e.preventDefault(); $("#cover-letter-link").hide(); $("#cover-letter-container").show(); $("#coverletter").focus(); }); $(document).keypress(function (eh){ $("#errorsBox").hide(); }); $("#login-link").click(function(e) { e.preventDefault(); $("#join_popup").modal("hide"); $("#login_popup #modalContent").html(""); $.ajax({ type: "POST", url: "/users_ajax/loginDialog/employer_id:29416/job_id:43528", success: function(html){ // update the hidden div layer to contain the form information $("#login_popup #modalContent").html(html); $("#login_popup").modal("show"); } }); }); $.validator.addMethod('tosChecked', function(value, element) { if(!$('#tos:checkbox').is(':checked')) { $('.toswrapper').css("border", "3px solid #CC0033"); return false; } else { $('.toswrapper').css("border", "3px solid #f5f5f5"); return true; } }); $("#submit-btn").click(function(e) { e.preventDefault(); $("#buildProfileForm").submit(); }); $("#buildProfileForm").validate({ submitHandler: function() { $("#submit-btn").button("loading"); $('#buildProfileForm').ajaxSubmit(processResumeInfo); }, rules: { "data[Worker][agreed_to_terms]": { tosChecked: true } }, messages: { "data[Worker][fname]": { required: '' }, "data[Worker][lname]": { required: '' }, "data[Worker][unique_identifier]": { required: '' }, "data[Worker][agreed_to_terms]": { tosChecked: '' } } }); $("#user_identifier").focus(); }); function processResumeInfo(responseObject) { var message; var showDebug = false if (showDebug) { console.log(responseObject); } responseObject = eval('(' + responseObject + ')'); if(responseObject.result == FAILURE) { $("#deleteMe").parent().css("width", "80px"); $("#submit-btn").button("reset"); if (!responseObject.message) { message = "There was a problem saving your application."; } else { message = responseObject.message; } bootbox.alert(message); } else { window.location.href = "/workers/activate?jid=43528"; } } </script> <div> <a href="#" id="show-apply-form" class="light-green-btn" role="button" title="Apply Now" style="width:100%;">APPLY NOW</a> <div class="clearfix"></div> </div> <div class="apply-widget" style="display: none;"> <h3>To apply, please fill in the information below</h3> <div class="existing-account">Already have an account? <a href="/pages/login" id="login-link" class="blue-link" title="Log In Now">Log In Now</a></div> <div class="form-body apply-form"> <form action="/workers_ajax/createAccountFromResume/29416/43528" class="errorsRight" id="buildProfileForm" enctype="multipart/form-data" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group row"> <div class="col-sm-12"> <h4>Contact Information:</h4> </div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][fname]" id="fname" placeholder="First Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][lname]" id="lname" placeholder="Last Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <div class="input text"><input name="data[Worker][unique_identifier]" placeholder="email@example.com" class="required long" id="unique_identifier" type="text"/></div> </div> <div class="clearfix"></div> </div> <div class="form-group"> <h4>Resume:</h4> <div class="input file"><input type="file" name="data[Worker][resume_file]" id="resume_file" size="14"/></div> </div> <div class="form-group"> <h4>Cover Letter:</h4> <div class="input textarea"><textarea name="data[EmployersJobsRankingsLetter][coverletter]" id="coverletter" class="required" placeholder="Why are you interested in this position? Answer any specific questions included in the job advertisement." cols="30" rows="6"></textarea></div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-7"> <div class="checkbox"> <label> <input type="checkbox" checked id="tos" name="data[Worker][agreed_to_terms]" tabindex="70" /> <div class="gray-text"> I agree to the <a title="Terms of Service" target="_new" href="/pages/termsWorkers">Terms of Service</a><br /><span class="tos-date">(Updated 2012-11-06)</span> </div> </label> </div> </div> <div class="col-xs-12 col-sm-6 col-md-5"> <div class="apply-button"> <a href="#" id="submit-btn" data-loading-text="Uploading..." class="light-green-btn" role="button" title="Submit Application" style="width:100%;">SUBMIT APPLICATION</a> </div> </div> </div> </form> </div> </div> </div> </div> <div id="apply-form-location"> </div> <hr /> </div> <div class="job-post-details"> <div id="job-description"> <p>Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. </p> </div> </div> <p class="voffset4"><strong>Other jobs you may like</strong></p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=682833f1d1ec73ec77bf72f31&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=Methuen%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253A8aHNg%252BZTp6%252F2YNTP%253AVaFbZLKj35X6f5I3NPZQbg%253D%253D%253Ag5SQvel2YabLGzzQXBzCSoKJmM8RGXPxG34H0IhZxsJI6CIXMG0PsbJOc9i%252FlkjhElUVRDTe4fmFoJ8QODmYKza55Dninw%252FDDLTbY5IBM5qge7WM2Z5ZaPW6GWOgwZTof6chANcLCG3jMAD2OaE%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-28512338941/" class="blue-link" target="_blank">Flexible Schedule - Shop and Deliver</a></p> <p class="similar-job-company">Instacart - <span class="text-muted">Methuen, MA</span></p> <p class="text-muted similar-job-date"> Yesterday </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=687d2a442f7c73ec72eee9ac1&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=Haverhill%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253A7%252FZgd%252F374yp2QpdX%253A7fA%252FqU5%252BPA%252BiBrQx%252Be0rZw%253D%253D%253AMdTROkTkXoGtLhCZR1NtGTY8TKubdcilaFpRG%252F0nsfJTEeL0P447EfwPT%252B0T5hO3QRVGzNXDBeoQcF1%252BHmfP3MeQukX8Nor%252FiBF5Iej6%252BL8aE8JbWNJHo0my3jkP%252F5vlNlICSksz74GroERnPHc%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-28565908132/" class="blue-link" target="_blank">Registered Nurse</a></p> <p class="similar-job-company">ENCOMPASS HEALTH - <span class="text-muted">Haverhill, MA</span></p> <p class="text-muted similar-job-date"> 2 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=68e7602e09dc73ec7b4a4f0e1&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=Portsmouth%2CNH&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253AlZH%252FABGuzhSc9xp6%253ABCZay7dJ43rENBq30QvgWA%253D%253D%253AiVsiDmq3wj1OVUEaF2CQuMajCukp1x30xWjXMxqJgWC3hHlyLiL349aEMSNZn7MfyqACMPWZLsni41Ks5wtbxxFPLh06aIMlrA1uMvUpyylx%252FC%252Fliffkss8%252FIPXphlJENRudKFUW4I9enIC6rBs%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-28710308162/" class="blue-link" target="_blank">Seasonal Retail Sales Associate</a></p> <p class="similar-job-company">Kohls Department Stores - <span class="text-muted">Portsmouth, NH</span></p> <p class="text-muted similar-job-date"> 8 hours ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=68bb573bd7ac73ec7e893e531&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=North+Andover%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253Atsf6brXbUXbPqB5j%253AK02zH9wWz54Rf%252B0PxmmkBA%253D%253D%253A%252FM4BNJb9s%252Br3RAgDJTiySsZ%252BYfUehO6qcSHE6k%252Ft08xdcVWncvj7i3PzT66V733CNdcfWfhb0rhIXKJ6iZ0ttkhl0%252B0ysXhx3XiOMVTOKQeUduRT2Pe6tsC3WXF4Ud79lBF%252BROqCR7J2aZ8h9xA%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-28630415517/" class="blue-link" target="_blank">Package Sorter - Immediate Hire</a></p> <p class="similar-job-company">Amazon - <span class="text-muted">North Andover, MA</span></p> <p class="text-muted similar-job-date"> 2 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=64ef8937524c73ecbbc4de9b1&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=Lawrence%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253AbLv0jumOw%252BFUdC1A%253ABnQIU32zFM%252BSJGWJ70DCFw%253D%253D%253AT6We6glQLQvdO%252FzzPgGXne%252BwaFpzIERZIuudU5N8UaepFq1QvqN9teV%252FzELEEUxYm%252FWNjauG4E%252BRV7KgdAOoIbtrZWpdBXUk%252ByBs4ucCYmmM1kKoIwgsfCJSyyXt2dZ07hgOnhalWNBLLh5DJg%253D%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-27645646805/" class="blue-link" target="_blank">Prep Cook (Line Cook) - starting at $16.50/hr - Urgently Hiring</a></p> <p class="similar-job-company">Buffalo Wild Wings-Danvers - <span class="text-muted">Lawrence, MA</span></p> <p class="text-muted similar-job-date"> 9 hours ago </p> <p class="voffset4"> <strong>Apply to jobs on the go with Proven mobile</strong> </p> <div> <a href="/candidates/app" target="_blank" title="Download the iPhone App"> <img src="/css/images/App_Store_available.png" width="112" /> </a> <a href="/candidates/app/google" target="_blank" title="Download the Android App"> <img src="/css/images/google_play_badge.png" width="112" /> </a> </div> </div> </div> </div> </div> </div> </div> ', 'scripts_for_layout' => '<script type="text/javascript" src="/js/Views/Jobs/search_jobs.js?1619372465"></script>' ) $search_text = '' $search_location = '' $show_thank_you = (int) 0 $similar_jobs = array( (int) 0 => array( 'Employer' => array( 'company_name' => 'Instacart' ), 'UtZipcode' => array( 'city' => 'Methuen', 'state_prefix' => 'MA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=682833f1d1ec73ec77bf72f31&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=Methuen%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253A8aHNg%252BZTp6%252F2YNTP%253AVaFbZLKj35X6f5I3NPZQbg%253D%253D%253Ag5SQvel2YabLGzzQXBzCSoKJmM8RGXPxG34H0IhZxsJI6CIXMG0PsbJOc9i%252FlkjhElUVRDTe4fmFoJ8QODmYKza55Dninw%252FDDLTbY5IBM5qge7WM2Z5ZaPW6GWOgwZTof6chANcLCG3jMAD2OaE%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-28512338941/', 'title' => 'Flexible Schedule - Shop and Deliver', 'description' => '<p><strong>FULL-SERVICE SHOPPER</strong></p><p><strong>Start earning quickly with a flexible schedule</strong></p><p><span style="font-weight: 400;">Shopping with Instacart is more than grocery delivery. Shoppers help make our world go round. They make money, make moves, and make shopping lists come true. They make good time, make life easier, and make people s day. </span></p><p><span style="font-weight: 400;">Shoppers make it all happen sign up now to help create a world where everyone has access to the food they love.</span><span style="font-weight: 400;"> </span></p><p><span style="font-weight: 400;">As a full-service shopper, you ll receive orders through the Shopper app to shop from stores in your area, and deliver the orders to your customer's door. It s that simple.</span></p><p><strong>What you get as a shopper:</strong></p><ul><li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Start earning quickly on a flexible schedule*</span></li><li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Weekly pay with the option of instant cashout</span></li><li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Potential to earn tips</span></li><li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Special earnings promotions</span></li></ul><p><strong>Basic requirements:</strong></p><ul><li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">18+ years old (21+ to deliver alcohol)</span></li><li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Eligible to work in the United States</span></li><li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Consistent access to a vehicle and a recent smartphone </span></li></ul><p><strong>Additional information:</strong></p><p><span style="font-weight: 400;">Shopping with Instacart is great for anyone looking for flexible, seasonal, home-based, entry-level, weekend, weekday, after-school, or temporary opportunities. As an Instacart Full-Service Shopper, you can have more flexibility than with a part-time job.</span></p><p><span style="font-weight: 400;">Instacart is committed to diversity and providing equal opportunities for independent contractors. Instacart considers qualified individuals without regard to gender, sexual orientation, race, veteran, disability status, or other categories protected by applicable law.</span></p><p><span style="font-weight: 400;">Instacart also values providing prospective contractors with a fair chance to pursue opportunities. For all individuals seeking to provide services in San Francisco, Los Angeles, and Philadelphia, Instacart considers individuals in a manner consistent with the requirements of applicable Fair Chance ordinances.</span></p><p><span style="font-weight: 400;">Review the Independent Contractor Agreement here</span></p><p><span style="font-weight: 400;"> *Subject to availability of batches in your area.</span></p>', 'post_date' => '2023-09-26T11:47:10Z' ) ), (int) 1 => array( 'Employer' => array( 'company_name' => 'ENCOMPASS HEALTH' ), 'UtZipcode' => array( 'city' => 'Haverhill', 'state_prefix' => 'MA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=687d2a442f7c73ec72eee9ac1&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=Haverhill%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253A7%252FZgd%252F374yp2QpdX%253A7fA%252FqU5%252BPA%252BiBrQx%252Be0rZw%253D%253D%253AMdTROkTkXoGtLhCZR1NtGTY8TKubdcilaFpRG%252F0nsfJTEeL0P447EfwPT%252B0T5hO3QRVGzNXDBeoQcF1%252BHmfP3MeQukX8Nor%252FiBF5Iej6%252BL8aE8JbWNJHo0my3jkP%252F5vlNlICSksz74GroERnPHc%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-28565908132/', 'title' => 'Registered Nurse', 'description' => '<b>Encompass Health Rehabilitation Hospital of New England at Lowell</b><br> <b>1071 Varnum Ave, Lowell, MA</b><br> <b>Hiring for all positions full-time, part-time and PRN days and nights available. </b><br> <b>We love working with new grads</b><br> <b>Hourly rate range a $37 - $52 / hour</b><br> <b>Compensation will be determined based years of experience and applicable certifications. This position also includes generous shift differentials</b><br> <b>A stronger bond with patients</b><br> <b>A stronger impact on recovery</b><br> <b>BE THE CONNECTION. </b><br>As a registered nurse (RN), you'll be the connection between compassionate care and the real, positive results your patients are striving to achieve. Use your skills within our inpatient rehabilitation setting to provide the nursing perspective and attention to detail that our highly specialized, integrated team approach requires. Elevate expectations and outcomes with national post-acute care leader Encompass Health.<br> <b>What Makes Encompass Health Careers Different-and Better:</b><br>Working at Encompass Health means being part of something special: A team that is passionate about making an impact on patients' lives each day. Unlike the typical hospital setting, Encompass Health offers you the unique opportunity to walk alongside patients on their road to recovery from stroke, spinal cord injuries, neurological disorders, joint replacements, multiple trauma and cardiac/pulmonary conditions. As you help patients achieve goals and regain independence, you can form significant relationships with them and celebrate the successes they experience along the way.<br>Our culture of compassion and collaboration is founded on more than just the care we provide our patients; it is expressed in the values we live. We encourage and empower each employee to keep learning and growing by providing the resources to deliver a better way to care. At Encompass Health, you'll find something decidedly different and more satisfying: A career that is challenging, inspiring and rewarding. Maximize your talent and join a team that is committed to setting the standard for better healthcare with this engaging opportunity:<br> <b>REGISTERED NURSE (RN), INPATIENT REHABILITATION</b><br>As a registered nurse at Encompass Health channel the full extent of your knowledge, skills, ambition, and experience on a daily basis. Inspire our patients to progress each day as you:<br> Help patients by supervising care and treatments, leading patient assessments, creating personalized plans of care, targeting patient concerns and offering the best solutions.<br> View each patient with a strong sense of empathy, listen closely to their personal stories, and get to know each one's physical, mental and emotional needs.<br> See patients progress due to the effort you and your team put forth each day and build rewarding relationships with them during stays that last from two to four weeks.<br> Spend each day helping someone to regain control of their lives with the goal of being discharged from the hospital and back to their community, families and friends.<br> <b>Credentials:</b><br> Current RN licensures appropriate to state regulations required.<br> CPR certification required (ACLS preferred).<br> CRRN certification preferred.<br> One or more years of experience in an inpatient rehabilitation hospital setting preferred.<br> <b>Enjoy competitive compensation and benefits that start on day one, including:</b><br> Benefits that begin when you do.<br> Affordable medical, dental and vision plans provided to meet the needs of full and part-time employees and their families.<br> Generous paid time off that increases with tenure.<br> Tuition reimbursement and continuing education opportunities.<br> Company-matching 401(k) and employee stock-purchase plans.<br> Flexible spending and health savings accounts.<br> <b>About us:</b><br>Helping patients regain hope and independence, Encompass Health is a national leader in post-acute care. We operate rehabilitation hospitals and offer home health and hospice care in 36 states as well as Puerto Rico. Following the Encompass Way, we are driven by our core values: We proudly set the standard, lead with empathy, do what's right, focus on the positive, and remain stronger together.<br> <b>Realize the powerful difference you can make. Take this opportunity to join our team.</b><br>To learn more about us, visit us online at <br> <b>encompasshealth.com</b><br> <b>Connect with us:</b><br>Equal Opportunity Employer', 'post_date' => '2023-09-25T16:19:17Z' ) ), (int) 2 => array( 'Employer' => array( 'company_name' => 'Kohls Department Stores' ), 'UtZipcode' => array( 'city' => 'Portsmouth', 'state_prefix' => 'NH' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=68e7602e09dc73ec7b4a4f0e1&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=Portsmouth%2CNH&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253AlZH%252FABGuzhSc9xp6%253ABCZay7dJ43rENBq30QvgWA%253D%253D%253AiVsiDmq3wj1OVUEaF2CQuMajCukp1x30xWjXMxqJgWC3hHlyLiL349aEMSNZn7MfyqACMPWZLsni41Ks5wtbxxFPLh06aIMlrA1uMvUpyylx%252FC%252Fliffkss8%252FIPXphlJENRudKFUW4I9enIC6rBs%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-28710308162/', 'title' => 'Seasonal Retail Sales Associate', 'description' => '<p>Starting pay $15.50/hrAt Kohl s our strategy is to become the most trusted retailer of choice for the active and casual lifestyle. Be part of a team culture that values diversity and inclusion, works hard to help each other succeed, and celebrates each other's wins to deliver a best-in-class experience for our customers.About the RoleIn this role, you will engage and connect with our customers by providing excellent customer service through our hospitality mentality approach. You will offer information to the customer on current merchandise assortment, store promotions and events, and execute operational processes effectively and efficiently to drive sales.</p><p><b>Key Accountabilities</b><br />Support Sales, Hospitality, Operations, People and Conversion through our Shop C3 Program. </p><p></p><p>Drive sales</p><ul><li>Drive sales by providing an inspiring environment that motivates customers to add to their basket</li></ul><p></p><p>Build trust to solve the customer shopping needs</p><ul><li>Leverage omni channel offerings to deliver a frictionless customer experience</li><li>Accurately deliver on our operational processes, BOPUS, BOSS, MLS, SFS</li></ul><p></p><p>Build rapport and make a genuine connection with the customer</p><ul><li>Acknowledge and assist customers through our company programs </li><li>Complete transactions accurately and efficiently while engaging customers</li><li>Courteous and responsive to requests and questions</li><li>Answer questions quickly and accurately</li></ul><p></p><p>Be a savings consultant to help customers save with a Kohl s Card</p><ul><li>Converts, opens and activates Kohl s Card applications</li><li>Promote our loyalty programs by educating customers </li></ul><p></p><p><b>Essential Functions</b><br />The requirements listed below are representative of functions an associate will be required to perform and the associate may be required to perform additional functions. The company may revise this job description from time to time. To perform this job successfully, an individual must be able to perform each essential duty satisfactorily. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions, absent undue hardship.</p><ul><li>Ability to perform the Key Accountabilities</li><li>Ability to maintain prompt and regular attendance as set by the company. </li><li>Ability to comply with dress code requirements.</li><li>Ability to learn and comply with all company policies, procedures, standards and guidelines.</li><li>Ability to receive, understand and proactively respond to direction from supervisors/managers and other company personnel. </li><li>Ability to work as part of a team and interact effectively with others.</li><li>Ability to work in a fast paced environment and accomplish multiple tasks within established timeframes.</li><li>Ability to satisfactorily complete company training programs.</li><li>Basic math and reading skills, legible handwriting, and basic computer operation.</li><li>Ability to operate and communicate on multiple frequency devices, handheld scanners, and other technology equipment as directed.</li><li>Availability to work days, nights, and weekends.</li><li>Perform work in accordance with the Physical Requirements section. </li></ul><p></p><p>Physical Requirements </p><ul><li>Must be able to lift up to 50 lbs. frequently and occasionally over 50 lbs. with a two person lift.</li><li>Ability to climb, squat, stoop, kneel, crouch, bend, twist, reach, lift, grasp, push and pull on a frequent basis.</li><li>Ability to stand and/walk for the duration of a scheduled shift (at least 8 hours).</li><li>Ability to visually verify information and locate and inspect merchandise.</li><li>Ability to wear a face mask or covering and other personal protective equipment.</li><li>Ability to withstand exposure to varying temperatures, humidity, and other elements while performing certain job duties including but not limited to curbside, truck unload, etc.</li></ul><p></p><p><b>Preferred Qualifications </b></p><ul><li>Client facing Retail or Service Industry experience</li><li>Excellent written and verbal communication skills with the ability to influence in a clear and concise manner.</li><li>Naturally curious; desire to learn</li><li>Commitment to valuing diversity and contributing to an inclusive work environment<br /> </li></ul><br><br>Pay Starts At: $15.50', 'post_date' => '2023-09-27T15:43:00Z' ) ), (int) 3 => array( 'Employer' => array( 'company_name' => 'Amazon' ), 'UtZipcode' => array( 'city' => 'North Andover', 'state_prefix' => 'MA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=68bb573bd7ac73ec7e893e531&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=North+Andover%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253Atsf6brXbUXbPqB5j%253AK02zH9wWz54Rf%252B0PxmmkBA%253D%253D%253A%252FM4BNJb9s%252Br3RAgDJTiySsZ%252BYfUehO6qcSHE6k%252Ft08xdcVWncvj7i3PzT66V733CNdcfWfhb0rhIXKJ6iZ0ttkhl0%252B0ysXhx3XiOMVTOKQeUduRT2Pe6tsC3WXF4Ud79lBF%252BROqCR7J2aZ8h9xA%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-28630415517/', 'title' => 'Package Sorter - Immediate Hire', 'description' => '<link href="" rel="stylesheet"><div class="desktop" data-devicetype="desktop"> <div class="flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><div class="padding-bottom-base flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%" data-test-id="job-description-section"><div class="has-max-width"><div class="flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><h3 class="heading align-start color-ebony-clay device-custom font-size-mobile-inherit font-size-tablet-inherit ">Amazon Fulfillment Center Warehouse Associate</h3></div><div class="padding-bottom-base flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><div class="text align-start text text-normal color-ebony-clay font-size-t300 hyperlink-color- font-weight-normal align-start"><strong>Job Overview</strong><br/>You ll be part of the Amazon warehouse team that gets orders ready for customers relying on Amazon services. Our fast-paced, physical roles take place in a variety of areas including merch, make-on-demand, customer returns, Prime Now, and general fulfillment. You will be selecting, packing, and shipping orders in some cases, for our super-fast (2-hour or less) delivery service.</div></div><div class="padding-bottom-small flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><div class="text align-start text text-normal color-ebony-clay font-size-t300 hyperlink-color- font-weight-bold align-start">Duties & Responsibilities</div></div><div class="flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><ol class="list list-style--default"><div class="flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><div class="text align-start text text-normal color-ebony-clay font-size-t300 hyperlink-color- font-weight-normal align-start">Some of your duties may include:</div></div><div class="padding-top-mini flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><ol class="list list-style--disc"><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Receive and put away inventory</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Get customer orders ready and pack them up</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Load boxes into trucks for shipment</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Use scanners to read bar codes on products</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">View prompts on screens and follow the direction for some tasks</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Troubleshoot problems</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Ensure product meets quality requirements</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Operate power industrial trucks (PIT) such as a forklift or pallet driver, and work at heights up to 35 feet. Equipment training and certification are provided free of cost.</li></ol></div></ol></div><div class="flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><form class="form form-container" action="" autoComplete="true" encType="application/x-www-form-urlencoded" name="" method="post"><div class="flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><ol class="list list-style--default"><div class="flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><div class="text align-start text text-normal color-ebony-clay font-size-t300 hyperlink-color- font-weight-normal align-start">You'll also need to be able to:</div></div><div class="padding-top-mini flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><ol class="list list-style--disc"><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Lift up to 49 pounds</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Push utility carts up to 60 pounds</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Stand, walk, push, pull, squat, bend, and reach during shifts</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Use carts, dollies, hand trucks, and other gear to move items around</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Go up and down stairs (where applicable)</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Work at a height of up to 40 feet on a mezzanine (where applicable)</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Adhere to strict safety, quality, and fulfillment production standards</li></ol></div><div class="padding-top-base flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><div class="text align-start text text-normal color-ebony-clay font-size-t300 hyperlink-color- font-weight-normal align-start"><strong>What it's like at an Amazon Fulfillment Center</strong></div></div><div class="padding-top-mini flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><ol class="list list-style--disc"><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-"><strong>Safety.</strong> Your safety is important to us, so we provide protective gear. All teams share safety tips daily.</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-"><strong>Surroundings.</strong> You ll be working around moving machines order pickers, stand-up forklifts, turret trucks, and mobile carts.</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-"><strong>Activity.</strong> Some activities may require standing in one place for long periods, walking around, or climbing stairs.</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-"><strong>Temperature.</strong> Even with climate controls, temperatures can vary between 60 F and 90 F in some parts of the warehouse; on hot days, temperatures can be over 90 F in the truck yard or inside trailers.</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-"><strong>Noise level.</strong> It can get noisy at times. We provide hearing protection if you need it.</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-"><strong>Dress code. </strong>Relaxed, with a few rules to follow for safety. Comfortable, closed-toe shoes are required and protective safety footwear are required in select business units. Depending on the role or location, Amazon provides a $110 Zappos gift code towards the purchase of shoes, in order to have you prepared for your first day on the job.</li></ol></div><div class="padding-top-base flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><div class="text align-start text text-normal color-ebony-clay font-size-t300 hyperlink-color- font-weight-normal align-start"><strong>Why You ll Love this Job</strong></div></div><div class="padding-top-mini flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><ol class="list list-style--disc"><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-"><strong>Stay busy.</strong> You and your team are engaged the entire shift.</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink hyperlink-color-blue-80"><strong>Schedule flexibility</strong>. Depending on where you work, schedules may include full-time (40 hours), reduced-time (30-36 hours) or part-time (20 hours or less), all with the option of working additional hours if needed. Learn more about our schedules.</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink hyperlink-color-blue-80"><strong>Shift options</strong>. Work when it works for you. Shifts may include overnight, early morning, day, evening, and weekend. You can even have four-day workweeks and three-day weekends. Find out more about our shifts.</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink hyperlink-color-blue-80"><strong>Anytime Pay.</strong> You can instantly cash out up to 70% of your earnings immediately after your shift (for select employee groups). Learn more about Anytime Pay.</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-"><strong>Career advancement</strong>. We have made a pledge to upskill our employees and offer a variety of free training and development programs, and we also have tuition support options for select employee groups. See where your Amazon journey can take you.</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-"><strong>New skills</strong>. Depending on the role and location, you ll learn: how to operate a garment press and high-capacity printer, a t-shirt folding machine, how to assist with the print production process, or how to receive and process customer returns.</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-"><strong>Free training</strong>. Depending on the role and location, we ll teach you how to drive power industrial trucks (PIT) such as forklifts or a pallet driver, how the printing process works, and how to work with the latest Amazon technology including robots.</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-"><strong>Team environment</strong>. Work on small or large teams that support each other.</li></ol></div><div class="padding-top-base flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><div class="text align-start text text-normal color-ebony-clay font-size-t300 hyperlink-color- font-weight-normal align-start"><strong>Why You'll Love Amazon<br/></strong>Many of our jobs come with great benefits including healthcare, parental leave, ways to save for the future, and opportunities for career advancement all in a safe and inclusive environment that s been ranked among the best workplaces in the world. Some offerings are dependent upon the role, work schedule, or location, and can include the following:<strong> </strong></div></div><div class="padding-top-mini flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><ol class="list list-style--disc"><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Competitive wage paid weekly, with overtime for more than 40 hours</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Healthcare (medical, dental, vision, prescription drugs)</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Medical Advice Line</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Network of Support (health & well-being on and off the job)</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Adoption Assistance</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Maternity and Parental Leave</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">401(k) savings plan</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Paid Time Off (PTO)</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Holiday pay opportunities</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Employee discounts</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Basic life insurance</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">AD&D insurance</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Company-paid Short-Term and Long-Term Disability</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">On-the-job training and skills development</li><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Employee Assistance Program</li></ol></div><div class="padding-top-base flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><div class="text align-start text text-normal color-ebony-clay font-size-t300 hyperlink-color- font-weight-normal align-start">Learn more about Amazon Benefits and Culture.</div></div><div class="padding-top-base flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><div class="text align-start text text-normal color-ebony-clay font-size-t300 hyperlink-color- font-weight-normal align-start"><strong>Requirements:</strong></div></div><div class="padding-top-mini flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><ol class="list list-style--none"><li class="listItem listItem-normal color-ebony-clay font-size-t300 font-weight-normal hyperlink-color-">Candidates must be 18 years or older with the ability to understand and adhere to all job requirements and safety guidelines.</li></ol></div></ol></div><div class="padding-top-base flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><div class="text align-start text hyperlink text-normal color-ebony-clay font-size-t300 hyperlink-color-blue-80 font-weight-normal align-start"><strong>How To Get Started</strong><br/>You can begin by applying above. If you need help with your application or to learn more about our hiring process, you can find support here: <br/><br/>If you have a disability and need an accommodation during the application and hiring process, including support for the New Hire Event, or need to initiate a request prior to starting your Day 1, please visit or contact the Applicant-Candidate Accommodation Team (ACAT). You can reach us by phone at 888-###-####, Monday through Friday, between 6 a.m. and 4 p.m. PT. <br/><br/>Amazon is committed to a diverse and inclusive workplace. Amazon is an equal opportunity employer and does not discriminate on the basis of race, national origin, gender, gender identity, sexual orientation, protected veteran status, disability, age, or other legally protected status.</div></div></form></div><div class="padding-top-small flex-container flex-align-items-stretch flex-align-content-flex-start flex-full-width hvhcareer ember" id="" style="width:100%"><div class="spacer"></div></div></div></div></div> </div>', 'post_date' => '2023-09-25T09:15:53Z' ) ), (int) 4 => array( 'Employer' => array( 'company_name' => 'Buffalo Wild Wings-Danvers' ), 'UtZipcode' => array( 'city' => 'Lawrence', 'state_prefix' => 'MA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=64ef8937524c73ecbbc4de9b1&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=Lawrence%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253AbLv0jumOw%252BFUdC1A%253ABnQIU32zFM%252BSJGWJ70DCFw%253D%253D%253AT6We6glQLQvdO%252FzzPgGXne%252BwaFpzIERZIuudU5N8UaepFq1QvqN9teV%252FzELEEUxYm%252FWNjauG4E%252BRV7KgdAOoIbtrZWpdBXUk%252ByBs4ucCYmmM1kKoIwgsfCJSyyXt2dZ07hgOnhalWNBLLh5DJg%253D%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-27645646805/', 'title' => 'Prep Cook (Line Cook) - starting at $16.50/hr - Urgently Hiring', 'description' => 'Buffalo Wild Wings-Danvers is looking for a full time or part time line cook/prep cook to start immediately in Danvers, MA. Line cooks/prep cooks prepare the signature, quality food Buffalo Wild Wings-Danvers is known for. The ideal line cook/prep cook cares about the details, remains calm in the face of multiple complicated tickets, and has a willingness to learn new cooking techniques and menu items. If you thrive in a fast-paced environment and take pride in your work, our line cook/prep cook role may be just the job for you!<br />RESPONSIBILITIES<br />-Efficiently prepares food items as ordered.<br />-Exercises food safety and kitchen sanitation practices in order to deliver a quality product.<br />-Weighs, measures, and mixes ingredients according to recipes.<br />-Properly prepares meat, fish, vegetables, and other ingredients.<br />-Stays ahead of orders by anticipating demand throughout shift.<br />-Maintains cleanliness and working order of work area, tools, equipment, and supplies.<br />-Prepares and maintains the line and par levels as required by the current menu.<br />-Keeps walk in cooler/freezer organized.<br />-May assist with inventory temp logs and waste logs.<br />The ideal candidate will:<br />-Have knowledge of food service regulations.<br />-Skillfully uses hand tools or machines needed for the position.<br />-Be able to work in a fast paced environment.<br />-Be able to lift, carry, or pull objects that may be heavy and able to stand for extended periods of time.<br />-Is able to prioritize, organize, and manage multiple tasks.<br />We look forward to seeing you soon for an interview at Buffalo Wild Wings-Danvers for our full time or part time line cook/prep cook role. Apply today!', 'post_date' => '2023-09-27T14:03:22Z' ) ) ) $title_for_layout = 'Line cook, sandwich and wrap maker at Roses home cookin' $metatag_description = 'Line cook, sandwich and wrap makerRoses home cookin at Proven' $unique_name = 'roses-home-cookin-salem-nh' $reference_number = '52555' $mobile_image = '' $display_company_title = 'Jobs at Roses home cookin' $employer = array( 'EmployersJob' => array( 'id' => '43528', 'employer_id' => '29416', 'ats_url' => '', 'url' => '', 'title' => 'Line cook, sandwich and wrap maker', 'craigslist_city' => '', 'craigslist_sub_city' => '', 'craigslist_sub_sub_city' => '', 'craigslist_state' => '', 'open' => '1', 'post_date' => '2018-08-20 01:13:27', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '03079', 'description' => '<p>Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. </p>', 'unique_name' => '', 'created_date' => '2018-08-20 01:12:37' ), 'Employer' => array( 'lat' => '42.79040146', 'lon' => '-71.21980286', 'id' => '29416', 'company_name' => 'Roses home cookin', 'company_logo' => '', 'simple_posting_process' => '1', 'user_id' => '700320', 'zipcode' => '03079', 'city' => 'Salem', 'street_address' => '', 'street_address2' => null, 'state' => 'NH' ), 'UtZipcode' => array( 'zipcode' => '03079', 'city' => 'Salem', 'state_prefix' => 'NH' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ) $is_swinomish = false $is_hiring = (int) 1 $page = '' $success = (int) 0 $broadcast = (int) 0 $external_job_board = '' $is_worker = false $isMobile = false $isWorker = false $isSales = false $isEducator = false $adminLoggedIn = false $isEmployer = false $loggedIn = false $isFacebookAppUser = false $campaign = 'NONE' $content_for_layout = ' <script type="text/javascript"> var autocomplete = false; var sortOrder = "relevance"; </script> <meta property="og:title" content="Line cook, sandwich and wrap maker"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/43528?ref=52555"/> <meta property="og:image" content="/css/images/proven_logo.png"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. "/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/43528?ref=52555", "title": "Line cook, sandwich and wrap maker", "description": "<p>Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. </p>", "datePosted": "2018-08-20T01:13:27+00:00", "hiringOrganization": { "@type": "Organization", "name": "Roses home cookin", "sameAs": "https://www.proven.com/employers/publicPage/29416" }, "identifier": { "@type": "PropertyValue", "name": "Roses home cookin", "value": "29416" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Salem", "addressRegion": "NH" } } } </script> <script type="text/javascript"> $(document).ready(function() { $("#phone_number").mask(PHONE_NUMBER_FORMAT); $("#demo-submit-btn").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#requestDemoForm").submit(); }); $("#requestDemoForm").validate({ submitHandler: function() { $("#demo-submit-btn").button("loading"); $('#requestDemoForm').ajaxSubmit(successfulDemoMessage); }, wrapper: "p", messages: { "data[Employer][unique_identifier]": { required: '' } } }); $(document).on("click", ".join_proven", function(e) { e.preventDefault(); var employer_id = $(this).attr("employer_id"); var job_id = $(this).attr("job_id"); showJoinLoginDialog(employer_id, job_id); }); $.getJSON("/jobs_ajax/recordJobView/43528"); $('#employer-edit').affix({ offset: { top: $('.navbar').height() } }); $('#employer-edit').on('affix.bs.affix', function () { var navHeight = $('.navbar').outerHeight(true); $('#employer-edit + .container-fluid').css('margin-top', navHeight); }); $('#employer-edit').on('affix-top.bs.affix', function () { $('#employer-edit + .container').css('margin-top', 0); }); }); function successfulDemoMessage(responseObject) { if(responseObject.result == FAILURE) { $("#proven-demo-form").modal("hide"); $("#demo-submit-btn2").button("reset"); $("#demo-submit-btn").button("reset"); bootbox.alert(responseObject.message); } else { if(window.location.href.indexOf("?") > 0) { window.location.href = window.location.href + "&success=1"; } else { window.location.href = window.location.href + "?success=1"; } } } </script> <style> #employer-edit.affix { position: fixed; top: 0; width: 100%; z-index:10; } </style> <div id="join_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="join_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="login_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="login_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="loginModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="submissionModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="submissionModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="proven-view-job"> <span class="hide" id="jobid">43528</span> <span class="hide" id="referencenumber">52555</span> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div id="proven-candidate-home-page" class="hidden-xs" style="background: #fff;"> <div class="search-jobs" style="padding-top: 0px;"> <div class="row"> <div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1"> <div class="row search-row"> <div class="col-sm-5 search-field"> <input type="text" name="data[Search][search_text]" value="" id="search_text" placeholder="Job Title, Keywords, or Company" /> </div> <div class="col-sm-5 search-field"> <input type="text" value="" id="search-location" placeholder="City, State or Zip" /> </div> <div class="col-sm-2 search-field" style="height:50px;"> <a href="#" id="search-btn" class="btn btn-default" role="button" style="width:100%;">SEARCH</a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div class="panel panel-default voffset3"> <div class="panel-body"> <div class="job-post-details"> <div class="row"> <div class="col-xs-3 col-sm-2"> <div class="company-logo"> <img src="/css/images/proven_logo.png" width="90" border="0" class="img-responsive center-block" /> </div> </div> <div class="col-xs-9 col-sm-10"> <h1>Line cook, sandwich and wrap maker</h1> <p class="small-bottom-border"> Roses home cookin </p> <div class="date-location">Aug 19, 2018 - Salem, NH</div> <div class="voffset1"> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=seanfalconer"></script> </div> </div> </div> <hr /> <div class="row"> <div class="apply-form-link col-xs-12 col-sm-8 col-md-7 col-lg-8"> Apply via email:<br/><a class="red-link" href="mailto:jobs+43528-w@hireproven.com">jobs+43528-w@hireproven.com</a> </div> <div class="col-xs-12 col-sm-4 col-md-5 col-lg-4"> <script type="text/javascript"> var currentLink = null; var maskOn = false; function resizeTitleContainer() { var height = $("#job-title.job-post-container").height() + $(".apply-widget").height(); $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); } $(document).ready(function() { $("#apply-form-location").append($(".apply-widget")); var height = $("#job-title.job-post-container .inner").height() + 20; $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); $("#show-apply-form").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#show-apply-form").hide(); $(".apply-form-link").hide(); // resizeTitleContainer(); $(".apply-widget").slideToggle(400); }); $("#cover-letter-link").click(function(e) { e.preventDefault(); $("#cover-letter-link").hide(); $("#cover-letter-container").show(); $("#coverletter").focus(); }); $(document).keypress(function (eh){ $("#errorsBox").hide(); }); $("#login-link").click(function(e) { e.preventDefault(); $("#join_popup").modal("hide"); $("#login_popup #modalContent").html(""); $.ajax({ type: "POST", url: "/users_ajax/loginDialog/employer_id:29416/job_id:43528", success: function(html){ // update the hidden div layer to contain the form information $("#login_popup #modalContent").html(html); $("#login_popup").modal("show"); } }); }); $.validator.addMethod('tosChecked', function(value, element) { if(!$('#tos:checkbox').is(':checked')) { $('.toswrapper').css("border", "3px solid #CC0033"); return false; } else { $('.toswrapper').css("border", "3px solid #f5f5f5"); return true; } }); $("#submit-btn").click(function(e) { e.preventDefault(); $("#buildProfileForm").submit(); }); $("#buildProfileForm").validate({ submitHandler: function() { $("#submit-btn").button("loading"); $('#buildProfileForm').ajaxSubmit(processResumeInfo); }, rules: { "data[Worker][agreed_to_terms]": { tosChecked: true } }, messages: { "data[Worker][fname]": { required: '' }, "data[Worker][lname]": { required: '' }, "data[Worker][unique_identifier]": { required: '' }, "data[Worker][agreed_to_terms]": { tosChecked: '' } } }); $("#user_identifier").focus(); }); function processResumeInfo(responseObject) { var message; var showDebug = false if (showDebug) { console.log(responseObject); } responseObject = eval('(' + responseObject + ')'); if(responseObject.result == FAILURE) { $("#deleteMe").parent().css("width", "80px"); $("#submit-btn").button("reset"); if (!responseObject.message) { message = "There was a problem saving your application."; } else { message = responseObject.message; } bootbox.alert(message); } else { window.location.href = "/workers/activate?jid=43528"; } } </script> <div> <a href="#" id="show-apply-form" class="light-green-btn" role="button" title="Apply Now" style="width:100%;">APPLY NOW</a> <div class="clearfix"></div> </div> <div class="apply-widget" style="display: none;"> <h3>To apply, please fill in the information below</h3> <div class="existing-account">Already have an account? <a href="/pages/login" id="login-link" class="blue-link" title="Log In Now">Log In Now</a></div> <div class="form-body apply-form"> <form action="/workers_ajax/createAccountFromResume/29416/43528" class="errorsRight" id="buildProfileForm" enctype="multipart/form-data" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group row"> <div class="col-sm-12"> <h4>Contact Information:</h4> </div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][fname]" id="fname" placeholder="First Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][lname]" id="lname" placeholder="Last Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <div class="input text"><input name="data[Worker][unique_identifier]" placeholder="email@example.com" class="required long" id="unique_identifier" type="text"/></div> </div> <div class="clearfix"></div> </div> <div class="form-group"> <h4>Resume:</h4> <div class="input file"><input type="file" name="data[Worker][resume_file]" id="resume_file" size="14"/></div> </div> <div class="form-group"> <h4>Cover Letter:</h4> <div class="input textarea"><textarea name="data[EmployersJobsRankingsLetter][coverletter]" id="coverletter" class="required" placeholder="Why are you interested in this position? Answer any specific questions included in the job advertisement." cols="30" rows="6"></textarea></div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-7"> <div class="checkbox"> <label> <input type="checkbox" checked id="tos" name="data[Worker][agreed_to_terms]" tabindex="70" /> <div class="gray-text"> I agree to the <a title="Terms of Service" target="_new" href="/pages/termsWorkers">Terms of Service</a><br /><span class="tos-date">(Updated 2012-11-06)</span> </div> </label> </div> </div> <div class="col-xs-12 col-sm-6 col-md-5"> <div class="apply-button"> <a href="#" id="submit-btn" data-loading-text="Uploading..." class="light-green-btn" role="button" title="Submit Application" style="width:100%;">SUBMIT APPLICATION</a> </div> </div> </div> </form> </div> </div> </div> </div> <div id="apply-form-location"> </div> <hr /> </div> <div class="job-post-details"> <div id="job-description"> <p>Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. </p> </div> </div> <p class="voffset4"><strong>Other jobs you may like</strong></p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=682833f1d1ec73ec77bf72f31&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=Methuen%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253A8aHNg%252BZTp6%252F2YNTP%253AVaFbZLKj35X6f5I3NPZQbg%253D%253D%253Ag5SQvel2YabLGzzQXBzCSoKJmM8RGXPxG34H0IhZxsJI6CIXMG0PsbJOc9i%252FlkjhElUVRDTe4fmFoJ8QODmYKza55Dninw%252FDDLTbY5IBM5qge7WM2Z5ZaPW6GWOgwZTof6chANcLCG3jMAD2OaE%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-28512338941/" class="blue-link" target="_blank">Flexible Schedule - Shop and Deliver</a></p> <p class="similar-job-company">Instacart - <span class="text-muted">Methuen, MA</span></p> <p class="text-muted similar-job-date"> Yesterday </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=687d2a442f7c73ec72eee9ac1&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=Haverhill%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253A7%252FZgd%252F374yp2QpdX%253A7fA%252FqU5%252BPA%252BiBrQx%252Be0rZw%253D%253D%253AMdTROkTkXoGtLhCZR1NtGTY8TKubdcilaFpRG%252F0nsfJTEeL0P447EfwPT%252B0T5hO3QRVGzNXDBeoQcF1%252BHmfP3MeQukX8Nor%252FiBF5Iej6%252BL8aE8JbWNJHo0my3jkP%252F5vlNlICSksz74GroERnPHc%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-28565908132/" class="blue-link" target="_blank">Registered Nurse</a></p> <p class="similar-job-company">ENCOMPASS HEALTH - <span class="text-muted">Haverhill, MA</span></p> <p class="text-muted similar-job-date"> 2 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=68e7602e09dc73ec7b4a4f0e1&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=Portsmouth%2CNH&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253AlZH%252FABGuzhSc9xp6%253ABCZay7dJ43rENBq30QvgWA%253D%253D%253AiVsiDmq3wj1OVUEaF2CQuMajCukp1x30xWjXMxqJgWC3hHlyLiL349aEMSNZn7MfyqACMPWZLsni41Ks5wtbxxFPLh06aIMlrA1uMvUpyylx%252FC%252Fliffkss8%252FIPXphlJENRudKFUW4I9enIC6rBs%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-28710308162/" class="blue-link" target="_blank">Seasonal Retail Sales Associate</a></p> <p class="similar-job-company">Kohls Department Stores - <span class="text-muted">Portsmouth, NH</span></p> <p class="text-muted similar-job-date"> 8 hours ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=68bb573bd7ac73ec7e893e531&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=North+Andover%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253Atsf6brXbUXbPqB5j%253AK02zH9wWz54Rf%252B0PxmmkBA%253D%253D%253A%252FM4BNJb9s%252Br3RAgDJTiySsZ%252BYfUehO6qcSHE6k%252Ft08xdcVWncvj7i3PzT66V733CNdcfWfhb0rhIXKJ6iZ0ttkhl0%252B0ysXhx3XiOMVTOKQeUduRT2Pe6tsC3WXF4Ud79lBF%252BROqCR7J2aZ8h9xA%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-28630415517/" class="blue-link" target="_blank">Package Sorter - Immediate Hire</a></p> <p class="similar-job-company">Amazon - <span class="text-muted">North Andover, MA</span></p> <p class="text-muted similar-job-date"> 2 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=64ef8937524c73ecbbc4de9b1&ri=9a3ccb7aa34f4790a66fdf96e4a7e414&job_loc=Lawrence%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253AbLv0jumOw%252BFUdC1A%253ABnQIU32zFM%252BSJGWJ70DCFw%253D%253D%253AT6We6glQLQvdO%252FzzPgGXne%252BwaFpzIERZIuudU5N8UaepFq1QvqN9teV%252FzELEEUxYm%252FWNjauG4E%252BRV7KgdAOoIbtrZWpdBXUk%252ByBs4ucCYmmM1kKoIwgsfCJSyyXt2dZ07hgOnhalWNBLLh5DJg%253D%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-27645646805/" class="blue-link" target="_blank">Prep Cook (Line Cook) - starting at $16.50/hr - Urgently Hiring</a></p> <p class="similar-job-company">Buffalo Wild Wings-Danvers - <span class="text-muted">Lawrence, MA</span></p> <p class="text-muted similar-job-date"> 9 hours ago </p> <p class="voffset4"> <strong>Apply to jobs on the go with Proven mobile</strong> </p> <div> <a href="/candidates/app" target="_blank" title="Download the iPhone App"> <img src="/css/images/App_Store_available.png" width="112" /> </a> <a href="/candidates/app/google" target="_blank" title="Download the Android App"> <img src="/css/images/google_play_badge.png" width="112" /> </a> </div> </div> </div> </div> </div> </div> </div> ' $scripts_for_layout = '<script type="text/javascript" src="/js/Views/Jobs/search_jobs.js?1619372465"></script>' $no_title_bar = false $no_bottom_bar = false $no_index = false
filemtime - [internal], line ?? include - APP/View/Layouts/responsive.ctp, line 69 View::_evaluate() - CORE/Cake/View/View.php, line 961 View::_render() - CORE/Cake/View/View.php, line 923 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 960 JobsController::view() - APP/Controller/JobsController.php, line 1338 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 118
Roses home cookin
Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude.
Other jobs you may like
Flexible Schedule - Shop and Deliver
Instacart - Methuen, MA
Yesterday
ENCOMPASS HEALTH - Haverhill, MA
2 days ago
Seasonal Retail Sales Associate
Kohls Department Stores - Portsmouth, NH
8 hours ago
Package Sorter - Immediate Hire
Amazon - North Andover, MA
2 days ago
Prep Cook (Line Cook) - starting at $16.50/hr - Urgently Hiring
Buffalo Wild Wings-Danvers - Lawrence, MA
9 hours ago
Apply to jobs on the go with Proven mobile
Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 | SELECT `EmployersJob`.`id`, `EmployersJob`.`employer_id`, `EmployersJob`.`ats_url`, `EmployersJob`.`url`, `EmployersJob`.`title`, `EmployersJob`.`craigslist_city`, `EmployersJob`.`craigslist_sub_city`, `EmployersJob`.`craigslist_sub_sub_city`, `EmployersJob`.`craigslist_state`, `EmployersJob`.`open`, `EmployersJob`.`post_date`, `EmployersJob`.`duration`, `EmployersJob`.`anonymous_post`, `EmployersJob`.`compensation`, `EmployersJob`.`zip`, `EmployersJob`.`description`, `EmployersJob`.`unique_name`, `EmployersJob`.`created_date`, `Employer`.`lat`, `Employer`.`lon`, `Employer`.`id`, `Employer`.`company_name`, `Employer`.`company_logo`, `Employer`.`simple_posting_process`, `Employer`.`user_id`, `Employer`.`zipcode`, `Employer`.`city`, `Employer`.`street_address`, `Employer`.`street_address2`, `Employer`.`state`, `UtZipcode`.`zipcode`, `UtZipcode`.`city`, `UtZipcode`.`state_prefix` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) LEFT JOIN `proven_production`.`employers` AS `Employer` ON (`EmployersJob`.`employer_id` = `Employer`.`id`) WHERE `EmployersJob`.`id` = 43528 LIMIT 1 | 1 | 1 | 1 | |
2 | SELECT COUNT(*) AS `count` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) WHERE `EmployersJob`.`employer_id` = 29416 AND `EmployersJob`.`open` = 1 | 1 | 1 | 0 | |
3 | SELECT `User`.`unique_name`, `User`.`email_validated` FROM `proven_production`.`users` AS `User` LEFT JOIN `proven_production`.`workers` AS `Worker` ON (`Worker`.`user_id` = `User`.`id` AND `User`.`is_worker` = 1) WHERE `User`.`id` = 700320 AND `User`.`active` = 1 LIMIT 1 | 1 | 1 | 0 | |
4 | SELECT `EmployerMobileImage`.`file_name` FROM `proven_production`.`employer_mobile_images` AS `EmployerMobileImage` WHERE `EmployerMobileImage`.`employer_id` = 29416 LIMIT 1 | 0 | 0 | 0 | |
5 | SELECT `User`.`unique_name`, `User`.`email_validated` FROM `proven_production`.`users` AS `User` LEFT JOIN `proven_production`.`workers` AS `Worker` ON (`Worker`.`user_id` = `User`.`id` AND `User`.`is_worker` = 1) WHERE `User`.`id` = 700320 AND `User`.`active` = 1 LIMIT 1 | 1 | 1 | 0 | |
6 | SELECT `BillingTransaction`.`id` FROM `proven_production`.`billing_transactions` AS `BillingTransaction` WHERE `BillingTransaction`.`employers_job_id` = 43528 ORDER BY `BillingTransaction`.`created_date` desc LIMIT 1 | 1 | 1 | 0 | |
7 | SELECT `EmployersJob`.`title`, `EmployersJob`.`description`, `UtZipcode`.`city`, `UtZipcode`.`state_prefix`, `EmployersJob`.`zip` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) WHERE `EmployersJob`.`id` = 43528 LIMIT 1 | 1 | 1 | 0 |