//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['The Marias','McAllen Convention Center','Mcallen, TX','Thursday','7/10/2025','7:30 PM','7087593','The-Marias-7-10-2025'],['The Marias','McAllen Convention Center','Mcallen, TX','Friday','7/11/2025','7:30 PM','7094768','The-Marias-7-11-2025'],['The Marias','Moody Center ATX','Austin, TX','Sunday','7/13/2025','7:30 PM','7087553','The-Marias-7-13-2025'],['The Marias','Isleta Amphitheater','Albuquerque, NM','Tuesday','7/15/2025','8:00 PM','7104183','The-Marias-7-15-2025'],['The Marias','Anselmo Valencia Tori Amphitheater','Tucson, AZ','Thursday','7/17/2025','7:30 PM','7083719','The-Marias-7-17-2025'],['The Marias','Santa Barbara Bowl','Santa Barbara, CA','Saturday','7/19/2025','7:00 PM','7087550','The-Marias-7-19-2025'],['The Marias','Greek Theatre - U.C. Berkeley','Berkeley, CA','Sunday','7/20/2025','7:00 PM','7087549','The-Marias-7-20-2025'],['The Marias','Greek Theatre - U.C. Berkeley','Berkeley, CA','Monday','7/21/2025','7:00 PM','7094947','The-Marias-7-21-2025'],['The Marias','Moda Center at the Rose Quarter','Portland, OR','Wednesday','7/23/2025','8:00 PM','7087567','The-Marias-7-23-2025'],['The Marias','UBC Thunderbird Arena','Vancouver, Canada','Friday','7/25/2025','8:00 PM','7087568','The-Marias-7-25-2025'],['The Marias','UBC Thunderbird Arena','Vancouver, Canada','Saturday','7/26/2025','8:00 PM','7104204','The-Marias-7-26-2025'],['The Marias','Wamu Theater At Lumen Field Event Center','Seattle, WA','Sunday','7/27/2025','8:00 PM','7087551','The-Marias-7-27-2025'],['The Marias','Red Rocks Amphitheatre','Morrison, CO','Wednesday','7/30/2025','6:00 PM','7087405','The-Marias-7-30-2025'],['The Marias','The Armory - Minneapolis','Minneapolis, MN','Friday','8/1/2025','8:00 PM','7087594','The-Marias-8-1-2025'],['Hinterland Music Festival: Kacey Musgraves, The Marias, & Still Woozy - Saturday (Time: TBD)','Avenue of the Saints Amphitheater and Event Center','Saint Charles, IA','Saturday','8/2/2025','1:00 PM','6951802','Hinterland-Music-Festival--Kacey-Musgraves--The-Marias----Still-Woozy---Saturday--Time--TBD--8-2-2025'],['Lollapalooza: Sabrina Carpenter, ASAP Rocky, Martin Garrix, & The Marias - Sunday','Hutchinson Field Grant Park','Chicago, IL','Sunday','8/3/2025','12:00 PM','7024259','Lollapalooza--Sabrina-Carpenter--ASAP-Rocky--Martin-Garrix----The-Marias---Sunday-8-3-2025'],['The Marias & Momma','Ascend Amphitheater','Nashville, TN','Sunday','9/21/2025','8:30 PM','7087552','The-Marias---Momma-9-21-2025'],['The Marias & Momma','Red Hat Amphitheater','Raleigh, NC','Tuesday','9/23/2025','7:30 PM','7087570','The-Marias---Momma-9-23-2025'],['The Marias & Momma','Skyla Credit Union Amphitheatre','Charlotte, NC','Wednesday','9/24/2025','8:00 PM','7087569','The-Marias---Momma-9-24-2025'],['All Things Go Music Festival: Noah Kahan, The Marias, & The Last Dinner Party - Friday','Merriweather Post Pavilion','Columbia, MD','Friday','9/26/2025','3:50 PM','7093848','All-Things-Go-Music-Festival--Noah-Kahan--The-Marias----The-Last-Dinner-Party---Friday-9-26-2025']],'The Marias','http://www.ticketnetwork.com/en/search/?text=The%20Marias');