Google map iframe into wordpress theme [closed]

I’ve used it like this and it works well 😉

$(".div").html("<iframe width="850" height="450" frameborder="0" scrolling='no' marginheight="0" marginwidth="0" src="http://yourlocation.com"></iframe>");  
$(".div").css("display","block");

tech