Help   Screen   Theme   Contact Us   Logout  

  
Home: Store: 3rd Coast Cards:
3rd Coast Cards: About Us:
Categories
Collectible Card Games
>Accessories (7)
>Magic the Gathering (13,166)
>Yu-Gi-Oh (515)

Buy List
Store Pages
>About Us
>Shipping Rates
>Calendar
>Products
>Mtg Buy List
>Friends of 3rd Coast Cards
>Home Page
>Contact Us

Feedback
Months     1     6    12
Positive 9 84 244
Neutral 0 0 2
Negative 0 1 1

Search just this store for:
Categories

Collectible Card Games

About Us

Welcome to 3rd Coast Cards. We are located in Katy, TX (1-10W Westgreen exit...on Kingsland...right across from Taylor High School (about 20 from downtown Houston). We have been in business for 11+ years...2 in the Katy area. We host all of the Houston area PTQs (Magic) and Regionals (Yugioh). Our shop is 4,500 sq. feet and can comfortably seat 176 for tournament play.

Our goal is simple, we are committed to providing our customers total satisfaction. Every time. Guaranteed.

Our business hours are:
Monday-Wednesday 10:00AM-10:00PM
Thursday 10:00AM-midnight
Friday 10:00AM-2AM
Saturday 10:00AM-2:00AM
Sunday noon-8:00

Tournament schedule:

Tuesday open casual play
Wednesday open casual play
Thursday 7:00 World of Warcraft
Friday 7:30 FREE Magic the Gathering Tournament (type 2 constructed) and $11 booster drafts.
Saturday 1:00 Yugioh Tournament
Saturday 7:30 Magic the Gathering Booster draft
Sunday 1:00 FREE EDH

All other days are open to whatever gaming events you want us to host.

Find us located here!

  • From:

  • To:
var Demo = { // HTML Nodes mapContainer: document.getElementById('map-container'), dirContainer: document.getElementById('dir-container'), fromInput: document.getElementById('from-input'), toInput: document.getElementById('to-input'), travelModeInput: 'driving', unitInput:'imperial', // API Objects dirService: new google.maps.DirectionsService(), dirRenderer: new google.maps.DirectionsRenderer(), map: null, showDirections: function(dirResult, dirStatus) { if (dirStatus != google.maps.DirectionsStatus.OK) { alert('Directions failed: ' + dirStatus); return; } // Show directions Demo.dirRenderer.setMap(Demo.map); Demo.dirRenderer.setPanel(Demo.dirContainer); Demo.dirRenderer.setDirections(dirResult); }, getSelectedTravelMode: function() { var value = google.maps.DirectionsTravelMode.DRIVING; return value; }, getSelectedUnitSystem: function() { return google.maps.DirectionsUnitSystem.IMPERIAL; }, getDirections: function() { var fromStr = Demo.fromInput.value; var toStr = Demo.toInput.value; var dirRequest = { origin: fromStr, destination: toStr, travelMode: Demo.getSelectedTravelMode(), unitSystem: Demo.getSelectedUnitSystem(), provideRouteAlternatives: true }; Demo.dirService.route(dirRequest, Demo.showDirections); }, init: function() { var latLng = new google.maps.LatLng(29.775195, -95.734133); Demo.map = new google.maps.Map(Demo.mapContainer, { zoom: 13, center: latLng, mapTypeId: google.maps.MapTypeId.ROADMAP }); // Show directions onload // Demo.getDirections(); } }; // Onload handler to fire off the app. google.maps.event.addDomListener(window, 'load', Demo.init);


BidWicket.com is not published or endorsed by any manufacturer.
All trademarks are property of there respective owners.
BidWicket.com is provided to you 'as is' without warranty or guaranty of any kind.