What to Bring
Bring your clubs
What to wear:
Golf attire only please.
Denim is not permitted at the Kingdom
(this includes guests).
Accompanying Guests:
Guests are permitted to watch your fitting.
Getting There
We ask that you arrive no more than 15 minutes prior to your appointment.
The Kingdom
2155 Salk Avenue
Carlsbad, CA 92008
View Map and Directions
Contact Us
For more information and any questions you may have, please contact Trisa Mills:
760.818.6358
trisa.mills@tmag.com
Cancel/Reschedule:
In the event that you need to cancel or reshedule your fitting session, please call us at 760-476-5932.
©2013 Taylor Made Golf Company, Inc. All rights reserved. TaylorMade is a part of the adidas Group.
$(function () {
resetForm("WebToLeadForm");
/* textarea maxlength script */
$("#comments").bind("keyup keydown", function() {
var max = 500;
var value = $(this).val();
var left = max - value.length;
if(left < 0) {
$(this).val( value.slice(0, left) );
left = 0;
}
$("#charcount").text(left);
});
/*$('#comments').live('focus', function() {
if (this.value == 'Tell us about your expectations for your Kingdom experience') {this.value = '';}
}).live('blur', function() {
if (this.value == '') {this.value = 'Tell us about your expectations for your Kingdom experience';}
}); */
});
function resetForm(id) {
$("#" + id).each(function () {
this.reset();
});
$("#" + id)[0].reset();
}
function staterel(elm,j) {
felm=document.getElementById(elm);
stateval = $('#state').val();
$('#state').empty(); //empty state or province select list
//country selected
switch(j) {
case "":
$('#state').show();
$('#statelabel').show().html("State");
felm.options[felm.options.length] = new Option("Select"," ");
break;
case "USA": //US State
$('#state').val('').show();
$('#statelabel').show().html("State");
felm.options[felm.options.length] = new Option("","");
felm.options[felm.options.length] = new Option("Alabama","AL");
felm.options[felm.options.length] = new Option("Alaska","AK");
felm.options[felm.options.length] = new Option("Arizona","AZ");
felm.options[felm.options.length] = new Option("Arkansas","AR");
felm.options[felm.options.length] = new Option("California","CA");
felm.options[felm.options.length] = new Option("Colorado","CO");
felm.options[felm.options.length] = new Option("Connecticut","CT");
felm.options[felm.options.length] = new Option("Delaware","DE");
felm.options[felm.options.length] = new Option("Florida","FL");
felm.options[felm.options.length] = new Option("Georgia","GA");
felm.options[felm.options.length] = new Option("Hawaii","HI");
felm.options[felm.options.length] = new Option("Idaho","ID");
felm.options[felm.options.length] = new Option("Illinois","IL");
felm.options[felm.options.length] = new Option("Indiana","IN");
felm.options[felm.options.length] = new Option("Iowa","IA");
felm.options[felm.options.length] = new Option("Kansas","KS");
felm.options[felm.options.length] = new Option("Kentucky","KY");
felm.options[felm.options.length] = new Option("Louisiana","LA");
felm.options[felm.options.length] = new Option("Maine","ME");
felm.options[felm.options.length] = new Option("Maryland","MD");
felm.options[felm.options.length] = new Option("Massachussetts","MA");
felm.options[felm.options.length] = new Option("Michigan","MI");
felm.options[felm.options.length] = new Option("Minnesota","MN");
felm.options[felm.options.length] = new Option("Mississippi","MS");
felm.options[felm.options.length] = new Option("Missouri","MO");
felm.options[felm.options.length] = new Option("Montana","MT");
felm.options[felm.options.length] = new Option("Nebraska","NE");
felm.options[felm.options.length] = new Option("Nevada","NV");
felm.options[felm.options.length] = new Option("New Hampshire","NH");
felm.options[felm.options.length] = new Option("New Jersey","NJ");
felm.options[felm.options.length] = new Option("New Mexico","NM");
felm.options[felm.options.length] = new Option("New York","NY");
felm.options[felm.options.length] = new Option("North Carolina","NC");
felm.options[felm.options.length] = new Option("North Dakota","ND");
felm.options[felm.options.length] = new Option("Ohio","OH");
felm.options[felm.options.length] = new Option("Oklahoma","OK");
felm.options[felm.options.length] = new Option("Oregon","OR");
felm.options[felm.options.length] = new Option("Pennsylvania","PA");
felm.options[felm.options.length] = new Option("Rhode Island","RI");
felm.options[felm.options.length] = new Option("South Carolina","SC");
felm.options[felm.options.length] = new Option("South Dakota","SD");
felm.options[felm.options.length] = new Option("Tennessee","TN");
felm.options[felm.options.length] = new Option("Texas","TX");
felm.options[felm.options.length] = new Option("Utah","UT");
felm.options[felm.options.length] = new Option("Vermont","VT");
felm.options[felm.options.length] = new Option("Virginia","VA");
felm.options[felm.options.length] = new Option("Washington","WA");
felm.options[felm.options.length] = new Option("Washington, DC","DC");
felm.options[felm.options.length] = new Option("West Virginia","WV");
felm.options[felm.options.length] = new Option("Wisconsin","WI");
felm.options[felm.options.length] = new Option("Wyoming","WY");
break;
case "Canada": //Canada
$('#state').val('').show();
$('#statelabel').show().html("Province");
a=new Array();
felm.options[felm.options.length] = new Option("","");
felm.options[felm.options.length] = new Option("Alberta","AB");
felm.options[felm.options.length] = new Option("British Columbia","BC");
felm.options[felm.options.length] = new Option("Manitoba","MB");
felm.options[felm.options.length] = new Option("New Brunswick","NB");
felm.options[felm.options.length] = new Option("Newfoundland and Labrador","NL");
felm.options[felm.options.length] = new Option("Northwest Territories","NT");
felm.options[felm.options.length] = new Option("Nova Scotia","NS");
felm.options[felm.options.length] = new Option("Nunavut","NU");
felm.options[felm.options.length] = new Option("Ontario","ON");
felm.options[felm.options.length] = new Option("Prince Edward Island","PE");
felm.options[felm.options.length] = new Option("Quebec","QC");
felm.options[felm.options.length] = new Option("Saskatchewan","SK");
felm.options[felm.options.length] = new Option("Yukon","YT");
break;
default:
$('#state').val('').hide();
$('#statelabel').html('').hide();
}
}
Follow Us
Facebook Twitter YouTube