> For the complete documentation index, see [llms.txt](https://sitesbyseth.gitbook.io/sitesbyseth-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sitesbyseth.gitbook.io/sitesbyseth-docs/reign/sections/store-location-map.md).

# Store Location Map

An embedded Google Map with your address, hours, and a directions button — editorial grayscale styling included. On the default homepage; remove it if you're online-only.

## Section settings

| Setting                           | What it does                                                                                                                                                                                         | Default            |
| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |
| Heading                           | Section title                                                                                                                                                                                        | "Our retail store" |
| Address and hours                 | Rich text shown beside the map                                                                                                                                                                       | placeholder        |
| Map location                      | The address the map centers on — use your full street address                                                                                                                                        | placeholder        |
| Google Maps API key               | **Optional.** Enables the official Maps Embed API (create a key in Google Cloud and restrict it to your domain). Without one, a generic Google Maps embed is used — which works fine for most stores | —                  |
| Map zoom                          | 10 (region) – 18 (building); \~15 = street level                                                                                                                                                     | 15                 |
| Map height (mobile / desktop)     | 280–720px / 360–900px                                                                                                                                                                                | 420 / 520          |
| Grayscale map                     | Desaturates the map for a quieter, editorial look                                                                                                                                                    | On                 |
| Button label                      | CTA text                                                                                                                                                                                             | "Get directions"   |
| Button link                       | Blank = automatic Google Maps directions to your map address                                                                                                                                         | —                  |
| Open button link in new tab       | Keeps your store open                                                                                                                                                                                | On                 |
| Color scheme + Padding top/bottom | Wrapper                                                                                                                                                                                              | Scheme 1 / 0 / 0   |

💡 **Pro tip:** Doing a pop-up shop? Drop this section on a dedicated landing page with the pop-up's address and dates — then delete it when the weekend's over.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sitesbyseth.gitbook.io/sitesbyseth-docs/reign/sections/store-location-map.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
