I loaded Google Maps API v3 and print Google Map in div. But when set width & height to 100% and auto I can\'t see the Map.
div
Here is HTML code snippe
If that div is the only thing on your page, set:
body, html { height: 100%; width: 100%; }