Working with Google Maps v3 is way fun.
If you’re a masochist.

Scrolling InfoWindow
If you have content that exceeds the InfoWindow window, you get this: a scrolling box. That’s terrible.
The solution is horribly easy.

The solution presents itself.
.gm-style-iw
class to style the InfoWindow content container.
/* Just use .gm-style-iw */ .gm-style-iw { width: 300px; min-height: 150px; }
The post Set the Width for a Google Maps InfoWindow appeared first on Katz Web Services.