Shopping Cart 0 items - $0.00 0


option[value=”‘+selected_val+'”]’).prop(‘selected’, true); }; if($(‘#country_4a’).val() != selected_val){ $(‘#country_4a > option[value=”‘+selected_val+'”]’).prop(‘selected’, true); }; }else if(sel_id == ‘region’){ $(‘#location’).empty(); $(‘#location’).show(); $(‘#location_4a’).empty(); $(‘#location_4a’).show(); if($(‘#region’).val() != selected_val){ $(‘#region > option[value=”‘+selected_val+'”]’).prop(‘selected’, true); }; if($(‘#region_4a’).val() != selected_val){ $(‘#region_4a > option[value=”‘+selected_val+'”]’).prop(‘selected’, true); }; }; var temp_c_select = $(‘#’+sel_to_change_1a); var temp_c_select_4a = $(‘#’+sel_to_change_1a+’_4a’); temp_c_select.append(”+temp_c_select.data(‘placeholder’)+”); temp_c_select_4a.append(”+temp_c_select.data(‘placeholder’)+”); $.each(val_list_1a, function(key, value){ var temp_val_2a = value; if(value == ‘Calgary SE’){ temp_val_2a = ‘calgarysoutheast’; }else if(value == ‘Calgary SW’){ temp_val_2a = ‘calgarysouthwest’; }; temp_c_select.append($(”).attr(“value”,temp_val_2a).text(value)); temp_c_select_4a.append($(”).attr(“value”,temp_val_2a).text(value)); }); //console.log(temp_c_select); //$(‘.ft_region_select_1a’).change(); } function tmh_init_ft_map_1a(tmh_lat,tmh_long){ var map = new google.maps.Map(document.getElementById(‘tmh_ft_map_1a’), { center: {lat: tmh_lat, lng: tmh_long}, zoom: 18, mapTypeId: ‘satellite’ }); map.setTilt(45); } $(document).ready(function(){ $(‘.ft_country_select_1a’).on(‘change’, function(){ tmh_change_ft_select_val_1a(‘country’, $(this).val()); }); $(‘.ft_region_select_1a’).on(‘change’, function(){ tmh_change_ft_select_val_1a(‘region’, $(this).val()); }); $(‘.ft_location_select_1a’).on(‘change’, function(){ var temp_gym_loc_1a = $(this).val(); var temp_gym_loc_2a = $(this).find(‘option:selected’).text(); console.log(temp_gym_loc_1a, temp_gym_loc_2a); if(temp_gym_loc_1a != ”){ $(‘#tmh_ft_input_location_1a’).val(temp_gym_loc_1a); if($(‘#location’).val() != temp_gym_loc_1a){ $(‘#location > option[value=”‘+temp_gym_loc_1a+'”]’).prop(‘selected’, true); }; if($(‘#location_4a’).val() != temp_gym_loc_1a){ $(‘#location_4a > option[value=”‘+temp_gym_loc_1a+'”]’).prop(‘selected’, true); }; $(‘#tmh_ft_loc_card_cont_15a > div.card’).hide(); $(‘#tmh_ft_step_1a_image_v1a’).hide(); var temp_card_lat = $(‘#tmh_ft_loc_card_cont_15a > div.card[data-loc_name=”‘+temp_gym_loc_2a+'”]’).data(‘gym_lat’); var temp_card_long = $(‘#tmh_ft_loc_card_cont_15a > div.card[data-loc_name=”‘+temp_gym_loc_2a+'”]’).data(‘gym_long’); $(‘#tmh_ft_loc_card_cont_15a’).show(); $(‘#tmh_ft_loc_card_cont_15a > div.card[data-loc_name=”‘+temp_gym_loc_2a+'”]’).fadeIn(‘fast’); var temp_card_content_1a = $(‘#tmh_ft_loc_card_cont_15a > div.card[data-loc_name=”‘+temp_gym_loc_2a+'”]’).html(); temp_card_content_1a = ”+temp_card_content_1a+’]]>’; $(‘#tmh_ft_loc_card_cont_26a’).html(temp_card_content_1a); //30 Minute Hit }else{ $(‘#tmh_ft_step_1a_image_v1a’).show(); $(‘#tmh_ft_loc_card_cont_15a’).hide(); $(‘#tmh_ft_input_location_1a’).val(”); } }); tmh_change_ft_select_val_1a(‘country’, ‘USA’); if(countryLists[‘USA’].includes(‘Indiana’)){ setTimeout(function(){ tmh_change_ft_select_val_1a(‘region’, ‘Indiana’); }, 200); if((‘Indiana’ in locationLists)){ setTimeout(function(){ if(locationLists[‘Indiana’].includes(‘Indianapolis’)){ $(‘#location’).val(‘Indianapolis’).change(); }else if(locationLists[‘Indiana’].includes(‘indianapolis’)){ $(‘#location’).val(‘indianapolis’).change(); }; }, 400); }; }; //$(‘#tmh_ft_form_19a’).validator(); $(‘#tmh_ft_form_19a’).on(‘submit’, function (e){ if(!e.preventDefault()){ $(‘#tmh_loader_wrap’).show(); tmh_home_main_obj.ft_loc_1a = $(‘#location’).val(); if($(‘#location’).val().length == 0 && $(‘.ft_location_select_1a’).val().length > 0){ tmh_home_main_obj.ft_loc_1a = $(‘.ft_location_select_1a’).val(); }; $(‘#tmh_ft_input_location_1a’).val(tmh_home_main_obj.ft_loc_1a); //if(tmh_home_main_obj.ft_email_1a == ”){ // return false; //}; tmh_home_main_obj.ft_name_1a = $(‘#tmh_trial_input_name’).val(); tmh_home_main_obj.ft_email_1a = $(‘#tmh_trial_input_email’).val(); tmh_home_main_obj.ft_postal_1a = $(‘#tmh_trial_input_postal’).val(); tmh_home_main_obj.ft_phone_1a = $(‘#tmh_trial_input_phone’).val(); $.ajax({ type: ‘POST’, url: ‘https://secure.30minutehit.com/freetrial/freetrial-submit.php’, data: { ‘tmh_trial_input_name’: tmh_home_main_obj.ft_name_1a, ‘tmh_trial_input_email’: tmh_home_main_obj.ft_email_1a, ‘tmh_trial_input_postal’: tmh_home_main_obj.ft_postal_1a, ‘tmh_trial_input_phone’: tmh_home_main_obj.ft_phone_1a, ‘tmh_trial_input_location’: tmh_home_main_obj.ft_loc_1a, ‘return_url’: ‘none’, ‘tmh_cors_domain’: ‘www.30minutehit.com’, ‘include_test_gym’: ‘yes’, ‘uclid’: ” }, xhrFields: { withCredentials: true }, dataType: “json”, timeout: 12000, // in milliseconds success: function(data){ //location.hash = ‘tmh_openchk_’+item_id; //location.reload(true); //console.log(data); $(‘#tmh_pop_date_1a’).glDatePicker_2a({ showAlways: true, allowOld: false, selectedDate: new Date(), position: ‘static’, startDate: new Date(), reSlot: true, localSelector: false, ‘path’: ‘https://www.30minutehit.com/freetrial/booking/’, local: tmh_home_main_obj.ft_loc_1a, id: tmh_home_main_obj.ft_email_1a }); tmh_do_fb_track_ft_1a(); if(typeof gtag === ‘function’){ gtag(‘event’, ‘new_free_trial_success’, { ‘event_label’: ‘New Free Trial Success’, ‘event_category’: ‘free_trial_process’, ‘non_interaction’: false }); }; $(‘#tmh_ft_wiz_1a’).smartWizard(“next”); $(‘#tmh_loader_wrap’).fadeOut(); } }); }; }); // var url = “contact.php”; });

  • location
    1
  • info
    2
  • schedule
    3

30 Minute Hit

30 Minute Hit North Vancouver – Capilano

101 Bowser Ave
North Vancouver, British Columbia V7P 3H1

30 Minute Hit Abbotsford

Unit 1 – 32905 Ventura Ave
Abbotsford, British Columbia V2S 6A3

30 Minute Hit Burnaby

1801 Rosser Ave
Burnaby, British Columbia V5C 6R4

30 Minute Hit Maple Ridge

204-20285 Stewart Cres
Maple Ridge, British Columbia V2X 8G1

30 Minute Hit Kelowna

1550 Harvey Avenue
Kelowna, British Columbia V1Y 6G2

30 Minute Hit Port Coquitlam

407-1515 Broadway St.
Port Coquitlam, British Columbia V3C 6M2

30 Minute Hit Richmond

108-5560 Minoru
Richmond, British Columbia V6X-2A9

30 Minute Hit Surrey (South)

2404 King George Blvd
Surrey, British Columbia V4P 1H5

30 Minute Hit Vancouver

1675 Kingsway (@ Knight Street)
Vancouver, British Columbia V5N 2S2

30 Minute Hit Langley

#201 – 20445 62 Ave
Langley, British Columbia V3A 5E6

30 Minute Hit Edmonton – South

4465-99th St NW
Edmonton, Alberta T6E 5B6

30 Minute Hit Edmonton – West

10612 – 170 Street
Edmonton, Alberta T5S 1P3

30 Minute Hit New Westminster

425 East Columbia Street
New Westminster, British Columbia V3L 3X3

30 Minute Hit Vancouver – Kerrisdale

3516 West 41st Ave
Vancouver, British Columbia V6N 3E6

30 Minute Hit Halifax

#2 5651 Hennessey Street
Halifax, Nova Scotia B3K 2B1

30 Minute Hit Dartmouth

798 Main Street
Dartmouth, Nova Scotia B2W 3V1

30 Minute Hit Chilliwack

2A – 45695 Hocking Avenue
Chilliwack, British Columbia V2P 6Z6

30 Minute Hit Montreal – Villeray

7472 Rue St-Hubert
Montreal, Quebec H2R 2N3

30 Minute Hit Victoria – Westshore

206-314 Wale Rd
Victoria, British Columbia V9B 0J8

30 Minute Hit Calgary SW

6016 3 St SW, Suite 200
Calgary, Alberta T2H 0H9

30 Minute Hit Port Moody

3012 St. John’s Street
Port Moody, British Columbia V3H 2C5

30 Minute Hit Penticton

52 Front Street (Rear)
Penticton, British Columbia V2A 1H1

30 Minute Hit St. Albert

Unit 119, 15 Circle Drive
St. Albert, Alberta T8N 3Y7

30 Minute Hit Sherwood Park

Unit 120, 2755 Broadmoor Blvd
Sherwood Park, Alberta T8H 2W7

30 Minute Hit Chateauguay

155 Maple Blvd
Chateauguay, Quebec J6J 3R1

30 Minute Hit Victoria – Royal Oak

102 – 4475 Viewmont Avenue
Victoria, British Columbia V8Z 3E9

30 Minute Hit Spruce Grove

#9 – 100 King Street (Grove Plaza)
Spruce Grove, Alberta T7X 3A2

30 Minute Hit Surrey (North)

15148 Fraser Highway
Surrey, British Columbia V3R 3P1

30 Minute Hit Montreal – Kirkland

3551 – A Saint Charles
Kirkland, Quebec H9H 3C4

30 Minute Hit Saskatoon

#8 – 2210 Millar Ave
Saskatoon, Saskatchewan S7K 4L1

30 Minute Hit Laval – Vimont

306 – 1895 boulevard René-Laennec
Laval, Quebec H7M 5E2

30 Minute Hit Bellingham

1255 Barkley Blvd. #104
Bellingham, Washington 98226

30 Minute Hit Montreal – LaSalle

2222A Dollard Ave
LaSalle, Quebec H8N 1S6

30 Minute Hit Langley – Walnut Grove

Unit 106, 9292 200th Street
Langley, British Columbia V1M 3A6

30 Minute Hit Laval – Chomedey

1630 blvd de l’Avenir
Laval, Quebec H7S 2N4

30 Minute Hit Vernon

#3, 1800 Kalamalka Lake Road
Vernon, British Columbia V1T 6V3

30 Minute Hit Greenfield Park

9 Rue Morley
Greenfield Park, Quebec J4V 2Y8

30 Minute Hit Winnipeg – Corydon Village

823 Corydon Ave, Unit 6
Winnipeg, Manitoba R3M 0W6

30 Minute Hit Bedford

1239 Bedford Hwy
Bedford, Nova Scotia B4A 1C5

30 Minute Hit Vaudreuil

1051 Ave. Saint-Charles, Suite 112
Vaudreuil-Dorion, Quebec J7V 8P5

30 Minute Hit Montreal – Anjou

7811 Boulevard Roi-René
Anjou, Quebec H1K 3G9

30 Minute Hit Beaches Toronto

601 Kingston Road, Suite 110
Toronto, Ontario M4E 1R3

30 Minute Hit Courtenay

571-A McPhee Avenue
Courtenay, British Columbia V9N 2Z7

30 Minute Hit London Ontario

Unit 7 100 Belmont Dr.
London, Ontario N6J 3T4

30 Minute Hit Sherbrooke

120-2655 King Ouest
Sherbrooke, Quebec J1L 2G4

30 Minute Hit Montreal – Ville Mont-Royal

Suite 101, 8369 Chemin Montview
Ville Mont-Royal, Quebec H4P 2L9

30 Minute Hit Kingston Ontario

849 Norwest Rd
Kingston, Ontario K7P 2N2

30 Minute Hit Nanaimo

150-2980 Island Hwy N
Nanaimo, British Columbia V9T 5V4

30 Minute Hit Ancaster

21 Panabaker Drive, Unit B
Ancaster, Ontario L9G 0A2

30 Minute Hit Belfast

Belfast, Northern Ireland

30 Minute Hit Sarnia

260 Indian Road South
Sarnia, Ontario N7T 3W4

30 Minute Hit Riyadh #1

Riyadh, Riyadh

30 Minute Hit El Paso

2301 N Zaragoza Rd #210
El Paso, Texas 79938

30 Minute Hit Los Alamitos

3958 Cerritos Ave.
Los Alamitos, California 90720

30 Minute Hit Lubbock

6305 66th Street
Lubbock, Texas 79424

30 Minute Hit Montreal – Le Sud-Ouest

2574 Rue Centre
Montreal, Quebec H3K 1J8

30 Minute Hit Edmonton – Windermere

3576 Allan Dr. SW
Edmonton, Alberta T6W 2C4

30 Minute Hit Seattle – Ballard

6410 32nd Ave NW
Seattle, Washington 98107

30 Minute Hit Castle Rock

658 Genoa Way, Suite C
Castle Rock, Colorado 80109

30 Minute Hit Regina

5918 Rochdale Blvd
Regina, Saskatchewan S4X 4J7

30 Minute Hit Calgary NW

Unit 124, 302 Sage Valley Common
Calgary, Alberta T2G 3B2

30 Minute Hit Annapolis Valley

1562 Newcombe Blvd.
Coldbrook, Nova Scotia B4R 1A1

30 Minute Hit Sainte – Therese

234 Boul. Cure Labelle #5
Sainte – Therese, Quebec J7E 2X7

30 Minute Hit Seattle – Capitol Hill

2026 E. Madison St
Seattle, Washington 98122

30 Minute Hit Winnipeg – North Kildonan

3-1122 Henderson Hwy.
Winnipeg, Manitoba R2G 1L1

30 Minute Hit Calgary SE

12110 40th Street SE
Calgary, Alberta T2Z 4K6

30 Minute Hit Austin

3016 Guadalupe Street, Suite B200
Austin, Texas 78705

30 Minute Hit Tustin

2114 N. Tustin Ave
Santa Ana, California 92705

30 Minute Hit Oakland

151 4th St
Oakland, California 94607

30 Minute Hit Boucherville

690 rue de Montbrun, suite R
Boucherville, Quebec J4B 8H2

30 Minute Hit Avon

36840 Detroit Road
Avon, Ohio 44011

30 Minute Hit Indianapolis

8810 Southeastern Avenue
Indianapolis, Indiana 46239

30 Minute Hit Repentigny

3-111 Boul. Industriel
Repentigny, Quebec J6A 4X5

30 Minute Hit Humble

8650 N Sam Houston Pkwy E, Suite 160B
Humble, Texas 77396

30 Minute Hit Laguna Niguel

Laguna Niguel, California

30 Minute Hit El Paso West

6351 S Desert Blvd #216
El Paso, Texas 79932

30 Minute Hit Johns Creek

3105 Peachtree Pkwy, Suite 104
Suwanee, Georgia 30024

30 Minute Hit St Johns

70 Hamlyn Road Unit 106
St. Johns, Newfoundland A1E 5X7

30 Minute Hit Arlington

4001 North 9th Street #105
Arlington, Virginia 22203

Step 1.

Choose a Location

Pick the location most convenient for you.

Select Country Canada USA Select Region Select Location

Source

Leave a Comment