OGX OriGinal Xpressions is a group on campus unlike any other. We wanted something fresh that wasn't really about the technique, but more about having FUN.

Who's excited for game day? Join OGX this Friday September 22 at 9pm for our first ever Original X Games! We will have a...
09/18/2023

Who's excited for game day? Join OGX this Friday September 22 at 9pm for our first ever Original X Games! We will have an assortment of games (Freeze Dance, Musical Chairs, Just Dance, Twister), giveaways, and refreshments for your enjoyment! Get your game faces ready! I better see you all in attendance! 🥶🕺🎶🪑

MAKE. SOME. NOISE !! Showcase is coming in hot and we can’t wait to see all your pretty faces there 😘 Tickets will go on...
03/25/2023

MAKE. SOME. NOISE !! Showcase is coming in hot and we can’t wait to see all your pretty faces there 😘 Tickets will go on sale the week of and we will be tabling in the union from 11am-5pm, Monday through Friday. If you have any questions let us know !

Get ready this Friday night for OGX’s popcorn chicken fundraiser. $3 a cup with a a sauce of your choosing. Don’t miss o...
03/22/2023

Get ready this Friday night for OGX’s popcorn chicken fundraiser. $3 a cup with a a sauce of your choosing. Don’t miss out !!

03/10/2023

Address

Suny Geneseo
Geneseo, NY
14454

Website

Alerts

Be the first to know and let us send you an email when OGX posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });