diff --git a/omise.html b/omise.html
index 594a780..18ed4a5 100644
--- a/omise.html
+++ b/omise.html
@@ -61,10 +61,12 @@
L.marker([univ.lat, univ.lng])
.addTo(map)
.bindPopup("東北公益文科大学");
+ .openPopup()
L.marker([shop.lat, shop.lng])
.addTo(map)
.bindPopup("いろは蔵パーク
営業時間:10:00〜20:00");
+ .openPopup()
})();