') .append($('
| ') .attr("class", "TableHeader") .css("text-align","center") .html("Date") ) .append($(' | ') .attr("class", "TableHeader") .html("Description") ) .append($(' | ') .attr("class", "TableHeader") .html("Location") ) ); danceData=object.rows; if (danceData.length > 0) { $.each(danceData, function(){ date = FormatDate(this.Date); start = FormatTime(this.Start); $("#DanceTable") .append($('
') .append($(' | ') .attr("class", "TableCell") .css("text-align","center") .html(date) ) .append($(' | ') .attr("class", "TableCell") .html(this.Description) ) .append($(' | ') .attr("class", "TableCell") .html(this.Location) ) ); }); } else { message = "There are no Country Western Dances scheduled"; $("#wb_DanceMessage").html("" + message + "
"); } } else { $("#DanceTable") .empty() .append($('
') .append($(' | ') .attr("class", "TableHeader") .css("text-align","center") .html("Date") ) .append($(' | ') .attr("class", "TableHeader") .html("Start") ) .append($(' | ') .attr("class", "TableHeader") .html("Length
(Minutes)") ) .append($(' | ') .attr("class", "TableHeader") .html("Description") ) .append($(' | ') .attr("class", "TableHeader") .html("Location") ) .append($(' | ') .attr("class", "TableHeader") .html("Entertainer") ) .append($(' | ') .attr("class", "TableHeader") .html("Ticket
Cost") ) ); danceData=object.rows; if (danceData.length > 0) { $.each(danceData, function(){ date = FormatDate(this.Date); start = FormatTime(this.Start); $("#DanceTable") .append($('
') .append($(' | ') .attr("class", "TableCell") .css("text-align","center") .html(date) ) .append($(' | ') .attr("class", "TableCell") .html(start) ) .append($(' | ') .attr("class", "TableCell") .html(this.Length) ) .append($(' | ') .attr("class", "TableCell") .html(this.Description) ) .append($(' | ') .attr("class", "TableCell") .html(this.Location) ) .append($(' | ') .attr("class", "TableCell") .html(this.Contractor) ) .append($(' | ') .attr("class", "TableCell") .html("$" + this.GuestCost) ) ); }); } else { message = "There are no Western Dances scheduled"; $("#wb_DanceMessage").html("" + message + "
"); } } } });}function FormatDate(inputDate) { d = new Date(inputDate); month = (d.getUTCMonth() + 1); day = d.getUTCDate(); year = d.getUTCFullYear(); year = year.toString(); if (day.length < 2) day = '0' + day; return(month + "/" + day + "/" + year);}function FormatTime (inputTime) { hours = inputTime.substring(0,2); minutes = inputTime.substring(3); suffix = "AM"; if (hours >= 12) { suffix = "PM"; hours = hours - 12; } if (hours == 0) { hours = 12; } return(hours + ":" + minutes + " " + suffix);}Country Western Dances
Join us for a fun-filled evening of Country Western dancing with a live band, held once a month—typically on the first Friday—from November through April. Dances take place at either Sonoran Plaza or Cimarron Center.
- Doors Open: 5:30 PM
- Complimentary Two-Step Dance Lesson: 6:00 – 7:00 PM
- Live Band: 7:00 – 10:00 PM
- Cash Bar: Opens at 6:30 PM
- Guests May Bring: Snacks and non-alcoholic beverages only
Tickets: Available online at www.livegrandaz.com or in person at the Activities Desk in Sonoran Plaza (623-546-7449). Tickets go on sale two months before each dance.
View Country Western Dance Seating and Ticket Information
View Table Floorplan for Sonoran Ballroom
Pre-Assigned Table List for April 4, 2025 Dance will be posted April 3, 2025
Group Seating and Table Requests - April 4, 2025 Dance A Group Seating sign-up sheet is now available online via Google Sheets where groups can reserve tables for the April 4, 2025, dance.
- 3-Day Deadline: Groups must sign up at least three days before the dance to ensure they are accommodated.
- First-Come, First-Served: Table requests will be handled on a first-come, first-served basis through this sign-up sheet. The earlier your group signs up, the better your chances for table selection, but please note, seating preferences are not guaranteed and will be subject to availability.
- Groups of 10 or More: Groups of 10-12 will be given preference for table reservations as they will fill a complete table of seats.
- Shared Tables for Smaller Groups: If your group has fewer than 10 guests (e.g., 8, 6, or 4), please sign up also. These groups will be seated at shared tables with other smaller groups, and table requests will be handled on a first-come, first-served basis. We will do our best to accommodate everyone's requests, but please note that preferences are not guaranteed and are subject to availability.
Instructions
- One Host Name per Table: Each table should have a host, and their name should be listed in the "Host Name" column.
- Contact Information: Please provide your Host email address and phone number in case we need to reach you for any questions regarding the seating arrangements.
- Seating Preference: The Host can indicate their preference for sitting near the dance floor, in the mid-section, or at the back of the room.
Please note, this is a preference and cannot be guaranteed.
If you need assistance completing the Group Seating form for the Country Western Dance or questions regarding Group Seating or Reserving a Table:
Contact Gail Raes via Email: countrywestern@scgdanceclub.org or Text: 623-466-4446
TICKETS: If a dance does not sell out in advance, tickets will be available at the door. When sold out, a waitlist may be available.
Ticket Waitlist - April 4, 2025 Dance
If you want to join the waitlist for tickets, simply add your name, email, and phone number in the list. If tickets become available, you’ll be contacted by the seller or a club member.
Ticket Seller List - April 4, 2025 Dance
If you have tickets to sell, please add your name, email, phone number, and the number of tickets available. Buyers will contact you directly through the information you provide to arrange the sale.
If you need assistance completing the forms or questions regarding the Country Western Dance Tickets, Waitlist or Resale List:
Contact Louise Steele via Email: lsteele107@gmail.com or Text: 623-680-2056
Date | Start | Description | Location | Entertainer | Ticket Cost |