templates/components/map.html.twig line 1

Open in your IDE?
  1. <section class="map-area">
  2.    <div style="width: 100%">
  3.       <iframe width="100%" height="300" frameborder="0" scrolling="no" marginheight="0"
  4.          marginwidth="0"
  5.          class="lazy"
  6.          data-src="https://maps.google.com/maps?width=100%25&amp;height=300&amp;hl=en&amp;q=Le%20Grand%20Bissargues,%2004110+(Colombine)&amp;t=k&amp;z=18&amp;ie=UTF8&amp;iwloc=B&amp;output=embed">
  7.       </iframe>
  8.    </div>
  9. </section>