Embeddable Wire Center Map
Add the AT&T copper retirement map to your site with a single script tag. The map stays live as we update the data — nothing to maintain on your end.
Default — Full US Map
Shows all wire centers across the US, 500px tall.
<script src="https://copper-sunset.com/embed.js"></script> Filtered by State
Use data-state with the state slug (e.g. texas, california).
<script src="https://copper-sunset.com/embed.js" data-state="texas" data-height="450"></script> Filtered by Status
Use data-status to pre-filter.
Options: deadline_approaching,
notice_filed,
retired.
<script src="https://copper-sunset.com/embed.js" data-status="deadline_approaching" data-height="450"></script> Options
| Attribute | Default | Description |
|---|---|---|
| data-height | 500 | Height of the map in pixels. |
| data-state | — | Pre-filter to a single state by slug (e.g. georgia, new-york). |
| data-status | — | Pre-filter by retirement status: deadline_approaching, notice_filed, or retired. |