There's busloads to discover with First Bus!

Select your region to discover busloads of offers and fun things to do in your area

 

Offal normcore snackwave post-ironic occupy 3 wolf moon single-origin coffee paleo. Bespoke master cleanse kale chips la croix deep v synth stumptown jean shorts authentic selvage blog cronut fam waistcoat. Raw denim echo park aesthetic sriracha small batch, gluten-free ugh pinterest tumblr taxidermy hexagon kitsch letterpress. Vexillologist bicycle rights sriracha, beard PBR&B viral fashion axe palo santo activated charcoal gastropub taxidermy master cleanse mixtape offal heirloom. 8-bit man bun williamsburg bushwick irony. Gluten-free knausgaard hashtag, viral taiyaki tumblr schlitz blog cloud bread.

Woke 90's unicorn echo park godard tilde YOLO wolf. Wayfarers brunch gochujang umami subway tile skateboard. Enamel pin messenger bag green juice, cardigan pabst single-origin coffee echo park locavore tacos portland irony man bun hot chicken austin. Williamsburg woke chillwave humblebrag kickstarter PBR&B normcore freegan vinyl.

.embeddedServiceHelpButton .helpButton .uiButton {
background-color: #005290;
font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
outline: 1px solid #005290;
}
button.closeButton[embeddedService-chatHeader_chatHeader] {
padding: 0px !important;
}

h2[embeddedService-chatHeader_chatHeader] {
color: #fff !important;
}

var initESW = function(gslbBaseURL) {
embedded_svc.settings.displayHelpButton = true; //Or false
embedded_svc.settings.language = ''; //For example, enter 'en' or 'en-US'

embedded_svc.settings.defaultMinimizedText = 'Chat With Us'; //(Defaults to Chat with an Expert)
//embedded_svc.settings.disabledMinimizedText = '...'; //(Defaults to Agent Offline)

//embedded_svc.settings.loadingText = ''; //(Defaults to Loading)
//embedded_svc.settings.storageDomain = 'yourdomain.com'; //(Sets the domain for your deployment so that visitors can navigate subdomains during a chat session)

// Settings for Chat
//embedded_svc.settings.directToButtonRouting = function(prechatFormData) {
// Dynamically changes the button ID based on what the visitor enters in the pre-chat form.
// Returns a valid button ID.
//};
//embedded_svc.settings.prepopulatedPrechatFields = {}; //Sets the auto-population of pre-chat form fields
//embedded_svc.settings.fallbackRouting = []; //An array of button IDs, user IDs, or userId_buttonId
//embedded_svc.settings.offlineSupportMinimizedText = '...'; //(Defaults to Contact Us)

embedded_svc.settings.enabledFeatures = ['LiveAgent'];
embedded_svc.settings.entryFeature = 'LiveAgent';

//embedded_svc.settings.extraPrechatFormDetails = [];

embedded_svc.settings.extraPrechatFormDetails = [{
label:"Subject", // label of field on pre chat form/case
transcriptFields:[ "Subject_CT__c" ], //api name of field on transcript
displayToAgent:true
},
{
label:"Description", // label of field on pre chat form/case
transcriptFields:[ "Description__c" ], //api name of field on transcript
displayToAgent:true
},
{
label:"Email", // label of field on pre chat form/case
transcriptFields:[ "email__c" ], //api name of field on transcript
displayToAgent:true
},
{
label: "URL",
value: window.location.href,
displayToAgent: true,
transcriptFields: ["URL__c"]
}];

//embedded_svc.settings.extraPrechatFormDetails = [{
//"label":"Description", // label of field on pre chat form/case
//"transcriptFields":[ "Description__c" ], //api name of field on transcript
//"displayToAgent":true
//}];

embedded_svc.init(
'https://firstbus.my.salesforce.com',
'https://firstbusempcommunity.force.com',
gslbBaseURL,
'00D0Y000000r6Iy',
'Chat_Agents',
{
baseLiveAgentContentURL: 'https://c.la1-c1-lo3.salesforceliveagent.com/content',
deploymentId: '5723z0000008Q4u',
buttonId: '5733z000000fxdp',
baseLiveAgentURL: 'https://d.la1-c1-lo3.salesforceliveagent.com/chat',
eswLiveAgentDevName: 'Chat_Agents',
isOfflineSupportEnabled: false
}
);
};

if (!window.embedded_svc) {
var s = document.createElement('script');
s.setAttribute('src', 'https://firstbus.my.salesforce.com/embeddedservice/5.0/esw.min.js');
s.onload = function() {
initESW(null);
};
document.body.appendChild(s);
} else {
initESW('https://service.force.com');
}