I’m building a website that’s primarily function is a map search and displays professional wrestling events happening across the UK. I’m using v3 of the Google Maps JavaScript API to achieve this, but I have a question about why my app’s InfoWindows look different to the InfoWindows on maps.google.co.uk.
Compare the following two screen-shots. Mine:

And the Google Maps website:

Why does the Google Maps website have squared InfoWindows, and why does my app using the latest version of the Google Maps JavaScript API have rounded InfoWindows?
Martin,
I’ve gone to the Google Maps API demos and found this demo:
http://gmaps-samples-v3.googlecode.com/svn/trunk/geocoder/v3-geocoder-tool.html#q%3D42.032974%2C-90.703125
You should see the squared InfoWindow.
I looked under the hood and found the code below, could be the bounds overlay of your window. Hope it helps.