<iframe src="https://www.google.com/maps/embed?..."
width="100%" height="450"
frameborder="0" style="border:0" allowfullscreen></iframe>
iframe {
pointer-events: none;
}$('iframe').click(function(){
$(this).css('pointer-events','auto');
})