district base

Example
123 My Street Name Ave
My Town 1234
Australia
Markup
 <div class="address-map">
   <div>123 My Street Name Ave<br />My Town 1234<br />Australia</div>
   <div>
     <iframe width="100%" style="height: 300px" id="gmap_canvas" src="https://maps.google.com/maps?q=Melbourne&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
   </div>
 </div>
Source: docroot/themes/contrib/district_base/styles/scss/components/_address-map.scss, line 5