<? 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' => 'Electrical Foreman at 3 Phase Electric', 'metatag_description' => 'Electrical Foreman3 Phase Electric at Proven', 'unique_name' => '3-phase-electric-phoenix-az', 'reference_number' => '53528', 'mobile_image' => '', 'display_company_title' => 'Jobs at 3 Phase Electric', 'employer' => array( 'EmployersJob' => array( 'id' => '44241', 'employer_id' => '29948', 'ats_url' => '', 'url' => '', 'title' => 'Electrical Foreman', 'craigslist_city' => 'phoenix', 'craigslist_sub_city' => 'phx north', 'craigslist_sub_sub_city' => '', 'craigslist_state' => 'Arizona', 'open' => '1', 'post_date' => '2018-10-11 19:53:39', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '85027', 'description' => '<p>Candidates must be self-motivated, and have a minimum of two years commercial and or industrial experience. Day and Evening shifts available. From Tucson to Prescott Valley.</p> <p> </p>', 'unique_name' => '', 'created_date' => '2018-10-11 19:51:55' ), 'Employer' => array( 'lat' => '33.69020081', 'lon' => '-112.10700226', 'id' => '29948', 'company_name' => '3 Phase Electric', 'company_logo' => '', 'simple_posting_process' => '1', 'user_id' => '704399', 'zipcode' => '85027', 'city' => 'Phoenix', 'street_address' => '', 'street_address2' => null, 'state' => 'AZ' ), 'UtZipcode' => array( 'zipcode' => '85027', 'city' => 'Phoenix', 'state_prefix' => 'AZ' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ), 'is_swinomish' => false, 'is_hiring' => (int) 2, '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="Electrical Foreman"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/44241?ref=53528"/> <meta property="og:image" content="/css/images/proven_logo.png"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Candidates must be self-motivated, and have a minimum of two years commercial and or industrial experience. Day and Evening shifts available. From Tucson to Prescott Valley. "/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/44241?ref=53528", "title": "Electrical Foreman", "description": "<p>Candidates must be self-motivated, and have a minimum of two years commercial and or industrial experience. Day and Evening shifts available. From Tucson to Prescott Valley.</p> <p> </p>", "datePosted": "2018-10-11T19:53:39+00:00", "hiringOrganization": { "@type": "Organization", "name": "3 Phase Electric", "sameAs": "https://www.proven.com/employers/publicPage/29948" }, "identifier": { "@type": "PropertyValue", "name": "3 Phase Electric", "value": "29948" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Phoenix", "addressRegion": "AZ" } } } </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/44241"); $('#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">44241</span> <span class="hide" id="referencenumber">53528</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>Electrical Foreman</h1> <p class="small-bottom-border"> 3 Phase Electric </p> <div class="date-location">Oct 11, 2018 - Phx North</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+44241-w@hireproven.com">jobs+44241-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:29948/job_id:44241", 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=44241"; } } </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/29948/44241" 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>Candidates must be self-motivated, and have a minimum of two years commercial and or industrial experience. Day and Evening shifts available. From Tucson to Prescott Valley.</p> <p> </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=6463e0b7efdc73eca30142e31&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Phoenix%2CAZ&q=Electrical+Foreman&spl=v1%253AvaNJyzN9QGaoWBue%253AA%252B5WFIqaJJZr%252BHIh%252FJpmNg%253D%253D%253Az%252BU6KECS%252FJsEkN%252BnVTb5oLMcYQpADAdBdRGJsbFG4CW7v%252FdqN8O8r83fGOgOQydYXInzhVzwXs1yZF%252FhvJ5Iaseq78qFgcP1Afi0dSWiX44qyUUOiW1SUszGCETqD1z5kl%252FtcGgUjJ6PCe7d1w%253D%253D&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-27766920173/" class="blue-link" target="_blank">Electrical Foreman</a></p> <p class="similar-job-company">Roadway Electric LLC - <span class="text-muted">Phoenix, AZ</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=64635df3d70c73eca30a96a01&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Phoenix%2CAZ&q=Electrical+Foreman&spl=v1%253AfmDYM6l4NWquQWoh%253ASmzhOiOlp5kESQPbp3zyWg%253D%253D%253AdY%252BAtcaSP3s1qfPVy0Wur5c2u90gP2%252FD%252BB3S07PvPZfJ1ddJqL6rxmA23d%252BhlfL4qQSujJxkUh6aclAEegJdOp8gYWUZ4KHlF8qhAQRr6CBgC6ICX6dVSUmcbR67fXJKutlDz7eqnwZ7GnSAxg%253D%253D&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-27766611888/" class="blue-link" target="_blank">Foreman-EMS/Electrical</a></p> <p class="similar-job-company">CoolSys - <span class="text-muted">Phoenix, AZ</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=67c339c7954c73ec990cd5e41&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Phoenix%2CAZ&q=Electrical+Foreman&spl=v1%253A69ZEvUPR8sAJVZpK%253AD4%252B6i4rNe7GMYqEHBkAEPw%253D%253D%253AqySWIUXyXq7gHGDW%252B23UR9RG7NWgq%252FjulXA1%252BVJSiW0vcqA7voIPgCz2L%252FM6oK1kz%252BFiWuU%252BD1Hr9VBrFaMgmLcPyxzXjeJNl%252FuDpuVGoNeM8wDiO0hbuAaRPy%252BqgzXNFj0H8gL%252B75z%252FlAr7&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-27062116076/" class="blue-link" target="_blank">Foreman</a></p> <p class="similar-job-company">Power Design - <span class="text-muted">Phoenix, AZ</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=65cfc492fc9c73ecb9c300b21&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Peoria%2CAZ&q=Electrical+Foreman&spl=v1%253AUuDy%252FVJuZUnyOHXM%253AXuwY%252BUQ%252Bu2A350pty9uKXw%253D%253D%253A9h9YXATXkUdFp9PhRAPULzuu6ShoXeInhHI3tOnL9eYSGSbAQmA5KumKQuxSeotGuvDHTaYSOYjVVo76lh8cMt785n9TnVaNn%252FYF1pGJDJ8Jpc77S1vdBVyFnFlMaxxjkY1zukou5dfWljtwIg%253D%253D&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-27611845054/" class="blue-link" target="_blank">Tower Crew Foreman</a></p> <p class="similar-job-company">Enertech - <span class="text-muted">Peoria, AZ</span></p> <p class="text-muted similar-job-date"> 3 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=676ff445889c73ec93c00dc51&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Phoenix%2CAZ&q=Electrical+Foreman&spl=v1%253A6jBu0I9EadEHlkhZ%253AAcd52Xo3l8HcCBTWhaasRw%253D%253D%253Am47jm%252Bu2uTTHx8xu6GDkagEwGwqjValX0Gnmk7y7u7aSKiYF5KB2u1xBLnTDi9g14nUEeVMgmJkRKhGeoOPbdGGHl0m9H5HsRtn9baakcQe2dQZBpoDIeuEAKGSnKXBjkG27hSZIvdsX3ZLT&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-26974242571/" class="blue-link" target="_blank">Journeyman Electrician - $1,000 Sign-On Bonus</a></p> <p class="similar-job-company">DP Electric - <span class="text-muted">Phoenix, AZ</span></p> <p class="text-muted similar-job-date"> 1 week 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' => 'Roadway Electric LLC' ), 'UtZipcode' => array( 'city' => 'Phoenix', 'state_prefix' => 'AZ' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=6463e0b7efdc73eca30142e31&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Phoenix%2CAZ&q=Electrical+Foreman&spl=v1%253AvaNJyzN9QGaoWBue%253AA%252B5WFIqaJJZr%252BHIh%252FJpmNg%253D%253D%253Az%252BU6KECS%252FJsEkN%252BnVTb5oLMcYQpADAdBdRGJsbFG4CW7v%252FdqN8O8r83fGOgOQydYXInzhVzwXs1yZF%252FhvJ5Iaseq78qFgcP1Afi0dSWiX44qyUUOiW1SUszGCETqD1z5kl%252FtcGgUjJ6PCe7d1w%253D%253D&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-27766920173/', 'title' => 'Electrical Foreman', 'description' => '<p><strong>Responsibilities</strong></p> <ul> <li>Responsible for the efficient organization of crews</li> <li>Facilitate training and coaching to ensure a high standard of excellence</li> <li>Recognize and address issues/problems that may arise among crew members and provide effective resolution</li> <li>Accountable for following project plans/schedules, ensuring that crews perform activities to meet production goals</li> <li>Identify needs and deficiencies in the schedule and communicate these to the appropriate individuals</li> <li>Identify, verify, and report any scheduling conflicts with other crews and subcontractors to the appropriate individuals</li> <li>Responsible and accountable for the safety of the crews under his/her direction</li> <li>Know, understand, and communicate safety policies & procedures to ensure compliance in all areas of safety</li> <li>Ensure timely responses, actions, and corrections to any safety issue</li> </ul> <p></p> <p><strong>Qualifications</strong></p> <ul> <li>IMSA tech certified</li> <li>Prior experience with traffic signal lights preferred</li> <li>At least 5 years of prior electrical experience in heavy construction</li> <li>Knowledge of project construction scope and objective</li> <li>Valid drivers license required</li> </ul> <p></p> <p>THIS IS A UNION POSITION</p> <p></p> <p><em>Pre-employment drug screening required</em></p> <p><em>EOE Women/Minorities/Veterans/Disabled</em></p> <p></p>', 'post_date' => '2023-06-02T02:03:33Z' ) ), (int) 1 => array( 'Employer' => array( 'company_name' => 'CoolSys' ), 'UtZipcode' => array( 'city' => 'Phoenix', 'state_prefix' => 'AZ' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=64635df3d70c73eca30a96a01&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Phoenix%2CAZ&q=Electrical+Foreman&spl=v1%253AfmDYM6l4NWquQWoh%253ASmzhOiOlp5kESQPbp3zyWg%253D%253D%253AdY%252BAtcaSP3s1qfPVy0Wur5c2u90gP2%252FD%252BB3S07PvPZfJ1ddJqL6rxmA23d%252BhlfL4qQSujJxkUh6aclAEegJdOp8gYWUZ4KHlF8qhAQRr6CBgC6ICX6dVSUmcbR67fXJKutlDz7eqnwZ7GnSAxg%253D%253D&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-27766611888/', 'title' => 'Foreman-EMS/Electrical', 'description' => '<h3>Description </h3> <p > </p><p >With over 150 years of experience, CoolSys is the market-leading indoor environment solutions company. Our full spectrum of best-in-class services includes HVAC & refrigeration installations, remodels, service & maintenance; and energy solutions, including controls and lighting.CoolSys serves customers in the retail, commercial, food service, educational, healthcare, and industrial markets. Headquartered in Southern California, CoolSys has more than 2,000 highly trained, field-based service and installation experts, serving more than 45,000 customer locations across North America daily. </p><p><strong>WHAT WE OFFER <br> </strong>We are a large company serving many unique customers because of this, we provide job stability and long-term opportunity for career growth. We invest in our technicians by offering: </p><ul><li >Ongoing Education & Training </li><li >Exposure to a Large Variety of Projects </li><li >Industry-leading Benefit Packages </li><li >Advanced support and tools designed to improve your workflow </li><li ><strong>Pay from $37 - $49/hour </strong> </li> </ul><p ><strong><em>WHY JOIN US </em> </strong><em><br> </em>We understand that hiring great people in the field is the foundation of everything we do. Our employee benefits packages include: </p><ul><li >Competitive pay <strong>including a quarterly bonus plan </strong> </li><li >Medical, Dental, Vision and Prescription coverage </li><li ><strong>Paid vacation and holidays </strong> </li><li ><strong >401(K) </strong><b>matches </b> </li><li >Life insurance, AD&D and long-term disability </li><li >Tuition reimbursement </li><li ><strong>Paid online training </strong> and <strong>state-of-the-art training facility </strong> to invest in YOUR career growth </li><li >Opportunities available <strong>nationwide </strong> </li><li > <strong>Employee discounts </strong> on vehicles, hotels, theme parks, select cell phone bills and so much more </li><li > Pet Insurance </li><li > Legal Plan, and ID Theft Protection </li> </ul><p><strong>JOB SUMMARY </strong> </p><p>This position is responsible for repairing, maintaining, and installing different kinds of electrical systems. Determines the layouts and testing of electrical patterns. </p><p><strong>ESSENTIAL DUTIES AND RESPONSIBILITIES: </strong> </p><ul><li>Reads blueprints, runs conduit, and wires devices. </li><li>Read and interprets mechanical and electrical drawings and code specifications for determining wiring layouts. </li><li>Performs upgrades or preventive maintenance to electrical control systems. </li><li>Runs tests, isolates problems, replaces damaged section of wiring, and layout circuit. </li><li>Other duties as assigned. </li> </ul><p><strong> </strong><strong>EDUCATION, EXPERIENCE AND/OR LICENSES: </strong> </p><ul><li>High School Diploma is required; prefer some trade or technical school classes. </li><li>3 - 5 years work experience as an electrician apprentice. </li><li>Electrician apprenticeship. </li><li>License as a Journeyman or Electrician to meet state requirements. </li><li>Knowledge of tools, equipment, and materials common to the electrical trade. </li><li>Knowledge of applicable electrical codes, standards, and regulations. </li><li>Knowledge of electrical application for high and low voltage electric system. </li><li>Skill in the installation, repair, and maintenance of all types of electrical system equipment and components. </li><li>Ability to work with minimal supervision. </li><li>Must be knowledgeable in all aspects of commercial construction industry related products and tools. </li><li>Skill in both verbal and written communication.<strong> </strong> </li> </ul><p >Today, there are 22 different companies that make up the CoolSys family of brands. When you join CoolSys, you join anationwide network of the country's best and most highly trained technicians<strong>. </strong> Our valued employees are at the heart of our continued growth and success. We invite you to be part of that growth!<br><strong >Connect with us on </strong><strong>Facebook </strong> <strong > and on </strong><strong>Twitter </strong> <strong >. </strong><br> </p><p ><em>Coolsys is an EEO/AA </em><em>/M/F/Vet/Disability </em><em> Employer. All qualified individuals - Including all ages, colors, disability, ethnicity, family or marital status, gender identity or expression, language, national origin, physical and mental ability, political affiliation, race, religion, sexual orientation, socio-economic status, veteran status, and other characteristics are encouraged to apply. </em> </p><p ><em>Pre-employment background screening (criminal and MVR) and drug testing (including for marijuana) arerequiredfor all positions. Coolsys will consider qualified applicants with criminal histories in a manner consistent with federal law, state law, or local ordinance. </em> </p><p >#SA2023 </p><p><strong> </strong> </p><p> </p><p ><br><br> </p> <p > </p><p>CoolSys - Technicians from CoolSys on Vimeo . </p>', 'post_date' => '2023-06-02T01:58:11Z' ) ), (int) 2 => array( 'Employer' => array( 'company_name' => 'Power Design' ), 'UtZipcode' => array( 'city' => 'Phoenix', 'state_prefix' => 'AZ' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=67c339c7954c73ec990cd5e41&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Phoenix%2CAZ&q=Electrical+Foreman&spl=v1%253A69ZEvUPR8sAJVZpK%253AD4%252B6i4rNe7GMYqEHBkAEPw%253D%253D%253AqySWIUXyXq7gHGDW%252B23UR9RG7NWgq%252FjulXA1%252BVJSiW0vcqA7voIPgCz2L%252FM6oK1kz%252BFiWuU%252BD1Hr9VBrFaMgmLcPyxzXjeJNl%252FuDpuVGoNeM8wDiO0hbuAaRPy%252BqgzXNFj0H8gL%252B75z%252FlAr7&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-27062116076/', 'title' => 'Foreman', 'description' => '<strong>about the position...</strong><br><br>The electrical foreman is a critical leadership role with a significant impact on the success of a project, ensuring that we maintain a high level of quality, safety and customer satisfaction. Foremen at Power Design not only have access to innovative technologies in the field - including fully-equipped iPads - they also travel to our 16,000-square-foot training facility for customized training courses at our headquarters in St. Petersburg, Florida.<br><br><strong>position details/responsibilities...</strong><br><ul><li>Working closely with project superintendent and other trades, oversee the assigned scope, including the management of material and manpower. </li><li>Accountable for enforcing and promoting high quality and safety standards. </li><li>Utilize technology such as company-provided iPad and smartphone to ensure the job gets done on time and exceeds customer expectations.</li><li>Supervise, mentor and motivate employees working on designated scope.</li></ul><br><br><strong>here's what we're looking for...</strong><br><ul><li>OSHA 30 certification preferred. </li><li>Progressive electrical leaders who love using technology and want a clear career path</li><li>Skilled field supervisor with at least five (5) years of experience managing a scope and running multimillion dollar projects for an electrical contractor.</li><li>Must have an active journeyman or master electrician license.</li><li>Proficient knowledge of the National Electrical Code (NEC), local codes and construction safety requirements.</li><li>Must have at least basic computer and writing skills.</li><li>Demonstrate and uphold all of Power Design's core values, which include integrity, accountability, teamwork, innovation and growth.</li></ul><br><br>At Power Design, we are committed to providing an environment of mutual respect where equal employment opportunities are available to all applicants and teammates without regard to race, color, religion, sex, pregnancy, national origin, age, physical and mental disability, marital status, sexual orientation, gender identity, gender expression, genetic information, military and veteran status, and any other characteristic protected by applicable law. Power Design believes that diversity and inclusion among our teammates is paramount to our success as a national company, and we seek to recruit, develop and retain the most talented people from a diverse candidate pool nationwide.', 'post_date' => '2023-06-01T13:06:54Z' ) ), (int) 3 => array( 'Employer' => array( 'company_name' => 'Enertech' ), 'UtZipcode' => array( 'city' => 'Peoria', 'state_prefix' => 'AZ' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=65cfc492fc9c73ecb9c300b21&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Peoria%2CAZ&q=Electrical+Foreman&spl=v1%253AUuDy%252FVJuZUnyOHXM%253AXuwY%252BUQ%252Bu2A350pty9uKXw%253D%253D%253A9h9YXATXkUdFp9PhRAPULzuu6ShoXeInhHI3tOnL9eYSGSbAQmA5KumKQuxSeotGuvDHTaYSOYjVVo76lh8cMt785n9TnVaNn%252FYF1pGJDJ8Jpc77S1vdBVyFnFlMaxxjkY1zukou5dfWljtwIg%253D%253D&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-27611845054/', 'title' => 'Tower Crew Foreman', 'description' => '<p><strong>Summary:</strong></p> <p>Responsible for leading efforts for the erection, construction, and/or maintenance of wireless towers. Provide assistance to Construction Manager and Project Manager by direct supervision of all tower personnel. Ensure all OSHA requirements and company procedures are followed.</p> <p><strong>Key Responsibilities:<br /></strong></p> <p>Lead work on tower top, looking after all aspects of work while on the tower, ensuring that a safe and quality installation has been performed, including rigging, hoisting, landing, fastening, loadhopping, etc.</p> <p>Installation of up-top equipment including masts, clamping, bracing, supports, antennas, RRUs, cabling, bolting, true-ing up, shooting proper azimuth within tolerances, reading maps and a compass, torqueing to spec, labeling, picture-taking, documentation, plumb and tilt readings with smart level, etc. Assist with integrating all closeout requirements are an absolute must.</p> <p>Perform coax, fiber, lines, and hybrid cable installation, connector installation, sweep and testing assisting, weather proofing, color-coding, labeling, etc. connect coax feedlines and jumpers per piping diagrams, and support and fasten adequately for a quality, lasting installation.</p> <p>Do grounding, terminations, fastening, proper bolting and antioxidant use, support of leads, cadwelding as required, etc.</p> <p>Assist on overall job, all tasks required to build and install a site per customer specs, maintain safe work environment, daily use and completion of Jobsite Safety Assessment (JSA) forms, assisting with overall crew work, maintenance of vehicles and equipment, etc.</p> <p>Ensure highest level of safety and quality control requirements are upheld and mentor less experienced crew members in safety awareness.</p> <p>Able to photograph work tasks as needed for close out packages, ensuring all safety regulations are in place</p> <p>Assist in the coordination and preparation and cleaning of sites.</p> <p>Help lead the efforts in the assembly of monopole, self-support guyed towers and roof tops</p> <p>Assist in the antenna installation of microwave parabolic 1 to 15 foot, VHF, UHF, cellular and FM broadcast antennas is required</p> <p>Lead the transmission line and installation</p> <p>Must be willing to continue to work towards training and certifications for tower related work.</p> <p>Must know how to read and understand drawings, piping diagrams, job specifications, mounting specs, testing procedures, etc.</p> <p>Able to lead safety tool meeting as required</p> <p>Responsible for own tool inventory and upkeep daily on job site</p> <p>Other duties as assigned</p> <p><strong>Physical Demands</strong></p> <p>Must be able to climb and perform work at various heights, up to 500 feet, for long periods of time and multiple times</p> <p>Must be in good physical condition with the ability to stoop, crawl, bend at the knees and waist, squat and lift 50 pounds; includes body weight, equipment, tools and boxes</p> <p>Must be able to pull his/her own body weight plus equipment weight up a vertical tower repeatedly for long periods of time</p> <p>Must be willing to travel out of market/state, for up to several months at a time (80-100%)</p> <p>Must be able to pass pre-employment screening that includes background and drug testing and participate in random testing program</p> <p>May be required to work long and unpredictable hours</p> <p>Position requires working outdoors in all types of weather</p> <p><strong>Minimum Qualifications:</strong></p> <p>Ability to operate aerial lifts, man lifts, skid steers and aerial platform equipment</p> <p>Completion of safety LMS and OSHA 10 training preferred as well as competent rigger coursework</p> <p>Ability to troubleshoot and correct mechanical or LV electrical connections</p> <p>Completion of Industrial First Aid and rescue training</p> <p>Exceptional knowledge of Fall Protection practice and procedures and tower life saving techniques</p> <p>Tower Climbing Safety and Rescue Certification is required</p> <p>Successful completion of safety in rigging coursework required</p> <p><strong>Soft Skills:</strong></p> <p>Communicate in person, by phone and radio with supervisor, foreman and co-workers</p> <p>Ability to read, comprehend and carry out instructions</p> <p>Must be able to work with a team, and independently as required</p> <p>Must be able to lead crew in support of foreman</p> <p><strong>Supervisory Requirements:</strong></p> <p>This position will directly supervise up to 4 tower personnel.</p> <p><strong>Position Type and Expected Hours of Work</strong></p> <p>This is a full time position. Days and hours of work are Monday through Friday, 7:00 a.m. to 5:00 p.m. with overtime requirements.</p> <p></p> <p><strong>EEO Statement</strong></p> <p>Enertech provides equal employment opportunities (EEO) to all employees and applicants for employment without regard to race, color, religion, sex, national origin, age, disability and genetics. In addition to federal law requirements, Enertech complies with applicable state and local laws governing nondiscrimination in employment in every location in which the company has facilities. This policy applies to all terms and conditions of employment, including recruiting, hiring, placement, promotion, termination, layoff, recall, transfer, leaves of absence, compensation and training.</p> <p>Enertech expressly prohibits any form of workplace harassment based on race, color, religion, gender, sexual orientation, gender identity or expression, national origin, age, genetic information disability or veteran status. Improper interference with the ability of Enertech s employees to perform their job duties may result in discipline up to and including discharge.</p>', 'post_date' => '2023-06-01T00:34:03Z' ) ), (int) 4 => array( 'Employer' => array( 'company_name' => 'DP Electric' ), 'UtZipcode' => array( 'city' => 'Phoenix', 'state_prefix' => 'AZ' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=676ff445889c73ec93c00dc51&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Phoenix%2CAZ&q=Electrical+Foreman&spl=v1%253A6jBu0I9EadEHlkhZ%253AAcd52Xo3l8HcCBTWhaasRw%253D%253D%253Am47jm%252Bu2uTTHx8xu6GDkagEwGwqjValX0Gnmk7y7u7aSKiYF5KB2u1xBLnTDi9g14nUEeVMgmJkRKhGeoOPbdGGHl0m9H5HsRtn9baakcQe2dQZBpoDIeuEAKGSnKXBjkG27hSZIvdsX3ZLT&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-26974242571/', 'title' => 'Journeyman Electrician - $1,000 Sign-On Bonus', 'description' => '<strong>JOURNEYMAN ELECTRICIAN - GREATER PHOENIX METRO</strong><br><br>Now starting at <strong>$30.00+</strong> hourly DOE plus a <strong>$1,000 sign-on bonus</strong>.<br><br>AWARD-WINNING LEADERSHIP, AWARD-WINNING CULTURE<br><ul><li>2020 AZ Central Top Company to work for</li><li>2019 Inc. 5000 Fastest Growing Private Company</li><li>2019 Phoenix Business Journal: Most Admired Company</li><li>2019 AZ Central Top Company to work for</li><li>2018 AZ Central Top Company to work for</li><li>2016 AZ Central Top Company to work for</li><li>2018 AZ Business: Most Admired Leader Founder/CEO, Dan Puente</li><li>2018 Phoenix Business Journal: Most Admired Company</li><li>2018 Arizona Corporate Excellence Award</li><li>Glassdoor Open Company</li></ul><br><br>JOB DESCRIPTION<br><br>Working closely with project management, the Journeyman Electrician is responsible for executing professional, quality installations per all current electrical codes. Able to work quickly and efficiently while maintaining safety standards 100% of the time. The ideal candidate is growth oriented, able to read blueprints, understand special systems and able to terminate service sections, distribution centers, panel boards, transformers and able to disconnect motor controls.<br><br>CAREER PATH<br><ul><li>Junior Foreman</li><li>Foreman</li><li>General Foreman</li><li>Estimating</li></ul><br><br>RESPONSIBILITIES<br><ul><li>Installing raceways. (PVC, EMT, RIGID, FLEX, MC)</li><li>Able to read blueprints, legend symbols, scale of plan, branch circuits, one-line and riser diagram.</li><li>Proficient with reading blueprints color coding for high/low voltage.</li><li>Strong working knowledge of A-sheets, reflective ceiling, and detail drawings for layouts.</li><li>Must be able to make multiple circuits with multiple ground conductors.</li><li>Completion of all installations per all current electrical codes.</li></ul><br><br>QUALIFICATIONS<br><ul><li>5 to10 years in the electrical trade and completion of an apprenticeship.</li><li>Must be able to install PVC, EMT, RIGID, FLEX, MC.</li><li>Must be capable of making multiple circuits with multiple ground conductors.</li><li>Must be able to trim out devices.</li><li>Detail-oriented with strong communication skills.</li><li>Must be able to read blueprints.</li><li>Proficient with hydraulic benders.</li></ul><br><br>PHYSICAL REQUIREMENTS<br><ul><li>Must be able to bend, stoop, squat, crawl, climb, kneel, balance, push, pull, and reach overhead.</li><li>Must be able to lift over 50 lbs.</li><li>Must be able to stand 80% of the day.</li><li>Must be able to climb ladders.</li><li>Possess good vision (normal or corrected). </li><li>Carry material from one location to another or floor to floor.</li><li>Must be able to lift and work with tools above head.</li><li>Must be able to lift, position, and fasten heavy electrical equipment.</li><li>Must be able to lift, position, and fasten objects such as light fixtures, wire, conduit, junction boxes, motors, and other equipment.</li><li>Must be able to work from A-Frames, extension ladders, boom lift, scaffolds, and aerial work platforms at various heights. </li><li>Must be able to identify and separate wires by color.</li><li>Must be able to dig and work in trenches.</li></ul><br><br>BENEFITS<br><ul><li>Medical Insurance - Four different medical plans to choose from</li><li>Dental Insurance - Three different dental plans to choose from</li><li>Vision Insurance </li><li>$25,000 Life Insurance Policy at no cost to employee</li><li>Additional Life Insurance opportunity</li><li>401(k) with company match</li><li>Paid Time Off</li><li>Tuition reimbursement opportunity</li><li>Continuing education through DP University</li><li>Tuition reimbursement through an accredited apprenticeship program</li><li>Profit sharing opportunity</li><li>Company fitness center</li><li>Competitive market driven compensation</li></ul><br><br>Hiring is contingent upon successful completion of drug screen and background check. DP Electric Inc. is a drug free workplace. EOE.<br><br>DP Electric Inc. | 2210 S. Roosevelt St. - Tempe, AZ 85282 | 480.###.#### | ...@dpelectric.com<br><br>CLICK THE LOGO TO SEE WHAT OUR EMPLOYEES ARE SAYING ABOUT #LIFEATDPE!', 'post_date' => '2023-05-26T01:35:04Z' ) ) ) $title_for_layout = 'Electrical Foreman at 3 Phase Electric' $metatag_description = 'Electrical Foreman3 Phase Electric at Proven' $unique_name = '3-phase-electric-phoenix-az' $reference_number = '53528' $mobile_image = '' $display_company_title = 'Jobs at 3 Phase Electric' $employer = array( 'EmployersJob' => array( 'id' => '44241', 'employer_id' => '29948', 'ats_url' => '', 'url' => '', 'title' => 'Electrical Foreman', 'craigslist_city' => 'phoenix', 'craigslist_sub_city' => 'phx north', 'craigslist_sub_sub_city' => '', 'craigslist_state' => 'Arizona', 'open' => '1', 'post_date' => '2018-10-11 19:53:39', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '85027', 'description' => '<p>Candidates must be self-motivated, and have a minimum of two years commercial and or industrial experience. Day and Evening shifts available. From Tucson to Prescott Valley.</p> <p> </p>', 'unique_name' => '', 'created_date' => '2018-10-11 19:51:55' ), 'Employer' => array( 'lat' => '33.69020081', 'lon' => '-112.10700226', 'id' => '29948', 'company_name' => '3 Phase Electric', 'company_logo' => '', 'simple_posting_process' => '1', 'user_id' => '704399', 'zipcode' => '85027', 'city' => 'Phoenix', 'street_address' => '', 'street_address2' => null, 'state' => 'AZ' ), 'UtZipcode' => array( 'zipcode' => '85027', 'city' => 'Phoenix', 'state_prefix' => 'AZ' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ) $is_swinomish = false $is_hiring = (int) 2 $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="Electrical Foreman"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/44241?ref=53528"/> <meta property="og:image" content="/css/images/proven_logo.png"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Candidates must be self-motivated, and have a minimum of two years commercial and or industrial experience. Day and Evening shifts available. From Tucson to Prescott Valley. "/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/44241?ref=53528", "title": "Electrical Foreman", "description": "<p>Candidates must be self-motivated, and have a minimum of two years commercial and or industrial experience. Day and Evening shifts available. From Tucson to Prescott Valley.</p> <p> </p>", "datePosted": "2018-10-11T19:53:39+00:00", "hiringOrganization": { "@type": "Organization", "name": "3 Phase Electric", "sameAs": "https://www.proven.com/employers/publicPage/29948" }, "identifier": { "@type": "PropertyValue", "name": "3 Phase Electric", "value": "29948" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Phoenix", "addressRegion": "AZ" } } } </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/44241"); $('#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">44241</span> <span class="hide" id="referencenumber">53528</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>Electrical Foreman</h1> <p class="small-bottom-border"> 3 Phase Electric </p> <div class="date-location">Oct 11, 2018 - Phx North</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+44241-w@hireproven.com">jobs+44241-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:29948/job_id:44241", 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=44241"; } } </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/29948/44241" 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>Candidates must be self-motivated, and have a minimum of two years commercial and or industrial experience. Day and Evening shifts available. From Tucson to Prescott Valley.</p> <p> </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=6463e0b7efdc73eca30142e31&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Phoenix%2CAZ&q=Electrical+Foreman&spl=v1%253AvaNJyzN9QGaoWBue%253AA%252B5WFIqaJJZr%252BHIh%252FJpmNg%253D%253D%253Az%252BU6KECS%252FJsEkN%252BnVTb5oLMcYQpADAdBdRGJsbFG4CW7v%252FdqN8O8r83fGOgOQydYXInzhVzwXs1yZF%252FhvJ5Iaseq78qFgcP1Afi0dSWiX44qyUUOiW1SUszGCETqD1z5kl%252FtcGgUjJ6PCe7d1w%253D%253D&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-27766920173/" class="blue-link" target="_blank">Electrical Foreman</a></p> <p class="similar-job-company">Roadway Electric LLC - <span class="text-muted">Phoenix, AZ</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=64635df3d70c73eca30a96a01&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Phoenix%2CAZ&q=Electrical+Foreman&spl=v1%253AfmDYM6l4NWquQWoh%253ASmzhOiOlp5kESQPbp3zyWg%253D%253D%253AdY%252BAtcaSP3s1qfPVy0Wur5c2u90gP2%252FD%252BB3S07PvPZfJ1ddJqL6rxmA23d%252BhlfL4qQSujJxkUh6aclAEegJdOp8gYWUZ4KHlF8qhAQRr6CBgC6ICX6dVSUmcbR67fXJKutlDz7eqnwZ7GnSAxg%253D%253D&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-27766611888/" class="blue-link" target="_blank">Foreman-EMS/Electrical</a></p> <p class="similar-job-company">CoolSys - <span class="text-muted">Phoenix, AZ</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=67c339c7954c73ec990cd5e41&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Phoenix%2CAZ&q=Electrical+Foreman&spl=v1%253A69ZEvUPR8sAJVZpK%253AD4%252B6i4rNe7GMYqEHBkAEPw%253D%253D%253AqySWIUXyXq7gHGDW%252B23UR9RG7NWgq%252FjulXA1%252BVJSiW0vcqA7voIPgCz2L%252FM6oK1kz%252BFiWuU%252BD1Hr9VBrFaMgmLcPyxzXjeJNl%252FuDpuVGoNeM8wDiO0hbuAaRPy%252BqgzXNFj0H8gL%252B75z%252FlAr7&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-27062116076/" class="blue-link" target="_blank">Foreman</a></p> <p class="similar-job-company">Power Design - <span class="text-muted">Phoenix, AZ</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=65cfc492fc9c73ecb9c300b21&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Peoria%2CAZ&q=Electrical+Foreman&spl=v1%253AUuDy%252FVJuZUnyOHXM%253AXuwY%252BUQ%252Bu2A350pty9uKXw%253D%253D%253A9h9YXATXkUdFp9PhRAPULzuu6ShoXeInhHI3tOnL9eYSGSbAQmA5KumKQuxSeotGuvDHTaYSOYjVVo76lh8cMt785n9TnVaNn%252FYF1pGJDJ8Jpc77S1vdBVyFnFlMaxxjkY1zukou5dfWljtwIg%253D%253D&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-27611845054/" class="blue-link" target="_blank">Tower Crew Foreman</a></p> <p class="similar-job-company">Enertech - <span class="text-muted">Peoria, AZ</span></p> <p class="text-muted similar-job-date"> 3 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=676ff445889c73ec93c00dc51&ri=9953bdd14731435d90b0951e7b76ebc1&job_loc=Phoenix%2CAZ&q=Electrical+Foreman&spl=v1%253A6jBu0I9EadEHlkhZ%253AAcd52Xo3l8HcCBTWhaasRw%253D%253D%253Am47jm%252Bu2uTTHx8xu6GDkagEwGwqjValX0Gnmk7y7u7aSKiYF5KB2u1xBLnTDi9g14nUEeVMgmJkRKhGeoOPbdGGHl0m9H5HsRtn9baakcQe2dQZBpoDIeuEAKGSnKXBjkG27hSZIvdsX3ZLT&encrypt=0&l=Phoenix%2C+AZ&query_category_id=100000&t=simplyhired.com&jobkey-26974242571/" class="blue-link" target="_blank">Journeyman Electrician - $1,000 Sign-On Bonus</a></p> <p class="similar-job-company">DP Electric - <span class="text-muted">Phoenix, AZ</span></p> <p class="text-muted similar-job-date"> 1 week 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
3 Phase Electric
Candidates must be self-motivated, and have a minimum of two years commercial and or industrial experience. Day and Evening shifts available. From Tucson to Prescott Valley.
Other jobs you may like
Roadway Electric LLC - Phoenix, AZ
2 days ago
CoolSys - Phoenix, AZ
2 days ago
Power Design - Phoenix, AZ
2 days ago
Enertech - Peoria, AZ
3 days ago
Journeyman Electrician - $1,000 Sign-On Bonus
DP Electric - Phoenix, AZ
1 week 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` = 44241 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` = 29948 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` = 704399 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` = 29948 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` = 704399 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` = 44241 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` = 44241 LIMIT 1 | 1 | 1 | 0 |