') .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.
If a dance does not sell out in advance, tickets will be available at the door. When sold out, a waitlist may be available.
Country Western Dance Tickets, Waitlist or Resale List:
Contact Louise Steele via Email: lsteele107@gmail.com Text: 623-680-2056
Country Western Dances ONLY for Group Seating or Reserving a Table:
Contact Gail Raes via Email: countrywestern@scgdanceclub.org Text: 623-466-4446
View Country Western Dance Seating and Ticket Information
View Table Floorplan for Sonoran Ballroom
Pre-Assigned Table List March 7, 2025 Dance will be available March 6. Date | Start | Description | Location | Entertainer | Ticket Cost |