diff --git a/src/containers/ListingPage/ListingPage.css b/src/containers/ListingPage/ListingPage.css
index 1a56843c..7a745f7a 100644
--- a/src/containers/ListingPage/ListingPage.css
+++ b/src/containers/ListingPage/ListingPage.css
@@ -530,6 +530,9 @@
/* Dimensions: Map takes all available space from viewport (excludes action button and section title) */
height: calc(100vh - 193px);
width: 100%;
+
+ /* Static map: max-width is 640px */
+ max-width: 640px;
background-color: #eee;
@media (--viewportMedium) {
diff --git a/src/containers/ListingPage/SectionMapMaybe.js b/src/containers/ListingPage/SectionMapMaybe.js
index ac6e015c..9a946305 100644
--- a/src/containers/ListingPage/SectionMapMaybe.js
+++ b/src/containers/ListingPage/SectionMapMaybe.js
@@ -29,7 +29,7 @@ const SectionMapMaybe = props => {