Embed or Link to Google Map

Help your web visitors find you by linking to, or embedding on your page, a Google map that defaults to your location. Most of our buildings are searchable by name in Google maps. Once you locate the building, you can get the link or the embed code for your site

  1. Visit google.com/maps
  2. Enter the name of the building in the search field, e.g. DeWaters Residence Hall.
  3. The map will focus and the place information panel will be displayed on the left
  4. Click on the Share icon ( )
  5. The first tab will provide you the link. e.g. https://goo.gl/maps/xKDUkNxkvrn1MEi49
  6. For embed code:
    1. Click the second tab, “Embed a map”
    2. You will get a preview of the embedded map view. Change the size of the frame as desired, and zoom in or out to adjust.
    3. When the view looks like you want it, click COPY HTML
    4. Open Notepad or another text editor and paste the contents of your clipboard. It will look something like this:
      ❰iframe src=”https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2951.4968624125236!2d-85.60459318430888!3d42.289262447561974!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88179d601db0eb51%3A0x97bc4d3897f12792!2sDeWaters%20Residence%20Hall!5e0!3m2!1sen!2sus!4v1628697168854!5m2!1sen!2sus” width=”400″ height=”300″ style=”border:0;” allowfullscreen=”” loading=”lazy”❱❰/iframe❱
    5. Change the angle brackets ❰❱ to square brackets[]
    6. Change “iframe” to “kframe”
    1. Now you have a shortcode. It should look something like this.
      [kframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2951.4968624125236!2d-85.60459318430888!3d42.289262447561974!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88179d601db0eb51%3A0x97bc4d3897f12792!2sDeWaters%20Residence%20Hall!5e0!3m2!1sen!2sus!4v1628697168854!5m2!1sen!2sus" width="400" height="300" style="border:0;" allowfullscreen="" loading="lazy"][/kframe]
    2. Copy and paste into a shortcode block on your web page.