Pinlite
Get embed code →
Free · No API key

Elegant location maps
for any website.

Design a branded map with your business info — hours, contact, socials — then embed it anywhere with a single line of HTML.

Business

Contact

Social links

Location

Tip: right-click a spot on Google Maps to copy lat/lng.

Look

Info card

Marker

Warming up the map…
Fetching tiles and dropping your pin.

Embed anywhere

Paste one of these into your site's HTML.

iframe (works everywhere)
<iframe
  src=""
  width="100%"
  height="460"
  style="border:0;border-radius:16px;overflow:hidden"
  loading="lazy"
  title="Empire Coffee Co."
></iframe>
Web component (blends inline)
<script src="/pinlite.js" async></script>
<pinlite-map
  lat="40.7484"
  lng="-73.9857"
  zoom="15"
  map-style="light"
  color="#10b981"
  name="Empire Coffee Co."
  address="20 W 34th St, New York, NY 10001"
  tags="Coffee, Pastries, Wi-Fi"
  hours="Mon–Fri 7:00–19:00 | Sat–Sun 8:00–17:00"
  phone="+1 (212) 555-0134"
  email="hello@empirecoffee.co"
  website="empirecoffee.co"
  instagram="https://instagram.com/empirecoffee"
  card="top"
  marker="pin"
  dim="2d"
  height="460"
></pinlite-map>