+ $.removeCookie("_osm_location");
+ $.cookie("_osm_location", OSM.locationCookie(map), { expires: expiry, path: "/" });
+ });
+
+ if ($.cookie('_osm_sotm') == 'hide') {
+ $('#sotm').hide();
+ }
+
+ $('#sotm .close').on('click', function() {
+ $('#sotm').hide();
+ $.cookie("_osm_sotm", 'hide', { expires: expiry });