How Can We Help?
frontend/layout/venue/venue-layout-1.php
Google Maps API key updated to use Anime Detour Key:
Original:
<iframe src="https://maps.google.com/maps?q=<?php echo $lat; ?>,<?php echo $lng; ?>&key=AIzaSyCYMt3XXKjVoI6ReelNuyS6Pg2UHsvCaZk&z=15&output=embed" width="100%" height="300" frameborder="0" style="border:0"></iframe>
Modified:
<iframe src="https://maps.google.com/maps?q=<?php echo $lat; ?>,<?php echo $lng; ?>&key=AIzaSyCYMt3XXKjVoI6ReelNuyS6Pg2UHsvCaZk&z=15&output=embed" width="100%" height="300" frameborder="0" style="border:0"></iframe>