The GMap module is a great tool to display Google map in Drupal. But when i try to render the GMap in Quicktabs, it is always distorted.

Probably there is some problems with the Javascript code. After searching this problem for a while in the GMap and Quick Tabs project pages, i finally found a solution.
Just simply add the following style in your .css
.quicktabs-hide {
display: block;
position: absolute;
left: -10000px;
top: -10000px;
}
If the above workaround does not work. Take a look at the reference link below.
Done =)
Reference: Gmap centering has error on hidden Quicktab tabs (was: How to display two gmaps properly)

You just saved me a lot of work with this quick and easy workaround. Thanks a lot. It worked just great.
LikeLike
good to know that this post could help. =D
LikeLike
Worked right away. Thank you!!!
LikeLike
You are welcome. =)
LikeLike
thank you greatly for you help time and css!!!
LikeLike
You are welcome. =D
LikeLike