diff --git a/src/config/config.php b/src/config/config.php
index a752436..5d35f5a 100644
--- a/src/config/config.php
+++ b/src/config/config.php
@@ -245,7 +245,7 @@
| Display custom images for clusters using icon path. (Link to an image path)
|
*/
- 'icon' => '//googlemaps.github.io/js-marker-clusterer/images/m',
+ 'icon' => '//googlearchive.github.io/js-marker-clusterer/images/m',
/*
|--------------------------------------------------------------------------
diff --git a/src/views/javascript.blade.php b/src/views/javascript.blade.php
index c6fbf67..f32b215 100644
--- a/src/views/javascript.blade.php
+++ b/src/views/javascript.blade.php
@@ -26,7 +26,7 @@ function initialize_method() {
@if ($options['cluster'])
-
+
@endif