HTML CSS examples for CSS Layout:Map
Load Google maps into iframe
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <!-- ww w.j a va 2s. c om--> <body> <iframe src="https://mapsengine.google.com/map/embed?mid=zCqArMwLBI1M.kOBWLJlkdlWY&z=15" width="640" height="250"></iframe> </body> </html>