I'm trying to place an iframe on my page that contains a google map.
The code is generate using jQuery on the fly and is output as so...
<iframe src="http://maps.google.com/maps?saddr=runcorn&daddr=widnes&ouput=embed" style="border:none; width:100%;" border="0"></iframe>
For some reason however this doesn't render a map, can anybody advise me on why this may be?