diff --git a/google-map-marker.html b/google-map-marker.html
index a373830..726af2b 100644
--- a/google-map-marker.html
+++ b/google-map-marker.html
@@ -241,8 +241,6 @@
if (this.marker) {
this.marker.setMap(this.map);
}
- if (this.open)
- this.fire('google-map-marker-open');
},
_updatePosition: function() {