All Events

  •  

    More to Love Yoga for Plus Size Women - August 15, 2017

    Date: August 15, 2017

    Time: 6:00 pm to 7:00 pm

    Ticket or Admission Cost: $20-$150
    Square or Neighborhood: Highland Hot Block

    More to Love Yoga blends the practice of yoga with empowering body acceptance designed to help larger bodies feel more welcomed and comfortable in yoga. Held in Somerville, MA, More to Love Yoga is a safe, supportive, and empowering way to practice yoga. This is a totally non-competitive, non-judgmental yoga class and environment - we get real about how to make yoga work for our bodies. You’re in good hands read more

  • Stump! Trivia Under the Stars at Somerville Brewing Company American Fresh Beer Garden - August 15, 2017

    Date: August 15, 2017

    Time: 7:30 pm to 10:30 pm

    Ticket or Admission Cost: $0

    Join us for Stump! Trivia Under the Stars! We will be hosting weekly every Tuesday starting at 7:30 with great food, beer, and prizes. Get a team together and make this your weekly meet up. Somerville Brewing Company started as a husband-wife team driven by the motto “Make good liquids make good friends.” Since its inception in 2011, the brewery has expanded distribution into six states, achieved annual production of read more

  • Team Trivia at Olde Magoun’s Saloon - August 15, 2017

    Date: August 15, 2017

    Time: 8:30 pm to 11:30 pm

    Ticket or Admission Cost: $0
    Square or Neighborhood: Magoun Square

    Think you’re wicked smaht? Then get a team of friends together and join us for Team Trivia every Tuesday from 8:30pm – 11:30pm! You could win some great prizes! Olde Magoun’s Saloon: Craft Beer and Bourbon in Somerville, MA Come explore our 28 taps of local, national and imported craft beer each one served in its own distinctive glass. Or if cask ale is your thing, we have 3 rotating read more

== 'nearest' || jQuery('select[name="sort_by"]', $form).val() == 'farthest')) && (jQuery(".snear", $form).val() == '' || jQuery(".snear", $form).val() == 'Near')) jQuery(".snear", $form).val(default_location); geocodeAddress($form); } function doGeolocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(positionSuccess, positionError); } else { positionError(-1); } } function positionError(err) { var msg; switch (err.code) { case err.UNKNOWN_ERROR: msg = "Unable to find your location"; break; case err.PERMISSION_DENINED: msg = "Permission denied in finding your location"; break; case err.POSITION_UNAVAILABLE: msg = "Your location is currently unknown"; break; case err.BREAK: msg = "Attempt to find location took too long"; break; default: msg = "Location detection not supported in browser"; } jQuery('#info').html(msg); } function positionSuccess(position) { var coords = position.coords || position.coordinate || position; jQuery('.sgeo_lat').val(coords.latitude); jQuery('.sgeo_lon').val(coords.longitude); jQuery('.geodir-listing-search').submit(); } /** * On unload page do some cleaning so back button cache does not store these values. */ window.onunload = function(){ if(jQuery('.sgeo_lat').length ){ jQuery('.sgeo_lat').val(''); jQuery('.sgeo_lon').val(''); } };