summaryrefslogtreecommitdiff
path: root/media
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-07-14 15:15:32 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-07-14 15:15:32 +0000
commitbc90f92c8f1cf3f6d840f8ab2c79580c036b20e6 (patch)
treee9633b5b9e904cf94995fb10c72372d17433e0ab /media
parent30f1c900a1ca0f9f868f1aa92f7e123560f242a7 (diff)
updated map js to fix ie errors
Diffstat (limited to 'media')
-rw-r--r--media/js/mainmap.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/media/js/mainmap.js b/media/js/mainmap.js
index 8281dfa..8f5e028 100644
--- a/media/js/mainmap.js
+++ b/media/js/mainmap.js
@@ -627,6 +627,20 @@ function initialize() {
//loop through and set up markers/info windows
+ var marker_begin_the = new google.maps.Marker({
+ position: new google.maps.LatLng(30.3804002966, -89.0308105822),
+ map: map,
+ shadow: shadow,
+ icon: image
+ });
+
+ var c_begin_the = '<div class="infowin"><h4>Begin the Begin<\/h4><span class="date blok">July 5, 2010 (Gulf Port, Mississippi)<\/span><p><img src="http://images.luxagraf.net/post-thumbnail/2010/gulf_port_beach_tn.jpg" height="100" alt="Begin the Begin" style="float: left; border: #000 10px solid; margin-right: 8px; margin-bottom: 4px; height: 100px;" \/>It\u0027s travel time again. This time I\u0027m driving my 1969 Ford truck out west, to Texas, Colorado, Utah and more\u0026nbsp\u003B\u0026mdash\u003B a road trip around the western United States. The first stop is Gulf Port, Mississippi. It\u0027s hard to believe, sitting here on the deserted beaches of Gulf Shore, watching the sun break through the ominous clouds, but soon this beauty will be gone. The BP oil spill is somewhere out there, blown slowly ashore by the storm hovering over us, waiting to drown the beaches in crude. <a href="/2010/jul/05/begin-the-begin/">Read it &raquo;<\/a><\/p><\/div>';
+
+ google.maps.event.addListener(marker_begin_the, 'click', function() {
+ openWin(c_begin_the,marker_begin_the);
+ });
+
+
var marker_los_angeles = new google.maps.Marker({
position: new google.maps.LatLng(34.0558238743, -118.235882504),
map: map,