diff --git a/gmap_plugin_style_gmap.inc b/gmap_plugin_style_gmap.inc
index be71c2490f5911af064bbfa09b4c656ff7dd9835..a45cea5c398487967877c4b4a071dd3101ce3388 100644
--- a/gmap_plugin_style_gmap.inc
+++ b/gmap_plugin_style_gmap.inc
@@ -122,7 +122,6 @@ class gmap_plugin_style_gmap extends views_plugin_style {
       if (!empty($markers)) { // Don't draw empty maps.
         $map = gmap_parse_macro($this->options['macro']);
         $map['markers'] = $markers;
-        $map['id'] = gmap_get_auto_mapid();
         $output .= theme($this->theme_functions(), $this->view, $this->options, $map, $title);
       }
     }