CINXE.COM

Campus Maps | Kansas State University

<!DOCTYPE html> <html> <head> <title>Campus Maps | Kansas State University</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <meta charset="utf-8"> <style> html, body { margin: 0; padding: 0; height: 100%; overflow: hidden; } #mapcontainer { width: 100%; height: 100%; } #mapcontainer iframe { border: 0; } </style> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); </script> </head> <body> <div id="mapcontainer"></div> <!-- <iframe src="url" width="100%" height="100%" scrolling="no" border="0" frameBorder="0" style="border:0px solid #000; margin:0; padding:0;"> <p>Your browser does not support iframes.</p> </iframe> --> <script> function insertMap() { var url = "https://map.concept3d.com/?id=731", request, show, show1, showcode2markerID = { A: 93125, AC: 93124, AFH: 93123, AK: 93122, AKC: 93141, AMI: 133699, BA: 93126, BB: 133723, BC: 63611, BD: 93130, BH: 93129, BIVAP: 93128, BR: 93132, BRI: 93200, BT: 93133, BU: 93135, BUX: 93134, BWC: 133717, C: 93137, CB: 93142, CC: 93145, CCD: 93140, CDC: 0, CH: 0, CI: 93146, CL: 93136, CW: 93139, D: 93150, DC: 93147, DF: 93149, DO: 93151, DU: 93152, DUF: 93163, DUR: 93207, DV: 93148, DY: 93153, ECS: 93157, ED: 93155, EH: 93156, ER: 93138, ERL: 0, ES: 93154, EXF: 133715, F: 93161, FC: 93187, FC2: 133716, FD: 93164, FG: 93158, FM: 93171, FMF: 93165, FS: 93159, FSB: 93160, FT: 93162, GD: 93167, GHD: 93169, // Location? GM: 93183, GY: 93170, HB: 93173, HG: 93175, HH: 93177, HL: 93172, HST: 93176, HY: 93174, HZ: 93178, I: 0, IGP: 93168, IPF: 93179, ISC: 93180, JCC: 278450, JT: 93181, JU: 93182, K: 93188, KABSU: 0, KF: 93190, KFC: 0, KFS: 93127, KG: 93189, KPS: 93184, KSRP: 93185, LHC: 0, LMH: 93191, LS: 93193, LSH: 93191, LSP: 93192, M: 93195, MHC: 0, ML: 93194, MO: 93196, MS: 93166, N: 93199, NA: 93198, PFS: 93201, PH: 93202, PP: 93203, PR: 93204, PU: 93205, RC: 93208, REC: 93143, RV: 93206, S: 93210, SB: 93215, SC: 93209, SH: 93211, SM: 0, SR: 0, SRH: 272408, T: 93212, TH: 93213, UD: 0, UM: 93216, UN: 93186, VCS: 93197, VFO: 93218, VMS: 93144, VMT: 93214, VZ: 93217, W: 93225, WA: 93220, WAX: 93221, WB: 93222, WD: 93219, WEL: 133717, WH: 93223, WS: 93224, // Dining locations "DINING-CALL": 133771, "DINING-CORNERSTONE": 143103, "DINING-EINSTEIN": 133770, "DINING-UNION": 133768, "DINING-JPSPORTS": 133772, "DINING-QC-REC": 143096, "DINING-QC-KRAMER": 143097, "DINING-QC-MOORE": 143098, "DINING-QC-VANZILE": 143100, "DINING-RADINAS-ENGG": 143100, "DINING-RADINAS-LS": 133982, "DINING-BAKERY": 143102, "DINING-TROTTER": 133849 }; var parseRequest = /* * parseRequest -- parse the parameters specified in the URL into a "request" object * * This function returns an object that has a property for each parameter * in the URL. The value of the property is the value as specified in the * URL. For example, with the URL "whatever.html?dog=Max&cat=Saturn", * the object returned would have two properties: * * request.dog = "Max" and request.cat="Saturn". * * The returned object is typically named "request", and is modelled after the * Server-Side JavaScript "request" object. * * Note: No facility is available to handle parameters that are specified * multiple times. The last value specified on the URL is the one returned. */ function(s) { var request = {}; var a, i, v; // If the caller didn't specify a string, use the page's URL. if (!s) { s = window.location.search; } // Strip the leading question mark, if any if (s.substr(0,1) == '?') { s = s.substr(1); } // Split the query/search string into "name=value" strings. a = s.split(/&/); // For each string, split into the name and value, and assign to // the request object. for (i = 0; i < a.length; i++) { v = a[i].match(/^([^=]*)=(.*)$/); if (v) { v[1] = v[1].replace( /\+/g, " " ); // change '+' into ' ' v[2] = v[2].replace( /\+/g, " " ); // change '+' into ' ' request[decodeURIComponent(v[1])] = decodeURIComponent(v[2]); } } return request; }; try { request = parseRequest(); show = request.show; if (show) { ga('site.send', 'event', 'Map 731', 'Marker Open via URL', show, {noninteraction: 1}); /* Origianl version could use show=DO,CW to show both Dole and Cardwell. * CampusBird can't do that, so just use the first one. */ show1 = show.split(",")[0].toUpperCase(); marker = showcode2markerID[show1]; if (marker) { url += "&mrkIid=" + marker; url += "#!m/" + marker + "?ce/9318?ct/11701,0,9318"; } } } catch(e) { /* Nothing */ } var a=['iPad','iPod','iPhone','Android']; for(var i=0;i<a.length;i++) { var p=new RegExp(a[i],'i'); if(!!p.test(navigator.userAgent)) { document.location=url; } } map = document.createElement("iframe"); map.width="100%"; map.height="100%"; map.scrolling = "no"; map.border = "0"; map.frameborder = "0"; map.src = url; document.getElementById('mapcontainer').appendChild(map); }; window.onload = insertMap; (function(){ var cd=/k-state\.edu/.test(document.location.hostname)?'k-state.edu':'auto'; ga('create','UA-36236856-1',cd); ga('require','linkid', {'levels':9}); ga('require', 'displayfeatures'); ga('send','pageview'); try{ var hp = document.referrer.replace(/https?:\/\//, ""), ds=hp.substring(0,KSU.config.searchUrl.length)!==KSU.config.searchUrl; }catch(e){} ga('create','UA-19170528-12',cd,'site',{'alwaysSendReferrer':ds}); })(); </script> <li><a style="text-decoration: none;color:#ACA697;" href="https://a.cms.omniupdate.com/11/?skin=k-state&amp;account=k-state&amp;site=maps&amp;action=de&amp;path=/index.html">Updated: 5/1/24</a></li></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10