// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-04A 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','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'],['All Things Go Music Festival: Clairo & The Marias - Sunday','Forest Hills Stadium','Forest Hills, NY','Sunday','9/28/2025','12:00 PM','7099746','All-Things-Go-Music-Festival--Clairo---The-Marias---Sunday-9-28-2025']],'The Marias','http://www.ticketnetwork.com/en/search/?text=The%20Marias');