Having trouble with the Google Maps API v3? I've set up a map with custom markers, but when clicked they all display the same content in the info window. Can you take a look at my code and help me troubleshoot? Each marker is supposed to link to a specific webpage related to that location, but I seem to be running into some issues. Any assistance would be greatly appreciated!
<!doctype html>
<head>
...
</script>
</head>
<body onload="initialize()">
<div id="header">
<div id="headercon">
<a href="http://www.linux4hope.org">
<div id="headerwrap"></div>
</a>
</div>
</div>
<div id="map_canvas"></div>
</body>
</html>