Link
I found this link in google groups explaining how to push the dom object as a street map.
Custom javascript code
Then I did some custom coding, and that is what I came up with:
window.addEventListener('DOMContentLoaded', function( e ){
HTML
<button id="button" class="btn">×</button>
CSS
.btn { margin-right: 10px; font-size: 2em; padding: .2em .4em; font-family: sans-serif; background-color: white; }
Demo
Here's the full demo on jsbin ( hint : remove the guy out onto the map).
source share