Jobs & Profile on WorkInSports (2024)

Jobs & Profile on WorkInSports (1)

The Club for EVERYBODY and every BODY!

CLUB4 Fitness is a membership-oriented health facility offering a wide array of classes and equipment that allow our members to achieve their health and fitness goals. At every CLUB4 Fitness location, you’ll enjoy the best workout classes with outstanding service and an unbeatable atmosphere. With beautifully designed facilities and a diverse selection of machines and equipment, CLUB4 Fitness offers a truly unique experience.

View Job Openings

Why join a Talent Network?

Joining a Talent Network is a great way to connect with an organization, even if there isn’t a current job opening that matches your skills and experience.

Taking advantage of this feature will automatically share your resume and contact information with the employer, and even gives you the option to send them a personalized message. This can be an effective way to put yourself at the top of the list for future openings!

Join Talent Network

Stay connected with us by joining our Talent Network!

Upload your resume

Skip This Step >>

Contact Information

Complete the information below to join CLUB4 Fitness's Talent Network and stay informed about company news and job openings.

Contact Information

Desired Position

Note

Company Videos

Company Benefits

Benefits may vary per position and employment status

Health Insurance

Dental Insurance

Vision Insurance

401(k)

Paid Time Off

Here's What Working at CLUB4 Fitness Looks Like

Jobs & Profile on WorkInSports (4)

Support

Jobs & Profile on WorkInSports (5)

Teamwork

Jobs & Profile on WorkInSports (6)

Encouragement

Jobs & Profile on WorkInSports (7)

Community

CLUB4 Fitness Location(s)

Mississippi

Flowood, MS Madison, MS Ridgeland, MS Ridgeland, MS

Job Openings with CLUB4 Fitness

We currently do not have any open positions, but please check back soon.

Don't see a job opening that interests you?

Join our Talent Network to be considered for future opportunities at CLUB4 Fitness

Why join a Talent Network?

Joining a Talent Network is a great way to connect with an organization, even if there isn’t a current job opening that matches your skills and experience.

Taking advantage of this feature will automatically share your resume and contact information with the employer, and even gives you the option to send them a personalized message. This can be an effective way to put yourself at the top of the list for future openings!

Job Listing Settings

', filter: '

', buttonGroup: '

', buttonGroupReset: '', buttonGroupReset: '', option: '', divider: '

', optionGroup: '', resetButton: '

', } }; function createiScoreWidget(selector) { return new widgets.iScoreV2(selector); } function displayEmptyMessage() { self.showEmptyMessage(true); } self.hideEmptyMessage = function hideEmptyMessage() { self.showEmptyMessage(false); } function displayLoadingMessage() { self.isLoading(true); } function hideLoadingMessage() { self.isLoading(false); } self.currentResume = ko.computed(function () { return ko.utils.arrayFirst(self.resumes(), function (item) { return item.IsCurrentDefaultResume(); }); }); self.calculateScores = function (resumeCount, resumeGuid) { if (self.resumeCount() == 0) { ko.utils.arrayForEach(self.jobs(), function (item, index) { item.iScoreWidget = createiScoreWidget(".job-iscore-container#job-iscore-" + item.JobId); item.iScoreWidget.init({ size: "iscore-md", scoreMessage: "iScore" }, true); if (item.IsEligibleForiScore) { item.iScoreWidget.setNoScoreDefault(); } else { item.iScoreWidget.setScoreNA(); } }); } else { var jobIds = []; ko.utils.arrayForEach(self.jobs(), function (item, index) { item.iScoreWidget = createiScoreWidget(".job-iscore-container#job-iscore-" + item.JobId); item.iScoreWidget.init({ size: "iscore-md", scoreMessage: "iScore" }, true); if (item.IsEligibleForiScore) { jobIds.push(item.JobId); } else { item.iScoreWidget.setScoreNA(); } }); if (jobIds.length > 0) { getSearchResultScores(jobIds, resumeGuid).then(function (results) { ko.utils.arrayForEach(self.jobs(), function (item, index) { var jobScoreResult = ko.utils.arrayFirst(results, function (result) { return result.JobId === item.JobId; }); if (jobScoreResult && item.IsEligibleForiScore) { item.iScore(jobScoreResult.Score); item.iScoreWidget.animateScoreRefresh(jobScoreResult.Score, jobScoreResult); } }); if (self.triggeriScoreDetailsForJobId) { $("#job-" + self.triggeriScoreDetailsForJobId).find("a.trigger-iscore-details").trigger("click"); self.triggeriScoreDetailsForJobId = ""; } }); } } }; self.searchResults = ko.pureComputed(function () { var query = self.searchQuery().trim().toLowerCase(); console.log('hitting A'); if (!query) return []; return self.jobs().filter(function (job) { return Object.keys(job).some(function (k) { return ko.utils.unwrapObservable(job).Title.toLowerCase().includes(query); }) }); }); self.buildSearchQueryGetAll = buildSearchQueryGetAll; function buildSearchQueryGetAll() { var q = `ps=${self.showAllJobsCount()}&o=13&k=${self.searchKeyword()}&industry=${self.searchIndustry()}&loc=`; self.selectedLocations.removeAll(); search(q); } self.buildSearchQuery = buildSearchQuery; function buildSearchQuery() { var q = `ps=50&o=13&k=${self.searchKeyword()}&industry=${self.searchIndustry()}`; if (self.selectedLocations().length == "0") { q += "&loc=" } else { var parseLocation = ""; ko.utils.arrayForEach(self.selectedLocations(), function (item) { parseLocation += item +"|"; }); q += "&loc=" + parseLocation.slice(0, -1); } /* ko.utils.arrayForEach(self.selectedLocations(), function (item) { var citiesToAdd = "&loc="; console.log('index of ' + item + 'is ' + self.selectedLocations.index); console.log('adding ' + item + 'to search query'); if (self.selectedLocations.length > 1 && self.selectedLocations.index(item != self.selectedLocations.length)) { item = "," + item; } citiesToAdd += item; q += citiesToAdd; }); */ search(q); } function search(query) { // show spinner displayLoadingMessage(); // pass query to getSearchJobs as promise getSearchJobs(query).then(function (result) { // clear jobs self.jobs([]); if (result.success) { // if jobs is empty, display message if (result.jobs.length == 0) { displayEmptyMessage(); } else { self.hasSearched(true); self.hideEmptyMessage(); var newJobs = result.jobs; ko.utils.arrayForEach(newJobs, function (item) { $.extend(item, { iScore: ko.observable(0) }); }); self.jobs(newJobs); self.jobStatusText($('.job-status.active').prop('id') == 'jobstatus-closed' ? "Closed" : "Active"); } if (result.industryJobsCount != undefined) { self.showAllJobsCount(result.industryJobsCount); } else { self.showAllJobsCount(result.totalResultCount); } self.searchResultCount(result.jobs.length); self.calculateScores(); $("[data-toggle=tooltip]").tooltip(); // hide spinner hideLoadingMessage(); return; } else { app.notifications.alert('An issue occured when searching, please try again later.'); } // hide spinner hideLoadingMessage(); }); } }; var search; var initJobs; $(function () { // load with blank query q = 'loc=&k=&ps=50&o=1'; getSearchJobs(q).then(function (result) { search = new companyProfileVM(result.jobs); ko.applyBindings(search, document.getElementById('company-profile-jobs-list')); app.jobactions.init(""); search.calculateScores(); $('#company-profile-jobs-list').show(); $("[data-toggle=tooltip]").tooltip(); if (result.success) { search.hasSearched(true); search.searchResultCount(result.jobs.length); search.hideEmptyMessage(); var newJobs = result.jobs; ko.utils.arrayForEach(newJobs, function (item) { $.extend(item, { iScore: ko.observable(0) }); }); search.jobs(newJobs); } return; }); });

Connect with CLUB4 Fitness on Social

Choice Employer

As a Choice Employer, this organization has taken iHire’s pledge to:

  • Follow fair hiring practices
  • Have a quick initial application (10 minutes or less)
  • Keep candidates informed of their application status (no “black hole”)
Jobs & Profile on WorkInSports (2024)
Top Articles
Latest Posts
Article information

Author: Foster Heidenreich CPA

Last Updated:

Views: 5442

Rating: 4.6 / 5 (76 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Foster Heidenreich CPA

Birthday: 1995-01-14

Address: 55021 Usha Garden, North Larisa, DE 19209

Phone: +6812240846623

Job: Corporate Healthcare Strategist

Hobby: Singing, Listening to music, Rafting, LARPing, Gardening, Quilting, Rappelling

Introduction: My name is Foster Heidenreich CPA, I am a delightful, quaint, glorious, quaint, faithful, enchanting, fine person who loves writing and wants to share my knowledge and understanding with you.