From a340f4e246366b93bb1579cba2f2983300aeb460 Mon Sep 17 00:00:00 2001
From: Keshav Prasath <kprasath@student.unimelb.edu.au>
Date: Thu, 25 May 2023 11:22:14 +0000
Subject: [PATCH] Upload New File

---
 Analysis/CCC_spatial_viz.ipynb | 65288 +++++++++++++++++++++++++++++++
 1 file changed, 65288 insertions(+)
 create mode 100644 Analysis/CCC_spatial_viz.ipynb

diff --git a/Analysis/CCC_spatial_viz.ipynb b/Analysis/CCC_spatial_viz.ipynb
new file mode 100644
index 0000000..6235144
--- /dev/null
+++ b/Analysis/CCC_spatial_viz.ipynb
@@ -0,0 +1,65288 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "id": "6feb1422",
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stderr",
+     "output_type": "stream",
+     "text": [
+      "/home/kprasath/anaconda3/lib/python3.10/site-packages/fuzzywuzzy/fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning\n",
+      "  warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')\n",
+      "[nltk_data] Downloading package vader_lexicon to\n",
+      "[nltk_data]     /home/kprasath/nltk_data...\n",
+      "[nltk_data]   Package vader_lexicon is already up-to-date!\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "True"
+      ]
+     },
+     "execution_count": 3,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "import json\n",
+    "import pandas as pd\n",
+    "import numpy as np\n",
+    "import re\n",
+    "import nltk\n",
+    "from nltk.sentiment.vader import SentimentIntensityAnalyzer\n",
+    "import emoji\n",
+    "from textblob import TextBlob\n",
+    "from fuzzywuzzy import process\n",
+    "import matplotlib.pyplot as plt\n",
+    "from wordcloud import WordCloud\n",
+    "\n",
+    "\n",
+    "nltk.download('vader_lexicon')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "id": "5b18294e",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "text_data = pd.read_csv('textdatafor_spatial.csv')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "id": "8c80886c",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<style scoped>\n",
+       "    .dataframe tbody tr th:only-of-type {\n",
+       "        vertical-align: middle;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe tbody tr th {\n",
+       "        vertical-align: top;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead th {\n",
+       "        text-align: right;\n",
+       "    }\n",
+       "</style>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>area_name</th>\n",
+       "      <th>cleaned_text</th>\n",
+       "      <th>num_hashtags</th>\n",
+       "      <th>num_words</th>\n",
+       "      <th>num_chars</th>\n",
+       "      <th>num_emojis</th>\n",
+       "      <th>subjectivity</th>\n",
+       "      <th>sentiment_score</th>\n",
+       "      <th>lga_code</th>\n",
+       "      <th>lga_name</th>\n",
+       "      <th>lat</th>\n",
+       "      <th>lon</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>0</th>\n",
+       "      <td>Ocean Grove</td>\n",
+       "      <td>stella is spending the day with her cousin monty</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>9.0</td>\n",
+       "      <td>48.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.0000</td>\n",
+       "      <td>22750.0</td>\n",
+       "      <td>Greater Geelong</td>\n",
+       "      <td>-38.145829</td>\n",
+       "      <td>144.416254</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1</th>\n",
+       "      <td>Ocean Grove</td>\n",
+       "      <td>oh no i hope they dont go up any further</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>10.0</td>\n",
+       "      <td>40.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.5</td>\n",
+       "      <td>0.1779</td>\n",
+       "      <td>22750.0</td>\n",
+       "      <td>Greater Geelong</td>\n",
+       "      <td>-38.145829</td>\n",
+       "      <td>144.416254</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <td>Drysdale</td>\n",
+       "      <td>sunday r aflgiantssuns afldogsswans afltigerspies</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>5.0</td>\n",
+       "      <td>49.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.0000</td>\n",
+       "      <td>22750.0</td>\n",
+       "      <td>Greater Geelong</td>\n",
+       "      <td>-38.145829</td>\n",
+       "      <td>144.416254</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <td>Ocean Grove</td>\n",
+       "      <td>sorry to watch the declining situation up ther...</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>33.0</td>\n",
+       "      <td>166.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.5</td>\n",
+       "      <td>0.7717</td>\n",
+       "      <td>22750.0</td>\n",
+       "      <td>Greater Geelong</td>\n",
+       "      <td>-38.145829</td>\n",
+       "      <td>144.416254</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <td>Drysdale</td>\n",
+       "      <td>one lady had over saved photos of login cube s...</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>20.0</td>\n",
+       "      <td>99.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.5</td>\n",
+       "      <td>0.4215</td>\n",
+       "      <td>22750.0</td>\n",
+       "      <td>Greater Geelong</td>\n",
+       "      <td>-38.145829</td>\n",
+       "      <td>144.416254</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "     area_name                                       cleaned_text  \\\n",
+       "0  Ocean Grove   stella is spending the day with her cousin monty   \n",
+       "1  Ocean Grove           oh no i hope they dont go up any further   \n",
+       "2     Drysdale  sunday r aflgiantssuns afldogsswans afltigerspies   \n",
+       "3  Ocean Grove  sorry to watch the declining situation up ther...   \n",
+       "4     Drysdale  one lady had over saved photos of login cube s...   \n",
+       "\n",
+       "   num_hashtags  num_words  num_chars  num_emojis  subjectivity  \\\n",
+       "0           0.0        9.0       48.0         0.0           0.0   \n",
+       "1           0.0       10.0       40.0         0.0           0.5   \n",
+       "2           0.0        5.0       49.0         0.0           0.0   \n",
+       "3           0.0       33.0      166.0         0.0           0.5   \n",
+       "4           0.0       20.0       99.0         0.0           0.5   \n",
+       "\n",
+       "   sentiment_score lga_code         lga_name        lat         lon  \n",
+       "0           0.0000  22750.0  Greater Geelong -38.145829  144.416254  \n",
+       "1           0.1779  22750.0  Greater Geelong -38.145829  144.416254  \n",
+       "2           0.0000  22750.0  Greater Geelong -38.145829  144.416254  \n",
+       "3           0.7717  22750.0  Greater Geelong -38.145829  144.416254  \n",
+       "4           0.4215  22750.0  Greater Geelong -38.145829  144.416254  "
+      ]
+     },
+     "execution_count": 5,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "text_data.head()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "id": "a10a28a7",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<style scoped>\n",
+       "    .dataframe tbody tr th:only-of-type {\n",
+       "        vertical-align: middle;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe tbody tr th {\n",
+       "        vertical-align: top;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead th {\n",
+       "        text-align: right;\n",
+       "    }\n",
+       "</style>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>num_hashtags</th>\n",
+       "      <th>num_words</th>\n",
+       "      <th>num_chars</th>\n",
+       "      <th>num_emojis</th>\n",
+       "      <th>subjectivity</th>\n",
+       "      <th>sentiment_score</th>\n",
+       "      <th>lat</th>\n",
+       "      <th>lon</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>count</th>\n",
+       "      <td>30888.000000</td>\n",
+       "      <td>30888.000000</td>\n",
+       "      <td>30888.000000</td>\n",
+       "      <td>30888.0</td>\n",
+       "      <td>30888.000000</td>\n",
+       "      <td>30888.000000</td>\n",
+       "      <td>29991.000000</td>\n",
+       "      <td>29990.000000</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>mean</th>\n",
+       "      <td>0.000291</td>\n",
+       "      <td>14.838772</td>\n",
+       "      <td>81.712445</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.369595</td>\n",
+       "      <td>0.919355</td>\n",
+       "      <td>-37.796243</td>\n",
+       "      <td>144.915937</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>std</th>\n",
+       "      <td>0.051209</td>\n",
+       "      <td>12.254884</td>\n",
+       "      <td>68.008825</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.330399</td>\n",
+       "      <td>139.971674</td>\n",
+       "      <td>1.086742</td>\n",
+       "      <td>0.417559</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>min</th>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>-0.988600</td>\n",
+       "      <td>-38.559280</td>\n",
+       "      <td>141.503081</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>25%</th>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>6.000000</td>\n",
+       "      <td>30.000000</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>-37.815349</td>\n",
+       "      <td>144.962635</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>50%</th>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>11.000000</td>\n",
+       "      <td>59.000000</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.383333</td>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>-37.815349</td>\n",
+       "      <td>144.962635</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>75%</th>\n",
+       "      <td>0.000000</td>\n",
+       "      <td>21.000000</td>\n",
+       "      <td>114.000000</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>0.600000</td>\n",
+       "      <td>0.458800</td>\n",
+       "      <td>-37.815349</td>\n",
+       "      <td>144.962635</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>max</th>\n",
+       "      <td>9.000000</td>\n",
+       "      <td>62.000000</td>\n",
+       "      <td>287.000000</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>1.000000</td>\n",
+       "      <td>24600.000000</td>\n",
+       "      <td>144.962635</td>\n",
+       "      <td>149.608883</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "       num_hashtags     num_words     num_chars  num_emojis  subjectivity  \\\n",
+       "count  30888.000000  30888.000000  30888.000000     30888.0  30888.000000   \n",
+       "mean       0.000291     14.838772     81.712445         0.0      0.369595   \n",
+       "std        0.051209     12.254884     68.008825         0.0      0.330399   \n",
+       "min        0.000000      0.000000      0.000000         0.0      0.000000   \n",
+       "25%        0.000000      6.000000     30.000000         0.0      0.000000   \n",
+       "50%        0.000000     11.000000     59.000000         0.0      0.383333   \n",
+       "75%        0.000000     21.000000    114.000000         0.0      0.600000   \n",
+       "max        9.000000     62.000000    287.000000         0.0      1.000000   \n",
+       "\n",
+       "       sentiment_score           lat           lon  \n",
+       "count     30888.000000  29991.000000  29990.000000  \n",
+       "mean          0.919355    -37.796243    144.915937  \n",
+       "std         139.971674      1.086742      0.417559  \n",
+       "min          -0.988600    -38.559280    141.503081  \n",
+       "25%           0.000000    -37.815349    144.962635  \n",
+       "50%           0.000000    -37.815349    144.962635  \n",
+       "75%           0.458800    -37.815349    144.962635  \n",
+       "max       24600.000000    144.962635    149.608883  "
+      ]
+     },
+     "execution_count": 6,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "text_data.describe()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "a1a5944e",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "'''%%time\n",
+    "\n",
+    "import geopandas as gpd\n",
+    "import geoplot as gplt\n",
+    "import geoplot.crs as gcrs\n",
+    "from shapely.geometry import Point\n",
+    "\n",
+    "# Convert lat/lon to a shapely Point object\n",
+    "text_data['geometry'] = text_data.apply(lambda row: Point(row.lon, row.lat), axis=1)\n",
+    "\n",
+    "# Convert DataFrame to GeoDataFrame\n",
+    "gdf = gpd.GeoDataFrame(text_data, geometry='geometry')\n",
+    "\n",
+    "# Group by 'lga_name' and calculate mean sentiment_score\n",
+    "gdf['sentiment_score'] = pd.to_numeric(gdf['sentiment_score'], errors='coerce')\n",
+    "grouped_gdf = gdf.groupby('lga_name').agg({'sentiment_score': 'mean'})\n",
+    "\n",
+    "# Join the original gdf with grouped_gdf to get the mean sentiment for each row\n",
+    "gdf = gdf.merge(grouped_gdf, on='lga_name', suffixes=('', '_mean'))\n",
+    "\n",
+    "# Create a KDE plot and overlay it on a polygon plot\n",
+    "ax = gplt.kdeplot(\n",
+    "    gdf,\n",
+    "    hue='sentiment_score_mean',\n",
+    "    clip=gdf.geometry,\n",
+    "    shade=True,\n",
+    "    cmap='coolwarm',\n",
+    "    projection=gcrs.AlbersEqualArea(),\n",
+    ")\n",
+    "gplt.polyplot(gdf, ax=ax, zorder=1)\n",
+    "'''"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "id": "bbbe096a",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAikAAAGOCAYAAABSYpPVAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy88F64QAAAACXBIWXMAAA9hAAAPYQGoP6dpAABNeklEQVR4nO3deVgU9R8H8Pcutygrh1yJx8/UVMxSS0FLTQFNJPOORC1Dy9Q8806slA6vyjIz01QMNe8jhNIs7yMpNTXPQIVQwUUBOXbn94exuXLsMTt78X49zzwPzHxn5rOrsB8+32NkgiAIICIiIrIycksHQERERFQeJilERERklZikEBERkVVikkJERERWiUkKERERWSUmKURERGSVmKQQERGRVWKSQkRERFbJ0dIBEBER2Zt79+6hqKhI9HWcnZ3h6upqgohsE5MUIiIiE7p37x7q162OzCyV6Gv5+/vj8uXLVTZRYZJCRERkQkVFRcjMUuHy8brwqGH8qIrcO2rUb/U3ioqKmKQQERGR6XjUkItKUohJChERkSRUghoqEY/wVQlq0wVjo5ikEBERSUANAWoYn6WIOddesA5FREREVomVFCIiIgmooYaYDhtxZ9sHJilEREQSUAkCVILxXTZizrUX7O4hIiIiq8RKChERkQQ4cFY8JilEREQSUEOAikmKKExSiIiIJMBKingck0JERERWiZUUIiIiCXB2j3hMUoiIiCSg/ncTc35Vx+4eIiIiskqspBAREUlAJXJ2j5hz7QWTFCIiIgmoBIh8CrLpYrFV7O4hIiIiq8RKChERkQQ4cFY8JilEREQSUEMGFWSizq/q2N1DREREVomVFCIiIgmohfubmPOrOiYpREREElCJ7O4Rc669YJJCREQkASYp4nFMChEREVklVlKIiIgkoBZkUAsiZveIONdeMEkhIiKSALt7xGN3DxEREVklVlKIiIgkoIIcKhG1AJUJY7FVTFKIiIgkIIgckyJwTAq7e4iIiMg6sZJCREQkAQ6cFY9JChERkQRUghwqQcSYFC6Lz+4eIiIisk6spBAREUlADRnUImoBarCUwiSFiIhIAhyTIh6TFCIiIgmIH5PCSgrHpBAREZFVYiWFiIhIAvfHpIh4wCC7e5ikEBERSUEtcll8Dpxldw8RERFZKVZSiIiIJMCBs+IxSSEiIpKAGnKukyISu3uIiIjIKrGSQkREJAGVIINKELGYm4hz7QWTFCIiIgmoRM7uUbG7h909REREZJ1YSSEiIpKAWpBDLWJ2j5qze5ikEBERSYHdPeIxSSEiIpKAGuIGv6pNF4rN4pgUIiIiskqspBAREUlA/GJurCMwSSEiIpKA+GXxmaTwHSAiIiKrxEoKERGRBNSQQQ0xA2e54iyTFCIiIgmwu0c8vgNERERklVhJISIikoD4xdxYR2CSQkREJAG1IINazGJufAoy0zQiIiKyTqykEBERSUAtsruHi7kxSSEiIpKE+KcgM0lhkkJERCQBFWRQiVjrRMy59oJpGhEREVklJilEREQSKO3uEbMZIj4+Hk899RRq1KgBX19f9OzZE+fOndNqIwgC4uLiEBgYCDc3N3Ts2BGnT5/WalNYWIhRo0bBx8cH7u7uiIqKwtWrV7Xa5OTkICYmBgqFAgqFAjExMbh9+7ZWm7S0NPTo0QPu7u7w8fHB6NGjUVRUZNBrYpJCREQkARX+6/IxbjPM3r178eabb+LQoUNISUlBSUkJwsPDkZeXp2nz0UcfYf78+Vi0aBGOHj0Kf39/hIWF4c6dO5o2Y8aMwaZNm5CYmIh9+/bh7t27iIyMhEr1X0TR0dFITU1FUlISkpKSkJqaipiYmP9eu0qF7t27Iy8vD/v27UNiYiI2bNiA8ePHG/SaZIIgCAa+D0RERFSB3NxcKBQKvHO4C1yrOxl9nXt3i/Fumx+hVCrh4eFh8Pk3btyAr68v9u7di2effRaCICAwMBBjxozBpEmTANyvmvj5+eHDDz/E8OHDoVQqUatWLaxatQr9+/cHAFy/fh1BQUHYuXMnIiIicObMGTRt2hSHDh1CmzZtAACHDh1CSEgIzp49i8aNG+OHH35AZGQk0tPTERgYCABITEzEkCFDkJWVpffrYSWFiIhIAqbq7snNzdXaCgsL9bq/UqkEAHh5eQEALl++jMzMTISHh2vauLi4oEOHDjhw4AAA4Pjx4yguLtZqExgYiODgYE2bgwcPQqFQaBIUAGjbti0UCoVWm+DgYE2CAgAREREoLCzE8ePH9X4PmaQQERFJoPQBg2I2AAgKCtKM/VAoFIiPj9d5b0EQMG7cOLRv3x7BwcEAgMzMTACAn5+fVls/Pz/NsczMTDg7O8PT07PSNr6+vmXu6evrq9Xm4ft4enrC2dlZ00YfnIJMRERkxdLT07W6R1xcXHSeM3LkSPzxxx/Yt29fmWMymfbUZkEQyux72MNtymtvTBtdWEkhIiKSgAAZ1CI24d91Ujw8PLQ2XUnKqFGjsHXrVuzZswe1a9fW7Pf39weAMpWMrKwsTdXD398fRUVFyMnJqbTNP//8U+a+N27c0Grz8H1ycnJQXFxcpsJSGSYpREREEjBVd4++BEHAyJEjsXHjRuzevRv169fXOl6/fn34+/sjJSVFs6+oqAh79+5FaGgoAKBVq1ZwcnLSapORkYFTp05p2oSEhECpVOLIkSOaNocPH4ZSqdRqc+rUKWRkZGjaJCcnw8XFBa1atdL7NbG7h4iIyA68+eabWLNmDbZs2YIaNWpoKhkKhQJubm6QyWQYM2YM5syZg4YNG6Jhw4aYM2cOqlWrhujoaE3boUOHYvz48fD29oaXlxcmTJiA5s2bo0uXLgCAJk2aoGvXroiNjcWSJUsAAMOGDUNkZCQaN24MAAgPD0fTpk0RExODjz/+GNnZ2ZgwYQJiY2MNmqnEJIWIiEgCakEGtWD80vaGnrt48WIAQMeOHbX2L1++HEOGDAEAvP322ygoKMCIESOQk5ODNm3aIDk5GTVq1NC0X7BgARwdHdGvXz8UFBSgc+fOWLFiBRwcHDRtEhISMHr0aM0soKioKCxatEhz3MHBATt27MCIESPQrl07uLm5ITo6GnPnzjXoNXGdFCIiIhMqXSdlzP4ouIhYJ6XwbjEWtttq9Dop9oCVFCIiIgmYu5JijzhwloiIiKwSKylEREQSUEMOtYhagJhz7QWTFCIiIgmoBBlUIrpsxJxrL5imERERkVViJYWIiEgCHDgrHpMUIiIiCQgPPMnY2POrOr4DREREZJVYSSEiIpKACjKoIGLgrIhz7QWTFCIiIgmoBXHjStRcD57dPURERGSdWEkhIiKSgFrkwFkx59oLm09S1Go1rl+/jho1akAmY/8dERFVTBAE3LlzB4GBgZDLpU0C1JBBLWJciZhz7YXNJynXr19HUFCQpcMgIiIbkp6ejtq1a0t6D644K57NJyk1atQAcP8/XFV9lDUREeknNzcXQUFBms8Osm42n6SUdvF4eHgwSSEiIr2YY3gAx6SIZ/NJiqWFyftqfe/hWwMbMr+xUDRERGQt1BC5LD7HpHAKsrHih3xSJkEBgNysO+XuJyIiIsMwSTHS7pX7Kj3ORIWIqGoT/p3dY+wmsJLCJMUY+iYgV65ckTYQIiKyWqVPQRazVXVMUiQU+7+Jlg6BiIjIZnHgLBERkQQ4u0c8JikSqqZws3QIRERkIWK7bNjdw+4eozw3qL1e7bbkrJQ4EiIiIvvFJMUIU1a8pbsR31kioipNzMwesc/9sRf8KDVSinp9hcdkjkBKScXHiYjI/nF2j3gckyJCaaLSw2Mg7t0tRMOn6+OLQx9ZOCoiIrIGHJMiHpMUE9iWu9rSIRAREdkdJilEREQSYCVFPCYpREREEmCSIh4HzhIREZFVYiWFiIhIAgIgahqxYLpQbBaTFCIiIgmwu0c8Sbt7oqKiUKdOHbi6uiIgIAAxMTG4fv26VhuZTFZm+/LLL6UMi4iIiGyApElKp06dsG7dOpw7dw4bNmzAxYsX0adPnzLtli9fjoyMDM02ePBgKcMiIiKSHBdzE0/S7p6xY8dqvq5bty4mT56Mnj17ori4GE5OTppjNWvWhL+/v5ShEBERmRW7e8Qz2+ye7OxsJCQkIDQ0VCtBAYCRI0fCx8cHTz31FL788kuo1WpzhUVERERWSvKBs5MmTcKiRYuQn5+Ptm3bYvv27VrH33vvPXTu3Blubm746aefMH78eNy8eRPTp08v93qFhYUoLCzUfJ+bmytp/ERERMZgJUU8gyspcXFx5Q52fXA7duyYpv3EiRNx4sQJJCcnw8HBAYMGDYIg/Dexavr06QgJCcETTzyB8ePH491338XHH39c4f3j4+OhUCg0W1BQkKEvgYiISHKCIBO9VXUy4cGMQQ83b97EzZs3K21Tr149uLq6ltl/9epVBAUF4cCBAwgJCSn33P3796N9+/bIzMyEn59fmePlVVKCgoKgVCrh4eFhyEshIqIqJjc3FwqFQtLPjNJ7hGwZBUd3F6OvU5JXiIMvfFalP98M7u7x8fGBj4+PUTcrzYceTDIeduLECbi6uqJmzZrlHndxcYGLi/H/6GQaYfK+Wt8PmN4TQ9992ULREBGRPZJsTMqRI0dw5MgRtG/fHp6enrh06RLeeecdNGjQQFNF2bZtGzIzMxESEgI3Nzfs2bMH06ZNw7Bhw5iIWKmhzccg7fS1MvsT39+MxPc3I0W93gJRERFZH45JEU+yJMXNzQ0bN27EzJkzkZeXh4CAAHTt2hWJiYmaBMTJyQlffPEFxo0bB7Vajf/9739499138eabb0oVFolw7dq1chOUB4XJ+zJRISICRI8r4ZgUCZOU5s2bY/fu3ZW26dq1K7p27SpVCGRiQ4LGWDoEIiKqQvgUZDK5nctTLB0CEZHFccVZ8ZikkMntSdxv6RCIiCyOU5DFY5JCJjfmm1hLh0BERHZA8hVnyX44OMmhKtb9yIJHHnnEDNEQEVk3QWSXDSsprKSQAZIK1+ps878n6pghEiIi6ycAEAQRm6VfgBVgkkIGqWx6cZ1mj2DJb/PMGA0REdkzdveQwVLU63Ht2jUMqTsGUANPhDXDx7viLB0WEZFVUUMGGUQs5ibiXHvBJIWM8sgjjyClhIu2ERFVhIu5icckhYiISAJqQQYZl8UXhWNSiIiIyCqxkkJERCSB0lk6Ys6v6pikEBERSYBjUsRjdw8RERFZJVZSiIiIJMBKinhMUoiIiCTA2T3isbuHiIiIrBIrKURERBLg7B7xmKQQERFJ4H6SImZMigmDsVHs7iEiIiKrxEoKERGRBDi7RzxWUoiIiCQgmGAzxC+//IIePXogMDAQMpkMmzdv1jo+ZMgQyGQyra1t27ZabQoLCzFq1Cj4+PjA3d0dUVFRuHr1qlabnJwcxMTEQKFQQKFQICYmBrdv39Zqk5aWhh49esDd3R0+Pj4YPXo0ioqKDHxFTFKIiIgkUVpJEbMZIi8vDy1atMCiRYsqbNO1a1dkZGRotp07d2odHzNmDDZt2oTExETs27cPd+/eRWRkJFQqlaZNdHQ0UlNTkZSUhKSkJKSmpiImJkZzXKVSoXv37sjLy8O+ffuQmJiIDRs2YPz48Qa9HoDdPWQjlEol+vkMg1ql1uyb/v04dOgVYsGoiIisR7du3dCtW7dK27i4uMDf37/cY0qlEsuWLcOqVavQpUsXAMDq1asRFBSEH3/8EREREThz5gySkpJw6NAhtGnTBgCwdOlShISE4Ny5c2jcuDGSk5Px559/Ij09HYGBgQCAefPmYciQIZg9ezY8PDz0fk2spJDVm9A5Dn08X9NKUADg/T7zEe7Yz0JRERHpYKL+ntzcXK2tsLDQ6JB+/vln+Pr6olGjRoiNjUVWVpbm2PHjx1FcXIzw8HDNvsDAQAQHB+PAgQMAgIMHD0KhUGgSFABo27YtFAqFVpvg4GBNggIAERERKCwsxPHjxw2Kl0kKWbULJ//G73tOV3hcUAt4wWuQGSMiItKT2K6ef7t7goKCNOM/FAoF4uPjjQqnW7duSEhIwO7duzFv3jwcPXoUzz33nCbpyczMhLOzMzw9PbXO8/PzQ2ZmpqaNr69vmWv7+vpqtfHz89M67unpCWdnZ00bfbG7h6zaGy0m6GyTf7vADJEQEVlGenq6VheJi4uLUdfp37+/5uvg4GC0bt0adevWxY4dO9CrV68KzxMEATLZf+NjHvxaTBt9sJJCREQkgdIVZ8VsAODh4aG1GZukPCwgIAB169bF+fPnAQD+/v4oKipCTk6OVrusrCxNZcTf3x///PNPmWvduHFDq83DFZOcnBwUFxeXqbDowiSF7IJSqbR0CEREWsw9u8dQt27dQnp6OgICAgAArVq1gpOTE1JSUjRtMjIycOrUKYSGhgIAQkJCoFQqceTIEU2bw4cPQ6lUarU5deoUMjIyNG2Sk5Ph4uKCVq1aGRQju3vILigUCkuHQERkUXfv3sWFCxc031++fBmpqanw8vKCl5cX4uLi0Lt3bwQEBODKlSuYOnUqfHx88OKLLwK4/3t06NChGD9+PLy9veHl5YUJEyagefPmmtk+TZo0QdeuXREbG4slS5YAAIYNG4bIyEg0btwYABAeHo6mTZsiJiYGH3/8MbKzszFhwgTExsYaNLMHYJJCVq6Gd3XcuXXX0mEQERnugcGvRp9vgGPHjqFTp06a78eNGwcAGDx4MBYvXoyTJ09i5cqVuH37NgICAtCpUyesXbsWNWrU0JyzYMECODo6ol+/figoKEDnzp2xYsUKODg4aNokJCRg9OjRmllAUVFRWmuzODg4YMeOHRgxYgTatWsHNzc3REdHY+7cuQa/BTJBsO1HGOXm5kKhUECpVBqcoZFtCJP3rfT48PmD0GdMDzNFQ0S2zByfGaX3qPv1DMiruRp9HXX+Pfz92ntV+vONY1LI6qWo11d47JU5LzFBISLrZO518e0Qu3uojMVjl2P7Vz9CVaJCDU93zNr8Npq2bWzRmFLU66FUKjG69VTcVRZg+PwYhA/spPtEIiKyWUxSSCPt3DUMbTJGa9/trFy8FTodtYK8sebvLy0T2L8UCgW+Pf+5RWMgItIXn4IsnqTdPVFRUahTpw5cXV0REBCAmJgYXL9+vUy7FStW4PHHH4erqyv8/f0xcuRIKcOiCjycoDzoRvotjHhqkvmCISKyB+zqEUXSJKVTp05Yt24dzp07hw0bNuDixYvo06ePVpv58+dj2rRpmDx5Mk6fPo2ffvoJERERUoZF5fhs1DKdbc4fv2SGSIiIiO6TtLtn7Nixmq/r1q2LyZMno2fPniguLoaTkxNycnIwffp0bNu2DZ07d9a0bdasmZRhUTmSlv2kV7tti3ehxxtMIm3NtQsZSJi9EaoSFfpPjML/Hq9n6ZCI7B67e8Qz25iU7OxsJCQkIDQ0FE5OTgCAlJQUqNVqXLt2DU2aNMGdO3cQGhqKefPmISgoqNzrFBYWaj0BMjc31yzxW9qtW7cwoNbrmu+d3JywM2+Nya6veugJwxX5+9xVk92TpHf75m0MbjAa+Xf+e77R7oRf4ezqhMUnPkadxo9YMDoiOye224ZdPtJPQZ40aRLc3d3h7e2NtLQ0bNmyRXPs0qVLUKvVmDNnDhYuXIjvv/8e2dnZCAsLQ1FRUbnXi4+P13oaZEXJjDl9/NrneKXJW5jafU6FcYsRWeNlrQQFAIoLihEm74tJEbNMcg93RTW92j03oL1J7kfSu3fvHvr5D9NKUEoV3SvG0CZjcDMzp5wziYisg8FJSlxcHGQyWaXbsWPHNO0nTpyIEydOIDk5GQ4ODhg0aBBK149Tq9UoLi7Gp59+ioiICLRt2xbfffcdzp8/jz179pR7/ylTpkCpVGq29PR0I1+6eOM7zUSYvC+Sv/kZV89dx9EfTqC768uIrvu67pP1NOSxUSjMqzjx+S3lFA7+cFT0fWZumKi7kQwWn4pM+pve/UMI6sr/FJvQcaaZopFO/9qvIUzeF2Hyvni+xgBLh0P0AJkJtqrN4O6ekSNHYsCAyn8R1KtXT/O1j48PfHx80KhRIzRp0gRBQUE4dOgQQkJCNA81atq0qaZ9rVq14OPjg7S0tHKv7eLiYrInQIoxrsMMnPz1bLnHbqTfQl//oVifqXswqi7X/srU2ead7h9VuuCZPh5/pgm8H/HCrWvZFbYZu2SYqHuQef3x8ymdba79laGzjbWa2GMWUndov8biPBXC5H3hFajA2qtfWygyon+xu0c0g5OU0qTDGKUVlNIxJe3atQMAnDt3DrVr1wZwf+zKzZs3UbduXaPuYS4VJSilbmflIjPtH/jXMeyx1JaUmL4Ew5+cgEu//619QHY/QXn+tTDLBEZGse0HXlRuwxc7yiQoD8q+rsSbz0zG579+YMaoiMjUJBs4e+TIERw5cgTt27eHp6cnLl26hHfeeQcNGjRASEgIAKBRo0Z44YUX8NZbb+Grr76Ch4cHpkyZgscee0zrIUnWJn7wJ3q1G9vuHXyXvkTiaExryYn7D4Da+Ml2pJ+7jk4vPYPHn2li4aioKrt37x5m9ZyLU/vPQhAE1Auug3NHLug876/9F80QHVElWEkRTbIkxc3NDRs3bsTMmTORl5eHgIAAdO3aFYmJiVrdNStXrsTYsWPRvXt3yOVydOjQAUlJSZoZQNbo7CHdvyABQHnrjsSRSKfXW5GWDoFEeqShP66dr7y70MO7upmiMc6mz3bgi7dWaO3TJ0EhsgpmfgqyPZIsSWnevDl2796ts52HhweWLVuGZcvEj98wF/96vriu45c/ALhWczZDNETlm71jKoY0Gl1pm2lrx1Z63JIu/XGlTIJCZEsEQVy3qz132eqLT0E2wnvb9Fsefsa6caLv9eKYbjrbJN6w7DN1yDo98mgAZm6YUOHxEZ8MQcvnHjdjRIaZEfWhpUMgIgtjkmIEZ2dn+DziVWkbRycHPGmCD4AR81/FU92fqPD4gv3vw9vbW/R9yD61f7ENUtTr0XtsJLwCasLTT4HwIR3xQ9F3eHFUd0uHV6mstJuWDoFIHDHP7eHzewDwKchG+y59CXrXehW55Yw7cXRywJY7K012rznbpgEARrWbirMHzwMABr/fDwOn9jXZPci+vT5vMF6fN9jSYRBVLRyTIhqTFBE23PgGVy9kYHyHmbiTfRcu7s6YkjAGT0c8Icn9Pts/R5LrElkjuYMcaj0f11AesWsHEZHlMUkRqfajAVh77StLh0EWMuSxkbj21z/aO2VAioofkGI907sN9q47WGmb+s3r4PJJ7YUfmZyQtZAJ9zcx51d1TFKIjBTh1A9qVTm/RQQgTN4X3+d8DYVCIdn943p/hOx/svHpPvtcsGzy6tE4sOUoigtLyj0ukwHz97+P6tXdzBwZkZ64TopoHDhLZIRFY5eXn6A8oI/na5Lcu/Q5Nfs3HcWZAxc13+/cuVOS+1mKo6Mjtt5ZBd86ZVe49vCujo23ljNBIbJzrKQQGWHLJ5ZJCMLkFQ+WXhC5HNgOPP/882aMSFqOjo5IuLIYJSUl2PXNHpQUl6Dz4I5MTsg2cOCsaKykEEnoSPJvJrtWZQlKqQWRy012P2vi6OiI7sPC8MKb3ZigkO3gFGTRmKQQERGRVWJ3D5GEng5vaekQiMhSOHBWNFZSiIwQ/U4vS4dARNaO3T2iMUkhMsIrcS9B7lT5jw/X6yCq4koHzorZqjgmKURG2lW4Fk1CG5bZL3eQM0EhIjIBjkkhEuHTfeZ7VEGKer3OGT5SJEdnj57H+I5xKCooAnA/CXvz01cQ9UZXk9+LyJ5wxVnxWEkhsiGVJSFSJCiTu76LUW2mahIUAFCr1PjszWXoVesVk9+PyK5wTIporKQQ2RhzdSX9uukwjiefrPD4nVt3Mf65mZi3e5ZZ4iGiqoeVFCIq15wBC3S2+ePnP80QCRFVVaykEFG5SopVlg6ByKbJIHJMiskisV2spBAREZFVYiWFiIhICnzAoGhMUqhKe3hKry2tb/LtzEQkzN4IQX2/niyTyzB0TjT6v93TJNcP7dkaBzYfq7SNq7uLSe5lKkunrsK6D7Zq7fv8t4/Q6In6FoqIqjQuiy+aTBAEm34bcnNzoVAooFQq4eHhYelwyEZYYr0RU+rt9ypyb9wp95hPbW98l/alSe4T4dwf6hJ1hcc33F5mNT93lf2begfWROLVpWaMhqyVOT4zSu9RN3425K6uRl9Hfe8e/p4yrUp/vnFMClE5dCUxlvRe/3kVJigAcPPqLXw+5huT3GtX0Vp4BXqW2e/k6mhVCUpk9ehKj9+6fhs7l/9opmiI/sV1UkRjdw8hKzMHw5uOQZ4yHzKZDJ0HPoO3V4yydFiSseYERB+/rD+ks83mT3/AmwtfNcn91l79CgBw84YS93LzULtBoEmua0qF+cU62ywYugTPv9LFDNEQ3ccVZ8VjkmJGFX04WrJr4aW6r+Nm+i3N94IgIGXlL0hZ+Qvm/zILzds3tVhsZF18aimAWgpLh0FkOzgmRTR295hJZX+9W+ov+xFPT9JKUB427tmZZoyGiIhIG5MUM9AnCbFEonL+2CWdbWIfH2eGSIiI7BDHpIjGJKWKOrlPv+XMr5xKlzgSMtQjjQJ0tnmsTUMzRGJb3GtWs3QIVMWUjkkRs1V1TFKqqOPJf1g6BDLSirOfQiaveJEnuYMcnx2cY8aILO/j3dN1ttmc/a0ZIiEiU2KSUkV1jG6nX0M7XPBQn4HK1r5OSnLJOngF1iyz369eLewqXmv+gCzsiY4t8O72tys8bu3/nmSnSlecFbNVcZzdU0XVeyxIr3ZhMc9KHIllpKjXW+VsK0Os5eJkWkKefwop6vW4cuUKFsZ8Dd/6tTB15VuWDouqMs7uEY1JShXWd2IU1n+8teIGMtj1eim2koyQYerVq4eFv75v6TCIyAQk7e6JiopCnTp14OrqioCAAMTExOD69eua4ytWrIBMJit3y8rKkjI0s7LW7oVhH8Yg8o3wco/JHeTYlrfKzBEREdkPDpwVT9IkpVOnTli3bh3OnTuHDRs24OLFi+jTp4/meP/+/ZGRkaG1RUREoEOHDvD19ZUyNLOrLAmx5F/0b30eixT1evSb/AJ8grxRLzgICde/wq7itXAV8cwJIqIqj1OQRTPrAwa3bt2Knj17orCwEE5OTmWO37hxA4888giWLVuGmJgYva7JBwySLg8+JK//lBfw2uyBFo6IiCzFnA8Y/N87c0Q/YPDSu1Or9Oeb2Wb3ZGdnIyEhAaGhoeUmKACwcuVKVKtWTavaQmSsCOf+CJP31XqK79r4LQiT98WtWxWvtEtEZBJiu3pYSZE+SZk0aRLc3d3h7e2NtLQ0bNmypcK233zzDaKjo+Hm5lZhm8LCQuTm5mptRA973j1aKzl52IBar5sxGiKqktjdI5rBSUpcXFyFg11Lt2PHjmnaT5w4ESdOnEBycjIcHBwwaNAglNfDdPDgQfz5558YOnRopfePj4+HQqHQbEFB+k2lpaqluED3U3F713rFDJEQUZXFJEU0g6cgjxw5EgMGDKi0Tb169TRf+/j4wMfHB40aNUKTJk0QFBSEQ4cOISQkROucr7/+Gk888QRatWpV6bWnTJmCceP+e55Mbm4uExXSsmDEYr3a5d66K3EkREQkhsFJSmnSYYzSCkphYaHW/rt372LdunWIj4/XeQ0XFxe4uLgYdX+qGvZvPGrpEHQqdyE5NyAlj2u3ENkLsdOIOQVZwsXcjhw5giNHjqB9+/bw9PTEpUuX8M4776BBgwZlqihr165FSUkJXn75ZanCoSqkXa+nsPPL3ZYOo0IVPvG64P4xW1pk7uHXYkuxE5H1k2zgrJubGzZu3IjOnTujcePGePXVVxEcHIy9e/eWqYQsW7YMvXr1gqenp1ThUBUy9os39GpXw8td4kjKqjBBMbCNpYXJ+5YbZ0X7iYiMIVklpXnz5ti9W7+/Zg8cOCBVGFRFObk6ovheSaVtNt5cYZ5g7Iw+ScgHH3yAyZMnmyEaIivGZ/eIxqcgk13amf8dZA4VP0H087OzzRiNed2+ocSk8HfR03MwetYcjAnPxSE7M8esMfw09bhZ70dkjbgsvnhMUshuJRevQ4p6PWQP/C8PG/IMUtTr0ahRI8sFJqHEDzehr99r+O3Hk8hT5iMvNx+//3wa/QOH4duZiZYOj4jIIHwKMpncgW1HEPfiXAhqAU4ujlh3YymqV69usXiSS6rGYM5T+89i2ZQ1FR5f/d4GNAl9DE9HPGG+oIiqOlZDRGGSQib18HiF4sISvOjxChycHJBUaJ6/5K9evYpX6ozVfO8VWBNrry4Vfd3yxmK41pFj25W1oq9tCh8P+Vxnm0+GL0HCFf3WkSEikTgmRTR295DJVDagUlWsQjfXl8wSw4MJCgBkX7+NMHlfbP96l6jrludemtqg2SxvbR2ss42x03gzLv2js01W2k2jrk1kSaf2n8UnI5biywnf4vYNpaXDITNiJYVMYtXsDTrblBRVPttGLF3JwifDvkbkaxEmv25pG32Si8jISGAr8EnUt+UeF7POiBkfaK5T5zmVrxxNpI9zRy5gQuc43Mv7bwHQDfO3I+B/fvj6z/lwdna2YHS6cTE38VhJIZNYOUO/rpyYhiMljqRy1rCGR2RkJFLU65GiXg/FI9XRuG19zfdiOLvp/oXt5Cz+7xJ94uT0YxLryqk0jGw7RStBKZVx6R/084u1QFQGMvOze3755Rf06NEDgYGBkMlk2Lx5s3Y4goC4uDgEBgbCzc0NHTt2xOnTp7XaFBYWYtSoUfDx8YG7uzuioqJw9epVrTY5OTmIiYnRPEMvJiYGt2/f1mqTlpaGHj16wN3dHT4+Phg9ejSKiooMe0FgkkJmduvqLUmuG9f3I0muK7Xv05dj0QHTxB7xSiedbTq+1M4k96ooqTJFskUEAO/0rPznIk+Zj5Wz1pkpGuOYewpyXl4eWrRogUWLFpV7/KOPPsL8+fOxaNEiHD16FP7+/ggLC8OdO3c0bcaMGYNNmzYhMTER+/btw927dxEZGQmVSqVpEx0djdTUVCQlJSEpKQmpqamIiYnRHFepVOjevTvy8vKwb98+JCYmYsOGDRg/frxhLwjs7qmyKqooSP0B41/fV5LrHkv6XZLr2pI3P3kFv6w/COWN3HKPu9d0x/iv9VuNV19MSEgq+oyx2vTpTgya2c8M0diGbt26oVu3buUeEwQBCxcuxLRp09CrVy8AwLfffgs/Pz+sWbMGw4cPh1KpxLJly7Bq1Sp06dIFALB69WoEBQXhxx9/REREBM6cOYOkpCQcOnQIbdq0AQAsXboUISEhOHfuHBo3bozk5GT8+eefSE9PR2BgIABg3rx5GDJkCGbPng0PDw+9XxMrKVVQZV0exnaHvPGJ7gGhAPDNn58YdX1dwgY/K8l1bYmDgwPWXv8KLTo2Ax5ax65Zu8bYcGMZHBwcLBMckQTu3b1n6RAqZ6LuntzcXK3t4Yf06uPy5cvIzMxEeHi4Zp+Liws6dOigWfX9+PHjKC4u1moTGBiI4OBgTZuDBw9CoVBoEhQAaNu2LRQKhVab4OBgTYICABERESgsLMTx44Yt9MgkpYqR6tkxvUZF6mzjUk26QW5vLRquVzuZnX9GOzg4YO7uOKSo1uPr0wuw9I95SCpOxMJf32eCQnbHycXJ0iFUzkRJSlBQkGb8h0KhQHx8vMGhZGZmAgD8/Py09vv5+WmOZWZmwtnZucxz9B5u4+tbtiLu6+ur1ebh+3h6esLZ2VnTRl/s7iGTSVGvrzDBcXJxxPa7CZLeX+4og7qk8k7c5GLDuydc68hxL01daRtr7Pao26S2pUMgMlpNXwVuZ1U+3bhD3xAzRWNZ6enpWl0kDz+k1xAymXaZVRCEMvse9nCb8tob00YfrKSQSaWo12Pxb/FwcHIAZEA1hSs25S7HzoLvJL/3rqLKB9EtT1tg1HW3XVkLVPI74dlZjxt1XaKK9PQejHDHfugb8JqlQ7GYcTrGT8kd5Bi12LrfH1MNnPXw8NDajElS/P39AaBMJSMrK0tT9fD390dRURFycnIqbfPPP2XHC924cUOrzcP3ycnJQXFxcZkKiy5MUsjkHn3iUSQVJiJFtR5bclaZdUl8zeySB5L1vlOikKJej9q1ja8spBTcv269Tv6afc/Oehwp6vWYMWOGmJCJNMIc+iJM3hd5OfkQ1AJu/6NEmLwvIpz6Wzo0swuJbIVRn79WZnwVcH+6/fKzC61+nRRzT0GuTP369eHv74+UlBTNvqKiIuzduxehoaEAgFatWsHJyUmrTUZGBk6dOqVpExISAqVSiSNHjmjaHD58GEqlUqvNqVOnkJGRoWmTnJwMFxcXtGpl2BpK7O4hu5Sikqb7ZelPn5n0en8du4DzJy6jVpA3Woc/AbmcfzdUVZWNBVOr1Ihw6oddxdY95dbUot6IQPdhXfDNtO9wbNfvcHJ2QN8JUejQN9TSoVmlu3fv4sKFC5rvL1++jNTUVHh5eaFOnToYM2YM5syZg4YNG6Jhw4aYM2cOqlWrhujoaACAQqHA0KFDMX78eHh7e8PLywsTJkxA8+bNNbN9mjRpgq5duyI2NhZLliwBAAwbNgyRkZFo3LgxACA8PBxNmzZFTEwMPv74Y2RnZ2PChAmIjY01aGYPwCSFyCIObjuKua8uRu6t/9YncHZ1woApvRAzo48FIyNLSEtL09lGrRKgVCqhUCjMEJH1cHBwQOwHAxH7wUBLh2I4Mz+759ixY+jU6b/1ksaNGwcAGDx4MFasWIG3334bBQUFGDFiBHJyctCmTRskJyejRo0amnMWLFgAR0dH9OvXDwUFBejcuTNWrFihNfA+ISEBo0eP1swCioqK0lqbxcHBATt27MCIESPQrl07uLm5ITo6GnPnzjX4LZAJ1rSWthFyc3OhUCigVCoNztCqKl2zd6xxEKix+ge+huxM7cF3T3QOxscpMyW/d3nvc3Wvanh7+Ui880LFC1X1GhOJN+brN6Wb7EOYQ1+9PpCcXB2xM1/68V32zByfGaX3eGz0HDi4uBp9HVXhPZz9dGqV/nxjbbkKqiwJsacEJUzet0yCAgCpP526/6Eg8b3Lczc7v9IEBQA2frIdebn5UoRF1krPPxWL70n7/Csia8PunirKnpKR8oQ76ViFUgAmhs2SpKIi+vlAArDq3fV4fS6rKaRNJjds+iZZmJm7e+wRKylklwSV7p/u1J9OmSES46SduWbpEMiM3vpSv6m0X5z4WOJIyJTM/ewee8QkhcgABXn3sH/zEaSs2oszh8/j4SFdL9XTb+VbXRQ+VbP/uaqKHBahV7tHm9eVOBIyKSuagmyr2N1DpAdBEPBd/CZ898EmreeF1G0WhAnL3sBjTzeEWq1G9j/ZJrnfwOm9TXIdsh3f53yNPp4VV1TsvYuWqDyspBDp4Ztp32H59O/KPNAs/cxVjO8UhzVzNqBH9YFQG/7crzKahjbCIw0DxF+IbIpCoUCKej36TeqhtX/4/EFMUGwVKymisZJCVVZN3xq6GwG4eT0baz/aXO4xtVpAcWExlk9PNOjeMicZhOKyv4GahjbCvJ9nGXQtsi+x8YMQGz/I0mGQCchQ7oK5Bp1f1TFJIbu07tZX6Oc9rNI26zO/0etae77bX+lxQW34nzvJhetw9/ZdrHhnHa7+dR01a3ng5em9EdT4EYOvBVQ8oyjxxpfw9vY26ppERJbGJIXskqenZ4WJisxBhmQDlhfPycyBg4McJWqVyeIrTSpMUcavbMrzgFqvs6uAyFI4BVk0Jilktzw9PU3yAe0d6AWVSm2CiMoKk/cVFWOEs+4Hz4m9BxEZR+w0Yk5B5sBZAIBarUb6uWu4fPJvFBaYYOQj2ZVOL7WDXMJFtMQs/qYukSZ5IiKyBlW6kiIIArYvSUHih5uR9fcNAIBbDVc8/1oXDJ7VD27V3SwcIVkDL39PvDy9D1bGle0ikjvIoVarWZYlorLY3SNala6kfD1pNT4dsVSToABAwZ172PTpTrzd5V1WVUhj4Iw+eGP+ENTwdNfa37BlfcR+GGOhqIjI6nH6sShVtpJy+eTfWDd3a7nH1Co1zh27iO1fpqD32EgzR0bWSCaTodeY7oh8Ixwnf/kT+bkFqN0oAPX/XQG0pq8Cn7y+BEX3ii0cKRGR/aiyScrOpT/BwVEOVQV9+oIgYNviXUxSSIuzixNahbUosz98UAd0GfgMdq/5FWcOX4DCuzp6jn4evX1elTSeesFBuHIqvdI2Tq5V9secyKI4cFa8Kvvb6+r56xUmKAAAAci8kmW+gMjmyeVydBnYAV0GdjDbPZf+MV/nwNud+d+ZKRoi0sIxKaJV2TEp1T2rQ+5Q+cvnwFkSS5+pv2KnB6eo1+Op7k+U2V8vOIhTj4ksiE9BFk/SJCUqKgp16tSBq6srAgICEBMTg+vXr2u1OXr0KDp37oyaNWvC09MT4eHhSE1NlTIsAEDHfqFQV7L2hdxBjuei20seB9m/yhIFUyURc7ZNQ4p6vda29I/5Jrk2EZGlSJqkdOrUCevWrcO5c+ewYcMGXLx4EX369NEcv3PnDiIiIlCnTh0cPnwY+/btg4eHByIiIlBcLO0AxLaRrfDok/XLrabIHWRwcXPmeBQymYcTiNKNiOwYHzAomkwQBLO9DVu3bkXPnj1RWFgIJycnHDt2DE899RTS0tIQFBQEADh58iQef/xxXLhwAQ0aNNB5zdzcXCgUCiiVSnh4eBgUj/JmLt7tOw9/7P0Tcgc5ZDIZVCUq+NT2RtyGCWj81KNGvU4iS3p4jIqpk6HBzwzH9f3ZaDvtMbz33nsmvTaR1MR8Zhh6j8dfnQMHZ1ejr6Mquoc/vpkqaazWzmwDZ7Ozs5GQkIDQ0FA4OTkBABo3bgwfHx8sW7YMU6dOhUqlwrJly9CsWTPUrVu33OsUFhaisPC/9Utyc3ONjknh44F5e2bh/G+XcOSHEygpKkGj1g3w9PNPwsHBwejrEllCRQNow+R94dlHhnXr9H9ekT7XPzT7LMJmm+4ZRMaYEPEOfk85U2Y/q1RE9kHygbOTJk2Cu7s7vL29kZaWhi1btmiO1ahRAz///DNWr14NNzc3VK9eHbt27cLOnTvh6Fh+/hQfHw+FQqHZSiswYjRs+T+8PK03Bs/qj5AerZmgkM3RNcMn53txBVNd1xeztL+xwuR9y01QSo+JTcqIRGN3j2gGJylxcXGQyWSVbseOHdO0nzhxIk6cOIHk5GQ4ODhg0KBBKO1hKigowKuvvop27drh0KFD2L9/P5o1a4bnn38eBQUF5d5/ypQpUCqVmi09vfI1Ioj0FSbvq9nskbGva8aMGSaOxDyWDmA1hSyMSYpoBnf3jBw5EgMGDKi0Tb169TRf+/j4wMfHB40aNUKTJk0QFBSEQ4cOISQkBGvWrMGVK1dw8OBByOX386U1a9bA09MTW7ZsKfc+Li4ucHFxMTRsogqV9+Fdus8Wug369esn6fUPzT6rVztzPm1Z34RrQsQ7mLvrXYmjISKpGJyklCYdxiitoJSOKcnPz4dcfn/AaqnS79VqPt2VpKdPN4a1Jypiu3LsWUXdQUTmwBVnxZNsTMqRI0ewaNEipKam4u+//8aePXsQHR2NBg0aICQkBAAQFhaGnJwcvPnmmzhz5gxOnz6NV155BY6OjujUqZNUoREZxNq7fzz7yHQ3+teCYV9i/bxtuH1DKWFERASA3T0mIFmS4ubmho0bN6Jz585o3LgxXn31VQQHB2Pv3r2a7prHHnsM27Ztwx9//IGQkBA888wzuH79OpKSkhAQECBVaEQArD/50JchA0R3rfgZSyetwku1h2PHVykSRkVEJJ5kU5CbN2+O3bt362wXFhaGsLAwqcKwK+V9qJqrK6K3/xDkZuXhtbkD0X/cC2a5J5meqkQFAChRq7Dw9a/gFeCJkB6tKz0nRb1er4TOnN1iLcKa6NWVY+1ddWTfZIIAmYilyMScay+q7LN7bE1la2BIWREovX5uVh4A4OsJqxEm74sor4GS3ZMMZ8yHsUwuw+r3vjfJ/dtOe8wk19EXB8OSTWB3j2hMUmyAPklIWDXTJyqV3bfgdiGe96h8lpe1s7e/sg19PYJawF/HLuJWRo5e167o+inq9QatPPvgVO8weV+80uENvc99+L5ijhNJjQ8YFM9sK86SxO6Z9nL6JEbFd1WmvSmJ9uAH85IJK7H5s50oKa7836kwv7DS4xVd31AV/Z+6+utNo2dRMREhsm+spFg5ax/c+cm4pZYOQculS5c0f6H3rf2azvb6fMhJ8UF49th5rJ+3GdnZ2Sa/dqm6zYJ0Jiiu7i7wDvSULIZS3WrrUQ208v/rRAZjd49orKSQKNsXJuOt+bGWDgNA2Q+529eVCJP3hcwRSC6qONGoaGCoFMnJK01G4+q5DM33X01MuL9/zkuIntzLpPfq2D8UX4xZjoK7BeX+spM7yNH11efg4ib94ogl1yW/BZHV4Top4jFJsXauMHlXjklZyf+gyv4KF0qArq79kXRvbYVtzNFt0NN7MPJy8ss9tnzqd8i7nY/YD0w3INm1mgsmrxyFWX3mAgDUqv8WSJQ7yFG7UQAGxUm7Wi0RkRjs7rFyKfnW3eeeUkmFwlxe9Bmis42qyLIrGF84eaXCBKXUuo+2VHrcGKEvPIX5e99F64gWwL9rvrkrqqHPuB74ZP9s1PCsbvJ7EtG/2N0jmpX8HUximboS8O7+cXin3XyTXlMqd7Pz9Go3MnQyFh34QOJoyjfqqSl6tduyeBdeeCPCpPduFtoYs7dPRUHePdzLK4SHV3U4OPJJ30RSY3ePeKyk2ABLTLUsfXSBFPeNH/wJwh3+m4IaXe91ZGffMepahjh36KLk96hISVGJXu02LtwuWQxu7q7w9FUwQSEim8EkxUaUu06Fq7RjKVLU6/Hu/nEVHjNUUVERwh37YfeqfXhwIcUbabfQ3+dVJK3QvUKxGK7Vrf/p2dW93C0dgiQ4VZiqJHb3iMbuHhtj7l/2ISEhJrtnn1pDIagr/qmb9+pidB3ynEnuVZ5tuaslu7Yujdo0wF+HdVdy5u6eadT19+zZgzmdvyiz35qSg9AZTXHgvT8rPG5NsRKZCrtsxGElhcyiqKgIBXd0T1OaFKH/yqWlbOHD7fODusfCyBxkcHNzM/jaYfK+5SYopcesxaxZs5CiXg/HQO39la1mS0RVG5MUMotFI5fp1e73PaeMuv7TPZ6o9Lg1fAi+vfLNSo8nF+v/NGNDWFOiAgA/XF2vSUys4d+FSDKCIH6r4pikkFnk3dZvBo66ku6gyszeMq3cD7zHOzWxmg/CsIEdsTVvJbwCamrtf6b300bHqG8CsmfPHqOu/7CUlT/jhZqD7g96duiLfoGx+P2X0ya5NpG94bN7xOOYFDKLfm/3xC/fH9bZrqavQtR9rCUhqYibmxvWXjP/owTmdP4CndSdRF3j9ZYTcTH1yn87BCAn8zYmdIxDl5hnMenbUeKCJLI3Yge/MklhJYXMo3HrRzWLiVXmy98+lD4YMtjisSu0E5SH/LjqFxxP+d18ARFRlcAkhczmo5QZlR5/tGV9ePl7mSmaKkZkzXTL5z/obPPBwE/F3YTIzsjU4reqjkkKmc2Tzz2Ohfvfh6NT2cXEnotpj8XHPrJAVLYtsJGfXu3EPr5AVaL7t+XtG7mi7kFkd7hOimgck0Jm1SykMX4oTAQA3L17F9Wr89kxYnx7dpHVzd4hIjIVVlLIYpigmIZZHpugx3gil2rO4u9DZEc4u0c8JilEdqB0zZGWEcEAgKk/jTDpOiSPP9tUZ5uYmazoEGnhOimisbuHyI58+INxy+rrvG7KDPT0HILCvMJyjwf8zw/9J/aU5N5EVHWxkkJEOjk6OmJzzgo0DW2ktV8ml6HTS+2x8sIiC0VGZL3Y3SMeKylEpBdHR0d8sm+2pcMgsh1czE00VlKIiIjIKrGSQkREJAGxXTbs7rGDJEX4d/Rzbi4XkiIiosqVflYI5pg5I3aGDmf32H6ScufOHQBAUFCQhSMhIiJbcefOHSgU4h5oqgsrKeLZfJISGBiI9PR01KhRAzKZHitOmVlubi6CgoKQnp4ODw8PS4ejF1uL2dbiBWwvZluLF7C9mG0tXsD2Yi6N988//0RgYKClwyE92HySIpfLUbt2bUuHoZOHh4dN/BA/yNZitrV4AduL2dbiBWwvZluLF7C9mB955BHI5WaYN8LZPaLZfJJCRERkjdjdIx6nIBMREZFVYiVFYi4uLpg5cyZcXFwsHYrebC1mW4sXsL2YbS1ewPZitrV4AduL2ezxqoX7m5jzqziZYJZ5WERERFVDbm4uFAoFQrvMgqOTq9HXKSm+hwM/zoRSqbSpMT+mxO4eIiIiskrs7iEiIpKADCIHzposEtvFSgoREZEUSlecFbMZIC4uDjKZTGvz9/d/IBwBcXFxCAwMhJubGzp27IjTp09rXaOwsBCjRo2Cj48P3N3dERUVhatXr2q1ycnJQUxMDBQKBRQKBWJiYnD79m2j36bKMEkhIiKyE82aNUNGRoZmO3nypObYRx99hPnz52PRokU4evQo/P39ERYWplm5HQDGjBmDTZs2ITExEfv27cPdu3cRGRkJlUqlaRMdHY3U1FQkJSUhKSkJqampiImJkeT1MEkxwi+//IIePXogMDAQMpkMmzdvrrDt8OHDIZPJsHDhQs2+7OxsjBo1Co0bN0a1atVQp04djB49Gkql0mpjLt3foEEDuLm5oVatWnjhhRdw9uxZq465lCAI6Natm87rWDrejh07lvlLaMCAAZLEa6qYAeDgwYN47rnn4O7ujpo1a6Jjx44oKCiwunivXLlS5v0t3davX2/yeE0RMwBkZmYiJiYG/v7+cHd3R8uWLfH9999bbbwXL17Eiy++iFq1asHDwwP9+vXDP//8I0m8+sQ8ZMiQMv/ebdu21WqjTwXBUKXrpIjZDOXo6Ah/f3/NVqtWLQD3fwcuXLgQ06ZNQ69evRAcHIxvv/0W+fn5WLNmDQBAqVRi2bJlmDdvHrp06YInn3wSq1evxsmTJ/Hjjz8CAM6cOYOkpCR8/fXXCAkJQUhICJYuXYrt27fj3Llzot6v8jBJMUJeXh5atGiBRYsWVdpu8+bNOHz4cJnll69fv47r169j7ty5OHnyJFasWIGkpCQMHTrUamMGgFatWmH58uU4c+YMdu3aBUEQEB4erpVhW1vMpRYuXCj5YxNMFW9sbKzWX0JLliyRIlwApon54MGD6Nq1K8LDw3HkyBEcPXoUI0eOlGRFT7HxBgUFab23GRkZmDVrFtzd3dGtWzeTx2uKmAEgJiYG586dw9atW3Hy5En06tUL/fv3x4kTJ6wu3ry8PISHh0Mmk2H37t3Yv38/ioqK0KNHD6jVapPHq2/MXbt21fp337lzp9ZxfSoIBhNMsOH+bKEHt8LCwgpvef78eQQGBqJ+/foYMGAALl26BAC4fPkyMjMzER4ermnr4uKCDh064MCBAwCA48ePo7i4WKtNYGAggoODNW0OHjwIhUKBNm3aaNq0bdsWCoVC08aUOHDWCN26ddP5C+3atWsYOXIkdu3ahe7du2sdCw4OxoYNGzTfN2jQALNnz8bAgQNRUlICR0fT/7OIjRkAhg0bpvm6Xr16eP/999GiRQtcuXIFDRo0sMqYAeD333/H/PnzcfToUQQEBJg8zlKmirdatWpa/chSMkXMY8eOxejRozF58mTNvoYNG5o8VkB8vA4ODmXe202bNqF///6oXr26yeMFTPMeHzx4EIsXL8bTTz8NAJg+fToWLFiA3377DU8++aRVxbt//35cuXIFJ06c0EybXb58Oby8vLB792506dLFpPHqG7OLi0uFP1elFYRVq1Zp4lu9ejWCgoLw448/IiIiwqi4ZIIAmYhVPkrPffgBujNnzkRcXFyZ9m3atMHKlSvRqFEj/PPPP3j//fcRGhqK06dPIzMzEwDg5+endY6fnx/+/vtvAPcrds7OzvD09CzTpvT8zMxM+Pr6lrm3r6+vpo0psZIiAbVajZiYGEycOBHNmjXT65zSefBSJCj6MDTmvLw8LF++HPXr17fYE6j1iTk/Px8vvfQSFi1aZLYP/oro+x4nJCTAx8cHzZo1w4QJE7T6i81NV8xZWVk4fPgwfH19ERoaCj8/P3To0AH79u2zQLSG/z8+fvw4UlNTJa1i6qJPzO3bt8fatWuRnZ0NtVqNxMREFBYWomPHjuYNFrrjLSwshEwm01owzdXVFXK53GL/LwDg559/hq+vLxo1aoTY2FhkZWVpjulTQbCk9PR0KJVKzTZlypRy23Xr1g29e/dG8+bN0aVLF+zYsQMA8O2332raPFxRFgRBZ5X54TbltdfnOsZgkiKBDz/8EI6Ojhg9erRe7W/duoX33nsPw4cPlziyiukb8xdffIHq1aujevXqSEpKQkpKCpydnc0UpTZ9Yh47dixCQ0PxwgsvmDGy8ukT78svv4zvvvsOP//8M2bMmIENGzagV69eZoxSm66YS0vJcXFxiI2NRVJSElq2bInOnTvj/Pnz5gwVgOE/e8uWLUOTJk0QGhoqcWQV0yfmtWvXoqSkBN7e3nBxccHw4cOxadMmSSqYuuiKt23btnB3d8ekSZOQn5+PvLw8TJw4EWq1GhkZGWaO9r5u3bohISEBu3fvxrx583D06FE899xzmm4TfSoIRlGbYMN/D3As3fRdMdfd3R3NmzfH+fPnNX+kPfx6srKyNNUVf39/FBUVIScnp9I25Y0vunHjRpkqjSmwu8fEjh8/jk8++QS//fabXlllbm4uunfvjqZNm2LmzJlmiLAsQ2J++eWXERYWhoyMDMydOxf9+vXD/v374epq/KqKxtAn5q1bt2L37t2S9NsbSt/3ODY2VvN1cHAwGjZsiNatW+O3335Dy5YtzRGqhj4xl44xGD58OF555RUAwJNPPomffvoJ33zzDeLj460q3gcVFBRgzZo1mDFjhhmiK5++MU+fPh05OTn48ccf4ePjg82bN6Nv37749ddf0bx5c6uKt1atWli/fj3eeOMNfPrpp5DL5XjppZfQsmVLODg4mC3WB/Xv31/zdXBwMFq3bo26detix44dlf4RILY6YKruHmMVFhbizJkzeOaZZ1C/fn34+/sjJSVF00VYVFSEvXv34sMPPwRwf9yhk5MTUlJS0K9fPwBARkYGTp06hY8++ggAEBISAqVSiSNHjmi6Hw8fPgylUilJss9Kion9+uuvyMrKQp06deDo6AhHR0f8/fffGD9+POrVq6fV9s6dO+jatSuqV6+OTZs2wcnJyepjVigUaNiwIZ599ll8//33OHv2LDZt2mSVMe/evRsXL15EzZo1NW0AoHfv3mYvkxvyHj+oZcuWcHJyskhVQp+YS8f4NG3aVOvcJk2aIC0tzerifdD333+P/Px8DBo0yKxxPkifmC9evIhFixbhm2++QefOndGiRQvMnDkTrVu3xueff2518QJAeHg4Ll68iKysLNy8eROrVq3CtWvXUL9+fbPGW5GAgADUrVtX83OlTwXBFkyYMAF79+7F5cuXcfjwYfTp0we5ubkYPHgwZDIZxowZgzlz5mDTpk04deoUhgwZgmrVqiE6OhrA/d/vQ4cOxfjx4/HTTz/hxIkTGDhwoKb7CLj/s921a1fExsbi0KFDOHToEGJjYxEZGYnGjRub/DWxkmJiMTExZQaGRUREICYmRvOXJnC/ghIREQEXFxds3brV7JWIB+kbc3kEQah0pLlU9Il58uTJeO2117TaNG/eHAsWLECPHj3MFitg/Ht8+vRpFBcXSzrgtyL6xFyvXj0EBgaWmXr4119/STZbpiKGvsfLli1DVFSUZoqmJegTc35+PgCUmS3l4OAg2WyZihj6Hvv4+AC4/wdDVlYWoqKizBKnLrdu3UJ6errm50qfCoJRHpihY/T5Brh69Speeukl3Lx5E7Vq1ULbtm1x6NAh1K1bFwDw9ttvo6CgACNGjEBOTg7atGmD5ORk1KhRQ3ONBQsWwNHREf369UNBQQE6d+6MFStWaFXBEhISMHr0aM0YnqioKJ2zwYzFJMUId+/exYULFzTfX758GampqfDy8kKdOnXg7e2t1d7JyQn+/v6aLPPOnTsIDw9Hfn4+Vq9erZlWBtwvlUpREhUb86VLl7B27VqEh4ejVq1auHbtGj788EO4ubnh+eefN3m8poi5dJ2Ah9WpU0eSv+jExnvx4kUkJCTg+eefh4+PD/7880+MHz8eTz75JNq1a2fyeE0Rs0wmw8SJEzFz5ky0aNECTzzxBL799lucPXtWknU8xMZb6sKFC/jll1/KTEOVgtiYH3vsMTz66KMYPnw45s6dC29vb2zevBkpKSnYvn271cUL3J/N06RJE9SqVQsHDx7EW2+9hbFjx0ryl7aumL28vBAXF4fevXsjICAAV65cwdSpU+Hj44MXX3wRgHYFwdvbG15eXpgwYYJWBcEoRqwaW+Z8AyQmJlZ6XCaTIS4urtyZQaVcXV3x2Wef4bPPPquwjZeXF1avXm1QbEYTyGB79uwpd0b74MGDy21ft25dYcGCBTrPByBcvnzZKmO+du2a0K1bN8HX11dwcnISateuLURHRwtnz56VJF5TxFweAMKmTZtMHqsgiI83LS1NePbZZwUvLy/B2dlZaNCggTB69Gjh1q1bksRriphLxcfHC7Vr1xaqVasmhISECL/++qtVxztlyhShdu3agkqlkiTOB5ki5r/++kvo1auX4OvrK1SrVk14/PHHhZUrV1ptvJMmTRL8/PwEJycnoWHDhsK8efMEtVotSby6Ys7PzxfCw8OFWrVqCU5OTkKdOnWEwYMHC2lpaVrXKCgoEEaOHCl4eXkJbm5uQmRkZJk2+lIqlQIA4dl2M4TnOsw2enu23QwBgKBUKk3xNtkkmSCIHJlDREREGrm5uVAoFOgQOgOOjsZ35ZeU3MPeA+9plqioitjdQ0REJAUzd/fYI87uISIiIqvESgoREZEEZOr7m5jzqzomKURERFJgd49oTFKIiIikYOZ1UuwRx6QQERGRVWIlhYiISAKWfnaPPWCSQkREJAWOSRGN3T1ERERklVhJISIikoIAQMw0YhZSmKQQERFJgWNSxGN3DxEREVklVlKIiIikIEDkwFmTRWKzmKQQERFJgbN7RGN3DxEREVklVlKIiIikoAYgE3l+FcckhYiISAKc3SMekxQiIiIpcEyKaByTQkRERFaJlRQiIiIpsJIiGpMUIiIiKTBJEY3dPURERGSVWEkhIiKSAqcgi8YkhYiISAKcgiweu3uIiIjIKrGSQkREJAUOnBWNSQoREZEU1AIgE5FoqJmksLuHiIiIrBIrKURERFJgd49oTFKIiIgkITJJAZMUJilERERSYCVFNI5JISIiIqvESgoREZEU1AJEddlwdg+TFCIiIkkI6vubmPOrOHb3EBERkVViJYWIiEgKHDgrGpMUIiIiKXBMimjs7iEiIiKrxEoKERGRFNjdIxqTFCIiIikIEJmkmCwSm8XuHiIiIrJKrKQQERFJgd09ojFJISIikoJaDUDEgmxqLubGJIWIiEgKrKSIxjEpREREZJVYSSEiIpICKymiMUkhIiKSAlecFY3dPURERGSVWEkhIiKSgCCoIQjGz9ARc669YJJCREQkBUEQ12XDMSns7iEiIiLrxEoKERGRFASRA2dZSWGSQkREJAm1GpCJGFfCMSns7iEiIiLrxEoKERGRFNjdIxqTFCIiIgkIajUEEd09nILMJIWIiEgarKSIxjEpREREZJVYSSEiIpKCWgBkrKSIwSSFiIhICoIAQMwUZCYp7O4hIiIiq8RKChERkQQEtQBBRHePwEoKKylERESSENTiNyN88cUXqF+/PlxdXdGqVSv8+uuvJn5h5sMkhYiIyE6sXbsWY8aMwbRp03DixAk888wz6NatG9LS0iwdmlFkAutJREREJpObmwuFQoGOshfhKHMy+jolQjF+FjZBqVTCw8NDr3PatGmDli1bYvHixZp9TZo0Qc+ePREfH290LJbCSgoREZEUzNzdU1RUhOPHjyM8PFxrf3h4OA4cOGDKV2Y2HDhLREQkgRIUi1pwtgTFAO5XZh7k4uICFxeXMu1v3rwJlUoFPz8/rf1+fn7IzMw0PhALYpJCRERkQs7OzvD398e+zJ2ir1W9enUEBQVp7Zs5cybi4uIqPEcmk2l9LwhCmX22gkkKERGRCbm6uuLy5csoKioSfa3yEozyqigA4OPjAwcHhzJVk6ysrDLVFVvBJIWIiMjEXF1d4erqatZ7Ojs7o1WrVkhJScGLL76o2Z+SkoIXXnjBrLGYCpMUIiIiOzFu3DjExMSgdevWCAkJwVdffYW0tDS8/vrrlg7NKExSiIiI7ET//v1x69YtvPvuu8jIyEBwcDB27tyJunXrWjo0o3CdFCIiIrJKXCeFiIiIrBKTFCIiIrJKTFKIiIjIKjFJISIiIqvEJIWIiIisEpMUIiIiskpMUoiIiMgqMUkhIiIiq8QkhYiIiKwSkxQiIiKySkxSiIiIyCoxSSEiIiKr9H+uHf/su0I0rQAAAABJRU5ErkJggg==\n",
+      "text/plain": [
+       "<Figure size 640x480 with 2 Axes>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "import geopandas as gpd\n",
+    "from shapely.geometry import Point\n",
+    "\n",
+    "# Group by 'lga_name' and calculate mean sentiment_score and subjectivity\n",
+    "grouped = text_data.groupby('lga_name').agg({'sentiment_score': 'mean', 'subjectivity': 'mean'})\n",
+    "\n",
+    "# Join the original DataFrame with the grouped data to get the mean sentiment and subjectivity for each row\n",
+    "text_data = text_data.join(grouped, on='lga_name', rsuffix='_mean')\n",
+    "\n",
+    "# Convert lat/lon to a shapely Point object\n",
+    "text_data['geometry'] = text_data.apply(lambda row: Point(row.lon, row.lat), axis=1)\n",
+    "\n",
+    "# Convert DataFrame to GeoDataFrame\n",
+    "gdf = gpd.GeoDataFrame(text_data, geometry='geometry')\n",
+    "\n",
+    "# Plot the data, coloring by mean sentiment score\n",
+    "fig, ax = plt.subplots(1, 1)\n",
+    "gdf.plot(column='sentiment_score_mean', ax=ax, legend=True)\n",
+    "plt.show()\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 13,
+   "id": "39553b87",
+   "metadata": {},
+   "outputs": [
+    {
+     "ename": "AttributeError",
+     "evalue": "'_LinearColormaps' object has no attribute 'coolwarm'",
+     "output_type": "error",
+     "traceback": [
+      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
+      "\u001b[0;31mAttributeError\u001b[0m                            Traceback (most recent call last)",
+      "Cell \u001b[0;32mIn[13], line 14\u001b[0m\n\u001b[1;32m     12\u001b[0m \u001b[38;5;66;03m# Group by 'lga_name' and calculate mean sentiment_score and subjectivity\u001b[39;00m\n\u001b[1;32m     13\u001b[0m grouped \u001b[38;5;241m=\u001b[39m text_data\u001b[38;5;241m.\u001b[39mgroupby(\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mlga_name\u001b[39m\u001b[38;5;124m'\u001b[39m)\u001b[38;5;241m.\u001b[39magg({\u001b[38;5;124m'\u001b[39m\u001b[38;5;124msentiment_score\u001b[39m\u001b[38;5;124m'\u001b[39m: \u001b[38;5;124m'\u001b[39m\u001b[38;5;124mmean\u001b[39m\u001b[38;5;124m'\u001b[39m, \u001b[38;5;124m'\u001b[39m\u001b[38;5;124msubjectivity\u001b[39m\u001b[38;5;124m'\u001b[39m: \u001b[38;5;124m'\u001b[39m\u001b[38;5;124mmean\u001b[39m\u001b[38;5;124m'\u001b[39m, \u001b[38;5;124m'\u001b[39m\u001b[38;5;124mlat\u001b[39m\u001b[38;5;124m'\u001b[39m: \u001b[38;5;124m'\u001b[39m\u001b[38;5;124mfirst\u001b[39m\u001b[38;5;124m'\u001b[39m, \u001b[38;5;124m'\u001b[39m\u001b[38;5;124mlon\u001b[39m\u001b[38;5;124m'\u001b[39m: \u001b[38;5;124m'\u001b[39m\u001b[38;5;124mfirst\u001b[39m\u001b[38;5;124m'\u001b[39m})\n\u001b[0;32m---> 14\u001b[0m color_map \u001b[38;5;241m=\u001b[39m \u001b[43mcm\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mlinear\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mcoolwarm\u001b[49m\u001b[38;5;241m.\u001b[39mscale(grouped[\u001b[38;5;124m'\u001b[39m\u001b[38;5;124msentiment_score\u001b[39m\u001b[38;5;124m'\u001b[39m]\u001b[38;5;241m.\u001b[39mmin(), grouped[\u001b[38;5;124m'\u001b[39m\u001b[38;5;124msentiment_score\u001b[39m\u001b[38;5;124m'\u001b[39m]\u001b[38;5;241m.\u001b[39mmax())\n\u001b[1;32m     17\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m idx, row \u001b[38;5;129;01min\u001b[39;00m grouped\u001b[38;5;241m.\u001b[39miterrows():\n\u001b[1;32m     18\u001b[0m     \u001b[38;5;66;03m# Normalize the sentiment score to lie between 0 and 1, for use in coloring the marker\u001b[39;00m\n\u001b[1;32m     19\u001b[0m     normalized_sentiment \u001b[38;5;241m=\u001b[39m (row[\u001b[38;5;124m'\u001b[39m\u001b[38;5;124msentiment_score\u001b[39m\u001b[38;5;124m'\u001b[39m] \u001b[38;5;241m-\u001b[39m grouped[\u001b[38;5;124m'\u001b[39m\u001b[38;5;124msentiment_score\u001b[39m\u001b[38;5;124m'\u001b[39m]\u001b[38;5;241m.\u001b[39mmin()) \u001b[38;5;241m/\u001b[39m (grouped[\u001b[38;5;124m'\u001b[39m\u001b[38;5;124msentiment_score\u001b[39m\u001b[38;5;124m'\u001b[39m]\u001b[38;5;241m.\u001b[39mmax() \u001b[38;5;241m-\u001b[39m grouped[\u001b[38;5;124m'\u001b[39m\u001b[38;5;124msentiment_score\u001b[39m\u001b[38;5;124m'\u001b[39m]\u001b[38;5;241m.\u001b[39mmin())\n",
+      "\u001b[0;31mAttributeError\u001b[0m: '_LinearColormaps' object has no attribute 'coolwarm'"
+     ]
+    }
+   ],
+   "source": [
+    "import folium\n",
+    "import matplotlib.pyplot as plt\n",
+    "import matplotlib\n",
+    "import branca.colormap as cm\n",
+    "\n",
+    "\n",
+    "# Start with a basic map centered around Australia\n",
+    "m = folium.Map(location=[-25.2744, 133.7751], zoom_start=4)\n",
+    "\n",
+    "# Remove rows with missing 'lat' or 'lon' values\n",
+    "grouped = grouped.dropna(subset=['lat', 'lon'])\n",
+    "# Group by 'lga_name' and calculate mean sentiment_score and subjectivity\n",
+    "grouped = text_data.groupby('lga_name').agg({'sentiment_score': 'mean', 'subjectivity': 'mean', 'lat': 'first', 'lon': 'first'})\n",
+    "color_map = cm.linear.coolwarm.scale(grouped['sentiment_score'].min(), grouped['sentiment_score'].max())\n",
+    "\n",
+    "\n",
+    "for idx, row in grouped.iterrows():\n",
+    "    # Normalize the sentiment score to lie between 0 and 1, for use in coloring the marker\n",
+    "    normalized_sentiment = (row['sentiment_score'] - grouped['sentiment_score'].min()) / (grouped['sentiment_score'].max() - grouped['sentiment_score'].min())\n",
+    "    \n",
+    "    # Convert the normalized sentiment score to a color\n",
+    "    sentiment_color = color_map(normalized_sentiment)\n",
+    "    \n",
+    "    # Add a marker for this LGA\n",
+    "    folium.Marker(\n",
+    "        location=(row['lat'], row['lon']),\n",
+    "        icon=folium.Icon(color=sentiment_color),\n",
+    "        popup=f\"{idx}: sentiment = {row['sentiment_score']}\"\n",
+    "    ).add_to(m)\n",
+    "\n",
+    "# Show the map\n",
+    "m\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "id": "e50f2896",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "area_name                 0\n",
+       "cleaned_text              4\n",
+       "num_hashtags              1\n",
+       "num_words                 1\n",
+       "num_chars                 1\n",
+       "num_emojis                1\n",
+       "subjectivity              1\n",
+       "sentiment_score           1\n",
+       "lga_code                898\n",
+       "lga_name                898\n",
+       "lat                     898\n",
+       "lon                     899\n",
+       "sentiment_score_mean    898\n",
+       "subjectivity_mean       898\n",
+       "geometry                  0\n",
+       "dtype: int64"
+      ]
+     },
+     "execution_count": 11,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "text_data.isna().sum()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 16,
+   "id": "ce407ae2",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div style=\"width:100%;\"><div style=\"position:relative;width:100%;height:0;padding-bottom:60%;\"><span style=\"color:#565656\">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc=\"&lt;!DOCTYPE html&gt;\n",
+       "&lt;html&gt;\n",
+       "&lt;head&gt;\n",
+       "    \n",
+       "    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;\n",
+       "    \n",
+       "        &lt;script&gt;\n",
+       "            L_NO_TOUCH = false;\n",
+       "            L_DISABLE_3D = false;\n",
+       "        &lt;/script&gt;\n",
+       "    \n",
+       "    &lt;style&gt;html, body {width: 100%;height: 100%;margin: 0;padding: 0;}&lt;/style&gt;\n",
+       "    &lt;style&gt;#map {position:absolute;top:0;bottom:0;right:0;left:0;}&lt;/style&gt;\n",
+       "    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;\n",
+       "    &lt;script src=&quot;https://code.jquery.com/jquery-1.12.4.min.js&quot;&gt;&lt;/script&gt;\n",
+       "    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;\n",
+       "    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;\n",
+       "    \n",
+       "            &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,\n",
+       "                initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;\n",
+       "            &lt;style&gt;\n",
+       "                #map_9c87e839762c32437d39561ad26e8000 {\n",
+       "                    position: relative;\n",
+       "                    width: 100.0%;\n",
+       "                    height: 100.0%;\n",
+       "                    left: 0.0%;\n",
+       "                    top: 0.0%;\n",
+       "                }\n",
+       "                .leaflet-container { font-size: 1rem; }\n",
+       "            &lt;/style&gt;\n",
+       "        \n",
+       "    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js&quot;&gt;&lt;/script&gt;\n",
+       "&lt;/head&gt;\n",
+       "&lt;body&gt;\n",
+       "    \n",
+       "    \n",
+       "            &lt;div class=&quot;folium-map&quot; id=&quot;map_9c87e839762c32437d39561ad26e8000&quot; &gt;&lt;/div&gt;\n",
+       "        \n",
+       "&lt;/body&gt;\n",
+       "&lt;script&gt;\n",
+       "    \n",
+       "    \n",
+       "            var map_9c87e839762c32437d39561ad26e8000 = L.map(\n",
+       "                &quot;map_9c87e839762c32437d39561ad26e8000&quot;,\n",
+       "                {\n",
+       "                    center: [-25.2744, 133.7751],\n",
+       "                    crs: L.CRS.EPSG3857,\n",
+       "                    zoom: 4,\n",
+       "                    zoomControl: true,\n",
+       "                    preferCanvas: false,\n",
+       "                }\n",
+       "            );\n",
+       "\n",
+       "            \n",
+       "\n",
+       "        \n",
+       "    \n",
+       "            var tile_layer_49f3608333660a660c03e52eb20445e7 = L.tileLayer(\n",
+       "                &quot;https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,\n",
+       "                {&quot;attribution&quot;: &quot;Data by \\u0026copy; \\u003ca target=\\&quot;_blank\\&quot; href=\\&quot;http://openstreetmap.org\\&quot;\\u003eOpenStreetMap\\u003c/a\\u003e, under \\u003ca target=\\&quot;_blank\\&quot; href=\\&quot;http://www.openstreetmap.org/copyright\\&quot;\\u003eODbL\\u003c/a\\u003e.&quot;, &quot;detectRetina&quot;: false, &quot;maxNativeZoom&quot;: 18, &quot;maxZoom&quot;: 18, &quot;minZoom&quot;: 0, &quot;noWrap&quot;: false, &quot;opacity&quot;: 1, &quot;subdomains&quot;: &quot;abc&quot;, &quot;tms&quot;: false}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "    var color_map_1784e171c91488fa00baef467b35786f = {};\n",
+       "\n",
+       "    \n",
+       "    color_map_1784e171c91488fa00baef467b35786f.color = d3.scale.threshold()\n",
+       "              .domain([-0.205, -0.20363611222444888, -0.20227222444889778, -0.20090833667334668, -0.19954444889779557, -0.19818056112224447, -0.19681667334669337, -0.19545278557114226, -0.19408889779559116, -0.19272501002004006, -0.19136112224448898, -0.18999723446893788, -0.18863334669338677, -0.18726945891783567, -0.18590557114228456, -0.18454168336673346, -0.18317779559118236, -0.18181390781563125, -0.18045002004008015, -0.17908613226452905, -0.17772224448897794, -0.17635835671342684, -0.17499446893787574, -0.17363058116232463, -0.17226669338677353, -0.17090280561122245, -0.16953891783567132, -0.16817503006012025, -0.1668111422845691, -0.16544725450901804, -0.1640833667334669, -0.16271947895791583, -0.16135559118236473, -0.15999170340681362, -0.15862781563126252, -0.15726392785571142, -0.1559000400801603, -0.1545361523046092, -0.1531722645290581, -0.151808376753507, -0.1504444889779559, -0.1490806012024048, -0.14771671342685372, -0.1463528256513026, -0.1449889378757515, -0.14362505010020038, -0.1422611623246493, -0.14089727454909817, -0.1395333867735471, -0.13816949899799597, -0.1368056112224449, -0.13544172344689379, -0.13407783567134268, -0.13271394789579155, -0.13135006012024047, -0.12998617234468937, -0.12862228456913827, -0.12725839679358716, -0.12589450901803606, -0.12453062124248497, -0.12316673346693385, -0.12180284569138275, -0.12043895791583165, -0.11907507014028056, -0.11771118236472945, -0.11634729458917835, -0.11498340681362725, -0.11361951903807616, -0.11225563126252505, -0.11089174348697393, -0.10952785571142283, -0.10816396793587174, -0.10680008016032064, -0.10543619238476953, -0.10407230460921843, -0.10270841683366734, -0.10134452905811622, -0.09998064128256512, -0.09861675350701402, -0.09725286573146291, -0.09588897795591182, -0.09452509018036072, -0.09316120240480961, -0.09179731462925851, -0.09043342685370742, -0.0890695390781563, -0.0877056513026052, -0.0863417635270541, -0.08497787575150301, -0.0836139879759519, -0.0822501002004008, -0.0808862124248497, -0.07952232464929859, -0.07815843687374749, -0.07679454909819639, -0.07543066132264531, -0.07406677354709418, -0.07270288577154307, -0.07133899799599197, -0.06997511022044087, -0.06861122244488979, -0.06724733466933866, -0.06588344689378758, -0.06451955911823648, -0.06315567134268538, -0.06179178356713427, -0.06042789579158314, -0.059064008016032066, -0.05770012024048096, -0.05633623246492986, -0.054972344689378755, -0.05360845691382765, -0.05224456913827655, -0.050880681362725444, -0.04951679358717434, -0.04815290581162324, -0.04678901803607216, -0.04542513026052103, -0.044061242484969954, -0.04269735470941882, -0.04133346693386772, -0.03996957915831664, -0.03860569138276551, -0.037241803607214435, -0.035877915831663304, -0.03451402805611223, -0.033150140280561124, -0.03178625250501002, -0.030422364729458917, -0.029058476953907814, -0.02769458917835671, -0.026330701402805606, -0.024966813627254503, -0.0236029258517034, -0.022239038076152323, -0.020875150300601192, -0.019511262525050116, -0.018147374749498985, -0.01678348697394788, -0.015419599198396805, -0.014055711422845674, -0.012691823647294598, -0.011327935871743494, -0.00996404809619239, -0.008600160320641287, -0.0072362725450901555, -0.00587238476953908, -0.004508496993987976, -0.0031446092184368724, -0.0017807214428857687, -0.00041683366733469285, 0.0009470541082164385, 0.002310941883767542, 0.003674829659318646, 0.0050387174348697494, 0.006402605210420825, 0.007766492985971957, 0.009130380761523033, 0.010494268537074164, 0.01185815631262524, 0.013222044088176343, 0.014585931863727475, 0.01594981963927855, 0.017313707414829682, 0.018677595190380758, 0.02004148296593186, 0.021405370741482965, 0.02276925851703407, 0.024133146292585145, 0.025497034068136276, 0.02686092184368738, 0.028224809619238483, 0.029588697394789587, 0.030952585170340663, 0.032316472945891794, 0.03368036072144287, 0.035044248496993974, 0.036408136272545105, 0.03777202404809618, 0.03913591182364731, 0.04049979959919839, 0.04186368737474949, 0.043227575150300596, 0.0445914629258517, 0.0459553507014028, 0.04731923847695388, 0.04868312625250501, 0.050047014028056086, 0.05141090180360722, 0.05277478957915829, 0.05413867735470937, 0.055502565130260556, 0.05686645290581163, 0.05823034068136271, 0.05959422845691384, 0.060958116232464915, 0.062322004008016046, 0.06368589178356712, 0.06504977955911825, 0.06641366733466933, 0.0677775551102204, 0.06914144288577159, 0.07050533066132267, 0.07186921843687374, 0.07323310621242482, 0.07459699398797595, 0.07596088176352703, 0.07732476953907816, 0.07868865731462923, 0.08005254509018037, 0.08141643286573144, 0.08278032064128252, 0.0841442084168337, 0.08550809619238478, 0.08687198396793586, 0.08823587174348693, 0.08959975951903806, 0.0909636472945892, 0.09232753507014027, 0.0936914228456914, 0.09505531062124248, 0.09641919839679355, 0.09778308617234469, 0.09914697394789582, 0.10051086172344689, 0.10187474949899797, 0.1032386372745491, 0.10460252505010023, 0.10596641282565131, 0.10733030060120238, 0.10869418837675351, 0.11005807615230459, 0.11142196392785567, 0.11278585170340685, 0.11414973947895793, 0.115513627254509, 0.11687751503006008, 0.11824140280561121, 0.11960529058116234, 0.12096917835671342, 0.12233306613226455, 0.12369695390781563, 0.1250608416833667, 0.12642472945891783, 0.12778861723446897, 0.12915250501002004, 0.13051639278557112, 0.1318802805611222, 0.13324416833667338, 0.13460805611222446, 0.13597194388777553, 0.13733583166332666, 0.13869971943887774, 0.14006360721442881, 0.14142749498997995, 0.14279138276553108, 0.14415527054108215, 0.14551915831663323, 0.14688304609218436, 0.1482469338677355, 0.14961082164328657, 0.15097470941883764, 0.15233859719438878, 0.15370248496993985, 0.15506637274549098, 0.1564302605210421, 0.1577941482965932, 0.15915803607214427, 0.16052192384769534, 0.16188581162324653, 0.1632496993987976, 0.16461358717434868, 0.16597747494989976, 0.1673413627254509, 0.16870525050100202, 0.1700691382765531, 0.17143302605210423, 0.1727969138276553, 0.17416080160320638, 0.17552468937875745, 0.17688857715430864, 0.17825246492985972, 0.1796163527054108, 0.18098024048096192, 0.182344128256513, 0.18370801603206413, 0.1850719038076152, 0.18643579158316634, 0.18779967935871741, 0.1891635671342685, 0.19052745490981968, 0.19189134268537075, 0.19325523046092183, 0.1946191182364729, 0.19598300601202404, 0.19734689378757517, 0.19871078156312624, 0.20007466933867737, 0.20143855711422845, 0.20280244488977953, 0.2041663326653306, 0.2055302204408818, 0.20689410821643286, 0.20825799599198394, 0.20962188376753507, 0.21098577154308615, 0.21234965931863728, 0.21371354709418836, 0.2150774348697395, 0.21644132264529056, 0.21780521042084164, 0.21916909819639277, 0.2205329859719439, 0.22189687374749498, 0.22326076152304605, 0.22462464929859718, 0.22598853707414832, 0.2273524248496994, 0.22871631262525047, 0.2300802004008016, 0.23144408817635267, 0.2328079759519038, 0.23417186372745494, 0.235535751503006, 0.2368996392785571, 0.23826352705410817, 0.23962741482965935, 0.24099130260521043, 0.2423551903807615, 0.24371907815631264, 0.2450829659318637, 0.2464468537074148, 0.24781074148296592, 0.24917462925851705, 0.25053851703406815, 0.25190240480961923, 0.2532662925851703, 0.2546301803607215, 0.25599406813627257, 0.25735795591182364, 0.2587218436873747, 0.2600857314629258, 0.261449619238477, 0.26281350701402806, 0.26417739478957913, 0.2655412825651302, 0.2669051703406813, 0.2682690581162325, 0.26963294589178355, 0.2709968336673346, 0.2723607214428857, 0.2737246092184369, 0.27508849699398796, 0.27645238476953904, 0.2778162725450902, 0.2791801603206413, 0.2805440480961924, 0.28190793587174345, 0.28327182364729464, 0.2846357114228457, 0.2859995991983968, 0.28736348697394787, 0.28872737474949894, 0.29009126252505013, 0.2914551503006012, 0.2928190380761523, 0.29418292585170336, 0.29554681362725455, 0.2969107014028056, 0.2982745891783567, 0.2996384769539078, 0.30100236472945896, 0.30236625250501004, 0.3037301402805611, 0.3050940280561122, 0.30645791583166326, 0.30782180360721445, 0.30918569138276564, 0.3105495791583166, 0.3119134669338678, 0.31327735470941875, 0.31464124248496994, 0.3160051302605211, 0.3173690180360721, 0.3187329058116233, 0.32009679358717436, 0.32146068136272543, 0.3228245691382766, 0.3241884569138277, 0.32555234468937877, 0.32691623246492985, 0.3282801202404809, 0.3296440080160321, 0.3310078957915832, 0.33237178356713426, 0.33373567134268534, 0.3350995591182365, 0.3364634468937876, 0.3378273346693387, 0.33919122244488986, 0.3405551102204408, 0.341918997995992, 0.3432828857715432, 0.34464677354709417, 0.34601066132264535, 0.3473745490981963, 0.3487384368737475, 0.3501023246492987, 0.35146621242484966, 0.35283010020040084, 0.3541939879759519, 0.355557875751503, 0.35692176352705407, 0.35828565130260526, 0.35964953907815633, 0.3610134268537074, 0.3623773146292585, 0.36374120240480956, 0.36510509018036075, 0.3664689779559118, 0.3678328657314629, 0.3691967535070141, 0.37056064128256505, 0.37192452905811624, 0.3732884168336674, 0.3746523046092184, 0.3760161923847696, 0.37738008016032065, 0.37874396793587173, 0.3801078557114229, 0.3814717434869739, 0.38283563126252507, 0.38419951903807614, 0.3855634068136272, 0.3869272945891784, 0.3882911823647295, 0.38965507014028056, 0.39101895791583163, 0.3923828456913828, 0.3937467334669339, 0.39511062124248497, 0.39647450901803616, 0.3978383967935871, 0.3992022845691383, 0.4005661723446894, 0.40193006012024046, 0.40329394789579165, 0.4046578356713426, 0.4060217234468938, 0.407385611222445, 0.40874949899799595, 0.41011338677354714, 0.4114772745490982, 0.4128411623246493, 0.4142050501002005, 0.41556893787575144, 0.41693282565130263, 0.4182967134268537, 0.4196606012024048, 0.42102448897795586, 0.42238837675350704, 0.4237522645290581, 0.4251161523046092, 0.4264800400801604, 0.42784392785571135, 0.42920781563126253, 0.4305717034068137, 0.4319355911823647, 0.4332994789579159, 0.43466336673346684, 0.436027254509018, 0.4373911422845692, 0.4387550300601202, 0.44011891783567136, 0.44148280561122244, 0.4428466933867735, 0.4442105811623247, 0.4455744689378758, 0.44693835671342685, 0.44830224448897793, 0.4496661322645291, 0.4510300200400802, 0.45239390781563127, 0.45375779559118234, 0.4551216833667334, 0.4564855711422846, 0.4578494589178357, 0.45921334669338676, 0.46057723446893795, 0.4619411222444889, 0.4633050100200401, 0.4646688977955913, 0.46603278557114225, 0.46739667334669344, 0.4687605611222444, 0.4701244488977956, 0.4714883366733468, 0.47285222444889774, 0.4742161122244489, 0.47558])\n",
+       "              .range([&#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#ff0000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;, &#x27;#008000ff&#x27;]);\n",
+       "    \n",
+       "\n",
+       "    color_map_1784e171c91488fa00baef467b35786f.x = d3.scale.linear()\n",
+       "              .domain([-0.205, 0.47558])\n",
+       "              .range([0, 450 - 50]);\n",
+       "\n",
+       "    color_map_1784e171c91488fa00baef467b35786f.legend = L.control({position: &#x27;topright&#x27;});\n",
+       "    color_map_1784e171c91488fa00baef467b35786f.legend.onAdd = function (map) {var div = L.DomUtil.create(&#x27;div&#x27;, &#x27;legend&#x27;); return div};\n",
+       "    color_map_1784e171c91488fa00baef467b35786f.legend.addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "\n",
+       "    color_map_1784e171c91488fa00baef467b35786f.xAxis = d3.svg.axis()\n",
+       "        .scale(color_map_1784e171c91488fa00baef467b35786f.x)\n",
+       "        .orient(&quot;top&quot;)\n",
+       "        .tickSize(1)\n",
+       "        .tickValues([-0.205, 0, 0.47558]);\n",
+       "\n",
+       "    color_map_1784e171c91488fa00baef467b35786f.svg = d3.select(&quot;.legend.leaflet-control&quot;).append(&quot;svg&quot;)\n",
+       "        .attr(&quot;id&quot;, &#x27;legend&#x27;)\n",
+       "        .attr(&quot;width&quot;, 450)\n",
+       "        .attr(&quot;height&quot;, 40);\n",
+       "\n",
+       "    color_map_1784e171c91488fa00baef467b35786f.g = color_map_1784e171c91488fa00baef467b35786f.svg.append(&quot;g&quot;)\n",
+       "        .attr(&quot;class&quot;, &quot;key&quot;)\n",
+       "        .attr(&quot;transform&quot;, &quot;translate(25,16)&quot;);\n",
+       "\n",
+       "    color_map_1784e171c91488fa00baef467b35786f.g.selectAll(&quot;rect&quot;)\n",
+       "        .data(color_map_1784e171c91488fa00baef467b35786f.color.range().map(function(d, i) {\n",
+       "          return {\n",
+       "            x0: i ? color_map_1784e171c91488fa00baef467b35786f.x(color_map_1784e171c91488fa00baef467b35786f.color.domain()[i - 1]) : color_map_1784e171c91488fa00baef467b35786f.x.range()[0],\n",
+       "            x1: i &lt; color_map_1784e171c91488fa00baef467b35786f.color.domain().length ? color_map_1784e171c91488fa00baef467b35786f.x(color_map_1784e171c91488fa00baef467b35786f.color.domain()[i]) : color_map_1784e171c91488fa00baef467b35786f.x.range()[1],\n",
+       "            z: d\n",
+       "          };\n",
+       "        }))\n",
+       "      .enter().append(&quot;rect&quot;)\n",
+       "        .attr(&quot;height&quot;, 40 - 30)\n",
+       "        .attr(&quot;x&quot;, function(d) { return d.x0; })\n",
+       "        .attr(&quot;width&quot;, function(d) { return d.x1 - d.x0; })\n",
+       "        .style(&quot;fill&quot;, function(d) { return d.z; });\n",
+       "\n",
+       "    color_map_1784e171c91488fa00baef467b35786f.g.call(color_map_1784e171c91488fa00baef467b35786f.xAxis).append(&quot;text&quot;)\n",
+       "        .attr(&quot;class&quot;, &quot;caption&quot;)\n",
+       "        .attr(&quot;y&quot;, 21)\n",
+       "        .text(&quot;Sentiment Score&quot;);\n",
+       "    \n",
+       "            var circle_marker_e84cb7938cfe0715d82b03d9c247550e = L.circleMarker(\n",
+       "                [-36.74200964268704, 146.98012037225163],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4350dccf5a4ef4c6a6e2590b4ff8c6d1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8cde7f79a74224074e5c0904b08a5404 = $(`&lt;div id=&quot;html_8cde7f79a74224074e5c0904b08a5404&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: sentiment = 0.3584625&lt;/div&gt;`)[0];\n",
+       "                popup_4350dccf5a4ef4c6a6e2590b4ff8c6d1.setContent(html_8cde7f79a74224074e5c0904b08a5404);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e84cb7938cfe0715d82b03d9c247550e.bindPopup(popup_4350dccf5a4ef4c6a6e2590b4ff8c6d1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9e6703f7ab98ca36664f631a04788265 = L.circleMarker(\n",
+       "                [-37.43415562828776, 142.8924483424639],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0df09c38c7f439c325649c210f6ed3e3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_55ed33648edca5ee4508870804ed9bbb = $(`&lt;div id=&quot;html_55ed33648edca5ee4508870804ed9bbb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: sentiment = 0.016992857142857146&lt;/div&gt;`)[0];\n",
+       "                popup_0df09c38c7f439c325649c210f6ed3e3.setContent(html_55ed33648edca5ee4508870804ed9bbb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9e6703f7ab98ca36664f631a04788265.bindPopup(popup_0df09c38c7f439c325649c210f6ed3e3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6489f83dcb9ff7a8d5a59111834ca205 = L.circleMarker(\n",
+       "                [-38.49384012145506, 145.5072259176944],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9e876f9d3dcd7ab4205475e6671ca49a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c97c5a6125b75ee893c6906811f1447f = $(`&lt;div id=&quot;html_c97c5a6125b75ee893c6906811f1447f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: sentiment = 0.13002461538461538&lt;/div&gt;`)[0];\n",
+       "                popup_9e876f9d3dcd7ab4205475e6671ca49a.setContent(html_c97c5a6125b75ee893c6906811f1447f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6489f83dcb9ff7a8d5a59111834ca205.bindPopup(popup_9e876f9d3dcd7ab4205475e6671ca49a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_254704346151611d1574e04115aa3986 = L.circleMarker(\n",
+       "                [-38.08041799959456, 146.07133662304355],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3648968e1fc5bb5bec609bc0078f566b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e68c559f67f20d2ba3b2e169ac63912f = $(`&lt;div id=&quot;html_e68c559f67f20d2ba3b2e169ac63912f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: sentiment = 0.38069160305343513&lt;/div&gt;`)[0];\n",
+       "                popup_3648968e1fc5bb5bec609bc0078f566b.setContent(html_e68c559f67f20d2ba3b2e169ac63912f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_254704346151611d1574e04115aa3986.bindPopup(popup_3648968e1fc5bb5bec609bc0078f566b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_602ed283e305d51597647153651d833c = L.circleMarker(\n",
+       "                [-37.35650487471572, 149.60888267569408],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6436d85f5d146d40caff0f02c33b56da = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a6c0ed53d38f939fa17f4ad782f02809 = $(`&lt;div id=&quot;html_a6c0ed53d38f939fa17f4ad782f02809&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bega Valley: sentiment = 0.23916666666666667&lt;/div&gt;`)[0];\n",
+       "                popup_6436d85f5d146d40caff0f02c33b56da.setContent(html_a6c0ed53d38f939fa17f4ad782f02809);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_602ed283e305d51597647153651d833c.bindPopup(popup_6436d85f5d146d40caff0f02c33b56da)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cbbab20eea7c1230dbe751ff7e17f922 = L.circleMarker(\n",
+       "                [-36.58336091154935, 146.0190596776959],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fb895311b0f861867eeb1fd1d5041f6c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3f73b387bb6272fa15b255dc328bbeef = $(`&lt;div id=&quot;html_3f73b387bb6272fa15b255dc328bbeef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: sentiment = 0.34568571428571426&lt;/div&gt;`)[0];\n",
+       "                popup_fb895311b0f861867eeb1fd1d5041f6c.setContent(html_3f73b387bb6272fa15b255dc328bbeef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cbbab20eea7c1230dbe751ff7e17f922.bindPopup(popup_fb895311b0f861867eeb1fd1d5041f6c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_85d07b464137ec2c2654c0f36a9491f8 = L.circleMarker(\n",
+       "                [-37.736607992248544, 144.7963055864614],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d5376b7ad0ce71b15ea1d7b9daa31d4d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e47a303b1be681551172fdab7d6e1552 = $(`&lt;div id=&quot;html_e47a303b1be681551172fdab7d6e1552&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: sentiment = 0.0&lt;/div&gt;`)[0];\n",
+       "                popup_d5376b7ad0ce71b15ea1d7b9daa31d4d.setContent(html_e47a303b1be681551172fdab7d6e1552);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_85d07b464137ec2c2654c0f36a9491f8.bindPopup(popup_d5376b7ad0ce71b15ea1d7b9daa31d4d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2da685a4a6908055751aaf87e8ba2dc1 = L.circleMarker(\n",
+       "                [-35.97966752419333, 143.0350132862452],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b671144ad11762f35a2980f1b9a80a29 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6e13aeded2624196fa4e2589fb7ca904 = $(`&lt;div id=&quot;html_6e13aeded2624196fa4e2589fb7ca904&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: sentiment = -0.0256&lt;/div&gt;`)[0];\n",
+       "                popup_b671144ad11762f35a2980f1b9a80a29.setContent(html_6e13aeded2624196fa4e2589fb7ca904);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2da685a4a6908055751aaf87e8ba2dc1.bindPopup(popup_b671144ad11762f35a2980f1b9a80a29)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e8f8af838e8428914152f220f15f6267 = L.circleMarker(\n",
+       "                [-36.35422159756956, 144.74006788095653],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_828fa732d94bbb2d0b60a430b301bcac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8d36c64ca15f852ed22d20ecf0fa360e = $(`&lt;div id=&quot;html_8d36c64ca15f852ed22d20ecf0fa360e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: sentiment = 0.1589866666666667&lt;/div&gt;`)[0];\n",
+       "                popup_828fa732d94bbb2d0b60a430b301bcac.setContent(html_8d36c64ca15f852ed22d20ecf0fa360e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e8f8af838e8428914152f220f15f6267.bindPopup(popup_828fa732d94bbb2d0b60a430b301bcac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0c71570dac1c5ff120ca1597347afec7 = L.circleMarker(\n",
+       "                [-38.076584465234376, 145.54071359852958],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cffb72e450dd775247773b6bf155d7ca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7246cd69dfb86c015223b5f44358f345 = $(`&lt;div id=&quot;html_7246cd69dfb86c015223b5f44358f345&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: sentiment = 0.12922705882352942&lt;/div&gt;`)[0];\n",
+       "                popup_cffb72e450dd775247773b6bf155d7ca.setContent(html_7246cd69dfb86c015223b5f44358f345);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0c71570dac1c5ff120ca1597347afec7.bindPopup(popup_cffb72e450dd775247773b6bf155d7ca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_45f914bc06f82749db15d10c72112f60 = L.circleMarker(\n",
+       "                [-38.44790718038963, 143.58253176933056],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_df52ea66556a20df24311747b3845ac5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1448ab301f7325d8b453784a086416e7 = $(`&lt;div id=&quot;html_1448ab301f7325d8b453784a086416e7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: sentiment = 0.47025&lt;/div&gt;`)[0];\n",
+       "                popup_df52ea66556a20df24311747b3845ac5.setContent(html_1448ab301f7325d8b453784a086416e7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_45f914bc06f82749db15d10c72112f60.bindPopup(popup_df52ea66556a20df24311747b3845ac5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dfddf0baac529e9bd7e6d302cbfde0a4 = L.circleMarker(\n",
+       "                [-38.25962037703224, 143.12345386971353],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2a12a5a24bec0bafcea713020e9c6bc4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_06064fb384f683b41aca9698e61670d0 = $(`&lt;div id=&quot;html_06064fb384f683b41aca9698e61670d0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: sentiment = 0.09886842105263159&lt;/div&gt;`)[0];\n",
+       "                popup_2a12a5a24bec0bafcea713020e9c6bc4.setContent(html_06064fb384f683b41aca9698e61670d0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dfddf0baac529e9bd7e6d302cbfde0a4.bindPopup(popup_2a12a5a24bec0bafcea713020e9c6bc4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2decb87331fb472fa6794c9471702986 = L.circleMarker(\n",
+       "                [-37.536581432390186, 148.07207061186554],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b9ceffa47a8fefcf0efc802a10f9b8ab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_89bf71c801edadce04d56074709466d0 = $(`&lt;div id=&quot;html_89bf71c801edadce04d56074709466d0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: sentiment = 0.47558&lt;/div&gt;`)[0];\n",
+       "                popup_b9ceffa47a8fefcf0efc802a10f9b8ab.setContent(html_89bf71c801edadce04d56074709466d0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2decb87331fb472fa6794c9471702986.bindPopup(popup_b9ceffa47a8fefcf0efc802a10f9b8ab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e865f70f7b4e7a86758b30270eb187db = L.circleMarker(\n",
+       "                [-35.75470319636427, 143.88541170784015],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3415b2b33e9283f95816fc597c6ba088 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1b74e015b9cd42ed56d537bf3fc13244 = $(`&lt;div id=&quot;html_1b74e015b9cd42ed56d537bf3fc13244&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: sentiment = -0.031219999999999994&lt;/div&gt;`)[0];\n",
+       "                popup_3415b2b33e9283f95816fc597c6ba088.setContent(html_1b74e015b9cd42ed56d537bf3fc13244);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e865f70f7b4e7a86758b30270eb187db.bindPopup(popup_3415b2b33e9283f95816fc597c6ba088)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2ce111cbf29f5ee4fd3c90a5b9a92a42 = L.circleMarker(\n",
+       "                [-37.875088741527286, 141.50308113489535],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d60de58668d13f362bf60c41ef713ee8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_797ab33e1838928176dfab2986fd69ef = $(`&lt;div id=&quot;html_797ab33e1838928176dfab2986fd69ef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: sentiment = 0.0&lt;/div&gt;`)[0];\n",
+       "                popup_d60de58668d13f362bf60c41ef713ee8.setContent(html_797ab33e1838928176dfab2986fd69ef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2ce111cbf29f5ee4fd3c90a5b9a92a42.bindPopup(popup_d60de58668d13f362bf60c41ef713ee8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a3681177e04ef90206dec36982a00146 = L.circleMarker(\n",
+       "                [-36.752113164921134, 144.35576435791856],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_165deb833b60da008cdb96f8b04881a6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1f7a04fd277733a810cde5c3532c0e27 = $(`&lt;div id=&quot;html_1f7a04fd277733a810cde5c3532c0e27&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: sentiment = 0.06294102564102565&lt;/div&gt;`)[0];\n",
+       "                popup_165deb833b60da008cdb96f8b04881a6.setContent(html_1f7a04fd277733a810cde5c3532c0e27);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a3681177e04ef90206dec36982a00146.bindPopup(popup_165deb833b60da008cdb96f8b04881a6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a7def1ed4bd1d3fb4db65e72fdb543aa = L.circleMarker(\n",
+       "                [-38.14582914558538, 144.4162536981781],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cdd6d5a0b6c5d9cb357031bf6ffecdc5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c8ff7d73dec2383e4819f44168010e13 = $(`&lt;div id=&quot;html_c8ff7d73dec2383e4819f44168010e13&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: sentiment = 0.08897523489932886&lt;/div&gt;`)[0];\n",
+       "                popup_cdd6d5a0b6c5d9cb357031bf6ffecdc5.setContent(html_c8ff7d73dec2383e4819f44168010e13);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a7def1ed4bd1d3fb4db65e72fdb543aa.bindPopup(popup_cdd6d5a0b6c5d9cb357031bf6ffecdc5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_69c511aab0daf782c497fc22931e7023 = L.circleMarker(\n",
+       "                [-36.39551490876218, 145.38853705270637],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9d19d0daa9bc3bbeae596d0a246ce119 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_25021aec2fccfcbb70f4fe2aa87dd9a3 = $(`&lt;div id=&quot;html_25021aec2fccfcbb70f4fe2aa87dd9a3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: sentiment = 0.25540810810810816&lt;/div&gt;`)[0];\n",
+       "                popup_9d19d0daa9bc3bbeae596d0a246ce119.setContent(html_25021aec2fccfcbb70f4fe2aa87dd9a3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_69c511aab0daf782c497fc22931e7023.bindPopup(popup_9d19d0daa9bc3bbeae596d0a246ce119)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_559541d515f50615b9fce46570d07ee8 = L.circleMarker(\n",
+       "                [-37.33092323306787, 144.12366254551313],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f5468b91264e6baef7b8a3e590d115a5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e7f81a89c292127fa128bec78464fb94 = $(`&lt;div id=&quot;html_e7f81a89c292127fa128bec78464fb94&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: sentiment = 0.12292499999999999&lt;/div&gt;`)[0];\n",
+       "                popup_f5468b91264e6baef7b8a3e590d115a5.setContent(html_e7f81a89c292127fa128bec78464fb94);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_559541d515f50615b9fce46570d07ee8.bindPopup(popup_f5468b91264e6baef7b8a3e590d115a5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_85b15513f0ec7b179c7572872a0ba7fe = L.circleMarker(\n",
+       "                [-36.12059078506667, 141.8501549748489],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ff0000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ff0000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7e9d31571eb50bbb2486d55d9f6bc081 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_365d1a2ae8bfd55f1d5a3fc293f34b3a = $(`&lt;div id=&quot;html_365d1a2ae8bfd55f1d5a3fc293f34b3a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: sentiment = -0.205&lt;/div&gt;`)[0];\n",
+       "                popup_7e9d31571eb50bbb2486d55d9f6bc081.setContent(html_365d1a2ae8bfd55f1d5a3fc293f34b3a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_85b15513f0ec7b179c7572872a0ba7fe.bindPopup(popup_7e9d31571eb50bbb2486d55d9f6bc081)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f564e0d42b67c4737704e9620be21bd7 = L.circleMarker(\n",
+       "                [-36.8276803401058, 142.10582235277482],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aa23932c24acc556cb59e1f7a1e76558 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e2cdded7be7acc68200871ee6711d364 = $(`&lt;div id=&quot;html_e2cdded7be7acc68200871ee6711d364&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: sentiment = 0.1119576923076923&lt;/div&gt;`)[0];\n",
+       "                popup_aa23932c24acc556cb59e1f7a1e76558.setContent(html_e2cdded7be7acc68200871ee6711d364);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f564e0d42b67c4737704e9620be21bd7.bindPopup(popup_aa23932c24acc556cb59e1f7a1e76558)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2d8a739b7c113fad1737c3ff96d1820b = L.circleMarker(\n",
+       "                [-37.61496123072596, 144.88832838200668],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e2f919caf6d9a7d33de957738b54483b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d2fad87b164eea0568d6a4e16e5a7f4d = $(`&lt;div id=&quot;html_d2fad87b164eea0568d6a4e16e5a7f4d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: sentiment = 0.02099347826086957&lt;/div&gt;`)[0];\n",
+       "                popup_e2f919caf6d9a7d33de957738b54483b.setContent(html_d2fad87b164eea0568d6a4e16e5a7f4d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2d8a739b7c113fad1737c3ff96d1820b.bindPopup(popup_e2f919caf6d9a7d33de957738b54483b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b272eb546107d415e1edd94cfc2859e = L.circleMarker(\n",
+       "                [-36.203851026236826, 146.7370351730208],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c55d68a8d7ece3a34d0c59dfcda69ac2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_37282f4c54da22c66057487fc238effa = $(`&lt;div id=&quot;html_37282f4c54da22c66057487fc238effa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: sentiment = 0.2841&lt;/div&gt;`)[0];\n",
+       "                popup_c55d68a8d7ece3a34d0c59dfcda69ac2.setContent(html_37282f4c54da22c66057487fc238effa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b272eb546107d415e1edd94cfc2859e.bindPopup(popup_c55d68a8d7ece3a34d0c59dfcda69ac2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_880ffb56fd868f434dedd37a5c0a0ed3 = L.circleMarker(\n",
+       "                [-38.29521130188819, 146.4468083655236],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4a3079b59413fa7d56ecf2790ce2b97a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_518900681149c7eb112679714a433783 = $(`&lt;div id=&quot;html_518900681149c7eb112679714a433783&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: sentiment = 0.21206279069767442&lt;/div&gt;`)[0];\n",
+       "                popup_4a3079b59413fa7d56ecf2790ce2b97a.setContent(html_518900681149c7eb112679714a433783);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_880ffb56fd868f434dedd37a5c0a0ed3.bindPopup(popup_4a3079b59413fa7d56ecf2790ce2b97a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f0cd9fc7e61c0e516009071ca05f2d5 = L.circleMarker(\n",
+       "                [-37.32669173715024, 144.62191535886777],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f3c70737e67d951374528fb9377d90ab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e717799abe965aa6bf7270030b680b33 = $(`&lt;div id=&quot;html_e717799abe965aa6bf7270030b680b33&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: sentiment = 0.1102744&lt;/div&gt;`)[0];\n",
+       "                popup_f3c70737e67d951374528fb9377d90ab.setContent(html_e717799abe965aa6bf7270030b680b33);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f0cd9fc7e61c0e516009071ca05f2d5.bindPopup(popup_f3c70737e67d951374528fb9377d90ab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_40a7bccc4661273dda38c16d58f5ac93 = L.circleMarker(\n",
+       "                [-37.19731825156432, 146.1484304184201],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_947ff2784075c00efbf43ad001e113a6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_131913847fa08ea7ff0be7bff965b8c8 = $(`&lt;div id=&quot;html_131913847fa08ea7ff0be7bff965b8c8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: sentiment = -0.03484333333333333&lt;/div&gt;`)[0];\n",
+       "                popup_947ff2784075c00efbf43ad001e113a6.setContent(html_131913847fa08ea7ff0be7bff965b8c8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_40a7bccc4661273dda38c16d58f5ac93.bindPopup(popup_947ff2784075c00efbf43ad001e113a6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5389535c6873a4867ec815e1687472cd = L.circleMarker(\n",
+       "                [-37.8153491956999, 144.96263493689085],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_00c4d010bc59bab17785538036a559d0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5b1d796f41667bd975221fd315a8eb1b = $(`&lt;div id=&quot;html_5b1d796f41667bd975221fd315a8eb1b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: sentiment = 0.12333247346193357&lt;/div&gt;`)[0];\n",
+       "                popup_00c4d010bc59bab17785538036a559d0.setContent(html_5b1d796f41667bd975221fd315a8eb1b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5389535c6873a4867ec815e1687472cd.bindPopup(popup_00c4d010bc59bab17785538036a559d0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8c94bc650e242406fb268d7904e749e7 = L.circleMarker(\n",
+       "                [-37.713644283896514, 144.63034389346143],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_73a4b982e3c884b436558d72f2539f62 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_36ca39167efa9f901f73c5f921f3a959 = $(`&lt;div id=&quot;html_36ca39167efa9f901f73c5f921f3a959&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: sentiment = 0.0&lt;/div&gt;`)[0];\n",
+       "                popup_73a4b982e3c884b436558d72f2539f62.setContent(html_36ca39167efa9f901f73c5f921f3a959);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8c94bc650e242406fb268d7904e749e7.bindPopup(popup_73a4b982e3c884b436558d72f2539f62)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_293e137e46e873d62f575148b4849b85 = L.circleMarker(\n",
+       "                [-34.63092374239235, 141.84510532060546],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f6d8c64dbbee74d6870a7e3a08d79156 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_97591953a5b5d8aed2ce60fb6547b2cb = $(`&lt;div id=&quot;html_97591953a5b5d8aed2ce60fb6547b2cb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: sentiment = 0.12703124999999998&lt;/div&gt;`)[0];\n",
+       "                popup_f6d8c64dbbee74d6870a7e3a08d79156.setContent(html_97591953a5b5d8aed2ce60fb6547b2cb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_293e137e46e873d62f575148b4849b85.bindPopup(popup_f6d8c64dbbee74d6870a7e3a08d79156)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fb2c0b6d763b8ea51664cd23420e7132 = L.circleMarker(\n",
+       "                [-37.16773560694831, 145.04880033270146],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6019e71a862263a3a0729ca49bc6efbd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f4b7d6801cae8d790998ead0f19f5b11 = $(`&lt;div id=&quot;html_f4b7d6801cae8d790998ead0f19f5b11&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: sentiment = 0.3471276315789473&lt;/div&gt;`)[0];\n",
+       "                popup_6019e71a862263a3a0729ca49bc6efbd.setContent(html_f4b7d6801cae8d790998ead0f19f5b11);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fb2c0b6d763b8ea51664cd23420e7132.bindPopup(popup_6019e71a862263a3a0729ca49bc6efbd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3c2576f4c29961296172163d1384235d = L.circleMarker(\n",
+       "                [-36.07618698644235, 145.6581935794737],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f2c5371775fc53f86da7f16ff8358387 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aabced1a534f212bedffd4ca110ed42e = $(`&lt;div id=&quot;html_aabced1a534f212bedffd4ca110ed42e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: sentiment = 0.3121&lt;/div&gt;`)[0];\n",
+       "                popup_f2c5371775fc53f86da7f16ff8358387.setContent(html_aabced1a534f212bedffd4ca110ed42e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3c2576f4c29961296172163d1384235d.bindPopup(popup_f2c5371775fc53f86da7f16ff8358387)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3819e556d242c69990ad875a59c9eac0 = L.circleMarker(\n",
+       "                [-37.61521315713168, 144.19441458419476],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0366c92f1c5b886c029e14bd59ad68ce = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c8e9d9408cff865c595e48779900f50e = $(`&lt;div id=&quot;html_c8e9d9408cff865c595e48779900f50e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: sentiment = -0.0035352941176470484&lt;/div&gt;`)[0];\n",
+       "                popup_0366c92f1c5b886c029e14bd59ad68ce.setContent(html_c8e9d9408cff865c595e48779900f50e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3819e556d242c69990ad875a59c9eac0.bindPopup(popup_0366c92f1c5b886c029e14bd59ad68ce)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2b77d788e734a8581f65b679c2b21232 = L.circleMarker(\n",
+       "                [-38.349624639716254, 145.0133460361823],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_070970f2060294b275bc59afbc16a656 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_08906e6b026d7f09a99d904ff272fa0f = $(`&lt;div id=&quot;html_08906e6b026d7f09a99d904ff272fa0f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: sentiment = 0.22641111111111112&lt;/div&gt;`)[0];\n",
+       "                popup_070970f2060294b275bc59afbc16a656.setContent(html_08906e6b026d7f09a99d904ff272fa0f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2b77d788e734a8581f65b679c2b21232.bindPopup(popup_070970f2060294b275bc59afbc16a656)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c21f15a58682aec9a4fb324bcfc4f13b = L.circleMarker(\n",
+       "                [-37.06268410757852, 144.19056506203097],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_740a684bdf645db59266cd130b2c2c85 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_13cca46e6ec7294ab1e326d1c811d577 = $(`&lt;div id=&quot;html_13cca46e6ec7294ab1e326d1c811d577&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: sentiment = 0.15174210526315787&lt;/div&gt;`)[0];\n",
+       "                popup_740a684bdf645db59266cd130b2c2c85.setContent(html_13cca46e6ec7294ab1e326d1c811d577);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c21f15a58682aec9a4fb324bcfc4f13b.bindPopup(popup_740a684bdf645db59266cd130b2c2c85)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3fe5bd77ac3faa2b788c5ceb3f7ee92c = L.circleMarker(\n",
+       "                [-38.24939402353778, 142.46174006840724],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3c0a834f736d432fdd438fdcf348ca4e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c04cd1f77f4b6eff29bc63dda7559f59 = $(`&lt;div id=&quot;html_c04cd1f77f4b6eff29bc63dda7559f59&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: sentiment = 0.2176849593495935&lt;/div&gt;`)[0];\n",
+       "                popup_3c0a834f736d432fdd438fdcf348ca4e.setContent(html_c04cd1f77f4b6eff29bc63dda7559f59);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3fe5bd77ac3faa2b788c5ceb3f7ee92c.bindPopup(popup_3c0a834f736d432fdd438fdcf348ca4e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c3979147353d27065ae952a98e0e233e = L.circleMarker(\n",
+       "                [-37.258532632293175, 145.5676333041212],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_911b934e17f2060e32e29db796512a72 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fe198591cf83e8ffc6ee122c1d6514df = $(`&lt;div id=&quot;html_fe198591cf83e8ffc6ee122c1d6514df&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: sentiment = -0.04980000000000001&lt;/div&gt;`)[0];\n",
+       "                popup_911b934e17f2060e32e29db796512a72.setContent(html_fe198591cf83e8ffc6ee122c1d6514df);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c3979147353d27065ae952a98e0e233e.bindPopup(popup_911b934e17f2060e32e29db796512a72)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_be75ca137946069e100f50fe5f205703 = L.circleMarker(\n",
+       "                [-36.81279686446256, 142.95542517815952],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a2185fbd0f4b28c05491ba85e5d21fcd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4c2bbf1ffcded8023510f2709ae641cc = $(`&lt;div id=&quot;html_4c2bbf1ffcded8023510f2709ae641cc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: sentiment = 0.20432499999999998&lt;/div&gt;`)[0];\n",
+       "                popup_a2185fbd0f4b28c05491ba85e5d21fcd.setContent(html_4c2bbf1ffcded8023510f2709ae641cc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_be75ca137946069e100f50fe5f205703.bindPopup(popup_a2185fbd0f4b28c05491ba85e5d21fcd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_39c5302c6b0d3f1031b077b689cd9685 = L.circleMarker(\n",
+       "                [-37.30922762399421, 143.3963810754719],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6e49621464b1fcf96bf74185a20f7c9a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8c1dff5fbc9223c6e1e9ce92af50f836 = $(`&lt;div id=&quot;html_8c1dff5fbc9223c6e1e9ce92af50f836&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: sentiment = 0.269325&lt;/div&gt;`)[0];\n",
+       "                popup_6e49621464b1fcf96bf74185a20f7c9a.setContent(html_8c1dff5fbc9223c6e1e9ce92af50f836);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_39c5302c6b0d3f1031b077b689cd9685.bindPopup(popup_6e49621464b1fcf96bf74185a20f7c9a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dd53a506c1607fa96fb4701508385aff = L.circleMarker(\n",
+       "                [-38.55928009593212, 146.08228570015038],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6bb6a454b72badc259ba011ec82938df = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d8f8dd125c6a0bebd060af3a4c9e3313 = $(`&lt;div id=&quot;html_d8f8dd125c6a0bebd060af3a4c9e3313&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: sentiment = 0.356575&lt;/div&gt;`)[0];\n",
+       "                popup_6bb6a454b72badc259ba011ec82938df.setContent(html_d8f8dd125c6a0bebd060af3a4c9e3313);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dd53a506c1607fa96fb4701508385aff.bindPopup(popup_6bb6a454b72badc259ba011ec82938df)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_78ee9e65c74b085afda3b6f4003ec69a = L.circleMarker(\n",
+       "                [-36.73911258200709, 145.43196280647604],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fc6a183f25d9018073ad9c403fe05309 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_40bd645cb0a2ef5555d97be6d2231969 = $(`&lt;div id=&quot;html_40bd645cb0a2ef5555d97be6d2231969&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: sentiment = 0.002499999999999986&lt;/div&gt;`)[0];\n",
+       "                popup_fc6a183f25d9018073ad9c403fe05309.setContent(html_40bd645cb0a2ef5555d97be6d2231969);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_78ee9e65c74b085afda3b6f4003ec69a.bindPopup(popup_fc6a183f25d9018073ad9c403fe05309)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_97631c844e690bf3b11a4fd403fd0bc1 = L.circleMarker(\n",
+       "                [-38.347042125947766, 144.09063914866553],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a2f204e1ddcd6b468209dc98c2196cb3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7fdb9e026aaf92c9d190372ca8b24f2f = $(`&lt;div id=&quot;html_7fdb9e026aaf92c9d190372ca8b24f2f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: sentiment = 0.043511764705882354&lt;/div&gt;`)[0];\n",
+       "                popup_a2f204e1ddcd6b468209dc98c2196cb3.setContent(html_7fdb9e026aaf92c9d190372ca8b24f2f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_97631c844e690bf3b11a4fd403fd0bc1.bindPopup(popup_a2f204e1ddcd6b468209dc98c2196cb3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_42d7648c47146959fc4b25f50371c1e9 = L.circleMarker(\n",
+       "                [-35.17093214318054, 143.2347993818716],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9d6c9d1347e7fcd48bee1f0928f52d1d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e0abe62bf16eb046c81e3496d25218fd = $(`&lt;div id=&quot;html_e0abe62bf16eb046c81e3496d25218fd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: sentiment = 0.255962962962963&lt;/div&gt;`)[0];\n",
+       "                popup_9d6c9d1347e7fcd48bee1f0928f52d1d.setContent(html_e0abe62bf16eb046c81e3496d25218fd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_42d7648c47146959fc4b25f50371c1e9.bindPopup(popup_9d6c9d1347e7fcd48bee1f0928f52d1d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7b98bd4913f0da5727d9ab352deb0b38 = L.circleMarker(\n",
+       "                [-38.202666563782266, 145.663859839833],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_05c563ae2d4ba1e675493f89165ebf7a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_178d88894d8ec78547bdbd796488e283 = $(`&lt;div id=&quot;html_178d88894d8ec78547bdbd796488e283&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Unincorporated Vic: sentiment = 0.0&lt;/div&gt;`)[0];\n",
+       "                popup_05c563ae2d4ba1e675493f89165ebf7a.setContent(html_178d88894d8ec78547bdbd796488e283);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7b98bd4913f0da5727d9ab352deb0b38.bindPopup(popup_05c563ae2d4ba1e675493f89165ebf7a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3e65bcb3eacb018dd6cbcf9fdf585cde = L.circleMarker(\n",
+       "                [-38.08799210514941, 146.90099669453218],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_549dccebbb860cc5d15f0fd9f62d5ca4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_37b6012082f225f0fd8d744154dbe8ef = $(`&lt;div id=&quot;html_37b6012082f225f0fd8d744154dbe8ef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: sentiment = 0.1005220930232558&lt;/div&gt;`)[0];\n",
+       "                popup_549dccebbb860cc5d15f0fd9f62d5ca4.setContent(html_37b6012082f225f0fd8d744154dbe8ef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3e65bcb3eacb018dd6cbcf9fdf585cde.bindPopup(popup_549dccebbb860cc5d15f0fd9f62d5ca4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_72444f548267daaa2f7b03db450bc91b = L.circleMarker(\n",
+       "                [-37.5820372028149, 145.0642263423114],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5e782adf52c339956634f7ed452ed978 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9840c51f3b21640ad0fce88e0c4722c9 = $(`&lt;div id=&quot;html_9840c51f3b21640ad0fce88e0c4722c9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: sentiment = -0.1626&lt;/div&gt;`)[0];\n",
+       "                popup_5e782adf52c339956634f7ed452ed978.setContent(html_9840c51f3b21640ad0fce88e0c4722c9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_72444f548267daaa2f7b03db450bc91b.bindPopup(popup_5e782adf52c339956634f7ed452ed978)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_23e3b2779919e00f7ef3ac0e60d2ba2e = L.circleMarker(\n",
+       "                [-36.143544270234806, 146.89394173526748],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a1870bd2ce915dea61680f2465eda3a7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_411e96a2c755ab0c3523d034eb0e5f50 = $(`&lt;div id=&quot;html_411e96a2c755ab0c3523d034eb0e5f50&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: sentiment = 0.03385471698113207&lt;/div&gt;`)[0];\n",
+       "                popup_a1870bd2ce915dea61680f2465eda3a7.setContent(html_411e96a2c755ab0c3523d034eb0e5f50);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_23e3b2779919e00f7ef3ac0e60d2ba2e.bindPopup(popup_a1870bd2ce915dea61680f2465eda3a7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e28cc1f2eb259a88746b634014dbb4d3 = L.circleMarker(\n",
+       "                [-37.78956710147423, 145.50112432127332],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2d3104c002ebf3c54ba966b3a4f4204e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3870a434b03b674af36f39b584101c6c = $(`&lt;div id=&quot;html_3870a434b03b674af36f39b584101c6c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: sentiment = -0.012894736842105271&lt;/div&gt;`)[0];\n",
+       "                popup_2d3104c002ebf3c54ba966b3a4f4204e.setContent(html_3870a434b03b674af36f39b584101c6c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e28cc1f2eb259a88746b634014dbb4d3.bindPopup(popup_2d3104c002ebf3c54ba966b3a4f4204e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7324da5e09165cd9ba69ac94585bd624 = L.circleMarker(\n",
+       "                [-36.09415397923681, 142.44166449092995],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#008000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#008000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_9c87e839762c32437d39561ad26e8000);\n",
+       "        \n",
+       "    \n",
+       "        var popup_544bf0f1ea65b012ba1088883a6f8f42 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_71233f5cf1272df8f8020376a71cab66 = $(`&lt;div id=&quot;html_71233f5cf1272df8f8020376a71cab66&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: sentiment = 0.22394736842105262&lt;/div&gt;`)[0];\n",
+       "                popup_544bf0f1ea65b012ba1088883a6f8f42.setContent(html_71233f5cf1272df8f8020376a71cab66);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7324da5e09165cd9ba69ac94585bd624.bindPopup(popup_544bf0f1ea65b012ba1088883a6f8f42)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "&lt;/script&gt;\n",
+       "&lt;/html&gt;\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>"
+      ],
+      "text/plain": [
+       "<folium.folium.Map at 0x7f50e4365f30>"
+      ]
+     },
+     "execution_count": 16,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "import folium\n",
+    "import matplotlib.pyplot as plt\n",
+    "import matplotlib\n",
+    "import branca.colormap as cm\n",
+    "\n",
+    "# Start with a basic map centered around Australia\n",
+    "m = folium.Map(location=[-25.2744, 133.7751], zoom_start=4)\n",
+    "\n",
+    "# Group by 'lga_name' and calculate mean sentiment_score and subjectivity\n",
+    "grouped = text_data.groupby('lga_name').agg({'sentiment_score': 'mean', 'subjectivity': 'mean', 'lat': 'first', 'lon': 'first'})\n",
+    "\n",
+    "# Remove rows with missing 'lat' or 'lon' values\n",
+    "grouped = grouped.dropna(subset=['lat', 'lon'])\n",
+    "\n",
+    "# Create a color map\n",
+    "color_map = cm.LinearColormap(['red', 'yellow', 'green'], vmin=grouped['sentiment_score'].min(), vmax=grouped['sentiment_score'].max()).to_step(index=[grouped['sentiment_score'].min(), 0, grouped['sentiment_score'].max()])\n",
+    "\n",
+    "color_map.caption = 'Sentiment Score'\n",
+    "\n",
+    "m.add_child(color_map)\n",
+    "\n",
+    "for idx, row in grouped.iterrows():\n",
+    "    # Normalize the sentiment score to lie between 0 and 1, for use in coloring the marker\n",
+    "    normalized_sentiment = (row['sentiment_score'] - grouped['sentiment_score'].min()) / (grouped['sentiment_score'].max() - grouped['sentiment_score'].min())\n",
+    "    \n",
+    "    # Convert the normalized sentiment score to a color\n",
+    "    sentiment_color = color_map(normalized_sentiment)\n",
+    "    \n",
+    "    # Add a circle marker for this LGA\n",
+    "    folium.CircleMarker(\n",
+    "        location=(row['lat'], row['lon']),\n",
+    "        radius=10,  # adjust as needed\n",
+    "        color=sentiment_color,\n",
+    "        fill=True,\n",
+    "        fill_color=sentiment_color,\n",
+    "        popup=f\"{idx}: sentiment = {row['sentiment_score']}\",\n",
+    "    ).add_to(m)\n",
+    "\n",
+    "# Show the map\n",
+    "m\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 24,
+   "id": "b4511ed7",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div style=\"width:100%;\"><div style=\"position:relative;width:100%;height:0;padding-bottom:60%;\"><span style=\"color:#565656\">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc=\"&lt;!DOCTYPE html&gt;\n",
+       "&lt;html&gt;\n",
+       "&lt;head&gt;\n",
+       "    \n",
+       "    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;\n",
+       "    \n",
+       "        &lt;script&gt;\n",
+       "            L_NO_TOUCH = false;\n",
+       "            L_DISABLE_3D = false;\n",
+       "        &lt;/script&gt;\n",
+       "    \n",
+       "    &lt;style&gt;html, body {width: 100%;height: 100%;margin: 0;padding: 0;}&lt;/style&gt;\n",
+       "    &lt;style&gt;#map {position:absolute;top:0;bottom:0;right:0;left:0;}&lt;/style&gt;\n",
+       "    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;\n",
+       "    &lt;script src=&quot;https://code.jquery.com/jquery-1.12.4.min.js&quot;&gt;&lt;/script&gt;\n",
+       "    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;\n",
+       "    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;\n",
+       "    \n",
+       "            &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,\n",
+       "                initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;\n",
+       "            &lt;style&gt;\n",
+       "                #map_49943a241200e8ba0575248588b031de {\n",
+       "                    position: relative;\n",
+       "                    width: 100.0%;\n",
+       "                    height: 100.0%;\n",
+       "                    left: 0.0%;\n",
+       "                    top: 0.0%;\n",
+       "                }\n",
+       "                .leaflet-container { font-size: 1rem; }\n",
+       "            &lt;/style&gt;\n",
+       "        \n",
+       "    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js&quot;&gt;&lt;/script&gt;\n",
+       "&lt;/head&gt;\n",
+       "&lt;body&gt;\n",
+       "    \n",
+       "    \n",
+       "            &lt;div class=&quot;folium-map&quot; id=&quot;map_49943a241200e8ba0575248588b031de&quot; &gt;&lt;/div&gt;\n",
+       "        \n",
+       "&lt;/body&gt;\n",
+       "&lt;script&gt;\n",
+       "    \n",
+       "    \n",
+       "            var map_49943a241200e8ba0575248588b031de = L.map(\n",
+       "                &quot;map_49943a241200e8ba0575248588b031de&quot;,\n",
+       "                {\n",
+       "                    center: [-25.2744, 133.7751],\n",
+       "                    crs: L.CRS.EPSG3857,\n",
+       "                    zoom: 4,\n",
+       "                    zoomControl: true,\n",
+       "                    preferCanvas: false,\n",
+       "                }\n",
+       "            );\n",
+       "\n",
+       "            \n",
+       "\n",
+       "        \n",
+       "    \n",
+       "            var tile_layer_d9984a33c83c59ab6eafa2b075595a1f = L.tileLayer(\n",
+       "                &quot;https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,\n",
+       "                {&quot;attribution&quot;: &quot;Data by \\u0026copy; \\u003ca target=\\&quot;_blank\\&quot; href=\\&quot;http://openstreetmap.org\\&quot;\\u003eOpenStreetMap\\u003c/a\\u003e, under \\u003ca target=\\&quot;_blank\\&quot; href=\\&quot;http://www.openstreetmap.org/copyright\\&quot;\\u003eODbL\\u003c/a\\u003e.&quot;, &quot;detectRetina&quot;: false, &quot;maxNativeZoom&quot;: 18, &quot;maxZoom&quot;: 18, &quot;minZoom&quot;: 0, &quot;noWrap&quot;: false, &quot;opacity&quot;: 1, &quot;subdomains&quot;: &quot;abc&quot;, &quot;tms&quot;: false}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "    var color_map_73230c5989a21738f92ee9b2b2c4e0dd = {};\n",
+       "\n",
+       "    \n",
+       "    color_map_73230c5989a21738f92ee9b2b2c4e0dd.color = d3.scale.threshold()\n",
+       "              .domain([-2.2222991282503326, -2.213419361622573, -2.204539594994813, -2.195659828367053, -2.1867800617392934, -2.1779002951115336, -2.169020528483774, -2.160140761856014, -2.151260995228254, -2.1423812286004944, -2.1335014619727346, -2.124621695344975, -2.115741928717215, -2.106862162089455, -2.0979823954616954, -2.0891026288339356, -2.080222862206176, -2.071343095578416, -2.062463328950656, -2.0535835623228964, -2.0447037956951366, -2.035824029067377, -2.026944262439617, -2.018064495811857, -2.0091847291840974, -2.0003049625563376, -1.9914251959285778, -1.982545429300818, -1.9736656626730582, -1.9647858960452984, -1.9559061294175386, -1.9470263627897788, -1.938146596162019, -1.9292668295342592, -1.9203870629064994, -1.9115072962787396, -1.9026275296509798, -1.89374776302322, -1.8848679963954602, -1.8759882297677004, -1.8671084631399406, -1.8582286965121808, -1.849348929884421, -1.8404691632566612, -1.8315893966289014, -1.8227096300011416, -1.8138298633733818, -1.804950096745622, -1.7960703301178622, -1.7871905634901024, -1.7783107968623426, -1.7694310302345828, -1.760551263606823, -1.7516714969790632, -1.7427917303513034, -1.7339119637235436, -1.7250321970957838, -1.716152430468024, -1.7072726638402642, -1.6983928972125044, -1.6895131305847446, -1.6806333639569848, -1.671753597329225, -1.6628738307014652, -1.6539940640737054, -1.6451142974459456, -1.6362345308181858, -1.627354764190426, -1.6184749975626662, -1.6095952309349062, -1.6007154643071466, -1.5918356976793868, -1.582955931051627, -1.5740761644238672, -1.5651963977961074, -1.5563166311683476, -1.5474368645405878, -1.538557097912828, -1.529677331285068, -1.5207975646573082, -1.5119177980295486, -1.5030380314017888, -1.494158264774029, -1.4852784981462692, -1.4763987315185094, -1.4675189648907496, -1.4586391982629898, -1.4497594316352298, -1.44087966500747, -1.4319998983797102, -1.4231201317519504, -1.4142403651241908, -1.405360598496431, -1.3964808318686712, -1.3876010652409114, -1.3787212986131516, -1.3698415319853916, -1.3609617653576318, -1.352081998729872, -1.3432022321021122, -1.3343224654743524, -1.3254426988465926, -1.316562932218833, -1.3076831655910732, -1.2988033989633134, -1.2899236323355534, -1.2810438657077936, -1.2721640990800338, -1.263284332452274, -1.2544045658245142, -1.2455247991967544, -1.2366450325689946, -1.2277652659412348, -1.218885499313475, -1.2100057326857152, -1.2011259660579554, -1.1922461994301956, -1.1833664328024358, -1.1744866661746762, -1.1656068995469162, -1.1567271329191564, -1.1478473662913966, -1.1389675996636368, -1.130087833035877, -1.1212080664081172, -1.1123282997803574, -1.1034485331525976, -1.0945687665248378, -1.085688999897078, -1.0768092332693182, -1.0679294666415584, -1.0590497000137986, -1.0501699333860388, -1.041290166758279, -1.0324104001305192, -1.0235306335027594, -1.0146508668749996, -1.0057711002472398, -0.9968913336194798, -0.9880115669917202, -0.9791318003639604, -0.9702520337362006, -0.9613722671084408, -0.952492500480681, -0.9436127338529212, -0.9347329672251614, -0.9258532005974016, -0.9169734339696416, -0.908093667341882, -0.899213900714122, -0.8903341340863624, -0.8814543674586026, -0.8725746008308428, -0.863694834203083, -0.8548150675753232, -0.8459353009475634, -0.8370555343198034, -0.8281757676920438, -0.8192960010642838, -0.8104162344365242, -0.8015364678087644, -0.7926567011810046, -0.7837769345532448, -0.774897167925485, -0.7660174012977252, -0.7571376346699652, -0.7482578680422056, -0.7393781014144456, -0.730498334786686, -0.721618568158926, -0.7127388015311664, -0.7038590349034066, -0.6949792682756468, -0.686099501647887, -0.677219735020127, -0.6683399683923674, -0.6594602017646074, -0.6505804351368478, -0.6417006685090878, -0.6328209018813282, -0.6239411352535682, -0.6150613686258086, -0.6061816019980488, -0.5973018353702888, -0.5884220687425292, -0.5795423021147692, -0.5706625354870096, -0.5617827688592496, -0.55290300223149, -0.54402323560373, -0.5351434689759704, -0.5262637023482104, -0.5173839357204506, -0.508504169092691, -0.499624402464931, -0.49074463583717143, -0.4818648692094114, -0.47298510258165183, -0.4641053359538918, -0.45522556932613223, -0.4463458026983722, -0.4374660360706124, -0.4285862694428526, -0.4197065028150928, -0.41082673618733323, -0.4019469695595732, -0.39306720293181363, -0.3841874363040536, -0.37530766967629403, -0.366427903048534, -0.3575481364207742, -0.3486683697930144, -0.3397886031652546, -0.3309088365374948, -0.322029069909735, -0.31314930328197543, -0.3042695366542154, -0.29538977002645583, -0.2865100033986958, -0.277630236770936, -0.2687504701431762, -0.2598707035154164, -0.2509909368876566, -0.2421111702598968, -0.233231403632137, -0.2243516370043772, -0.2154718703766174, -0.20659210374885761, -0.19771233712109781, -0.18883257049333801, -0.17995280386557821, -0.17107303723781841, -0.16219327061005862, -0.15331350398229882, -0.14443373735453902, -0.13555397072677922, -0.12667420409901986, -0.11779443747125962, -0.10891467084349982, -0.10003490421574002, -0.09115513758798022, -0.08227537096022042, -0.07339560433246062, -0.06451583770470082, -0.05563607107694102, -0.04675630444918122, -0.03787653782142142, -0.02899677119366162, -0.02011700456590182, -0.01123723793814202, -0.00235747131038222, 0.00652229531737758, 0.01540206194513738, 0.02428182857289718, 0.03316159520065698, 0.04204136182841678, 0.05092112845617658, 0.05980089508393638, 0.06868066171169618, 0.07756042833945598, 0.08644019496721578, 0.09531996159497558, 0.10419972822273538, 0.11307949485049518, 0.12195926147825498, 0.13083902810601522, 0.13971879473377458, 0.14859856136153438, 0.15747832798929418, 0.16635809461705398, 0.17523786124481378, 0.18411762787257357, 0.19299739450033337, 0.20187716112809317, 0.21075692775585297, 0.21963669438361277, 0.22851646101137302, 0.23739622763913237, 0.24627599426689217, 0.255155760894652, 0.2640355275224118, 0.2729152941501716, 0.28179506077793137, 0.2906748274056916, 0.29955459403345097, 0.30843436066121077, 0.31731412728897057, 0.3261938939167308, 0.33507366054449017, 0.34395342717224997, 0.35283319380000977, 0.36171296042776957, 0.37059272705552937, 0.37947249368328917, 0.3883522603110494, 0.39723202693880877, 0.40611179356656857, 0.41499156019432837, 0.4238713268220886, 0.43275109344984797, 0.44163086007760777, 0.450510626705368, 0.45939039333312737, 0.46827015996088717, 0.47714992658864697, 0.4860296932164072, 0.49490945984416657, 0.5037892264719264, 0.5126689930996862, 0.5215487597274464, 0.5304285263552058, 0.5393082929829656, 0.5481880596107258, 0.5570678262384852, 0.565947592866245, 0.5748273594940048, 0.583707126121765, 0.5925868927495244, 0.6014666593772842, 0.6103464260050444, 0.6192261926328038, 0.6281059592605636, 0.6369857258883234, 0.6458654925160836, 0.654745259143843, 0.6636250257716028, 0.6725047923993626, 0.6813845590271228, 0.6902643256548822, 0.699144092282642, 0.7080238589104022, 0.7169036255381616, 0.7257833921659214, 0.7346631587936812, 0.7435429254214414, 0.7524226920492008, 0.7613024586769606, 0.7701822253047208, 0.7790619919324806, 0.78794175856024, 0.7968215251879998, 0.80570129181576, 0.8145810584435194, 0.8234608250712792, 0.832340591699039, 0.8412203583267992, 0.8501001249545586, 0.8589798915823184, 0.8678596582100786, 0.8767394248378384, 0.8856191914655978, 0.8944989580933576, 0.9033787247211178, 0.9122584913488772, 0.921138257976637, 0.9300180246043968, 0.938897791232157, 0.9477775578599164, 0.9566573244876762, 0.9655370911154364, 0.9744168577431962, 0.9832966243709556, 0.9921763909987154, 1.0010561576264756, 1.009935924254235, 1.0188156908819948, 1.027695457509755, 1.0365752241375148, 1.0454549907652742, 1.054334757393034, 1.0632145240207942, 1.072094290648554, 1.0809740572763133, 1.0898538239040731, 1.0987335905318334, 1.1076133571595927, 1.1164931237873525, 1.1253728904151128, 1.1342526570428726, 1.143132423670632, 1.1520121902983917, 1.160891956926152, 1.1697717235539118, 1.1786514901816711, 1.1875312568094314, 1.1964110234371912, 1.2052907900649505, 1.2141705566927103, 1.2230503233204706, 1.2319300899482304, 1.2408098565759897, 1.2496896232037495, 1.2585693898315098, 1.2674491564592696, 1.276328923087029, 1.2852086897147892, 1.294088456342549, 1.3029682229703083, 1.3118479895980681, 1.3207277562258284, 1.3296075228535882, 1.3384872894813475, 1.3473670561091078, 1.3562468227368676, 1.3651265893646274, 1.3740063559923867, 1.382886122620147, 1.3917658892479068, 1.4006456558756661, 1.409525422503426, 1.4184051891311862, 1.427284955758946, 1.4361647223867053, 1.4450444890144656, 1.4539242556422254, 1.4628040222699852, 1.4716837888977445, 1.4805635555255048, 1.4894433221532646, 1.498323088781024, 1.5072028554087842, 1.516082622036544, 1.5249623886643038, 1.5338421552920631, 1.5427219219198234, 1.5516016885475832, 1.560481455175343, 1.5693612218031023, 1.5782409884308626, 1.5871207550586224, 1.5960005216863817, 1.604880288314142, 1.6137600549419018, 1.6226398215696616, 1.631519588197421, 1.6403993548251812, 1.649279121452941, 1.6581588880807008, 1.6670386547084606, 1.6759184213362204, 1.6847981879639802, 1.6936779545917395, 1.7025577212194998, 1.7114374878472596, 1.7203172544750194, 1.7291970211027787, 1.738076787730539, 1.7469565543582988, 1.7558363209860586, 1.7647160876138184, 1.7735958542415782, 1.782475620869338, 1.7913553874970978, 1.8002351541248576, 1.8091149207526174, 1.8179946873803772, 1.826874454008137, 1.8357542206358968, 1.8446339872636566, 1.8535137538914164, 1.8623935205191762, 1.871273287146936, 1.8801530537746958, 1.8890328204024556, 1.8979125870302154, 1.9067923536579743, 1.915672120285735, 1.9245518869134948, 1.9334316535412546, 1.9423114201690144, 1.9511911867967742, 1.960070953424534, 1.9689507200522929, 1.9778304866800536, 1.9867102533078134, 1.9955900199355732, 2.004469786563333, 2.0133495531910928, 2.0222293198188526, 2.0311090864466124, 2.039988853074372, 2.048868619702132, 2.0577483863298918, 2.0666281529576516, 2.0755079195854114, 2.084387686213171, 2.093267452840931, 2.1021472194686908, 2.1110269860964506, 2.1199067527242104, 2.12878651935197, 2.13766628597973, 2.1465460526074898, 2.1554258192352496, 2.1643055858630094, 2.173185352490769, 2.182065119118529, 2.1909448857462888, 2.1998246523740486, 2.2087044190018084])\n",
+       "              .range([&#x27;#fff7fbff&#x27;, &#x27;#fff7fbff&#x27;, &#x27;#fff7fbff&#x27;, &#x27;#fff6fbff&#x27;, &#x27;#fef6fbff&#x27;, &#x27;#fef6fbff&#x27;, &#x27;#fef5faff&#x27;, &#x27;#fdf5faff&#x27;, &#x27;#fdf5faff&#x27;, &#x27;#fdf4faff&#x27;, &#x27;#fcf4faff&#x27;, &#x27;#fcf4faff&#x27;, &#x27;#fcf3f9ff&#x27;, &#x27;#fcf3f9ff&#x27;, &#x27;#fbf3f9ff&#x27;, &#x27;#fbf2f9ff&#x27;, &#x27;#fbf2f9ff&#x27;, &#x27;#faf2f8ff&#x27;, &#x27;#faf1f8ff&#x27;, &#x27;#faf1f8ff&#x27;, &#x27;#f9f1f8ff&#x27;, &#x27;#f9f0f8ff&#x27;, &#x27;#f9f0f8ff&#x27;, &#x27;#f8f0f7ff&#x27;, &#x27;#f8eff7ff&#x27;, &#x27;#f8eff7ff&#x27;, &#x27;#f8eff7ff&#x27;, &#x27;#f7eef7ff&#x27;, &#x27;#f7eef7ff&#x27;, &#x27;#f7eef6ff&#x27;, &#x27;#f6edf6ff&#x27;, &#x27;#f6edf6ff&#x27;, &#x27;#f6edf6ff&#x27;, &#x27;#f5ecf6ff&#x27;, &#x27;#f5ecf5ff&#x27;, &#x27;#f5ecf5ff&#x27;, &#x27;#f4ebf5ff&#x27;, &#x27;#f4ebf5ff&#x27;, &#x27;#f4ebf5ff&#x27;, &#x27;#f4eaf5ff&#x27;, &#x27;#f3eaf4ff&#x27;, &#x27;#f3eaf4ff&#x27;, &#x27;#f3e9f4ff&#x27;, &#x27;#f2e9f4ff&#x27;, &#x27;#f2e9f4ff&#x27;, &#x27;#f2e8f4ff&#x27;, &#x27;#f1e8f3ff&#x27;, &#x27;#f1e8f3ff&#x27;, &#x27;#f1e7f3ff&#x27;, &#x27;#f1e7f3ff&#x27;, &#x27;#f0e7f3ff&#x27;, &#x27;#f0e6f2ff&#x27;, &#x27;#f0e6f2ff&#x27;, &#x27;#efe6f2ff&#x27;, &#x27;#efe5f2ff&#x27;, &#x27;#efe5f2ff&#x27;, &#x27;#eee5f2ff&#x27;, &#x27;#eee4f1ff&#x27;, &#x27;#eee4f1ff&#x27;, &#x27;#ede4f1ff&#x27;, &#x27;#ede3f1ff&#x27;, &#x27;#ede3f1ff&#x27;, &#x27;#ede3f1ff&#x27;, &#x27;#ece2f0ff&#x27;, &#x27;#ece2f0ff&#x27;, &#x27;#ebe2f0ff&#x27;, &#x27;#ebe1f0ff&#x27;, &#x27;#eae1f0ff&#x27;, &#x27;#eae1f0ff&#x27;, &#x27;#e9e1efff&#x27;, &#x27;#e9e0efff&#x27;, &#x27;#e9e0efff&#x27;, &#x27;#e8e0efff&#x27;, &#x27;#e8dfefff&#x27;, &#x27;#e7dfefff&#x27;, &#x27;#e7dfeeff&#x27;, &#x27;#e6dfeeff&#x27;, &#x27;#e6deeeff&#x27;, &#x27;#e5deeeff&#x27;, &#x27;#e5deeeff&#x27;, &#x27;#e4deeeff&#x27;, &#x27;#e4ddedff&#x27;, &#x27;#e4ddedff&#x27;, &#x27;#e3ddedff&#x27;, &#x27;#e3dcedff&#x27;, &#x27;#e2dcedff&#x27;, &#x27;#e2dcedff&#x27;, &#x27;#e1dcecff&#x27;, &#x27;#e1dbecff&#x27;, &#x27;#e0dbecff&#x27;, &#x27;#e0dbecff&#x27;, &#x27;#e0dbecff&#x27;, &#x27;#dfdaecff&#x27;, &#x27;#dfdaecff&#x27;, &#x27;#dedaebff&#x27;, &#x27;#ded9ebff&#x27;, &#x27;#ddd9ebff&#x27;, &#x27;#ddd9ebff&#x27;, &#x27;#dcd9ebff&#x27;, &#x27;#dcd8ebff&#x27;, &#x27;#dbd8eaff&#x27;, &#x27;#dbd8eaff&#x27;, &#x27;#dbd8eaff&#x27;, &#x27;#dad7eaff&#x27;, &#x27;#dad7eaff&#x27;, &#x27;#d9d7eaff&#x27;, &#x27;#d9d6e9ff&#x27;, &#x27;#d8d6e9ff&#x27;, &#x27;#d8d6e9ff&#x27;, &#x27;#d7d6e9ff&#x27;, &#x27;#d7d5e9ff&#x27;, &#x27;#d7d5e9ff&#x27;, &#x27;#d6d5e8ff&#x27;, &#x27;#d6d5e8ff&#x27;, &#x27;#d5d4e8ff&#x27;, &#x27;#d5d4e8ff&#x27;, &#x27;#d4d4e8ff&#x27;, &#x27;#d4d3e8ff&#x27;, &#x27;#d3d3e7ff&#x27;, &#x27;#d3d3e7ff&#x27;, &#x27;#d2d3e7ff&#x27;, &#x27;#d2d2e7ff&#x27;, &#x27;#d2d2e7ff&#x27;, &#x27;#d1d2e7ff&#x27;, &#x27;#d1d2e7ff&#x27;, &#x27;#d0d1e6ff&#x27;, &#x27;#cfd1e6ff&#x27;, &#x27;#cfd1e6ff&#x27;, &#x27;#ced0e6ff&#x27;, &#x27;#cdd0e6ff&#x27;, &#x27;#cdd0e5ff&#x27;, &#x27;#cccfe5ff&#x27;, &#x27;#cbcfe5ff&#x27;, &#x27;#cbcfe5ff&#x27;, &#x27;#cacee5ff&#x27;, &#x27;#c9cee5ff&#x27;, &#x27;#c9cee4ff&#x27;, &#x27;#c8cde4ff&#x27;, &#x27;#c7cde4ff&#x27;, &#x27;#c7cde4ff&#x27;, &#x27;#c6cce4ff&#x27;, &#x27;#c5cce4ff&#x27;, &#x27;#c5cce3ff&#x27;, &#x27;#c4cbe3ff&#x27;, &#x27;#c3cbe3ff&#x27;, &#x27;#c3cbe3ff&#x27;, &#x27;#c2cae3ff&#x27;, &#x27;#c1cae2ff&#x27;, &#x27;#c1cae2ff&#x27;, &#x27;#c0cae2ff&#x27;, &#x27;#bfc9e2ff&#x27;, &#x27;#bfc9e2ff&#x27;, &#x27;#bec9e2ff&#x27;, &#x27;#bdc8e1ff&#x27;, &#x27;#bdc8e1ff&#x27;, &#x27;#bcc8e1ff&#x27;, &#x27;#bbc7e1ff&#x27;, &#x27;#bbc7e1ff&#x27;, &#x27;#bac7e1ff&#x27;, &#x27;#b9c6e0ff&#x27;, &#x27;#b8c6e0ff&#x27;, &#x27;#b8c6e0ff&#x27;, &#x27;#b7c5e0ff&#x27;, &#x27;#b6c5e0ff&#x27;, &#x27;#b6c5dfff&#x27;, &#x27;#b5c4dfff&#x27;, &#x27;#b4c4dfff&#x27;, &#x27;#b4c4dfff&#x27;, &#x27;#b3c3dfff&#x27;, &#x27;#b2c3dfff&#x27;, &#x27;#b2c3deff&#x27;, &#x27;#b1c2deff&#x27;, &#x27;#b0c2deff&#x27;, &#x27;#b0c2deff&#x27;, &#x27;#afc1deff&#x27;, &#x27;#aec1deff&#x27;, &#x27;#aec1ddff&#x27;, &#x27;#adc1ddff&#x27;, &#x27;#acc0ddff&#x27;, &#x27;#acc0ddff&#x27;, &#x27;#abc0ddff&#x27;, &#x27;#aabfdcff&#x27;, &#x27;#aabfdcff&#x27;, &#x27;#a9bfdcff&#x27;, &#x27;#a8bedcff&#x27;, &#x27;#a8bedcff&#x27;, &#x27;#a7bedcff&#x27;, &#x27;#a6bddbff&#x27;, &#x27;#a5bddbff&#x27;, &#x27;#a4bddbff&#x27;, &#x27;#a3bcdbff&#x27;, &#x27;#a2bcdbff&#x27;, &#x27;#a1bcdaff&#x27;, &#x27;#a0bbdaff&#x27;, &#x27;#9fbbdaff&#x27;, &#x27;#9ebbdaff&#x27;, &#x27;#9dbadaff&#x27;, &#x27;#9cbad9ff&#x27;, &#x27;#9bbad9ff&#x27;, &#x27;#9ab9d9ff&#x27;, &#x27;#99b9d9ff&#x27;, &#x27;#98b9d9ff&#x27;, &#x27;#97b8d8ff&#x27;, &#x27;#96b8d8ff&#x27;, &#x27;#95b8d8ff&#x27;, &#x27;#94b7d8ff&#x27;, &#x27;#93b7d8ff&#x27;, &#x27;#92b7d8ff&#x27;, &#x27;#91b7d7ff&#x27;, &#x27;#90b6d7ff&#x27;, &#x27;#8fb6d7ff&#x27;, &#x27;#8eb6d7ff&#x27;, &#x27;#8db5d7ff&#x27;, &#x27;#8cb5d6ff&#x27;, &#x27;#8bb5d6ff&#x27;, &#x27;#8ab4d6ff&#x27;, &#x27;#89b4d6ff&#x27;, &#x27;#88b4d6ff&#x27;, &#x27;#87b3d5ff&#x27;, &#x27;#86b3d5ff&#x27;, &#x27;#85b3d5ff&#x27;, &#x27;#84b2d5ff&#x27;, &#x27;#83b2d5ff&#x27;, &#x27;#82b2d4ff&#x27;, &#x27;#81b1d4ff&#x27;, &#x27;#80b1d4ff&#x27;, &#x27;#7fb1d4ff&#x27;, &#x27;#7eb0d4ff&#x27;, &#x27;#7db0d3ff&#x27;, &#x27;#7cb0d3ff&#x27;, &#x27;#7bafd3ff&#x27;, &#x27;#7aafd3ff&#x27;, &#x27;#79afd3ff&#x27;, &#x27;#78aed2ff&#x27;, &#x27;#77aed2ff&#x27;, &#x27;#76aed2ff&#x27;, &#x27;#75aed2ff&#x27;, &#x27;#74add2ff&#x27;, &#x27;#73add2ff&#x27;, &#x27;#72add1ff&#x27;, &#x27;#71acd1ff&#x27;, &#x27;#70acd1ff&#x27;, &#x27;#6facd1ff&#x27;, &#x27;#6dabd1ff&#x27;, &#x27;#6cabd0ff&#x27;, &#x27;#6babd0ff&#x27;, &#x27;#6aaad0ff&#x27;, &#x27;#69aad0ff&#x27;, &#x27;#68aad0ff&#x27;, &#x27;#67a9cfff&#x27;, &#x27;#67a9cfff&#x27;, &#x27;#66a9cfff&#x27;, &#x27;#65a8cfff&#x27;, &#x27;#64a8ceff&#x27;, &#x27;#63a7ceff&#x27;, &#x27;#63a7ceff&#x27;, &#x27;#62a7ceff&#x27;, &#x27;#61a6ceff&#x27;, &#x27;#60a6cdff&#x27;, &#x27;#5fa5cdff&#x27;, &#x27;#5fa5cdff&#x27;, &#x27;#5ea5cdff&#x27;, &#x27;#5da4ccff&#x27;, &#x27;#5ca4ccff&#x27;, &#x27;#5ba3ccff&#x27;, &#x27;#5ba3ccff&#x27;, &#x27;#5aa3cbff&#x27;, &#x27;#59a2cbff&#x27;, &#x27;#58a2cbff&#x27;, &#x27;#58a1cbff&#x27;, &#x27;#57a1caff&#x27;, &#x27;#56a1caff&#x27;, &#x27;#55a0caff&#x27;, &#x27;#54a0caff&#x27;, &#x27;#549fc9ff&#x27;, &#x27;#539fc9ff&#x27;, &#x27;#529ec9ff&#x27;, &#x27;#519ec9ff&#x27;, &#x27;#509ec8ff&#x27;, &#x27;#509dc8ff&#x27;, &#x27;#4f9dc8ff&#x27;, &#x27;#4e9cc8ff&#x27;, &#x27;#4d9cc7ff&#x27;, &#x27;#4c9cc7ff&#x27;, &#x27;#4c9bc7ff&#x27;, &#x27;#4b9bc7ff&#x27;, &#x27;#4a9ac6ff&#x27;, &#x27;#499ac6ff&#x27;, &#x27;#499ac6ff&#x27;, &#x27;#4899c6ff&#x27;, &#x27;#4799c6ff&#x27;, &#x27;#4698c5ff&#x27;, &#x27;#4598c5ff&#x27;, &#x27;#4598c5ff&#x27;, &#x27;#4497c5ff&#x27;, &#x27;#4397c4ff&#x27;, &#x27;#4296c4ff&#x27;, &#x27;#4196c4ff&#x27;, &#x27;#4196c4ff&#x27;, &#x27;#4095c3ff&#x27;, &#x27;#3f95c3ff&#x27;, &#x27;#3e94c3ff&#x27;, &#x27;#3d94c3ff&#x27;, &#x27;#3d94c2ff&#x27;, &#x27;#3c93c2ff&#x27;, &#x27;#3b93c2ff&#x27;, &#x27;#3a92c2ff&#x27;, &#x27;#3a92c1ff&#x27;, &#x27;#3992c1ff&#x27;, &#x27;#3891c1ff&#x27;, &#x27;#3791c1ff&#x27;, &#x27;#3690c0ff&#x27;, &#x27;#3690c0ff&#x27;, &#x27;#3590bfff&#x27;, &#x27;#3490beff&#x27;, &#x27;#338fbeff&#x27;, &#x27;#328fbdff&#x27;, &#x27;#318fbcff&#x27;, &#x27;#318fbbff&#x27;, &#x27;#308ebaff&#x27;, &#x27;#2f8eb9ff&#x27;, &#x27;#2e8eb8ff&#x27;, &#x27;#2d8eb7ff&#x27;, &#x27;#2c8db7ff&#x27;, &#x27;#2c8db6ff&#x27;, &#x27;#2b8db5ff&#x27;, &#x27;#2a8db4ff&#x27;, &#x27;#298cb3ff&#x27;, &#x27;#288cb2ff&#x27;, &#x27;#278cb1ff&#x27;, &#x27;#278cb0ff&#x27;, &#x27;#268bb0ff&#x27;, &#x27;#258bafff&#x27;, &#x27;#248baeff&#x27;, &#x27;#238badff&#x27;, &#x27;#228aacff&#x27;, &#x27;#228aabff&#x27;, &#x27;#218aaaff&#x27;, &#x27;#208aaaff&#x27;, &#x27;#1f8aa9ff&#x27;, &#x27;#1e89a8ff&#x27;, &#x27;#1d89a7ff&#x27;, &#x27;#1c89a6ff&#x27;, &#x27;#1c89a5ff&#x27;, &#x27;#1b88a4ff&#x27;, &#x27;#1a88a3ff&#x27;, &#x27;#1988a3ff&#x27;, &#x27;#1888a2ff&#x27;, &#x27;#1787a1ff&#x27;, &#x27;#1787a0ff&#x27;, &#x27;#16879fff&#x27;, &#x27;#15879eff&#x27;, &#x27;#14869dff&#x27;, &#x27;#13869dff&#x27;, &#x27;#12869cff&#x27;, &#x27;#12869bff&#x27;, &#x27;#11859aff&#x27;, &#x27;#108599ff&#x27;, &#x27;#0f8598ff&#x27;, &#x27;#0e8597ff&#x27;, &#x27;#0d8496ff&#x27;, &#x27;#0d8496ff&#x27;, &#x27;#0c8495ff&#x27;, &#x27;#0b8494ff&#x27;, &#x27;#0a8393ff&#x27;, &#x27;#098392ff&#x27;, &#x27;#088391ff&#x27;, &#x27;#088390ff&#x27;, &#x27;#07838fff&#x27;, &#x27;#06828fff&#x27;, &#x27;#05828eff&#x27;, &#x27;#04828dff&#x27;, &#x27;#03828cff&#x27;, &#x27;#03818bff&#x27;, &#x27;#02818aff&#x27;, &#x27;#018189ff&#x27;, &#x27;#018089ff&#x27;, &#x27;#018088ff&#x27;, &#x27;#018087ff&#x27;, &#x27;#017f86ff&#x27;, &#x27;#017f86ff&#x27;, &#x27;#017f85ff&#x27;, &#x27;#017e84ff&#x27;, &#x27;#017e83ff&#x27;, &#x27;#017e82ff&#x27;, &#x27;#017d82ff&#x27;, &#x27;#017d81ff&#x27;, &#x27;#017d80ff&#x27;, &#x27;#017c7fff&#x27;, &#x27;#017c7eff&#x27;, &#x27;#017c7eff&#x27;, &#x27;#017b7dff&#x27;, &#x27;#017b7cff&#x27;, &#x27;#017b7bff&#x27;, &#x27;#017a7aff&#x27;, &#x27;#017a7aff&#x27;, &#x27;#017a79ff&#x27;, &#x27;#017978ff&#x27;, &#x27;#017977ff&#x27;, &#x27;#017977ff&#x27;, &#x27;#017876ff&#x27;, &#x27;#017875ff&#x27;, &#x27;#017874ff&#x27;, &#x27;#017773ff&#x27;, &#x27;#017773ff&#x27;, &#x27;#017772ff&#x27;, &#x27;#017671ff&#x27;, &#x27;#017670ff&#x27;, &#x27;#01766fff&#x27;, &#x27;#01756fff&#x27;, &#x27;#01756eff&#x27;, &#x27;#01756dff&#x27;, &#x27;#01746cff&#x27;, &#x27;#01746bff&#x27;, &#x27;#01746bff&#x27;, &#x27;#01736aff&#x27;, &#x27;#017369ff&#x27;, &#x27;#017368ff&#x27;, &#x27;#017268ff&#x27;, &#x27;#017267ff&#x27;, &#x27;#017266ff&#x27;, &#x27;#017165ff&#x27;, &#x27;#017164ff&#x27;, &#x27;#017164ff&#x27;, &#x27;#017063ff&#x27;, &#x27;#017062ff&#x27;, &#x27;#017061ff&#x27;, &#x27;#016f60ff&#x27;, &#x27;#016f60ff&#x27;, &#x27;#016f5fff&#x27;, &#x27;#016e5eff&#x27;, &#x27;#016e5dff&#x27;, &#x27;#016d5cff&#x27;, &#x27;#016d5cff&#x27;, &#x27;#016d5bff&#x27;, &#x27;#016c5aff&#x27;, &#x27;#016c59ff&#x27;, &#x27;#016c59ff&#x27;, &#x27;#016b58ff&#x27;, &#x27;#016a58ff&#x27;, &#x27;#016a57ff&#x27;, &#x27;#016956ff&#x27;, &#x27;#016956ff&#x27;, &#x27;#016855ff&#x27;, &#x27;#016755ff&#x27;, &#x27;#016754ff&#x27;, &#x27;#016654ff&#x27;, &#x27;#016653ff&#x27;, &#x27;#016552ff&#x27;, &#x27;#016452ff&#x27;, &#x27;#016451ff&#x27;, &#x27;#016351ff&#x27;, &#x27;#016350ff&#x27;, &#x27;#016250ff&#x27;, &#x27;#01614fff&#x27;, &#x27;#01614eff&#x27;, &#x27;#01604eff&#x27;, &#x27;#015f4dff&#x27;, &#x27;#015f4dff&#x27;, &#x27;#015e4cff&#x27;, &#x27;#015e4cff&#x27;, &#x27;#015d4bff&#x27;, &#x27;#015c4bff&#x27;, &#x27;#015c4aff&#x27;, &#x27;#015b49ff&#x27;, &#x27;#015b49ff&#x27;, &#x27;#015a48ff&#x27;, &#x27;#015948ff&#x27;, &#x27;#015947ff&#x27;, &#x27;#015847ff&#x27;, &#x27;#015846ff&#x27;, &#x27;#015745ff&#x27;, &#x27;#015645ff&#x27;, &#x27;#015644ff&#x27;, &#x27;#015544ff&#x27;, &#x27;#015443ff&#x27;, &#x27;#015443ff&#x27;, &#x27;#015342ff&#x27;, &#x27;#015342ff&#x27;, &#x27;#015241ff&#x27;, &#x27;#015140ff&#x27;, &#x27;#015140ff&#x27;, &#x27;#01503fff&#x27;, &#x27;#01503fff&#x27;, &#x27;#014f3eff&#x27;, &#x27;#014e3eff&#x27;, &#x27;#014e3dff&#x27;, &#x27;#014d3cff&#x27;, &#x27;#014d3cff&#x27;, &#x27;#014c3bff&#x27;, &#x27;#014b3bff&#x27;, &#x27;#014b3aff&#x27;, &#x27;#014a3aff&#x27;, &#x27;#014939ff&#x27;, &#x27;#014939ff&#x27;, &#x27;#014838ff&#x27;, &#x27;#014837ff&#x27;, &#x27;#014737ff&#x27;, &#x27;#014636ff&#x27;, &#x27;#014636ff&#x27;]);\n",
+       "    \n",
+       "\n",
+       "    color_map_73230c5989a21738f92ee9b2b2c4e0dd.x = d3.scale.linear()\n",
+       "              .domain([-2.2222991282503326, 2.2087044190018084])\n",
+       "              .range([0, 450 - 50]);\n",
+       "\n",
+       "    color_map_73230c5989a21738f92ee9b2b2c4e0dd.legend = L.control({position: &#x27;topright&#x27;});\n",
+       "    color_map_73230c5989a21738f92ee9b2b2c4e0dd.legend.onAdd = function (map) {var div = L.DomUtil.create(&#x27;div&#x27;, &#x27;legend&#x27;); return div};\n",
+       "    color_map_73230c5989a21738f92ee9b2b2c4e0dd.legend.addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "\n",
+       "    color_map_73230c5989a21738f92ee9b2b2c4e0dd.xAxis = d3.svg.axis()\n",
+       "        .scale(color_map_73230c5989a21738f92ee9b2b2c4e0dd.x)\n",
+       "        .orient(&quot;top&quot;)\n",
+       "        .tickSize(1)\n",
+       "        .tickValues([-2.2222991282503326, -1.668423684843815, -1.1145482414372974, -0.5606727980307797, -0.00679735462426212, 0.5470780887822553, 1.1009535321887731, 1.654828975595291, 2.2087044190018084]);\n",
+       "\n",
+       "    color_map_73230c5989a21738f92ee9b2b2c4e0dd.svg = d3.select(&quot;.legend.leaflet-control&quot;).append(&quot;svg&quot;)\n",
+       "        .attr(&quot;id&quot;, &#x27;legend&#x27;)\n",
+       "        .attr(&quot;width&quot;, 450)\n",
+       "        .attr(&quot;height&quot;, 40);\n",
+       "\n",
+       "    color_map_73230c5989a21738f92ee9b2b2c4e0dd.g = color_map_73230c5989a21738f92ee9b2b2c4e0dd.svg.append(&quot;g&quot;)\n",
+       "        .attr(&quot;class&quot;, &quot;key&quot;)\n",
+       "        .attr(&quot;transform&quot;, &quot;translate(25,16)&quot;);\n",
+       "\n",
+       "    color_map_73230c5989a21738f92ee9b2b2c4e0dd.g.selectAll(&quot;rect&quot;)\n",
+       "        .data(color_map_73230c5989a21738f92ee9b2b2c4e0dd.color.range().map(function(d, i) {\n",
+       "          return {\n",
+       "            x0: i ? color_map_73230c5989a21738f92ee9b2b2c4e0dd.x(color_map_73230c5989a21738f92ee9b2b2c4e0dd.color.domain()[i - 1]) : color_map_73230c5989a21738f92ee9b2b2c4e0dd.x.range()[0],\n",
+       "            x1: i &lt; color_map_73230c5989a21738f92ee9b2b2c4e0dd.color.domain().length ? color_map_73230c5989a21738f92ee9b2b2c4e0dd.x(color_map_73230c5989a21738f92ee9b2b2c4e0dd.color.domain()[i]) : color_map_73230c5989a21738f92ee9b2b2c4e0dd.x.range()[1],\n",
+       "            z: d\n",
+       "          };\n",
+       "        }))\n",
+       "      .enter().append(&quot;rect&quot;)\n",
+       "        .attr(&quot;height&quot;, 40 - 30)\n",
+       "        .attr(&quot;x&quot;, function(d) { return d.x0; })\n",
+       "        .attr(&quot;width&quot;, function(d) { return d.x1 - d.x0; })\n",
+       "        .style(&quot;fill&quot;, function(d) { return d.z; });\n",
+       "\n",
+       "    color_map_73230c5989a21738f92ee9b2b2c4e0dd.g.call(color_map_73230c5989a21738f92ee9b2b2c4e0dd.xAxis).append(&quot;text&quot;)\n",
+       "        .attr(&quot;class&quot;, &quot;caption&quot;)\n",
+       "        .attr(&quot;y&quot;, 21)\n",
+       "        .text(&quot;Standardized Sentiment Score&quot;);\n",
+       "    \n",
+       "            var circle_marker_2f018d7b693998c88fec669472aeb9d3 = L.circleMarker(\n",
+       "                [-36.74200964268704, 146.98012037225163],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#01746bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#01746bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9c3be0625c95f995699740cc1ca5bc15 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5cc590cf43eff5cc6ba6ad9b7198941f = $(`&lt;div id=&quot;html_5cc590cf43eff5cc6ba6ad9b7198941f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: sentiment = 1.4461958851846193&lt;/div&gt;`)[0];\n",
+       "                popup_9c3be0625c95f995699740cc1ca5bc15.setContent(html_5cc590cf43eff5cc6ba6ad9b7198941f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2f018d7b693998c88fec669472aeb9d3.bindPopup(popup_9c3be0625c95f995699740cc1ca5bc15)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_51d8dd42348c169c2b1574d5ae149f57 = L.circleMarker(\n",
+       "                [-37.43415562828776, 142.8924483424639],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#b7c5e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#b7c5e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_adb913cd624c405abf7078dc8bf3c324 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9d67cdc5ff3932aaae9b9d053773fb25 = $(`&lt;div id=&quot;html_9d67cdc5ff3932aaae9b9d053773fb25&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: sentiment = -0.7769861048517053&lt;/div&gt;`)[0];\n",
+       "                popup_adb913cd624c405abf7078dc8bf3c324.setContent(html_9d67cdc5ff3932aaae9b9d053773fb25);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_51d8dd42348c169c2b1574d5ae149f57.bindPopup(popup_adb913cd624c405abf7078dc8bf3c324)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a16d2011473372a83a99da9b50742349 = L.circleMarker(\n",
+       "                [-38.49384012145506, 145.5072259176944],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#6baad0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#6baad0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_253c65510608897611fa912f71fc4f4f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_79512b60c436ac8b3786e9e0e282b4cc = $(`&lt;div id=&quot;html_79512b60c436ac8b3786e9e0e282b4cc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: sentiment = -0.04107831778570692&lt;/div&gt;`)[0];\n",
+       "                popup_253c65510608897611fa912f71fc4f4f.setContent(html_79512b60c436ac8b3786e9e0e282b4cc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a16d2011473372a83a99da9b50742349.bindPopup(popup_253c65510608897611fa912f71fc4f4f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a2d0e348c19522c60b44b43ab24248b8 = L.circleMarker(\n",
+       "                [-38.08041799959456, 146.07133662304355],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#016e5fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#016e5fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_66b781c139f3d514d89407dd257ccd9b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_59760b0a4f82514239238ffbc3b0ccc3 = $(`&lt;div id=&quot;html_59760b0a4f82514239238ffbc3b0ccc3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: sentiment = 1.5909213171426615&lt;/div&gt;`)[0];\n",
+       "                popup_66b781c139f3d514d89407dd257ccd9b.setContent(html_59760b0a4f82514239238ffbc3b0ccc3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a2d0e348c19522c60b44b43ab24248b8.bindPopup(popup_66b781c139f3d514d89407dd257ccd9b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7e9923074179c2b8a2ed750d722452ca = L.circleMarker(\n",
+       "                [-37.35650487471572, 149.60888267569408],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#2a8db4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#2a8db4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_15a1efbca585ea525b71ad0c01a06895 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3e3014b4a83f0056239f2c72c68dd2bc = $(`&lt;div id=&quot;html_3e3014b4a83f0056239f2c72c68dd2bc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bega Valley: sentiment = 0.6695050322762173&lt;/div&gt;`)[0];\n",
+       "                popup_15a1efbca585ea525b71ad0c01a06895.setContent(html_3e3014b4a83f0056239f2c72c68dd2bc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7e9923074179c2b8a2ed750d722452ca.bindPopup(popup_15a1efbca585ea525b71ad0c01a06895)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_55269b7f943b57765646e08e842e1c5d = L.circleMarker(\n",
+       "                [-36.58336091154935, 146.0190596776959],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#017773ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#017773ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0880578ca7cce2131f8fd282cd7e3a7f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0306030ef7ca43bb929b6af4a3bdea63 = $(`&lt;div id=&quot;html_0306030ef7ca43bb929b6af4a3bdea63&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: sentiment = 1.3630109799236938&lt;/div&gt;`)[0];\n",
+       "                popup_0880578ca7cce2131f8fd282cd7e3a7f.setContent(html_0306030ef7ca43bb929b6af4a3bdea63);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_55269b7f943b57765646e08e842e1c5d.bindPopup(popup_0880578ca7cce2131f8fd282cd7e3a7f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_faa0eeeac0a99eaa9346835391b028b2 = L.circleMarker(\n",
+       "                [-37.736607992248544, 144.7963055864614],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#bfc9e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#bfc9e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d326973618c4869fcbe16d104f62cd4e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c6a9ccf70075a7253b93fc747f1dd586 = $(`&lt;div id=&quot;html_c6a9ccf70075a7253b93fc747f1dd586&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: sentiment = -0.8876202849303865&lt;/div&gt;`)[0];\n",
+       "                popup_d326973618c4869fcbe16d104f62cd4e.setContent(html_c6a9ccf70075a7253b93fc747f1dd586);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_faa0eeeac0a99eaa9346835391b028b2.bindPopup(popup_d326973618c4869fcbe16d104f62cd4e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3be52dc9b258a8dcc4ca6cc701311ea9 = L.circleMarker(\n",
+       "                [-35.97966752419333, 143.0350132862452],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#cccfe5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#cccfe5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_19a6a7da333e490e65dc8121ee04513e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7602f373823c16cea33708c6710f9682 = $(`&lt;div id=&quot;html_7602f373823c16cea33708c6710f9682&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: sentiment = -1.05429237463278&lt;/div&gt;`)[0];\n",
+       "                popup_19a6a7da333e490e65dc8121ee04513e.setContent(html_7602f373823c16cea33708c6710f9682);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3be52dc9b258a8dcc4ca6cc701311ea9.bindPopup(popup_19a6a7da333e490e65dc8121ee04513e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a71bef5d2a03ba1923d0dca6dd18196f = L.circleMarker(\n",
+       "                [-36.35422159756956, 144.74006788095653],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#59a2cbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#59a2cbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d3c552356aea2543f5cd304c36210885 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f88e344840201d5fdc7af15559a28373 = $(`&lt;div id=&quot;html_f88e344840201d5fdc7af15559a28373&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: sentiment = 0.1474828388255185&lt;/div&gt;`)[0];\n",
+       "                popup_d3c552356aea2543f5cd304c36210885.setContent(html_f88e344840201d5fdc7af15559a28373);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a71bef5d2a03ba1923d0dca6dd18196f.bindPopup(popup_d3c552356aea2543f5cd304c36210885)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5e7c9dc964b72e1b515b3461b5e17722 = L.circleMarker(\n",
+       "                [-38.076584465234376, 145.54071359852958],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#6babd0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#6babd0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d95d9bf4f2836ba64526eb64f50083da = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_76c187c935d33b600de8482034098a17 = $(`&lt;div id=&quot;html_76c187c935d33b600de8482034098a17&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: sentiment = -0.04627091226586518&lt;/div&gt;`)[0];\n",
+       "                popup_d95d9bf4f2836ba64526eb64f50083da.setContent(html_76c187c935d33b600de8482034098a17);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5e7c9dc964b72e1b515b3461b5e17722.bindPopup(popup_d95d9bf4f2836ba64526eb64f50083da)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c6ea0dc5ee675641bd545d0ba244075 = L.circleMarker(\n",
+       "                [-38.44790718038963, 143.58253176933056],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#014838ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#014838ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_61d63377af884b683f8b4e8c8ab7c739 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f9dadf561f23a1dfb3ef5bea62405231 = $(`&lt;div id=&quot;html_f9dadf561f23a1dfb3ef5bea62405231&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: sentiment = 2.1740027690754897&lt;/div&gt;`)[0];\n",
+       "                popup_61d63377af884b683f8b4e8c8ab7c739.setContent(html_f9dadf561f23a1dfb3ef5bea62405231);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c6ea0dc5ee675641bd545d0ba244075.bindPopup(popup_61d63377af884b683f8b4e8c8ab7c739)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4fec3db7b29c52c8432f6653cbfb3427 = L.circleMarker(\n",
+       "                [-38.25962037703224, 143.12345386971353],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#82b2d4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#82b2d4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_07743cbb6beefa7d9c2459aa8763c205 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cfba876fccfaea9b59df1752cc752084 = $(`&lt;div id=&quot;html_cfba876fccfaea9b59df1752cc752084&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: sentiment = -0.2439247246796756&lt;/div&gt;`)[0];\n",
+       "                popup_07743cbb6beefa7d9c2459aa8763c205.setContent(html_cfba876fccfaea9b59df1752cc752084);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4fec3db7b29c52c8432f6653cbfb3427.bindPopup(popup_07743cbb6beefa7d9c2459aa8763c205)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ef8c8ee196cdb13311fdaa5fa7d79312 = L.circleMarker(\n",
+       "                [-37.536581432390186, 148.07207061186554],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#014636ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#014636ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e2f1728f37baf676e26f1bbb401ba348 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_79ad223a6d60398fede2aef1f566c608 = $(`&lt;div id=&quot;html_79ad223a6d60398fede2aef1f566c608&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: sentiment = 2.2087044190018084&lt;/div&gt;`)[0];\n",
+       "                popup_e2f1728f37baf676e26f1bbb401ba348.setContent(html_79ad223a6d60398fede2aef1f566c608);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ef8c8ee196cdb13311fdaa5fa7d79312.bindPopup(popup_e2f1728f37baf676e26f1bbb401ba348)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6e0dc2266d6cf64b8a13233b29e3d9f1 = L.circleMarker(\n",
+       "                [-35.75470319636427, 143.88541170784015],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#cfd0e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#cfd0e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_415b3b7ef1fc4b4e0681cf0412309900 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a68dc943a7be348eb5c9a44b35e0dedd = $(`&lt;div id=&quot;html_a68dc943a7be348eb5c9a44b35e0dedd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: sentiment = -1.0908821068252583&lt;/div&gt;`)[0];\n",
+       "                popup_415b3b7ef1fc4b4e0681cf0412309900.setContent(html_a68dc943a7be348eb5c9a44b35e0dedd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6e0dc2266d6cf64b8a13233b29e3d9f1.bindPopup(popup_415b3b7ef1fc4b4e0681cf0412309900)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_eefb81832da69be4a119aebd6c02c1d4 = L.circleMarker(\n",
+       "                [-37.875088741527286, 141.50308113489535],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#bfc9e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#bfc9e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_194f96f660f430dca6a0f08a1c5b323a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_27a74712d351ff8f03085a79634eb53d = $(`&lt;div id=&quot;html_27a74712d351ff8f03085a79634eb53d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: sentiment = -0.8876202849303865&lt;/div&gt;`)[0];\n",
+       "                popup_194f96f660f430dca6a0f08a1c5b323a.setContent(html_27a74712d351ff8f03085a79634eb53d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_eefb81832da69be4a119aebd6c02c1d4.bindPopup(popup_194f96f660f430dca6a0f08a1c5b323a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_87029bc4d958520cbad24eb4ee3d45c4 = L.circleMarker(\n",
+       "                [-36.752113164921134, 144.35576435791856],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#9dbadaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#9dbadaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c76a732a7c1fef52ab0a9bc854cc951f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d24d2b5671bf33db62918382ab7c585d = $(`&lt;div id=&quot;html_d24d2b5671bf33db62918382ab7c585d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: sentiment = -0.4778346493209466&lt;/div&gt;`)[0];\n",
+       "                popup_c76a732a7c1fef52ab0a9bc854cc951f.setContent(html_d24d2b5671bf33db62918382ab7c585d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_87029bc4d958520cbad24eb4ee3d45c4.bindPopup(popup_c76a732a7c1fef52ab0a9bc854cc951f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a5abfcb3ca5b169dec7165efe813d212 = L.circleMarker(\n",
+       "                [-38.14582914558538, 144.4162536981781],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#89b4d6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#89b4d6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_90447cd87b535002910261b71f94c2a7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_52b447be3dd82e08ad3b30852563763e = $(`&lt;div id=&quot;html_52b447be3dd82e08ad3b30852563763e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: sentiment = -0.30833558444474385&lt;/div&gt;`)[0];\n",
+       "                popup_90447cd87b535002910261b71f94c2a7.setContent(html_52b447be3dd82e08ad3b30852563763e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a5abfcb3ca5b169dec7165efe813d212.bindPopup(popup_90447cd87b535002910261b71f94c2a7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c6ad4affb2cee3762e5ef075e25087d0 = L.circleMarker(\n",
+       "                [-36.39551490876218, 145.38853705270637],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#208aaaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#208aaaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eb19596fe6a0a7c9b663dc0f5430d1bd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_77e349fd9ffa7f528e4ff1416d84adb6 = $(`&lt;div id=&quot;html_77e349fd9ffa7f528e4ff1416d84adb6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: sentiment = 0.7752470238709088&lt;/div&gt;`)[0];\n",
+       "                popup_eb19596fe6a0a7c9b663dc0f5430d1bd.setContent(html_77e349fd9ffa7f528e4ff1416d84adb6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c6ad4affb2cee3762e5ef075e25087d0.bindPopup(popup_eb19596fe6a0a7c9b663dc0f5430d1bd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_31f8c54bc527218ac984d9abca83fe2d = L.circleMarker(\n",
+       "                [-37.33092323306787, 144.12366254551313],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#70acd1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#70acd1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4f19ba4dd6d4968bca7a69ba5c450069 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_382dbce39a9d18ab476925e4bb2a52f0 = $(`&lt;div id=&quot;html_382dbce39a9d18ab476925e4bb2a52f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: sentiment = -0.0873012760762189&lt;/div&gt;`)[0];\n",
+       "                popup_4f19ba4dd6d4968bca7a69ba5c450069.setContent(html_382dbce39a9d18ab476925e4bb2a52f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_31f8c54bc527218ac984d9abca83fe2d.bindPopup(popup_4f19ba4dd6d4968bca7a69ba5c450069)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_537e3d08ab422d0106dd278661a9e2b9 = L.circleMarker(\n",
+       "                [-36.12059078506667, 141.8501549748489],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7fbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7fbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e15a15fd2502510d704fb1f67feca5f8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_93871c30edeabda1e721e2f3aa042789 = $(`&lt;div id=&quot;html_93871c30edeabda1e721e2f3aa042789&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: sentiment = -2.2222991282503326&lt;/div&gt;`)[0];\n",
+       "                popup_e15a15fd2502510d704fb1f67feca5f8.setContent(html_93871c30edeabda1e721e2f3aa042789);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_537e3d08ab422d0106dd278661a9e2b9.bindPopup(popup_e15a15fd2502510d704fb1f67feca5f8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e422ed00588a6e84327085e570436050 = L.circleMarker(\n",
+       "                [-36.8276803401058, 142.10582235277482],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#78afd3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#78afd3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff0b764b690297d51a4bc6e2630d4ac3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_deccc4a3a0e7c9b490069280941281ec = $(`&lt;div id=&quot;html_deccc4a3a0e7c9b490069280941281ec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: sentiment = -0.15870534214989293&lt;/div&gt;`)[0];\n",
+       "                popup_ff0b764b690297d51a4bc6e2630d4ac3.setContent(html_deccc4a3a0e7c9b490069280941281ec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e422ed00588a6e84327085e570436050.bindPopup(popup_ff0b764b690297d51a4bc6e2630d4ac3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_64e6e70b1912ef0f3d5ab62cf0ae7bc3 = L.circleMarker(\n",
+       "                [-37.61496123072596, 144.88832838200668],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#b5c4dfff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#b5c4dfff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_119921b9cd83ab0890d91d3bee47bc84 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8abe66f2fb647ec6d0911ba29b15b3cb = $(`&lt;div id=&quot;html_8abe66f2fb647ec6d0911ba29b15b3cb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: sentiment = -0.7509395469670702&lt;/div&gt;`)[0];\n",
+       "                popup_119921b9cd83ab0890d91d3bee47bc84.setContent(html_8abe66f2fb647ec6d0911ba29b15b3cb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_64e6e70b1912ef0f3d5ab62cf0ae7bc3.bindPopup(popup_119921b9cd83ab0890d91d3bee47bc84)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_980b857f2d737d4a3f0ae8d8c15ba610 = L.circleMarker(\n",
+       "                [-36.203851026236826, 146.7370351730208],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#0f8598ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#0f8598ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6324d1b523d184ddc8047a1bd8143a5c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d05b69f6821f0e4c42361957fedfd392 = $(`&lt;div id=&quot;html_d05b69f6821f0e4c42361957fedfd392&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: sentiment = 0.9620492730559389&lt;/div&gt;`)[0];\n",
+       "                popup_6324d1b523d184ddc8047a1bd8143a5c.setContent(html_d05b69f6821f0e4c42361957fedfd392);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_980b857f2d737d4a3f0ae8d8c15ba610.bindPopup(popup_6324d1b523d184ddc8047a1bd8143a5c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e66b1fc0349fea40b712be1548b22e5e = L.circleMarker(\n",
+       "                [-38.29521130188819, 146.4468083655236],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3b93c2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#3b93c2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_69fcce0cb6fd5b32bffbd32dfcf693f4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a4b4ab862bc4c85cdcc6b6378c0855f0 = $(`&lt;div id=&quot;html_a4b4ab862bc4c85cdcc6b6378c0855f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: sentiment = 0.49304176482362283&lt;/div&gt;`)[0];\n",
+       "                popup_69fcce0cb6fd5b32bffbd32dfcf693f4.setContent(html_a4b4ab862bc4c85cdcc6b6378c0855f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e66b1fc0349fea40b712be1548b22e5e.bindPopup(popup_69fcce0cb6fd5b32bffbd32dfcf693f4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_51c2dabbf81c543b5ecef04a85419c9d = L.circleMarker(\n",
+       "                [-37.32669173715024, 144.62191535886777],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#7aafd3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#7aafd3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e6668d0a3560551ccfe0d354d136496a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6e7fd221023d57a8a0d5e7afd154bdcc = $(`&lt;div id=&quot;html_6e7fd221023d57a8a0d5e7afd154bdcc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: sentiment = -0.16966463302891796&lt;/div&gt;`)[0];\n",
+       "                popup_e6668d0a3560551ccfe0d354d136496a.setContent(html_6e7fd221023d57a8a0d5e7afd154bdcc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_51c2dabbf81c543b5ecef04a85419c9d.bindPopup(popup_e6668d0a3560551ccfe0d354d136496a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_da5fb77d7a1dc51aaf5dfbdfc402ebc5 = L.circleMarker(\n",
+       "                [-37.19731825156432, 146.1484304184201],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#d0d1e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#d0d1e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a3ad9d76ce6d0fd955d830c7edf6bb40 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_955d669c6560e9c9aa9a12993f039a76 = $(`&lt;div id=&quot;html_955d669c6560e9c9aa9a12993f039a76&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: sentiment = -1.1144722841047507&lt;/div&gt;`)[0];\n",
+       "                popup_a3ad9d76ce6d0fd955d830c7edf6bb40.setContent(html_955d669c6560e9c9aa9a12993f039a76);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_da5fb77d7a1dc51aaf5dfbdfc402ebc5.bindPopup(popup_a3ad9d76ce6d0fd955d830c7edf6bb40)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2f231322e2989c8e8c6c8cd7c4713652 = L.circleMarker(\n",
+       "                [-37.8153491956999, 144.96263493689085],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#70acd1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#70acd1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_604d7064002ba44f1d92a9a5609d285c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_716a4adf55893af73b51a86dcc2b84d4 = $(`&lt;div id=&quot;html_716a4adf55893af73b51a86dcc2b84d4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: sentiment = -0.08464836774033067&lt;/div&gt;`)[0];\n",
+       "                popup_604d7064002ba44f1d92a9a5609d285c.setContent(html_716a4adf55893af73b51a86dcc2b84d4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2f231322e2989c8e8c6c8cd7c4713652.bindPopup(popup_604d7064002ba44f1d92a9a5609d285c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ad4f91bf697a85a5ba2850dc8b592bd7 = L.circleMarker(\n",
+       "                [-37.713644283896514, 144.63034389346143],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#bfc9e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#bfc9e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2f507219c6d367d023a4b275efec6d66 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f896551558ae5e2aa016abf53a7aa350 = $(`&lt;div id=&quot;html_f896551558ae5e2aa016abf53a7aa350&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: sentiment = -0.8876202849303865&lt;/div&gt;`)[0];\n",
+       "                popup_2f507219c6d367d023a4b275efec6d66.setContent(html_f896551558ae5e2aa016abf53a7aa350);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ad4f91bf697a85a5ba2850dc8b592bd7.bindPopup(popup_2f507219c6d367d023a4b275efec6d66)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_db074f004a4594de99ae47ea19ffa622 = L.circleMarker(\n",
+       "                [-34.63092374239235, 141.84510532060546],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#6dabd0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#6dabd0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_709479cf768c01b470b3bf3ce5de7be4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_11d02e920fcd67770ca6ccf48993779f = $(`&lt;div id=&quot;html_11d02e920fcd67770ca6ccf48993779f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: sentiment = -0.06056700778167003&lt;/div&gt;`)[0];\n",
+       "                popup_709479cf768c01b470b3bf3ce5de7be4.setContent(html_11d02e920fcd67770ca6ccf48993779f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_db074f004a4594de99ae47ea19ffa622.bindPopup(popup_709479cf768c01b470b3bf3ce5de7be4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0da36829e1d7aa6a410e8a749fa071e4 = L.circleMarker(\n",
+       "                [-37.16773560694831, 145.04880033270146],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#017772ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#017772ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b8e3f2f8eb0097b4aed5cce08777ccd7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_377cfb7accc3ffdba821824c9a859342 = $(`&lt;div id=&quot;html_377cfb7accc3ffdba821824c9a859342&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: sentiment = 1.372398767753427&lt;/div&gt;`)[0];\n",
+       "                popup_b8e3f2f8eb0097b4aed5cce08777ccd7.setContent(html_377cfb7accc3ffdba821824c9a859342);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0da36829e1d7aa6a410e8a749fa071e4.bindPopup(popup_b8e3f2f8eb0097b4aed5cce08777ccd7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c1374e35a8ac92a5f8cd98fd29abff23 = L.circleMarker(\n",
+       "                [-36.07618698644235, 145.6581935794737],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#017f86ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#017f86ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bd0c4817fbf0bfd8462c3f9cb459f9e2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a007a21aee2bf2221b943de08e1533ba = $(`&lt;div id=&quot;html_a007a21aee2bf2221b943de08e1533ba&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: sentiment = 1.1443468711679312&lt;/div&gt;`)[0];\n",
+       "                popup_bd0c4817fbf0bfd8462c3f9cb459f9e2.setContent(html_a007a21aee2bf2221b943de08e1533ba);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c1374e35a8ac92a5f8cd98fd29abff23.bindPopup(popup_bd0c4817fbf0bfd8462c3f9cb459f9e2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2c47c7b5db1900a7c439d0c3da0522e9 = L.circleMarker(\n",
+       "                [-37.61521315713168, 144.19441458419476],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#c1cae2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#c1cae2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_25c1cfa87fe1ceeb99be46224c8a4ddc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_60c24fc89f05171fa5962a6217282063 = $(`&lt;div id=&quot;html_60c24fc89f05171fa5962a6217282063&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: sentiment = -0.910637271582762&lt;/div&gt;`)[0];\n",
+       "                popup_25c1cfa87fe1ceeb99be46224c8a4ddc.setContent(html_60c24fc89f05171fa5962a6217282063);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2c47c7b5db1900a7c439d0c3da0522e9.bindPopup(popup_25c1cfa87fe1ceeb99be46224c8a4ddc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3090513b6e81af156d09230fbceb295f = L.circleMarker(\n",
+       "                [-38.349624639716254, 145.0133460361823],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#328fbcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#328fbcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f587b4d74a76d9a38aa66c4d517c9c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4a2c1b93d5c886c46c321d2564e1f437 = $(`&lt;div id=&quot;html_4a2c1b93d5c886c46c321d2564e1f437&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: sentiment = 0.5864583486918651&lt;/div&gt;`)[0];\n",
+       "                popup_8f587b4d74a76d9a38aa66c4d517c9c8.setContent(html_4a2c1b93d5c886c46c321d2564e1f437);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3090513b6e81af156d09230fbceb295f.bindPopup(popup_8f587b4d74a76d9a38aa66c4d517c9c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5272e8378f4ae41a60dd6fabc4a7c678 = L.circleMarker(\n",
+       "                [-37.06268410757852, 144.19056506203097],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#5da4ccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#5da4ccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4583d1bda438c76752fcdd21e5f4d18a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_85f1592d10b64facc855072f39699b1d = $(`&lt;div id=&quot;html_85f1592d10b64facc855072f39699b1d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: sentiment = 0.10031619085285763&lt;/div&gt;`)[0];\n",
+       "                popup_4583d1bda438c76752fcdd21e5f4d18a.setContent(html_85f1592d10b64facc855072f39699b1d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5272e8378f4ae41a60dd6fabc4a7c678.bindPopup(popup_4583d1bda438c76752fcdd21e5f4d18a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0449cb2179b982c09a7e5d798ac5da80 = L.circleMarker(\n",
+       "                [-38.24939402353778, 142.46174006840724],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3791c1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#3791c1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f0bb83618213407bb8c17585b9854678 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3f71c9d5f72e06170edbd45cb9ace3ee = $(`&lt;div id=&quot;html_3f71c9d5f72e06170edbd45cb9ace3ee&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: sentiment = 0.529645616303101&lt;/div&gt;`)[0];\n",
+       "                popup_f0bb83618213407bb8c17585b9854678.setContent(html_3f71c9d5f72e06170edbd45cb9ace3ee);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0449cb2179b982c09a7e5d798ac5da80.bindPopup(popup_f0bb83618213407bb8c17585b9854678)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_432f16236555c31765216884697b6c58 = L.circleMarker(\n",
+       "                [-37.258532632293175, 145.5676333041212],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#d5d4e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#d5d4e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d5743546f63c0f0d13f06132c25a7a2b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b835fe3cc26b8f6f7159da4a7482801 = $(`&lt;div id=&quot;html_2b835fe3cc26b8f6f7159da4a7482801&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: sentiment = -1.2118495844295736&lt;/div&gt;`)[0];\n",
+       "                popup_d5743546f63c0f0d13f06132c25a7a2b.setContent(html_2b835fe3cc26b8f6f7159da4a7482801);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_432f16236555c31765216884697b6c58.bindPopup(popup_d5743546f63c0f0d13f06132c25a7a2b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_31e217612e79399222d4b0dd686b5db7 = L.circleMarker(\n",
+       "                [-36.81279686446256, 142.95542517815952],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3f95c3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#3f95c3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b5eafd1c7363d5e23a7c4774e60e082e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_56d14e9c126ade8b0fbdc280ed2feda9 = $(`&lt;div id=&quot;html_56d14e9c126ade8b0fbdc280ed2feda9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: sentiment = 0.4426638841493596&lt;/div&gt;`)[0];\n",
+       "                popup_b5eafd1c7363d5e23a7c4774e60e082e.setContent(html_56d14e9c126ade8b0fbdc280ed2feda9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_31e217612e79399222d4b0dd686b5db7.bindPopup(popup_b5eafd1c7363d5e23a7c4774e60e082e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9837694d8e3c697a3951cc8e4bc64014 = L.circleMarker(\n",
+       "                [-37.30922762399421, 143.3963810754719],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#1887a1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#1887a1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9cd62bf91738c1d04be150be2d5d3bea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_180fb8ba14dcd8b60b32dfed7c972a28 = $(`&lt;div id=&quot;html_180fb8ba14dcd8b60b32dfed7c972a28&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: sentiment = 0.8658547369093426&lt;/div&gt;`)[0];\n",
+       "                popup_9cd62bf91738c1d04be150be2d5d3bea.setContent(html_180fb8ba14dcd8b60b32dfed7c972a28);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9837694d8e3c697a3951cc8e4bc64014.bindPopup(popup_9cd62bf91738c1d04be150be2d5d3bea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_32e5a771134da99cf08e85969d8fbaa8 = L.circleMarker(\n",
+       "                [-38.55928009593212, 146.08228570015038],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#01746cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#01746cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_01f004ffd9e8b32473b5760b8b829ad0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_517d582302fbc3f3b95864e10c7baa98 = $(`&lt;div id=&quot;html_517d582302fbc3f3b95864e10c7baa98&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: sentiment = 1.4339070738833195&lt;/div&gt;`)[0];\n",
+       "                popup_01f004ffd9e8b32473b5760b8b829ad0.setContent(html_517d582302fbc3f3b95864e10c7baa98);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_32e5a771134da99cf08e85969d8fbaa8.bindPopup(popup_01f004ffd9e8b32473b5760b8b829ad0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1a7f7b172018a72768cad846c7327d29 = L.circleMarker(\n",
+       "                [-36.73911258200709, 145.43196280647604],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#bec9e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#bec9e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8d5e8650c4b02dbdc8ffad8c509ac9b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f6a2e761a06aecac824ccd31459534c8 = $(`&lt;div id=&quot;html_f6a2e761a06aecac824ccd31459534c8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: sentiment = -0.8713437136703873&lt;/div&gt;`)[0];\n",
+       "                popup_8d5e8650c4b02dbdc8ffad8c509ac9b4.setContent(html_f6a2e761a06aecac824ccd31459534c8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1a7f7b172018a72768cad846c7327d29.bindPopup(popup_8d5e8650c4b02dbdc8ffad8c509ac9b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_06b69849ea138e2e30e7fceed6241deb = L.circleMarker(\n",
+       "                [-38.347042125947766, 144.09063914866553],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#a9bfdcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#a9bfdcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_59d5298110689b485a77fe1521aaa9fb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ba7b10ae674cb0b080a5e6f8183f717 = $(`&lt;div id=&quot;html_6ba7b10ae674cb0b080a5e6f8183f717&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: sentiment = -0.6043313493769391&lt;/div&gt;`)[0];\n",
+       "                popup_59d5298110689b485a77fe1521aaa9fb.setContent(html_6ba7b10ae674cb0b080a5e6f8183f717);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_06b69849ea138e2e30e7fceed6241deb.bindPopup(popup_59d5298110689b485a77fe1521aaa9fb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9a8f31c7d060897092d3c92f116150e9 = L.circleMarker(\n",
+       "                [-35.17093214318054, 143.2347993818716],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#208aaaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#208aaaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4dea649729cc8fa5d4a76d390471fbd1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_433b2f5d31283336afd7a0b25086f841 = $(`&lt;div id=&quot;html_433b2f5d31283336afd7a0b25086f841&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: sentiment = 0.7788594777045094&lt;/div&gt;`)[0];\n",
+       "                popup_4dea649729cc8fa5d4a76d390471fbd1.setContent(html_433b2f5d31283336afd7a0b25086f841);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9a8f31c7d060897092d3c92f116150e9.bindPopup(popup_4dea649729cc8fa5d4a76d390471fbd1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3f448e915b6421c6921d13a990ef2b3c = L.circleMarker(\n",
+       "                [-38.202666563782266, 145.663859839833],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#bfc9e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#bfc9e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2cbb32e8ae8388a46971b6b7c3334146 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_46b6e784698590675e7b2fe831bdd690 = $(`&lt;div id=&quot;html_46b6e784698590675e7b2fe831bdd690&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Unincorporated Vic: sentiment = -0.8876202849303865&lt;/div&gt;`)[0];\n",
+       "                popup_2cbb32e8ae8388a46971b6b7c3334146.setContent(html_46b6e784698590675e7b2fe831bdd690);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3f448e915b6421c6921d13a990ef2b3c.bindPopup(popup_2cbb32e8ae8388a46971b6b7c3334146)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c6c8beefc42c630468727b2300761921 = L.circleMarker(\n",
+       "                [-38.08799210514941, 146.90099669453218],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#81b1d4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#81b1d4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0058b2fe424fb7deecb6da816ebfb428 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d46972f80da8a80e8011577e3035d65e = $(`&lt;div id=&quot;html_d46972f80da8a80e8011577e3035d65e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: sentiment = -0.23315828081146417&lt;/div&gt;`)[0];\n",
+       "                popup_0058b2fe424fb7deecb6da816ebfb428.setContent(html_d46972f80da8a80e8011577e3035d65e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c6c8beefc42c630468727b2300761921.bindPopup(popup_0058b2fe424fb7deecb6da816ebfb428)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c4dc790df57f4b4be913a8c730009207 = L.circleMarker(\n",
+       "                [-37.5820372028149, 145.0642263423114],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f6edf6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f6edf6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ef3f97edba3d2be0e7d68858967cce53 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_42f3b24781ede5d2e1905912a089d7a7 = $(`&lt;div id=&quot;html_42f3b24781ede5d2e1905912a089d7a7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: sentiment = -1.946248479680744&lt;/div&gt;`)[0];\n",
+       "                popup_ef3f97edba3d2be0e7d68858967cce53.setContent(html_42f3b24781ede5d2e1905912a089d7a7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c4dc790df57f4b4be913a8c730009207.bindPopup(popup_ef3f97edba3d2be0e7d68858967cce53)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_31fd7f411f99b290585fd829c2a572f1 = L.circleMarker(\n",
+       "                [-36.143544270234806, 146.89394173526748],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#aec1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#aec1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c71b93574ac6a6593a274124afc30ccc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5ef006436a0a00ad0c7b1c690309d998 = $(`&lt;div id=&quot;html_5ef006436a0a00ad0c7b1c690309d998&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: sentiment = -0.6672047995581841&lt;/div&gt;`)[0];\n",
+       "                popup_c71b93574ac6a6593a274124afc30ccc.setContent(html_5ef006436a0a00ad0c7b1c690309d998);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_31fd7f411f99b290585fd829c2a572f1.bindPopup(popup_c71b93574ac6a6593a274124afc30ccc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7d6f20acbe39033ab8f208e9e2578291 = L.circleMarker(\n",
+       "                [-37.78956710147423, 145.50112432127332],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#c5cce4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#c5cce4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7313d32ed4dbcb11bd1a9a4502ec4078 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6dd3a3e864a60f0e48b77bb1b3afec95 = $(`&lt;div id=&quot;html_6dd3a3e864a60f0e48b77bb1b3afec95&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: sentiment = -0.9715731261661726&lt;/div&gt;`)[0];\n",
+       "                popup_7313d32ed4dbcb11bd1a9a4502ec4078.setContent(html_6dd3a3e864a60f0e48b77bb1b3afec95);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7d6f20acbe39033ab8f208e9e2578291.bindPopup(popup_7313d32ed4dbcb11bd1a9a4502ec4078)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_92d5a8c2fbd22224378e146bdccf01eb = L.circleMarker(\n",
+       "                [-36.09415397923681, 142.44166449092995],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#348fbeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#348fbeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_49943a241200e8ba0575248588b031de);\n",
+       "        \n",
+       "    \n",
+       "        var popup_633161e5796d32c9ef217254f6cfd2f5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d4c269f5b945135c9f8a4fc3afc9b0fa = $(`&lt;div id=&quot;html_d4c269f5b945135c9f8a4fc3afc9b0fa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: sentiment = 0.5704178353074493&lt;/div&gt;`)[0];\n",
+       "                popup_633161e5796d32c9ef217254f6cfd2f5.setContent(html_d4c269f5b945135c9f8a4fc3afc9b0fa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_92d5a8c2fbd22224378e146bdccf01eb.bindPopup(popup_633161e5796d32c9ef217254f6cfd2f5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "&lt;/script&gt;\n",
+       "&lt;/html&gt;\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>"
+      ],
+      "text/plain": [
+       "<folium.folium.Map at 0x7f50e2aad1e0>"
+      ]
+     },
+     "execution_count": 24,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "import folium\n",
+    "import matplotlib.pyplot as plt\n",
+    "import matplotlib\n",
+    "import branca.colormap as cm\n",
+    "from sklearn.preprocessing import StandardScaler\n",
+    "\n",
+    "# Start with a basic map centered around Australia\n",
+    "m = folium.Map(location=[-25.2744, 133.7751], zoom_start=4)\n",
+    "\n",
+    "# Group by 'lga_name' and calculate mean sentiment_score and subjectivity\n",
+    "grouped = text_data.groupby('lga_name').agg({'sentiment_score': 'mean', 'subjectivity': 'mean', 'lat': 'first', 'lon': 'first'})\n",
+    "\n",
+    "# Remove rows with missing 'lat' or 'lon' values\n",
+    "grouped = grouped.dropna(subset=['lat', 'lon'])\n",
+    "\n",
+    "# Standardize the sentiment scores\n",
+    "scaler = StandardScaler()\n",
+    "grouped['sentiment_score'] = scaler.fit_transform(grouped[['sentiment_score']])\n",
+    "\n",
+    "# Create a color map\n",
+    "color_map = cm.linear.PuBuGn_09.scale(grouped['sentiment_score'].min(), grouped['sentiment_score'].max())\n",
+    "\n",
+    "color_map.caption = 'Standardized Sentiment Score'\n",
+    "\n",
+    "m.add_child(color_map)\n",
+    "\n",
+    "for idx, row in grouped.iterrows():\n",
+    "    # Convert the standardized sentiment score to a color\n",
+    "    sentiment_color = color_map(row['sentiment_score'])\n",
+    "    \n",
+    "    # Add a circle marker for this LGA\n",
+    "    folium.CircleMarker(\n",
+    "        location=(row['lat'], row['lon']),\n",
+    "        radius=10,  # adjust as needed\n",
+    "        color=sentiment_color,\n",
+    "        fill=True,\n",
+    "        fill_color=sentiment_color,\n",
+    "        popup=f\"{idx}: sentiment = {row['sentiment_score']}\",\n",
+    "    ).add_to(m)\n",
+    "\n",
+    "# Show the map\n",
+    "m\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "d95e9097",
+   "metadata": {},
+   "outputs": [],
+   "source": []
+  },
+  {
+   "cell_type": "markdown",
+   "id": "3d969c6a",
+   "metadata": {},
+   "source": [
+    "## Crime"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 28,
+   "id": "8fdfe3b7",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "crime_data = pd.read_csv('crime_spatial.csv')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 29,
+   "id": "b237dfb9",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<style scoped>\n",
+       "    .dataframe tbody tr th:only-of-type {\n",
+       "        vertical-align: middle;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe tbody tr th {\n",
+       "        vertical-align: top;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead th {\n",
+       "        text-align: right;\n",
+       "    }\n",
+       "</style>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>a40_abduction_and_related_offences</th>\n",
+       "      <th>b30_burglary_break_and_enter</th>\n",
+       "      <th>a10_homicide_and_related_offences</th>\n",
+       "      <th>f30_other_government_regulatory_offences</th>\n",
+       "      <th>lga_code11</th>\n",
+       "      <th>total_division_c_offences</th>\n",
+       "      <th>a30_sexual_offences</th>\n",
+       "      <th>a70_stalking_harassment_and_threatening_behaviour</th>\n",
+       "      <th>e10_justice_procedures</th>\n",
+       "      <th>total_division_f_offences</th>\n",
+       "      <th>...</th>\n",
+       "      <th>a20_assault_and_related_offences</th>\n",
+       "      <th>b60_bribery</th>\n",
+       "      <th>c10_drug_dealing_and_trafficking</th>\n",
+       "      <th>geometry</th>\n",
+       "      <th>lon</th>\n",
+       "      <th>lat</th>\n",
+       "      <th>lga_code</th>\n",
+       "      <th>lga_name</th>\n",
+       "      <th>scc_code</th>\n",
+       "      <th>scc_name</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>0</th>\n",
+       "      <td>1.0</td>\n",
+       "      <td>27</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>20110</td>\n",
+       "      <td>53</td>\n",
+       "      <td>95</td>\n",
+       "      <td>11</td>\n",
+       "      <td>11</td>\n",
+       "      <td>1</td>\n",
+       "      <td>...</td>\n",
+       "      <td>81</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>9.0</td>\n",
+       "      <td>POLYGON ((146.7045544120001 -36.57472522499995...</td>\n",
+       "      <td>146.657073</td>\n",
+       "      <td>-36.671917</td>\n",
+       "      <td>20110.0</td>\n",
+       "      <td>Alpine</td>\n",
+       "      <td>20376.0</td>\n",
+       "      <td>Buffalo River</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1</th>\n",
+       "      <td>1.0</td>\n",
+       "      <td>27</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>20110</td>\n",
+       "      <td>53</td>\n",
+       "      <td>95</td>\n",
+       "      <td>11</td>\n",
+       "      <td>11</td>\n",
+       "      <td>1</td>\n",
+       "      <td>...</td>\n",
+       "      <td>81</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>9.0</td>\n",
+       "      <td>POLYGON ((147.1069607070001 -36.64963671599997...</td>\n",
+       "      <td>147.199881</td>\n",
+       "      <td>-36.684624</td>\n",
+       "      <td>20110.0</td>\n",
+       "      <td>Alpine</td>\n",
+       "      <td>22470.0</td>\n",
+       "      <td>Tawonga</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <td>1.0</td>\n",
+       "      <td>27</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>20110</td>\n",
+       "      <td>53</td>\n",
+       "      <td>95</td>\n",
+       "      <td>11</td>\n",
+       "      <td>11</td>\n",
+       "      <td>1</td>\n",
+       "      <td>...</td>\n",
+       "      <td>81</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>9.0</td>\n",
+       "      <td>POLYGON ((146.94633801400005 -36.4762960419999...</td>\n",
+       "      <td>146.947823</td>\n",
+       "      <td>-36.433245</td>\n",
+       "      <td>20110.0</td>\n",
+       "      <td>Alpine</td>\n",
+       "      <td>21007.0</td>\n",
+       "      <td>Glen Creek</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <td>1.0</td>\n",
+       "      <td>27</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>20110</td>\n",
+       "      <td>53</td>\n",
+       "      <td>95</td>\n",
+       "      <td>11</td>\n",
+       "      <td>11</td>\n",
+       "      <td>1</td>\n",
+       "      <td>...</td>\n",
+       "      <td>81</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>9.0</td>\n",
+       "      <td>POLYGON ((147.05955975000006 -36.5186869709999...</td>\n",
+       "      <td>147.000509</td>\n",
+       "      <td>-36.482264</td>\n",
+       "      <td>20110.0</td>\n",
+       "      <td>Alpine</td>\n",
+       "      <td>20726.0</td>\n",
+       "      <td>Dederang</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <td>1.0</td>\n",
+       "      <td>27</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>20110</td>\n",
+       "      <td>53</td>\n",
+       "      <td>95</td>\n",
+       "      <td>11</td>\n",
+       "      <td>11</td>\n",
+       "      <td>1</td>\n",
+       "      <td>...</td>\n",
+       "      <td>81</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>9.0</td>\n",
+       "      <td>POLYGON ((147.42571500300002 -36.4119125189999...</td>\n",
+       "      <td>147.398206</td>\n",
+       "      <td>-36.631203</td>\n",
+       "      <td>20110.0</td>\n",
+       "      <td>Alpine</td>\n",
+       "      <td>21711.0</td>\n",
+       "      <td>Mitta Mitta</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "<p>5 rows × 44 columns</p>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "   a40_abduction_and_related_offences  b30_burglary_break_and_enter  \\\n",
+       "0                                 1.0                            27   \n",
+       "1                                 1.0                            27   \n",
+       "2                                 1.0                            27   \n",
+       "3                                 1.0                            27   \n",
+       "4                                 1.0                            27   \n",
+       "\n",
+       "   a10_homicide_and_related_offences  \\\n",
+       "0                                0.0   \n",
+       "1                                0.0   \n",
+       "2                                0.0   \n",
+       "3                                0.0   \n",
+       "4                                0.0   \n",
+       "\n",
+       "   f30_other_government_regulatory_offences  lga_code11  \\\n",
+       "0                                       1.0       20110   \n",
+       "1                                       1.0       20110   \n",
+       "2                                       1.0       20110   \n",
+       "3                                       1.0       20110   \n",
+       "4                                       1.0       20110   \n",
+       "\n",
+       "   total_division_c_offences  a30_sexual_offences  \\\n",
+       "0                         53                   95   \n",
+       "1                         53                   95   \n",
+       "2                         53                   95   \n",
+       "3                         53                   95   \n",
+       "4                         53                   95   \n",
+       "\n",
+       "   a70_stalking_harassment_and_threatening_behaviour  e10_justice_procedures  \\\n",
+       "0                                                 11                      11   \n",
+       "1                                                 11                      11   \n",
+       "2                                                 11                      11   \n",
+       "3                                                 11                      11   \n",
+       "4                                                 11                      11   \n",
+       "\n",
+       "   total_division_f_offences  ...  a20_assault_and_related_offences  \\\n",
+       "0                          1  ...                                81   \n",
+       "1                          1  ...                                81   \n",
+       "2                          1  ...                                81   \n",
+       "3                          1  ...                                81   \n",
+       "4                          1  ...                                81   \n",
+       "\n",
+       "   b60_bribery  c10_drug_dealing_and_trafficking  \\\n",
+       "0          0.0                               9.0   \n",
+       "1          0.0                               9.0   \n",
+       "2          0.0                               9.0   \n",
+       "3          0.0                               9.0   \n",
+       "4          0.0                               9.0   \n",
+       "\n",
+       "                                            geometry         lon        lat  \\\n",
+       "0  POLYGON ((146.7045544120001 -36.57472522499995...  146.657073 -36.671917   \n",
+       "1  POLYGON ((147.1069607070001 -36.64963671599997...  147.199881 -36.684624   \n",
+       "2  POLYGON ((146.94633801400005 -36.4762960419999...  146.947823 -36.433245   \n",
+       "3  POLYGON ((147.05955975000006 -36.5186869709999...  147.000509 -36.482264   \n",
+       "4  POLYGON ((147.42571500300002 -36.4119125189999...  147.398206 -36.631203   \n",
+       "\n",
+       "   lga_code  lga_name  scc_code       scc_name  \n",
+       "0   20110.0    Alpine   20376.0  Buffalo River  \n",
+       "1   20110.0    Alpine   22470.0        Tawonga  \n",
+       "2   20110.0    Alpine   21007.0     Glen Creek  \n",
+       "3   20110.0    Alpine   20726.0       Dederang  \n",
+       "4   20110.0    Alpine   21711.0    Mitta Mitta  \n",
+       "\n",
+       "[5 rows x 44 columns]"
+      ]
+     },
+     "execution_count": 29,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "crime_data.head()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 30,
+   "id": "497d2359",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "Index(['a40_abduction_and_related_offences', 'b30_burglary_break_and_enter',\n",
+       "       'a10_homicide_and_related_offences',\n",
+       "       'f30_other_government_regulatory_offences', 'lga_code11',\n",
+       "       'total_division_c_offences', 'a30_sexual_offences',\n",
+       "       'a70_stalking_harassment_and_threatening_behaviour',\n",
+       "       'e10_justice_procedures', 'total_division_f_offences', 'a50_robbery',\n",
+       "       'b50_deception', 'b20_property_damage', 'c30_drug_use_and_possession',\n",
+       "       'total_division_a_offences', 'd30_public_nuisance_offences',\n",
+       "       'reference_period', 'b10_arson', 'total_division_d_offences',\n",
+       "       'c20_cultivate_or_manufacture_drugs', 'f90_miscellaneous_offences',\n",
+       "       'd20_disorderly_and_offensive_conduct', 'd40_public_security_offences',\n",
+       "       'a80_dangerous_and_negligent_acts_endangering_people',\n",
+       "       'total_division_b_offences', 'd10_weapons_and_explosives_offences',\n",
+       "       'lga_name11', 'total_division_e_offences', 'e20_breaches_of_orders',\n",
+       "       'f10_regulatory_driving_offences', 'a60_blackmail_and_extortion',\n",
+       "       'b40_theft', 'c90_other_drug_offences',\n",
+       "       'f20_transport_regulation_offences', 'a20_assault_and_related_offences',\n",
+       "       'b60_bribery', 'c10_drug_dealing_and_trafficking', 'geometry', 'lon',\n",
+       "       'lat', 'lga_code', 'lga_name', 'scc_code', 'scc_name'],\n",
+       "      dtype='object')"
+      ]
+     },
+     "execution_count": 30,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "crime_data.columns"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 32,
+   "id": "b2d77fb1",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "a40_abduction_and_related_offences                     0\n",
+       "b30_burglary_break_and_enter                           0\n",
+       "a10_homicide_and_related_offences                      0\n",
+       "f30_other_government_regulatory_offences               0\n",
+       "lga_code11                                             0\n",
+       "total_division_c_offences                              0\n",
+       "a30_sexual_offences                                    0\n",
+       "a70_stalking_harassment_and_threatening_behaviour      0\n",
+       "e10_justice_procedures                                 0\n",
+       "total_division_f_offences                              0\n",
+       "a50_robbery                                            0\n",
+       "b50_deception                                          0\n",
+       "b20_property_damage                                    0\n",
+       "c30_drug_use_and_possession                            0\n",
+       "total_division_a_offences                              0\n",
+       "d30_public_nuisance_offences                           0\n",
+       "reference_period                                       0\n",
+       "b10_arson                                              0\n",
+       "total_division_d_offences                              0\n",
+       "c20_cultivate_or_manufacture_drugs                     0\n",
+       "f90_miscellaneous_offences                             0\n",
+       "d20_disorderly_and_offensive_conduct                   0\n",
+       "d40_public_security_offences                           0\n",
+       "a80_dangerous_and_negligent_acts_endangering_people    0\n",
+       "total_division_b_offences                              0\n",
+       "d10_weapons_and_explosives_offences                    0\n",
+       "lga_name11                                             0\n",
+       "total_division_e_offences                              0\n",
+       "e20_breaches_of_orders                                 0\n",
+       "f10_regulatory_driving_offences                        0\n",
+       "a60_blackmail_and_extortion                            0\n",
+       "b40_theft                                              0\n",
+       "c90_other_drug_offences                                0\n",
+       "f20_transport_regulation_offences                      0\n",
+       "a20_assault_and_related_offences                       0\n",
+       "b60_bribery                                            0\n",
+       "c10_drug_dealing_and_trafficking                       0\n",
+       "geometry                                               1\n",
+       "lon                                                    1\n",
+       "lat                                                    1\n",
+       "lga_code                                               1\n",
+       "lga_name                                               1\n",
+       "scc_code                                               1\n",
+       "scc_name                                               1\n",
+       "dtype: int64"
+      ]
+     },
+     "execution_count": 32,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "crime_data.isna().sum()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "4433e603",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "'''BuGn_09: Blue to Green colormap.\n",
+    "BuPu_09: Blue to Purple colormap.\n",
+    "GnBu_09: Green to Blue colormap.\n",
+    "OrRd_09: Orange to Red colormap.\n",
+    "PuBu_09: Purple to Blue colormap.\n",
+    "PuBuGn_09: Purple to Blue to Green colormap.\n",
+    "PuRd_09: Purple to Red colormap.\n",
+    "RdPu_09: Red to Purple colormap.\n",
+    "YlGn_09: Yellow to Green colormap.\n",
+    "YlGnBu_09: Yellow to Green to Blue colormap.\n",
+    "YlOrBr_09: Yellow to Orange to Brown colormap.\n",
+    "YlOrRd_09: Yellow to Orange to Red colormap.'''"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 37,
+   "id": "b3d0c373",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div style=\"width:100%;\"><div style=\"position:relative;width:100%;height:0;padding-bottom:60%;\"><span style=\"color:#565656\">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc=\"&lt;!DOCTYPE html&gt;\n",
+       "&lt;html&gt;\n",
+       "&lt;head&gt;\n",
+       "    \n",
+       "    &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;\n",
+       "    \n",
+       "        &lt;script&gt;\n",
+       "            L_NO_TOUCH = false;\n",
+       "            L_DISABLE_3D = false;\n",
+       "        &lt;/script&gt;\n",
+       "    \n",
+       "    &lt;style&gt;html, body {width: 100%;height: 100%;margin: 0;padding: 0;}&lt;/style&gt;\n",
+       "    &lt;style&gt;#map {position:absolute;top:0;bottom:0;right:0;left:0;}&lt;/style&gt;\n",
+       "    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js&quot;&gt;&lt;/script&gt;\n",
+       "    &lt;script src=&quot;https://code.jquery.com/jquery-1.12.4.min.js&quot;&gt;&lt;/script&gt;\n",
+       "    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;\n",
+       "    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;\n",
+       "    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;\n",
+       "    \n",
+       "            &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,\n",
+       "                initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;\n",
+       "            &lt;style&gt;\n",
+       "                #map_437084aef281c9062dea2d0b311d5e85 {\n",
+       "                    position: relative;\n",
+       "                    width: 100.0%;\n",
+       "                    height: 100.0%;\n",
+       "                    left: 0.0%;\n",
+       "                    top: 0.0%;\n",
+       "                }\n",
+       "                .leaflet-container { font-size: 1rem; }\n",
+       "            &lt;/style&gt;\n",
+       "        \n",
+       "    &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js&quot;&gt;&lt;/script&gt;\n",
+       "&lt;/head&gt;\n",
+       "&lt;body&gt;\n",
+       "    \n",
+       "    \n",
+       "            &lt;div class=&quot;folium-map&quot; id=&quot;map_437084aef281c9062dea2d0b311d5e85&quot; &gt;&lt;/div&gt;\n",
+       "        \n",
+       "&lt;/body&gt;\n",
+       "&lt;script&gt;\n",
+       "    \n",
+       "    \n",
+       "            var map_437084aef281c9062dea2d0b311d5e85 = L.map(\n",
+       "                &quot;map_437084aef281c9062dea2d0b311d5e85&quot;,\n",
+       "                {\n",
+       "                    center: [-25.2744, 133.7751],\n",
+       "                    crs: L.CRS.EPSG3857,\n",
+       "                    zoom: 4,\n",
+       "                    zoomControl: true,\n",
+       "                    preferCanvas: false,\n",
+       "                }\n",
+       "            );\n",
+       "\n",
+       "            \n",
+       "\n",
+       "        \n",
+       "    \n",
+       "            var tile_layer_16c96cfe52ab4bcdda603b7db0ebea48 = L.tileLayer(\n",
+       "                &quot;https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,\n",
+       "                {&quot;attribution&quot;: &quot;Data by \\u0026copy; \\u003ca target=\\&quot;_blank\\&quot; href=\\&quot;http://openstreetmap.org\\&quot;\\u003eOpenStreetMap\\u003c/a\\u003e, under \\u003ca target=\\&quot;_blank\\&quot; href=\\&quot;http://www.openstreetmap.org/copyright\\&quot;\\u003eODbL\\u003c/a\\u003e.&quot;, &quot;detectRetina&quot;: false, &quot;maxNativeZoom&quot;: 18, &quot;maxZoom&quot;: 18, &quot;minZoom&quot;: 0, &quot;noWrap&quot;: false, &quot;opacity&quot;: 1, &quot;subdomains&quot;: &quot;abc&quot;, &quot;tms&quot;: false}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "    var color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea = {};\n",
+       "\n",
+       "    \n",
+       "    color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.color = d3.scale.threshold()\n",
+       "              .domain([-0.8207850339286663, -0.8081292573541078, -0.7954734807795493, -0.7828177042049907, -0.7701619276304322, -0.7575061510558737, -0.7448503744813152, -0.7321945979067567, -0.7195388213321982, -0.7068830447576396, -0.6942272681830811, -0.6815714916085226, -0.6689157150339641, -0.6562599384594056, -0.643604161884847, -0.6309483853102885, -0.6182926087357299, -0.6056368321611714, -0.5929810555866128, -0.5803252790120543, -0.5676695024374958, -0.5550137258629373, -0.5423579492883788, -0.5297021727138203, -0.5170463961392617, -0.5043906195647032, -0.49173484299014475, -0.47907906641558623, -0.4664232898410277, -0.4537675132664692, -0.44111173669191067, -0.42845596011735215, -0.4158001835427936, -0.40314440696823506, -0.39048863039367654, -0.377832853819118, -0.3651770772445595, -0.352521300670001, -0.33986552409544246, -0.32720974752088394, -0.3145539709463254, -0.3018981943717669, -0.2892424177972084, -0.27658664122264986, -0.26393086464809135, -0.2512750880735328, -0.2386193114989743, -0.2259635349244158, -0.21330775834985727, -0.20065198177529875, -0.18799620520074023, -0.1753404286261816, -0.1626846520516232, -0.15002887547706456, -0.13737309890250615, -0.12471732232794752, -0.11206154575338911, -0.09940576917883048, -0.08674999260427207, -0.07409421602971344, -0.061438439455155036, -0.048782662880596406, -0.036126886306038, -0.023471109731479367, -0.010815333156920848, 0.0018404434176375606, 0.014496219992196191, 0.0271519965667546, 0.03980777314131323, 0.05246354971587164, 0.06511932629043027, 0.07777510286498868, 0.09043087943954731, 0.10308665601410572, 0.11574243258866435, 0.12839820916322275, 0.14105398573778138, 0.1537097623123399, 0.16636553888689842, 0.17902131546145694, 0.19167709203601546, 0.20433286861057398, 0.2169886451851325, 0.22964442175969102, 0.24230019833424954, 0.25495597490880806, 0.2676117514833666, 0.2802675280579251, 0.2929233046324836, 0.30557908120704214, 0.31823485778160066, 0.3308906343561594, 0.3435464109307177, 0.3562021875052762, 0.36885796407983473, 0.3815137406543935, 0.39416951722895177, 0.4068252938035103, 0.4194810703780688, 0.43213684695262733, 0.44479262352718585, 0.45744840010174437, 0.4701041766763031, 0.4827599532508614, 0.4954157298254199, 0.5080715063999784, 0.5207272829745372, 0.5333830595490955, 0.546038836123654, 0.5586946126982125, 0.5713503892727713, 0.5840061658473296, 0.5966619424218881, 0.6093177189964466, 0.6219734955710053, 0.6346292721455636, 0.6472850487201222, 0.6599408252946809, 0.6725966018692394, 0.6852523784437977, 0.6979081550183562, 0.710563931592915, 0.7232197081674735, 0.7358754847420318, 0.7485312613165903, 0.761187037891149, 0.7738428144657076, 0.7864985910402659, 0.7991543676148246, 0.8118101441893831, 0.8244659207639414, 0.8371216973385, 0.8497774739130587, 0.8624332504876172, 0.8750890270621755, 0.887744803636734, 0.9004005802112928, 0.9130563567858513, 0.9257121333604096, 0.9383679099349683, 0.9510236865095268, 0.9636794630840854, 0.9763352396586437, 0.9889910162332024, 1.0016467928077608, 1.0143025693823193, 1.0269583459568778, 1.0396141225314364, 1.0522698991059949, 1.0649256756805534, 1.077581452255112, 1.0902372288296704, 1.102893005404229, 1.1155487819787875, 1.128204558553346, 1.1408603351279045, 1.153516111702463, 1.1661718882770216, 1.17882766485158, 1.1914834414261386, 1.2041392180006971, 1.2167949945752556, 1.2294507711498142, 1.2421065477243722, 1.2547623242989312, 1.2674181008734897, 1.2800738774480482, 1.2927296540226068, 1.3053854305971653, 1.3180412071717238, 1.3306969837462823, 1.3433527603208408, 1.3560085368953994, 1.3686643134699579, 1.3813200900445164, 1.393975866619075, 1.4066316431936334, 1.419287419768192, 1.4319431963427505, 1.444598972917309, 1.4572547494918675, 1.469910526066426, 1.482566302640985, 1.495222079215543, 1.5078778557901016, 1.52053363236466, 1.5331894089392186, 1.5458451855137771, 1.5585009620883357, 1.5711567386628942, 1.5838125152374531, 1.5964682918120112, 1.6091240683865697, 1.6217798449611287, 1.6344356215356868, 1.6470913981102453, 1.6597471746848038, 1.6724029512593623, 1.6850587278339209, 1.6977145044084794, 1.710370280983038, 1.7230260575575969, 1.735681834132155, 1.7483376107067135, 1.7609933872812724, 1.7736491638558305, 1.786304940430389, 1.7989607170049475, 1.811616493579506, 1.824272270154065, 1.836928046728623, 1.8495838233031816, 1.8622395998777406, 1.8748953764522986, 1.8875511530268572, 1.9002069296014161, 1.9128627061759742, 1.9255184827505332, 1.9381742593250912, 1.9508300358996498, 1.9634858124742087, 1.9761415890487668, 1.9887973656233253, 2.0014531421978843, 2.0141089187724424, 2.026764695347001, 2.0394204719215594, 2.052076248496118, 2.064732025070677, 2.077387801645235, 2.0900435782197935, 2.1026993547943524, 2.1153551313689105, 2.128010907943469, 2.140666684518028, 2.153322461092586, 2.165978237667145, 2.178634014241703, 2.1912897908162616, 2.2039455673908206, 2.2166013439653787, 2.229257120539937, 2.241912897114496, 2.2545686736890542, 2.267224450263613, 2.2798802268381717, 2.29253600341273, 2.3051917799872887, 2.317847556561847, 2.3305033331364053, 2.3431591097109643, 2.3558148862855224, 2.3684706628600813, 2.38112643943464, 2.393782216009198, 2.406437992583757, 2.4190937691583154, 2.4317495457328735, 2.4444053223074325, 2.4570610988819905, 2.469716875456549, 2.482372652031108, 2.495028428605666, 2.507684205180225, 2.5203399817547836, 2.5329957583293417, 2.5456515349039006, 2.558307311478459, 2.570963088053017, 2.583618864627576, 2.5962746412021342, 2.608930417776693, 2.6215861943512517, 2.63424197092581, 2.6468977475003688, 2.6595535240749273, 2.6722093006494854, 2.6848650772240443, 2.697520853798603, 2.7101766303731614, 2.72283240694772, 2.735488183522278, 2.748143960096837, 2.7607997366713954, 2.7734555132459535, 2.7861112898205125, 2.798767066395071, 2.8114228429696295, 2.824078619544188, 2.836734396118746, 2.849390172693305, 2.8620459492678636, 2.8747017258424217, 2.8873575024169806, 2.900013278991539, 2.9126690555660972, 2.925324832140656, 2.9379806087152147, 2.9506363852897732, 2.9632921618643318, 2.97594793843889, 2.988603715013449, 3.0012594915880073, 3.0139152681625654, 3.0265710447371243, 3.039226821311683, 3.0518825978862414, 3.0645383744608, 3.0771941510353584, 3.089849927609917, 3.1025057041844755, 3.1151614807590335, 3.1278172573335925, 3.140473033908151, 3.1531288104827095, 3.165784587057268, 3.1784403636318266, 3.1910961402063855, 3.2037519167809436, 3.2164076933555017, 3.2290634699300607, 3.2417192465046187, 3.2543750230791777, 3.2670307996537367, 3.2796865762282947, 3.2923423528028537, 3.304998129377411, 3.31765390595197, 3.330309682526529, 3.3429654591010878, 3.355621235675646, 3.368277012250205, 3.380932788824763, 3.393588565399321, 3.40624434197388, 3.418900118548439, 3.431555895122997, 3.444211671697555, 3.456867448272114, 3.469523224846672, 3.482179001421231, 3.49483477799579, 3.507490554570348, 3.520146331144906, 3.532802107719465, 3.545457884294024, 3.558113660868582, 3.570769437443141, 3.583425214017699, 3.5960809905922573, 3.6087367671668162, 3.621392543741375, 3.6340483203159333, 3.6467040968904922, 3.6593598734650503, 3.6720156500396084, 3.6846714266141674, 3.6973272031887263, 3.7099829797632844, 3.7226387563378425, 3.7352945329124014, 3.7479503094869595, 3.7606060860615185, 3.7732618626360774, 3.7859176392106364, 3.7985734157851936, 3.8112291923597525, 3.8238849689343115, 3.8365407455088696, 3.8491965220834286, 3.8618522986579866, 3.8745080752325447, 3.8871638518071037, 3.8998196283816626, 3.9124754049562207, 3.9251311815307797, 3.9377869581053377, 3.950442734679896, 3.963098511254455, 3.9757542878290137, 3.9884100644035727, 4.00106584097813, 4.013721617552689, 4.026377394127248, 4.039033170701806, 4.051688947276365, 4.064344723850924, 4.0770005004254815, 4.08965627700004, 4.102312053574599, 4.1149678301491575, 4.127623606723716, 4.1402793832982745, 4.152935159872833, 4.1655909364473915, 4.1782467130219505, 4.190902489596509, 4.2035582661710675, 4.216214042745626, 4.228869819320185, 4.241525595894743, 4.254181372469302, 4.266837149043861, 4.279492925618418, 4.292148702192977, 4.304804478767536, 4.317460255342094, 4.330116031916653, 4.342771808491212, 4.355427585065769, 4.368083361640328, 4.380739138214887, 4.393394914789445, 4.406050691364004, 4.418706467938562, 4.431362244513121, 4.444018021087679, 4.456673797662238, 4.469329574236797, 4.481985350811355, 4.494641127385913, 4.507296903960472, 4.51995268053503, 4.532608457109589, 4.545264233684148, 4.557920010258705, 4.570575786833264, 4.583231563407823, 4.595887339982381, 4.60854311655694, 4.621198893131499, 4.633854669706056, 4.646510446280615, 4.659166222855174, 4.671821999429733, 4.684477776004291, 4.697133552578849, 4.709789329153408, 4.722445105727966, 4.735100882302525, 4.747756658877084, 4.7604124354516415, 4.7730682120262005, 4.785723988600759, 4.7983797651753175, 4.8110355417498765, 4.823691318324435, 4.836347094898993, 4.849002871473552, 4.8616586480481105, 4.874314424622669, 4.886970201197228, 4.899625977771786, 4.912281754346345, 4.924937530920903, 4.937593307495462, 4.950249084070021, 4.962904860644579, 4.975560637219137, 4.988216413793696, 5.000872190368254, 5.013527966942813, 5.026183743517372, 5.038839520091929, 5.051495296666488, 5.064151073241047, 5.076806849815605, 5.089462626390164, 5.102118402964723, 5.114774179539281, 5.127429956113839, 5.140085732688398, 5.152741509262957, 5.165397285837515, 5.178053062412073, 5.190708838986632, 5.20336461556119, 5.216020392135749, 5.228676168710308, 5.241331945284866, 5.253987721859424, 5.266643498433983, 5.279299275008541, 5.2919550515831, 5.304610828157659, 5.317266604732216, 5.329922381306775, 5.342578157881334, 5.355233934455893, 5.367889711030451, 5.38054548760501, 5.393201264179568, 5.405857040754126, 5.418512817328685, 5.431168593903244, 5.443824370477802, 5.4564801470523605, 5.4691359236269195, 5.4817917002014775, 5.4944474767760365])\n",
+       "              .range([&#x27;#fff7ecff&#x27;, &#x27;#fff7ecff&#x27;, &#x27;#fff7ebff&#x27;, &#x27;#fff7ebff&#x27;, &#x27;#fff7eaff&#x27;, &#x27;#fff6eaff&#x27;, &#x27;#fff6e9ff&#x27;, &#x27;#fff6e8ff&#x27;, &#x27;#fff6e8ff&#x27;, &#x27;#fff5e7ff&#x27;, &#x27;#fff5e7ff&#x27;, &#x27;#fff5e6ff&#x27;, &#x27;#fff5e5ff&#x27;, &#x27;#fff4e5ff&#x27;, &#x27;#fff4e4ff&#x27;, &#x27;#fff4e4ff&#x27;, &#x27;#fff4e3ff&#x27;, &#x27;#fff3e3ff&#x27;, &#x27;#fff3e2ff&#x27;, &#x27;#fff3e1ff&#x27;, &#x27;#fff3e1ff&#x27;, &#x27;#fff2e0ff&#x27;, &#x27;#fff2e0ff&#x27;, &#x27;#fff2dfff&#x27;, &#x27;#fff2dfff&#x27;, &#x27;#fff1deff&#x27;, &#x27;#fff1ddff&#x27;, &#x27;#fff1ddff&#x27;, &#x27;#fff1dcff&#x27;, &#x27;#fff0dcff&#x27;, &#x27;#fff0dbff&#x27;, &#x27;#fff0daff&#x27;, &#x27;#fff0daff&#x27;, &#x27;#fff0d9ff&#x27;, &#x27;#ffefd9ff&#x27;, &#x27;#ffefd8ff&#x27;, &#x27;#ffefd8ff&#x27;, &#x27;#ffefd7ff&#x27;, &#x27;#ffeed6ff&#x27;, &#x27;#ffeed6ff&#x27;, &#x27;#ffeed5ff&#x27;, &#x27;#ffeed5ff&#x27;, &#x27;#ffedd4ff&#x27;, &#x27;#ffedd4ff&#x27;, &#x27;#ffedd3ff&#x27;, &#x27;#ffedd2ff&#x27;, &#x27;#ffecd2ff&#x27;, &#x27;#ffecd1ff&#x27;, &#x27;#ffecd1ff&#x27;, &#x27;#ffecd0ff&#x27;, &#x27;#ffebcfff&#x27;, &#x27;#ffebcfff&#x27;, &#x27;#ffebceff&#x27;, &#x27;#ffebceff&#x27;, &#x27;#ffeacdff&#x27;, &#x27;#ffeacdff&#x27;, &#x27;#ffeaccff&#x27;, &#x27;#ffeacbff&#x27;, &#x27;#ffe9cbff&#x27;, &#x27;#ffe9caff&#x27;, &#x27;#ffe9caff&#x27;, &#x27;#ffe9c9ff&#x27;, &#x27;#ffe9c9ff&#x27;, &#x27;#fee8c8ff&#x27;, &#x27;#fee8c7ff&#x27;, &#x27;#fee8c7ff&#x27;, &#x27;#fee7c6ff&#x27;, &#x27;#fee7c5ff&#x27;, &#x27;#fee7c4ff&#x27;, &#x27;#fee6c4ff&#x27;, &#x27;#fee6c3ff&#x27;, &#x27;#fee6c2ff&#x27;, &#x27;#fee5c2ff&#x27;, &#x27;#fee5c1ff&#x27;, &#x27;#fee5c0ff&#x27;, &#x27;#fee4c0ff&#x27;, &#x27;#fee4bfff&#x27;, &#x27;#fee4beff&#x27;, &#x27;#fee3beff&#x27;, &#x27;#fee3bdff&#x27;, &#x27;#fee3bcff&#x27;, &#x27;#fee2bcff&#x27;, &#x27;#fee2bbff&#x27;, &#x27;#fee2baff&#x27;, &#x27;#fee1baff&#x27;, &#x27;#fee1b9ff&#x27;, &#x27;#fee1b8ff&#x27;, &#x27;#fee0b8ff&#x27;, &#x27;#fee0b7ff&#x27;, &#x27;#fee0b6ff&#x27;, &#x27;#fee0b6ff&#x27;, &#x27;#fedfb5ff&#x27;, &#x27;#fedfb4ff&#x27;, &#x27;#fedfb4ff&#x27;, &#x27;#fedeb3ff&#x27;, &#x27;#fedeb2ff&#x27;, &#x27;#fedeb2ff&#x27;, &#x27;#feddb1ff&#x27;, &#x27;#feddb0ff&#x27;, &#x27;#feddb0ff&#x27;, &#x27;#fedcafff&#x27;, &#x27;#fedcaeff&#x27;, &#x27;#fedcadff&#x27;, &#x27;#fedbadff&#x27;, &#x27;#fedbacff&#x27;, &#x27;#fedbabff&#x27;, &#x27;#fedaabff&#x27;, &#x27;#fedaaaff&#x27;, &#x27;#fedaa9ff&#x27;, &#x27;#fed9a9ff&#x27;, &#x27;#fed9a8ff&#x27;, &#x27;#fed9a7ff&#x27;, &#x27;#fed8a7ff&#x27;, &#x27;#fed8a6ff&#x27;, &#x27;#fed8a5ff&#x27;, &#x27;#fed7a5ff&#x27;, &#x27;#fed7a4ff&#x27;, &#x27;#fed7a3ff&#x27;, &#x27;#fed7a3ff&#x27;, &#x27;#fed6a2ff&#x27;, &#x27;#fed6a1ff&#x27;, &#x27;#fed6a1ff&#x27;, &#x27;#fed5a0ff&#x27;, &#x27;#fed59fff&#x27;, &#x27;#fed59fff&#x27;, &#x27;#fdd49eff&#x27;, &#x27;#fdd49eff&#x27;, &#x27;#fdd39dff&#x27;, &#x27;#fdd39dff&#x27;, &#x27;#fdd39cff&#x27;, &#x27;#fdd29cff&#x27;, &#x27;#fdd29cff&#x27;, &#x27;#fdd19bff&#x27;, &#x27;#fdd19bff&#x27;, &#x27;#fdd19aff&#x27;, &#x27;#fdd09aff&#x27;, &#x27;#fdd099ff&#x27;, &#x27;#fdcf99ff&#x27;, &#x27;#fdcf99ff&#x27;, &#x27;#fdcf98ff&#x27;, &#x27;#fdce98ff&#x27;, &#x27;#fdce97ff&#x27;, &#x27;#fdcd97ff&#x27;, &#x27;#fdcd96ff&#x27;, &#x27;#fdcd96ff&#x27;, &#x27;#fdcc96ff&#x27;, &#x27;#fdcc95ff&#x27;, &#x27;#fdcb95ff&#x27;, &#x27;#fdcb94ff&#x27;, &#x27;#fdcb94ff&#x27;, &#x27;#fdca94ff&#x27;, &#x27;#fdca93ff&#x27;, &#x27;#fdc993ff&#x27;, &#x27;#fdc992ff&#x27;, &#x27;#fdc992ff&#x27;, &#x27;#fdc891ff&#x27;, &#x27;#fdc891ff&#x27;, &#x27;#fdc791ff&#x27;, &#x27;#fdc790ff&#x27;, &#x27;#fdc790ff&#x27;, &#x27;#fdc68fff&#x27;, &#x27;#fdc68fff&#x27;, &#x27;#fdc58fff&#x27;, &#x27;#fdc58eff&#x27;, &#x27;#fdc58eff&#x27;, &#x27;#fdc48dff&#x27;, &#x27;#fdc48dff&#x27;, &#x27;#fdc38cff&#x27;, &#x27;#fdc38cff&#x27;, &#x27;#fdc38cff&#x27;, &#x27;#fdc28bff&#x27;, &#x27;#fdc28bff&#x27;, &#x27;#fdc18aff&#x27;, &#x27;#fdc18aff&#x27;, &#x27;#fdc18aff&#x27;, &#x27;#fdc089ff&#x27;, &#x27;#fdc089ff&#x27;, &#x27;#fdbf88ff&#x27;, &#x27;#fdbf88ff&#x27;, &#x27;#fdbf87ff&#x27;, &#x27;#fdbe87ff&#x27;, &#x27;#fdbe87ff&#x27;, &#x27;#fdbd86ff&#x27;, &#x27;#fdbd86ff&#x27;, &#x27;#fdbc85ff&#x27;, &#x27;#fdbc85ff&#x27;, &#x27;#fdbc84ff&#x27;, &#x27;#fdbb84ff&#x27;, &#x27;#fdbb83ff&#x27;, &#x27;#fdba83ff&#x27;, &#x27;#fdb982ff&#x27;, &#x27;#fdb881ff&#x27;, &#x27;#fdb881ff&#x27;, &#x27;#fdb780ff&#x27;, &#x27;#fdb67fff&#x27;, &#x27;#fdb57fff&#x27;, &#x27;#fdb57eff&#x27;, &#x27;#fdb47dff&#x27;, &#x27;#fdb37cff&#x27;, &#x27;#fdb27cff&#x27;, &#x27;#fdb27bff&#x27;, &#x27;#fdb17aff&#x27;, &#x27;#fdb07aff&#x27;, &#x27;#fdaf79ff&#x27;, &#x27;#fdaf78ff&#x27;, &#x27;#fdae78ff&#x27;, &#x27;#fdad77ff&#x27;, &#x27;#fdad76ff&#x27;, &#x27;#fdac76ff&#x27;, &#x27;#fdab75ff&#x27;, &#x27;#fdaa74ff&#x27;, &#x27;#fdaa73ff&#x27;, &#x27;#fda973ff&#x27;, &#x27;#fda872ff&#x27;, &#x27;#fda771ff&#x27;, &#x27;#fda771ff&#x27;, &#x27;#fda670ff&#x27;, &#x27;#fda56fff&#x27;, &#x27;#fda46fff&#x27;, &#x27;#fda46eff&#x27;, &#x27;#fda36dff&#x27;, &#x27;#fda26dff&#x27;, &#x27;#fda16cff&#x27;, &#x27;#fda16bff&#x27;, &#x27;#fda06aff&#x27;, &#x27;#fd9f6aff&#x27;, &#x27;#fd9e69ff&#x27;, &#x27;#fd9e68ff&#x27;, &#x27;#fd9d68ff&#x27;, &#x27;#fd9c67ff&#x27;, &#x27;#fd9b66ff&#x27;, &#x27;#fd9b66ff&#x27;, &#x27;#fd9a65ff&#x27;, &#x27;#fd9964ff&#x27;, &#x27;#fd9964ff&#x27;, &#x27;#fd9863ff&#x27;, &#x27;#fd9762ff&#x27;, &#x27;#fd9662ff&#x27;, &#x27;#fd9661ff&#x27;, &#x27;#fd9560ff&#x27;, &#x27;#fd945fff&#x27;, &#x27;#fd935fff&#x27;, &#x27;#fd935eff&#x27;, &#x27;#fd925dff&#x27;, &#x27;#fd915dff&#x27;, &#x27;#fd905cff&#x27;, &#x27;#fd905bff&#x27;, &#x27;#fd8f5bff&#x27;, &#x27;#fd8e5aff&#x27;, &#x27;#fc8d59ff&#x27;, &#x27;#fc8d59ff&#x27;, &#x27;#fc8c58ff&#x27;, &#x27;#fc8b58ff&#x27;, &#x27;#fc8b58ff&#x27;, &#x27;#fc8a58ff&#x27;, &#x27;#fb8a57ff&#x27;, &#x27;#fb8957ff&#x27;, &#x27;#fb8857ff&#x27;, &#x27;#fb8857ff&#x27;, &#x27;#fb8756ff&#x27;, &#x27;#fa8656ff&#x27;, &#x27;#fa8656ff&#x27;, &#x27;#fa8555ff&#x27;, &#x27;#fa8455ff&#x27;, &#x27;#f98455ff&#x27;, &#x27;#f98355ff&#x27;, &#x27;#f98254ff&#x27;, &#x27;#f98254ff&#x27;, &#x27;#f98154ff&#x27;, &#x27;#f88054ff&#x27;, &#x27;#f88053ff&#x27;, &#x27;#f87f53ff&#x27;, &#x27;#f87f53ff&#x27;, &#x27;#f87e52ff&#x27;, &#x27;#f77d52ff&#x27;, &#x27;#f77d52ff&#x27;, &#x27;#f77c52ff&#x27;, &#x27;#f77b51ff&#x27;, &#x27;#f77b51ff&#x27;, &#x27;#f67a51ff&#x27;, &#x27;#f67951ff&#x27;, &#x27;#f67950ff&#x27;, &#x27;#f67850ff&#x27;, &#x27;#f57750ff&#x27;, &#x27;#f5774fff&#x27;, &#x27;#f5764fff&#x27;, &#x27;#f5764fff&#x27;, &#x27;#f5754fff&#x27;, &#x27;#f4744eff&#x27;, &#x27;#f4744eff&#x27;, &#x27;#f4734eff&#x27;, &#x27;#f4724dff&#x27;, &#x27;#f4724dff&#x27;, &#x27;#f3714dff&#x27;, &#x27;#f3704dff&#x27;, &#x27;#f3704cff&#x27;, &#x27;#f36f4cff&#x27;, &#x27;#f36e4cff&#x27;, &#x27;#f26e4cff&#x27;, &#x27;#f26d4bff&#x27;, &#x27;#f26d4bff&#x27;, &#x27;#f26c4bff&#x27;, &#x27;#f26b4aff&#x27;, &#x27;#f16b4aff&#x27;, &#x27;#f16a4aff&#x27;, &#x27;#f1694aff&#x27;, &#x27;#f16949ff&#x27;, &#x27;#f06849ff&#x27;, &#x27;#f06749ff&#x27;, &#x27;#f06749ff&#x27;, &#x27;#f06648ff&#x27;, &#x27;#f06548ff&#x27;, &#x27;#ef6548ff&#x27;, &#x27;#ef6447ff&#x27;, &#x27;#ef6346ff&#x27;, &#x27;#ee6246ff&#x27;, &#x27;#ee6145ff&#x27;, &#x27;#ed6144ff&#x27;, &#x27;#ed6044ff&#x27;, &#x27;#ed5f43ff&#x27;, &#x27;#ec5e42ff&#x27;, &#x27;#ec5d42ff&#x27;, &#x27;#ec5c41ff&#x27;, &#x27;#eb5b40ff&#x27;, &#x27;#eb5b40ff&#x27;, &#x27;#ea5a3fff&#x27;, &#x27;#ea593eff&#x27;, &#x27;#ea583eff&#x27;, &#x27;#e9573dff&#x27;, &#x27;#e9563cff&#x27;, &#x27;#e8553cff&#x27;, &#x27;#e8553bff&#x27;, &#x27;#e8543bff&#x27;, &#x27;#e7533aff&#x27;, &#x27;#e75239ff&#x27;, &#x27;#e75139ff&#x27;, &#x27;#e65038ff&#x27;, &#x27;#e64f37ff&#x27;, &#x27;#e54f37ff&#x27;, &#x27;#e54e36ff&#x27;, &#x27;#e54d35ff&#x27;, &#x27;#e44c35ff&#x27;, &#x27;#e44b34ff&#x27;, &#x27;#e34a33ff&#x27;, &#x27;#e34933ff&#x27;, &#x27;#e34932ff&#x27;, &#x27;#e24831ff&#x27;, &#x27;#e24731ff&#x27;, &#x27;#e14630ff&#x27;, &#x27;#e1452fff&#x27;, &#x27;#e1442fff&#x27;, &#x27;#e0442eff&#x27;, &#x27;#e0432dff&#x27;, &#x27;#e0422dff&#x27;, &#x27;#df412cff&#x27;, &#x27;#df402bff&#x27;, &#x27;#de3f2bff&#x27;, &#x27;#de3e2aff&#x27;, &#x27;#de3e29ff&#x27;, &#x27;#dd3d29ff&#x27;, &#x27;#dd3c28ff&#x27;, &#x27;#dc3b27ff&#x27;, &#x27;#dc3a27ff&#x27;, &#x27;#dc3926ff&#x27;, &#x27;#db3825ff&#x27;, &#x27;#db3825ff&#x27;, &#x27;#db3724ff&#x27;, &#x27;#da3623ff&#x27;, &#x27;#da3523ff&#x27;, &#x27;#d93422ff&#x27;, &#x27;#d93321ff&#x27;, &#x27;#d93221ff&#x27;, &#x27;#d83220ff&#x27;, &#x27;#d8311fff&#x27;, &#x27;#d7301fff&#x27;, &#x27;#d72f1eff&#x27;, &#x27;#d62e1eff&#x27;, &#x27;#d62e1dff&#x27;, &#x27;#d52d1dff&#x27;, &#x27;#d52c1cff&#x27;, &#x27;#d42b1cff&#x27;, &#x27;#d32a1bff&#x27;, &#x27;#d32a1bff&#x27;, &#x27;#d2291aff&#x27;, &#x27;#d2281aff&#x27;, &#x27;#d12719ff&#x27;, &#x27;#d12719ff&#x27;, &#x27;#d02618ff&#x27;, &#x27;#cf2518ff&#x27;, &#x27;#cf2417ff&#x27;, &#x27;#ce2417ff&#x27;, &#x27;#ce2316ff&#x27;, &#x27;#cd2216ff&#x27;, &#x27;#cc2115ff&#x27;, &#x27;#cc2015ff&#x27;, &#x27;#cb2014ff&#x27;, &#x27;#cb1f14ff&#x27;, &#x27;#ca1e13ff&#x27;, &#x27;#ca1d13ff&#x27;, &#x27;#c91d12ff&#x27;, &#x27;#c81c12ff&#x27;, &#x27;#c81b11ff&#x27;, &#x27;#c71a11ff&#x27;, &#x27;#c71910ff&#x27;, &#x27;#c61910ff&#x27;, &#x27;#c6180fff&#x27;, &#x27;#c5170fff&#x27;, &#x27;#c4160eff&#x27;, &#x27;#c4160eff&#x27;, &#x27;#c3150dff&#x27;, &#x27;#c3140dff&#x27;, &#x27;#c2130cff&#x27;, &#x27;#c1130cff&#x27;, &#x27;#c1120bff&#x27;, &#x27;#c0110bff&#x27;, &#x27;#c0100aff&#x27;, &#x27;#bf0f0aff&#x27;, &#x27;#bf0f09ff&#x27;, &#x27;#be0e09ff&#x27;, &#x27;#bd0d08ff&#x27;, &#x27;#bd0c08ff&#x27;, &#x27;#bc0c07ff&#x27;, &#x27;#bc0b07ff&#x27;, &#x27;#bb0a06ff&#x27;, &#x27;#bb0906ff&#x27;, &#x27;#ba0805ff&#x27;, &#x27;#b90805ff&#x27;, &#x27;#b90704ff&#x27;, &#x27;#b80604ff&#x27;, &#x27;#b80503ff&#x27;, &#x27;#b70503ff&#x27;, &#x27;#b60402ff&#x27;, &#x27;#b60302ff&#x27;, &#x27;#b50201ff&#x27;, &#x27;#b50201ff&#x27;, &#x27;#b40100ff&#x27;, &#x27;#b40000ff&#x27;, &#x27;#b30000ff&#x27;, &#x27;#b20000ff&#x27;, &#x27;#b10000ff&#x27;, &#x27;#b00000ff&#x27;, &#x27;#b00000ff&#x27;, &#x27;#af0000ff&#x27;, &#x27;#ae0000ff&#x27;, &#x27;#ad0000ff&#x27;, &#x27;#ac0000ff&#x27;, &#x27;#ab0000ff&#x27;, &#x27;#ab0000ff&#x27;, &#x27;#aa0000ff&#x27;, &#x27;#a90000ff&#x27;, &#x27;#a80000ff&#x27;, &#x27;#a70000ff&#x27;, &#x27;#a60000ff&#x27;, &#x27;#a50000ff&#x27;, &#x27;#a50000ff&#x27;, &#x27;#a40000ff&#x27;, &#x27;#a30000ff&#x27;, &#x27;#a20000ff&#x27;, &#x27;#a10000ff&#x27;, &#x27;#a00000ff&#x27;, &#x27;#a00000ff&#x27;, &#x27;#9f0000ff&#x27;, &#x27;#9e0000ff&#x27;, &#x27;#9d0000ff&#x27;, &#x27;#9c0000ff&#x27;, &#x27;#9b0000ff&#x27;, &#x27;#9b0000ff&#x27;, &#x27;#9a0000ff&#x27;, &#x27;#990000ff&#x27;, &#x27;#980000ff&#x27;, &#x27;#970000ff&#x27;, &#x27;#960000ff&#x27;, &#x27;#960000ff&#x27;, &#x27;#950000ff&#x27;, &#x27;#940000ff&#x27;, &#x27;#930000ff&#x27;, &#x27;#920000ff&#x27;, &#x27;#910000ff&#x27;, &#x27;#910000ff&#x27;, &#x27;#900000ff&#x27;, &#x27;#8f0000ff&#x27;, &#x27;#8e0000ff&#x27;, &#x27;#8d0000ff&#x27;, &#x27;#8c0000ff&#x27;, &#x27;#8c0000ff&#x27;, &#x27;#8b0000ff&#x27;, &#x27;#8a0000ff&#x27;, &#x27;#890000ff&#x27;, &#x27;#880000ff&#x27;, &#x27;#870000ff&#x27;, &#x27;#870000ff&#x27;, &#x27;#860000ff&#x27;, &#x27;#850000ff&#x27;, &#x27;#840000ff&#x27;, &#x27;#830000ff&#x27;, &#x27;#820000ff&#x27;, &#x27;#820000ff&#x27;, &#x27;#810000ff&#x27;, &#x27;#800000ff&#x27;, &#x27;#7f0000ff&#x27;]);\n",
+       "    \n",
+       "\n",
+       "    color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.x = d3.scale.linear()\n",
+       "              .domain([-0.8207850339286663, 5.4944474767760365])\n",
+       "              .range([0, 450 - 50]);\n",
+       "\n",
+       "    color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.legend = L.control({position: &#x27;topright&#x27;});\n",
+       "    color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.legend.onAdd = function (map) {var div = L.DomUtil.create(&#x27;div&#x27;, &#x27;legend&#x27;); return div};\n",
+       "    color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.legend.addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "\n",
+       "    color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.xAxis = d3.svg.axis()\n",
+       "        .scale(color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.x)\n",
+       "        .orient(&quot;top&quot;)\n",
+       "        .tickSize(1)\n",
+       "        .tickValues([-0.8207850339286663, -0.0313809700905785, 0.7580230937475093, 1.547427157585597, 2.336831221423685, 3.1262352852617727, 3.9156393490998602, 4.705043412937949, 5.4944474767760365]);\n",
+       "\n",
+       "    color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.svg = d3.select(&quot;.legend.leaflet-control&quot;).append(&quot;svg&quot;)\n",
+       "        .attr(&quot;id&quot;, &#x27;legend&#x27;)\n",
+       "        .attr(&quot;width&quot;, 450)\n",
+       "        .attr(&quot;height&quot;, 40);\n",
+       "\n",
+       "    color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.g = color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.svg.append(&quot;g&quot;)\n",
+       "        .attr(&quot;class&quot;, &quot;key&quot;)\n",
+       "        .attr(&quot;transform&quot;, &quot;translate(25,16)&quot;);\n",
+       "\n",
+       "    color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.g.selectAll(&quot;rect&quot;)\n",
+       "        .data(color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.color.range().map(function(d, i) {\n",
+       "          return {\n",
+       "            x0: i ? color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.x(color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.color.domain()[i - 1]) : color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.x.range()[0],\n",
+       "            x1: i &lt; color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.color.domain().length ? color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.x(color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.color.domain()[i]) : color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.x.range()[1],\n",
+       "            z: d\n",
+       "          };\n",
+       "        }))\n",
+       "      .enter().append(&quot;rect&quot;)\n",
+       "        .attr(&quot;height&quot;, 40 - 30)\n",
+       "        .attr(&quot;x&quot;, function(d) { return d.x0; })\n",
+       "        .attr(&quot;width&quot;, function(d) { return d.x1 - d.x0; })\n",
+       "        .style(&quot;fill&quot;, function(d) { return d.z; });\n",
+       "\n",
+       "    color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.g.call(color_map_a3c5cbcdf5d1a5aa5614a24a2e8d69ea.xAxis).append(&quot;text&quot;)\n",
+       "        .attr(&quot;class&quot;, &quot;caption&quot;)\n",
+       "        .attr(&quot;y&quot;, 21)\n",
+       "        .text(&quot;Standardized Total Crime Count&quot;);\n",
+       "    \n",
+       "            var circle_marker_63ade7de014119cac1271680dc86c25d = L.circleMarker(\n",
+       "                [-36.67191653050004, 146.6570731629673],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8af3b7f7d7974a5a6636a43d3178dfa7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ff1c93be891efb51b224a9c2286aa62d = $(`&lt;div id=&quot;html_ff1c93be891efb51b224a9c2286aa62d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_8af3b7f7d7974a5a6636a43d3178dfa7.setContent(html_ff1c93be891efb51b224a9c2286aa62d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_63ade7de014119cac1271680dc86c25d.bindPopup(popup_8af3b7f7d7974a5a6636a43d3178dfa7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c5c0733e7bd95bac0bffc9482a94e71d = L.circleMarker(\n",
+       "                [-36.684623762465314, 147.199880723682],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff1ffc35c0a04b2397e98a32099be45d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9386837b0abfec55ba8608fcaef57d62 = $(`&lt;div id=&quot;html_9386837b0abfec55ba8608fcaef57d62&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_ff1ffc35c0a04b2397e98a32099be45d.setContent(html_9386837b0abfec55ba8608fcaef57d62);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c5c0733e7bd95bac0bffc9482a94e71d.bindPopup(popup_ff1ffc35c0a04b2397e98a32099be45d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_39981d903d5feba513277b145f3d528b = L.circleMarker(\n",
+       "                [-36.43324490376333, 146.94782281958163],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_44393e30b7ff7bda23b354ebe48b7b9f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f056811aac25771eb0ab81da618a4072 = $(`&lt;div id=&quot;html_f056811aac25771eb0ab81da618a4072&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_44393e30b7ff7bda23b354ebe48b7b9f.setContent(html_f056811aac25771eb0ab81da618a4072);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_39981d903d5feba513277b145f3d528b.bindPopup(popup_44393e30b7ff7bda23b354ebe48b7b9f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_be5e85c1bc861174e253d8f9e4267190 = L.circleMarker(\n",
+       "                [-36.48226382300167, 147.00050942659527],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_82b9e828c71bf16ef74bf2a28678debc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_120785dd19439460753d57c7ca5a4c1c = $(`&lt;div id=&quot;html_120785dd19439460753d57c7ca5a4c1c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_82b9e828c71bf16ef74bf2a28678debc.setContent(html_120785dd19439460753d57c7ca5a4c1c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_be5e85c1bc861174e253d8f9e4267190.bindPopup(popup_82b9e828c71bf16ef74bf2a28678debc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_65489bd41c51d5a14cb328e18a170cbc = L.circleMarker(\n",
+       "                [-36.63120255109707, 147.39820564815045],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1ee05dc9a75cc8532ae88696106b506b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bb2c1c926e0b72e773772f49c7faa562 = $(`&lt;div id=&quot;html_bb2c1c926e0b72e773772f49c7faa562&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_1ee05dc9a75cc8532ae88696106b506b.setContent(html_bb2c1c926e0b72e773772f49c7faa562);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_65489bd41c51d5a14cb328e18a170cbc.bindPopup(popup_1ee05dc9a75cc8532ae88696106b506b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ae476dc61482a1459406b081ae7b6679 = L.circleMarker(\n",
+       "                [-36.79096199929485, 146.98459984116093],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4f97e7b54b5d3267c807cbfcae593819 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eb45a940605aad156385fb8d79380e2e = $(`&lt;div id=&quot;html_eb45a940605aad156385fb8d79380e2e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_4f97e7b54b5d3267c807cbfcae593819.setContent(html_eb45a940605aad156385fb8d79380e2e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ae476dc61482a1459406b081ae7b6679.bindPopup(popup_4f97e7b54b5d3267c807cbfcae593819)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f4174efef39b8fce2a19c6842dcad66b = L.circleMarker(\n",
+       "                [-36.55047458858617, 147.05646618592945],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2ee13ea5dc5dede70d323fd378a1908d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3338d558fdedb06aaf5e77fefecb7aca = $(`&lt;div id=&quot;html_3338d558fdedb06aaf5e77fefecb7aca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_2ee13ea5dc5dede70d323fd378a1908d.setContent(html_3338d558fdedb06aaf5e77fefecb7aca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f4174efef39b8fce2a19c6842dcad66b.bindPopup(popup_2ee13ea5dc5dede70d323fd378a1908d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1d7129ad433fd42bbfc2e0a785bb64be = L.circleMarker(\n",
+       "                [-36.56462557239514, 146.6861311994601],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7cbdbb3b18655f258124106b832efa5e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ba7d2644386e6ff8a8da63fc851a1040 = $(`&lt;div id=&quot;html_ba7d2644386e6ff8a8da63fc851a1040&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_7cbdbb3b18655f258124106b832efa5e.setContent(html_ba7d2644386e6ff8a8da63fc851a1040);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1d7129ad433fd42bbfc2e0a785bb64be.bindPopup(popup_7cbdbb3b18655f258124106b832efa5e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8dbe8920f4db729fcf0d8fa1166e4022 = L.circleMarker(\n",
+       "                [-37.13812725157965, 146.81523939597892],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6bcdd74509b3e60876276aa1645f199a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_acdd199f1bdb3860e6e9e176d996d023 = $(`&lt;div id=&quot;html_acdd199f1bdb3860e6e9e176d996d023&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_6bcdd74509b3e60876276aa1645f199a.setContent(html_acdd199f1bdb3860e6e9e176d996d023);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8dbe8920f4db729fcf0d8fa1166e4022.bindPopup(popup_6bcdd74509b3e60876276aa1645f199a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f7d9463506b27dc77e7b2bccf39afc12 = L.circleMarker(\n",
+       "                [-36.839715164133466, 146.7035245656096],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d40f1057914d633bb998aa6ddbb87a90 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7fdecdaecede2cbdef6104f1f6d8c8fb = $(`&lt;div id=&quot;html_7fdecdaecede2cbdef6104f1f6d8c8fb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_d40f1057914d633bb998aa6ddbb87a90.setContent(html_7fdecdaecede2cbdef6104f1f6d8c8fb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f7d9463506b27dc77e7b2bccf39afc12.bindPopup(popup_d40f1057914d633bb998aa6ddbb87a90)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aa3be454812dfbf60559b4087c2f29de = L.circleMarker(\n",
+       "                [-36.49479482833455, 146.8650287313251],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_547bf400fcd3fa5c4b0f74f72a10a71d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_77e0b90abfff604cd25a0cf02918854c = $(`&lt;div id=&quot;html_77e0b90abfff604cd25a0cf02918854c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_547bf400fcd3fa5c4b0f74f72a10a71d.setContent(html_77e0b90abfff604cd25a0cf02918854c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aa3be454812dfbf60559b4087c2f29de.bindPopup(popup_547bf400fcd3fa5c4b0f74f72a10a71d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_201aed4b50f3ac03000d4d711f7fed4c = L.circleMarker(\n",
+       "                [-36.57300606089064, 146.74000516843492],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_99113d9cfe3efe51c9ee85ae7ce912ca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5a4d1e6aed8e48a0c420a20f9826bf75 = $(`&lt;div id=&quot;html_5a4d1e6aed8e48a0c420a20f9826bf75&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_99113d9cfe3efe51c9ee85ae7ce912ca.setContent(html_5a4d1e6aed8e48a0c420a20f9826bf75);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_201aed4b50f3ac03000d4d711f7fed4c.bindPopup(popup_99113d9cfe3efe51c9ee85ae7ce912ca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f8a881982a0f4e150321fd64887966bd = L.circleMarker(\n",
+       "                [-36.61993178173694, 147.1053532921993],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d5771f41ff02ab428f870b0ba86eef46 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dfeb525e823f84294647f35d33988c2f = $(`&lt;div id=&quot;html_dfeb525e823f84294647f35d33988c2f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_d5771f41ff02ab428f870b0ba86eef46.setContent(html_dfeb525e823f84294647f35d33988c2f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f8a881982a0f4e150321fd64887966bd.bindPopup(popup_d5771f41ff02ab428f870b0ba86eef46)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fe2a31172f34a3f5405baba6e38d6158 = L.circleMarker(\n",
+       "                [-36.900805074141495, 147.04642328925638],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8d5c839bb0020e576a05aae023dc6542 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_af66dab64762340475c4c81ec8652e9e = $(`&lt;div id=&quot;html_af66dab64762340475c4c81ec8652e9e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_8d5c839bb0020e576a05aae023dc6542.setContent(html_af66dab64762340475c4c81ec8652e9e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fe2a31172f34a3f5405baba6e38d6158.bindPopup(popup_8d5c839bb0020e576a05aae023dc6542)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b68d16ca7d9f5429951e168736fed0cf = L.circleMarker(\n",
+       "                [-36.51545806736471, 146.77200539172978],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f8df99941b51a4328b06be643b440704 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e4be2eeed3dcde004c12e06bbb52e236 = $(`&lt;div id=&quot;html_e4be2eeed3dcde004c12e06bbb52e236&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_f8df99941b51a4328b06be643b440704.setContent(html_e4be2eeed3dcde004c12e06bbb52e236);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b68d16ca7d9f5429951e168736fed0cf.bindPopup(popup_f8df99941b51a4328b06be643b440704)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_94e09d5043ae560ff201af247d084f2c = L.circleMarker(\n",
+       "                [-36.3773631539206, 147.07249850575948],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c5305a7f06f30fea94dd87d33fcbddd2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1ade6673c3d1b96837ef34417250f326 = $(`&lt;div id=&quot;html_1ade6673c3d1b96837ef34417250f326&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_c5305a7f06f30fea94dd87d33fcbddd2.setContent(html_1ade6673c3d1b96837ef34417250f326);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_94e09d5043ae560ff201af247d084f2c.bindPopup(popup_c5305a7f06f30fea94dd87d33fcbddd2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a6703d457fab13a72520efd716c5c142 = L.circleMarker(\n",
+       "                [-37.019406307936336, 146.76911449414342],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a7ada9b91023f96989a7d66c9aa32d28 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b00cb533dfc18779f118dd44c3f5c885 = $(`&lt;div id=&quot;html_b00cb533dfc18779f118dd44c3f5c885&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_a7ada9b91023f96989a7d66c9aa32d28.setContent(html_b00cb533dfc18779f118dd44c3f5c885);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a6703d457fab13a72520efd716c5c142.bindPopup(popup_a7ada9b91023f96989a7d66c9aa32d28)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5e410fcb38f7d3a87ed1a29dd39ab4a4 = L.circleMarker(\n",
+       "                [-37.01201845397954, 147.1583903024016],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2933e35aea0b20fae44479ccceeae828 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b59a8abbc78a59564ff1ecc293d875a2 = $(`&lt;div id=&quot;html_b59a8abbc78a59564ff1ecc293d875a2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_2933e35aea0b20fae44479ccceeae828.setContent(html_b59a8abbc78a59564ff1ecc293d875a2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5e410fcb38f7d3a87ed1a29dd39ab4a4.bindPopup(popup_2933e35aea0b20fae44479ccceeae828)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_509983287a03e3b81096e68c4c8acc3a = L.circleMarker(\n",
+       "                [-36.4287358295637, 147.02839714743322],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ac94cc96b2383667f020a8aab623cf98 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_347f3b3762e1989f43be576bc038ffcc = $(`&lt;div id=&quot;html_347f3b3762e1989f43be576bc038ffcc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_ac94cc96b2383667f020a8aab623cf98.setContent(html_347f3b3762e1989f43be576bc038ffcc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_509983287a03e3b81096e68c4c8acc3a.bindPopup(popup_ac94cc96b2383667f020a8aab623cf98)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f0b1938f8cb6a589fb228a9441a624fe = L.circleMarker(\n",
+       "                [-36.731341467572, 146.78393444473454],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_62f5fa35fe50450e0acd118482f8803b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_88ae0857a2c1a8caca7e6a8ec3d826e0 = $(`&lt;div id=&quot;html_88ae0857a2c1a8caca7e6a8ec3d826e0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_62f5fa35fe50450e0acd118482f8803b.setContent(html_88ae0857a2c1a8caca7e6a8ec3d826e0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f0b1938f8cb6a589fb228a9441a624fe.bindPopup(popup_62f5fa35fe50450e0acd118482f8803b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b8f7a786587b136ed13d2d3cc5e218f7 = L.circleMarker(\n",
+       "                [-36.57515859227137, 146.88731834799776],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6f4b0f5f4eee38444eb74f112dcf2418 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b59b27edbb47c0f9c3284d24eecd4bd = $(`&lt;div id=&quot;html_2b59b27edbb47c0f9c3284d24eecd4bd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_6f4b0f5f4eee38444eb74f112dcf2418.setContent(html_2b59b27edbb47c0f9c3284d24eecd4bd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b8f7a786587b136ed13d2d3cc5e218f7.bindPopup(popup_6f4b0f5f4eee38444eb74f112dcf2418)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9f8ff59b875879cbc048d84718b3adca = L.circleMarker(\n",
+       "                [-36.87312490951934, 147.23667381012976],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6b336bb10cb9daec0926906c1e286567 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aa8e010068bcdaebe9c0ad5377301fa1 = $(`&lt;div id=&quot;html_aa8e010068bcdaebe9c0ad5377301fa1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_6b336bb10cb9daec0926906c1e286567.setContent(html_aa8e010068bcdaebe9c0ad5377301fa1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9f8ff59b875879cbc048d84718b3adca.bindPopup(popup_6b336bb10cb9daec0926906c1e286567)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_351bbd6ed6fd1e35b5bceef98b43ca77 = L.circleMarker(\n",
+       "                [-36.60166118138541, 147.00916435792612],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_44ca46432158b4416eff0107df9910f5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2d28a92a970bd3be7b093c9f98e23831 = $(`&lt;div id=&quot;html_2d28a92a970bd3be7b093c9f98e23831&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_44ca46432158b4416eff0107df9910f5.setContent(html_2d28a92a970bd3be7b093c9f98e23831);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_351bbd6ed6fd1e35b5bceef98b43ca77.bindPopup(popup_44ca46432158b4416eff0107df9910f5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_38bc620953a5263124a8b4cc4305eb09 = L.circleMarker(\n",
+       "                [-37.06711118643356, 146.99990034664373],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_21209018a984ed265470e4c8fcf59244 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7464eec19f679115773a85bef9637a94 = $(`&lt;div id=&quot;html_7464eec19f679115773a85bef9637a94&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_21209018a984ed265470e4c8fcf59244.setContent(html_7464eec19f679115773a85bef9637a94);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_38bc620953a5263124a8b4cc4305eb09.bindPopup(popup_21209018a984ed265470e4c8fcf59244)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d41b7d794c14b4ddb62836b088f00787 = L.circleMarker(\n",
+       "                [-36.63878068274034, 146.8465929810054],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_025048bdd0b95dabe4bdc886f267da44 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_16a2a0a09491a362cf57faa78451bffd = $(`&lt;div id=&quot;html_16a2a0a09491a362cf57faa78451bffd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_025048bdd0b95dabe4bdc886f267da44.setContent(html_16a2a0a09491a362cf57faa78451bffd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d41b7d794c14b4ddb62836b088f00787.bindPopup(popup_025048bdd0b95dabe4bdc886f267da44)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e45565ee474b72cc68dd222ef177568a = L.circleMarker(\n",
+       "                [-36.50351444737961, 146.69909741628032],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bf7a1c1c4a39bae255b2b59fe4ae4478 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_de0de3ea87451eba4e585b7790ac4e78 = $(`&lt;div id=&quot;html_de0de3ea87451eba4e585b7790ac4e78&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_bf7a1c1c4a39bae255b2b59fe4ae4478.setContent(html_de0de3ea87451eba4e585b7790ac4e78);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e45565ee474b72cc68dd222ef177568a.bindPopup(popup_bf7a1c1c4a39bae255b2b59fe4ae4478)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_32421dddb83d280d022d8fcc9b38a6d6 = L.circleMarker(\n",
+       "                [-36.589120666328526, 147.12182801981672],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9cb87138e4533f33d9dd677a99cb903d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_009c4d6db2e86419ec123302e55e0409 = $(`&lt;div id=&quot;html_009c4d6db2e86419ec123302e55e0409&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_9cb87138e4533f33d9dd677a99cb903d.setContent(html_009c4d6db2e86419ec123302e55e0409);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_32421dddb83d280d022d8fcc9b38a6d6.bindPopup(popup_9cb87138e4533f33d9dd677a99cb903d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d2860f7c0a9c256265cb24095769f5a9 = L.circleMarker(\n",
+       "                [-37.08629282029539, 147.37719491288462],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_18a923ab5e81e996d884acb932e48e37 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1539cb47887d0c4f01830d1dc9afb28f = $(`&lt;div id=&quot;html_1539cb47887d0c4f01830d1dc9afb28f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_18a923ab5e81e996d884acb932e48e37.setContent(html_1539cb47887d0c4f01830d1dc9afb28f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d2860f7c0a9c256265cb24095769f5a9.bindPopup(popup_18a923ab5e81e996d884acb932e48e37)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_eaad7ebc308b01e96e500daa8809449f = L.circleMarker(\n",
+       "                [-36.73802141686502, 147.07646871670917],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_304f0f33c5e95fa85d74cf6e4c869f89 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_53766b16ff346584933e1e38f1a4d517 = $(`&lt;div id=&quot;html_53766b16ff346584933e1e38f1a4d517&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_304f0f33c5e95fa85d74cf6e4c869f89.setContent(html_53766b16ff346584933e1e38f1a4d517);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_eaad7ebc308b01e96e500daa8809449f.bindPopup(popup_304f0f33c5e95fa85d74cf6e4c869f89)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_100ea4690d7ee2c6ce670b30f4501ab4 = L.circleMarker(\n",
+       "                [-36.62222464544571, 146.90814984350934],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7548a12eb80f972fd2fcfbed674d6f24 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bd1e069c865603900b2742f40d0ce2d2 = $(`&lt;div id=&quot;html_bd1e069c865603900b2742f40d0ce2d2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_7548a12eb80f972fd2fcfbed674d6f24.setContent(html_bd1e069c865603900b2742f40d0ce2d2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_100ea4690d7ee2c6ce670b30f4501ab4.bindPopup(popup_7548a12eb80f972fd2fcfbed674d6f24)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bbf06fac0ea85076614e44db84fc514e = L.circleMarker(\n",
+       "                [-37.2556157395928, 147.04513924168566],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9b21f168836e185b22d80b4aeca25f79 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1357dc30c6bbac21b3d820f54530cd7b = $(`&lt;div id=&quot;html_1357dc30c6bbac21b3d820f54530cd7b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_9b21f168836e185b22d80b4aeca25f79.setContent(html_1357dc30c6bbac21b3d820f54530cd7b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bbf06fac0ea85076614e44db84fc514e.bindPopup(popup_9b21f168836e185b22d80b4aeca25f79)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b3d7b00fff116a72b227748c2ef74d3 = L.circleMarker(\n",
+       "                [-36.799201749613005, 147.21962332410314],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_152fcdc8714f9c8935cfc5294c204a27 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_54aeed87f286092dc019d927eba649aa = $(`&lt;div id=&quot;html_54aeed87f286092dc019d927eba649aa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_152fcdc8714f9c8935cfc5294c204a27.setContent(html_54aeed87f286092dc019d927eba649aa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b3d7b00fff116a72b227748c2ef74d3.bindPopup(popup_152fcdc8714f9c8935cfc5294c204a27)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_df16bb5588451e73601ab31c83978be9 = L.circleMarker(\n",
+       "                [-36.771238504134296, 147.05930997408842],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_95c7c10b866b32e8279fc7cbba93baea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_15de8b1a695df6ed22b8b3c54bcc8118 = $(`&lt;div id=&quot;html_15de8b1a695df6ed22b8b3c54bcc8118&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_95c7c10b866b32e8279fc7cbba93baea.setContent(html_15de8b1a695df6ed22b8b3c54bcc8118);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_df16bb5588451e73601ab31c83978be9.bindPopup(popup_95c7c10b866b32e8279fc7cbba93baea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9bcf36de609e7656b31eadc42648529f = L.circleMarker(\n",
+       "                [-36.751253096965335, 147.22529279300934],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a9b9fb9a33e96dffd87c2c144d7f3723 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1c34cd279829cc572e14afe4a3d9f7a3 = $(`&lt;div id=&quot;html_1c34cd279829cc572e14afe4a3d9f7a3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_a9b9fb9a33e96dffd87c2c144d7f3723.setContent(html_1c34cd279829cc572e14afe4a3d9f7a3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9bcf36de609e7656b31eadc42648529f.bindPopup(popup_a9b9fb9a33e96dffd87c2c144d7f3723)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce53f9aecf673fe084bb85031fbeddbf = L.circleMarker(\n",
+       "                [-36.81884861555697, 147.07073126100835],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9b3ef41a1416ff6981ec501a8ad892e2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fb3194cb15ae1b9b4c65298b1d66c898 = $(`&lt;div id=&quot;html_fb3194cb15ae1b9b4c65298b1d66c898&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_9b3ef41a1416ff6981ec501a8ad892e2.setContent(html_fb3194cb15ae1b9b4c65298b1d66c898);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce53f9aecf673fe084bb85031fbeddbf.bindPopup(popup_9b3ef41a1416ff6981ec501a8ad892e2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c320058cc2a1174231a9ef5bf3604f85 = L.circleMarker(\n",
+       "                [-36.60437126642152, 146.78451273517527],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_14890f70042a014004e58d0f5680b890 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7eefb02cdb3eface700324f1ff1bb618 = $(`&lt;div id=&quot;html_7eefb02cdb3eface700324f1ff1bb618&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_14890f70042a014004e58d0f5680b890.setContent(html_7eefb02cdb3eface700324f1ff1bb618);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c320058cc2a1174231a9ef5bf3604f85.bindPopup(popup_14890f70042a014004e58d0f5680b890)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1443b62ce9e9fe99b5de7f0fbc45168f = L.circleMarker(\n",
+       "                [-36.68224170737126, 146.92080318993737],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_464a8c5db5180552fba71b7ecbb537a4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b2233709b5f390918a5643438c13733c = $(`&lt;div id=&quot;html_b2233709b5f390918a5643438c13733c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_464a8c5db5180552fba71b7ecbb537a4.setContent(html_b2233709b5f390918a5643438c13733c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1443b62ce9e9fe99b5de7f0fbc45168f.bindPopup(popup_464a8c5db5180552fba71b7ecbb537a4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c52ba275457bb4a9fc318765f4eb7a97 = L.circleMarker(\n",
+       "                [-36.51996154271186, 147.0954047364683],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3e3005030b6d24585ba65baef52e2f63 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c813a74d0d92e8c133e4823b7b7931ca = $(`&lt;div id=&quot;html_c813a74d0d92e8c133e4823b7b7931ca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_3e3005030b6d24585ba65baef52e2f63.setContent(html_c813a74d0d92e8c133e4823b7b7931ca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c52ba275457bb4a9fc318765f4eb7a97.bindPopup(popup_3e3005030b6d24585ba65baef52e2f63)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3b15e0f9068c813b74ad37e1b59a2b7b = L.circleMarker(\n",
+       "                [-37.33431084658536, 147.29395176816266],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_42eea6df4a39b199315072c4d4debbfb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0546b99a691ec94090013c096f75ffb5 = $(`&lt;div id=&quot;html_0546b99a691ec94090013c096f75ffb5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_42eea6df4a39b199315072c4d4debbfb.setContent(html_0546b99a691ec94090013c096f75ffb5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3b15e0f9068c813b74ad37e1b59a2b7b.bindPopup(popup_42eea6df4a39b199315072c4d4debbfb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d5cea3ffd165d99dbaa39b1725aae84c = L.circleMarker(\n",
+       "                [-37.03032324191359, 147.27781745288064],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_26d188e4628c10ddd42a6d450aeb518f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_13d87cefd8f8f5992c5ae4a9d4517754 = $(`&lt;div id=&quot;html_13d87cefd8f8f5992c5ae4a9d4517754&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_26d188e4628c10ddd42a6d450aeb518f.setContent(html_13d87cefd8f8f5992c5ae4a9d4517754);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d5cea3ffd165d99dbaa39b1725aae84c.bindPopup(popup_26d188e4628c10ddd42a6d450aeb518f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_26841831a17a745b68ef3cf66d5d1179 = L.circleMarker(\n",
+       "                [-36.60151717990716, 146.6655446695168],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a884aef7270cc4badb277e1d249e40a0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_173599631fd8319a8cada2bb6c82fe19 = $(`&lt;div id=&quot;html_173599631fd8319a8cada2bb6c82fe19&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_a884aef7270cc4badb277e1d249e40a0.setContent(html_173599631fd8319a8cada2bb6c82fe19);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_26841831a17a745b68ef3cf66d5d1179.bindPopup(popup_a884aef7270cc4badb277e1d249e40a0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_136475b30c93888ad4596cbffa51893f = L.circleMarker(\n",
+       "                [-36.86914918544879, 146.89447795944352],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f1fa662760827cf74111c349cec641d1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1924eb488049bab241ed251812bfdd7c = $(`&lt;div id=&quot;html_1924eb488049bab241ed251812bfdd7c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_f1fa662760827cf74111c349cec641d1.setContent(html_1924eb488049bab241ed251812bfdd7c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_136475b30c93888ad4596cbffa51893f.bindPopup(popup_f1fa662760827cf74111c349cec641d1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_95ebc503165e42ced538df13e99812eb = L.circleMarker(\n",
+       "                [-37.20605377743652, 146.68550677455977],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8b2db28f0bb76ca7a377c9e83ceb6fa3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d800acca8ba863c4fff06f74fd9fe7e8 = $(`&lt;div id=&quot;html_d800acca8ba863c4fff06f74fd9fe7e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_8b2db28f0bb76ca7a377c9e83ceb6fa3.setContent(html_d800acca8ba863c4fff06f74fd9fe7e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_95ebc503165e42ced538df13e99812eb.bindPopup(popup_8b2db28f0bb76ca7a377c9e83ceb6fa3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7d07176d979d0220368cce70005dbfb4 = L.circleMarker(\n",
+       "                [-36.70256222923991, 147.02909789331355],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c33088f33d95f6351c6ef8945bdb8719 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_197b667e0da07abfa5c0c68808965385 = $(`&lt;div id=&quot;html_197b667e0da07abfa5c0c68808965385&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_c33088f33d95f6351c6ef8945bdb8719.setContent(html_197b667e0da07abfa5c0c68808965385);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7d07176d979d0220368cce70005dbfb4.bindPopup(popup_c33088f33d95f6351c6ef8945bdb8719)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4fc2f506994b3702c9fa5394792099cf = L.circleMarker(\n",
+       "                [-36.76615128478322, 147.13767156851736],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_94707576f3e8af3bf92d674aaf5b52b3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eb1aa65bf9834daab20cda012713d83d = $(`&lt;div id=&quot;html_eb1aa65bf9834daab20cda012713d83d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_94707576f3e8af3bf92d674aaf5b52b3.setContent(html_eb1aa65bf9834daab20cda012713d83d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4fc2f506994b3702c9fa5394792099cf.bindPopup(popup_94707576f3e8af3bf92d674aaf5b52b3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8d31f0b274af25b7cbaa16ab6f2c5607 = L.circleMarker(\n",
+       "                [-36.664615875000806, 146.72765929226892],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9ccd6ab154d4d91fe1cc7f0cdf14f597 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_34cd66b20977f64021f2680cdd1d7a93 = $(`&lt;div id=&quot;html_34cd66b20977f64021f2680cdd1d7a93&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Alpine: crime count = -0.7471987844387373&lt;/div&gt;`)[0];\n",
+       "                popup_9ccd6ab154d4d91fe1cc7f0cdf14f597.setContent(html_34cd66b20977f64021f2680cdd1d7a93);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8d31f0b274af25b7cbaa16ab6f2c5607.bindPopup(popup_9ccd6ab154d4d91fe1cc7f0cdf14f597)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_179341faeac50dd0b43b5c64a9ddd9de = L.circleMarker(\n",
+       "                [-37.17530527911416, 143.25849852048705],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ee11b6f483800a2d7ba23a94f00c6cf4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eeba67d4a51f2ee96791700ff59d8436 = $(`&lt;div id=&quot;html_eeba67d4a51f2ee96791700ff59d8436&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_ee11b6f483800a2d7ba23a94f00c6cf4.setContent(html_eeba67d4a51f2ee96791700ff59d8436);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_179341faeac50dd0b43b5c64a9ddd9de.bindPopup(popup_ee11b6f483800a2d7ba23a94f00c6cf4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_74534cf59237b4181caf84faaae400dd = L.circleMarker(\n",
+       "                [-37.60804618453905, 142.62641637209938],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dad6d4f6ae4c936407192ad25dcbadd9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_67e840cbf77c9b9b328fc288bd2191d1 = $(`&lt;div id=&quot;html_67e840cbf77c9b9b328fc288bd2191d1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_dad6d4f6ae4c936407192ad25dcbadd9.setContent(html_67e840cbf77c9b9b328fc288bd2191d1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_74534cf59237b4181caf84faaae400dd.bindPopup(popup_dad6d4f6ae4c936407192ad25dcbadd9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cb61e767c3c137eb22fe41a27c8d7c8a = L.circleMarker(\n",
+       "                [-37.676539219302704, 142.96721600150363],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_96a3b2306a2e91ec7811697bf70cdd98 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5f7f2fc3d7cbf86ec835145fb7808427 = $(`&lt;div id=&quot;html_5f7f2fc3d7cbf86ec835145fb7808427&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_96a3b2306a2e91ec7811697bf70cdd98.setContent(html_5f7f2fc3d7cbf86ec835145fb7808427);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cb61e767c3c137eb22fe41a27c8d7c8a.bindPopup(popup_96a3b2306a2e91ec7811697bf70cdd98)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2a509e5f4e7c014d089f09345d8a2653 = L.circleMarker(\n",
+       "                [-37.69726356501353, 142.71361957440857],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_07e44f7b404243d9eecb9d06ae9d6128 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_76536f1c6ddffcfecbc8f67d9b18be29 = $(`&lt;div id=&quot;html_76536f1c6ddffcfecbc8f67d9b18be29&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_07e44f7b404243d9eecb9d06ae9d6128.setContent(html_76536f1c6ddffcfecbc8f67d9b18be29);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2a509e5f4e7c014d089f09345d8a2653.bindPopup(popup_07e44f7b404243d9eecb9d06ae9d6128)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d4a4e2a7820b0a5b787f54666db25e80 = L.circleMarker(\n",
+       "                [-37.88125156257071, 142.81442606869578],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6264f862814eed398430814bff20ca5b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cc5a77a8d9cadbce8c8904f4c91832b9 = $(`&lt;div id=&quot;html_cc5a77a8d9cadbce8c8904f4c91832b9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_6264f862814eed398430814bff20ca5b.setContent(html_cc5a77a8d9cadbce8c8904f4c91832b9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d4a4e2a7820b0a5b787f54666db25e80.bindPopup(popup_6264f862814eed398430814bff20ca5b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5889de3f3b27af4e539d5ae8ca84a16d = L.circleMarker(\n",
+       "                [-37.36444361826473, 143.16750833234656],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_382f4ab0d8c108e301feaf764a93c59e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c0787612a376441e6601b5f4c82b2e73 = $(`&lt;div id=&quot;html_c0787612a376441e6601b5f4c82b2e73&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_382f4ab0d8c108e301feaf764a93c59e.setContent(html_c0787612a376441e6601b5f4c82b2e73);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5889de3f3b27af4e539d5ae8ca84a16d.bindPopup(popup_382f4ab0d8c108e301feaf764a93c59e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_798bd1c88341909957e39979165a4807 = L.circleMarker(\n",
+       "                [-37.72020275236564, 142.84699160475236],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ba01d2eb3be61c66a413433beabac8fc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_834384cbf3e7e8f6ae7dbd57ddd9b0df = $(`&lt;div id=&quot;html_834384cbf3e7e8f6ae7dbd57ddd9b0df&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_ba01d2eb3be61c66a413433beabac8fc.setContent(html_834384cbf3e7e8f6ae7dbd57ddd9b0df);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_798bd1c88341909957e39979165a4807.bindPopup(popup_ba01d2eb3be61c66a413433beabac8fc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6e35362e29c3b1ccc092df03be097bff = L.circleMarker(\n",
+       "                [-37.50807675134658, 142.9941624013668],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_45ef57cff28af5ce3de5777e48cb9e45 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fedca4a5740cf61bb1a0552b533da015 = $(`&lt;div id=&quot;html_fedca4a5740cf61bb1a0552b533da015&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_45ef57cff28af5ce3de5777e48cb9e45.setContent(html_fedca4a5740cf61bb1a0552b533da015);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6e35362e29c3b1ccc092df03be097bff.bindPopup(popup_45ef57cff28af5ce3de5777e48cb9e45)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_87069ac3c41d68f5d4ebcbe43ecd25a8 = L.circleMarker(\n",
+       "                [-37.42865168113386, 142.86291467243646],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_50df4dc9f4f4ed4b5d1857c2798c0e51 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_160c777baa38b4d5b08363f2052dd6c6 = $(`&lt;div id=&quot;html_160c777baa38b4d5b08363f2052dd6c6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_50df4dc9f4f4ed4b5d1857c2798c0e51.setContent(html_160c777baa38b4d5b08363f2052dd6c6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_87069ac3c41d68f5d4ebcbe43ecd25a8.bindPopup(popup_50df4dc9f4f4ed4b5d1857c2798c0e51)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fe5a10b5204cdb9c5e32543fa534cc35 = L.circleMarker(\n",
+       "                [-37.124070928331086, 143.10925359640433],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6dd89fc1ced1ad0ac5cf7e2d5585a276 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f9bbf3f6195bbd4e16c4bedc99266464 = $(`&lt;div id=&quot;html_f9bbf3f6195bbd4e16c4bedc99266464&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_6dd89fc1ced1ad0ac5cf7e2d5585a276.setContent(html_f9bbf3f6195bbd4e16c4bedc99266464);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fe5a10b5204cdb9c5e32543fa534cc35.bindPopup(popup_6dd89fc1ced1ad0ac5cf7e2d5585a276)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d15c00e96c133ed23a97caabbb33f555 = L.circleMarker(\n",
+       "                [-37.12552400635234, 142.52869955544804],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0423f4738a5b29936ea90f7f5b2e3ab0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d47279eeb7bc4de80739bb6b4e73af89 = $(`&lt;div id=&quot;html_d47279eeb7bc4de80739bb6b4e73af89&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_0423f4738a5b29936ea90f7f5b2e3ab0.setContent(html_d47279eeb7bc4de80739bb6b4e73af89);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d15c00e96c133ed23a97caabbb33f555.bindPopup(popup_0423f4738a5b29936ea90f7f5b2e3ab0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bb54cef05131f9034c37b0625d45cfc7 = L.circleMarker(\n",
+       "                [-37.21248129220103, 142.88210785516728],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f08ef895d881cb4005389530212d8413 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c93eaf12ec064d99168a60457dfae151 = $(`&lt;div id=&quot;html_c93eaf12ec064d99168a60457dfae151&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_f08ef895d881cb4005389530212d8413.setContent(html_c93eaf12ec064d99168a60457dfae151);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bb54cef05131f9034c37b0625d45cfc7.bindPopup(popup_f08ef895d881cb4005389530212d8413)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f1b5ee56e640fc9fb8447f5039d63eec = L.circleMarker(\n",
+       "                [-37.42524894351536, 143.0827037455175],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_658c4fa57f872a01486467c660599ecf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2c25fdfa149397b5b329be9e4cd6ef83 = $(`&lt;div id=&quot;html_2c25fdfa149397b5b329be9e4cd6ef83&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_658c4fa57f872a01486467c660599ecf.setContent(html_2c25fdfa149397b5b329be9e4cd6ef83);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f1b5ee56e640fc9fb8447f5039d63eec.bindPopup(popup_658c4fa57f872a01486467c660599ecf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3f9dca9833b1dd2247d53e3ead102419 = L.circleMarker(\n",
+       "                [-37.519901685778265, 142.70975943455457],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3a1187847e1b17d776272b9885ed3452 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e541255478ccfd3d1684af5ea54b60df = $(`&lt;div id=&quot;html_e541255478ccfd3d1684af5ea54b60df&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_3a1187847e1b17d776272b9885ed3452.setContent(html_e541255478ccfd3d1684af5ea54b60df);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3f9dca9833b1dd2247d53e3ead102419.bindPopup(popup_3a1187847e1b17d776272b9885ed3452)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f4d9e55ddcaf5df25070175cb60ac796 = L.circleMarker(\n",
+       "                [-37.13483666071384, 142.76400461812582],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_94a3e39e388120ee2e28fafb06c9d58a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_609875cd5124c10ed9199516326c3173 = $(`&lt;div id=&quot;html_609875cd5124c10ed9199516326c3173&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_94a3e39e388120ee2e28fafb06c9d58a.setContent(html_609875cd5124c10ed9199516326c3173);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f4d9e55ddcaf5df25070175cb60ac796.bindPopup(popup_94a3e39e388120ee2e28fafb06c9d58a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1717037eb82cb76f1abb0945c588ed4b = L.circleMarker(\n",
+       "                [-37.25549248328745, 143.2147900263405],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_30de6d1bc30756813c6d5711b86a34ee = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_73f2ff1cebef2f827c599d292aa65a10 = $(`&lt;div id=&quot;html_73f2ff1cebef2f827c599d292aa65a10&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_30de6d1bc30756813c6d5711b86a34ee.setContent(html_73f2ff1cebef2f827c599d292aa65a10);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1717037eb82cb76f1abb0945c588ed4b.bindPopup(popup_30de6d1bc30756813c6d5711b86a34ee)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b81c294af25e4c0657202ead5a8a58c7 = L.circleMarker(\n",
+       "                [-37.25350588140866, 142.8626256448362],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3a82c4bbdc30bd1f3b4db16b70e8f933 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5a65a06d4a78648282454315c233c2b8 = $(`&lt;div id=&quot;html_5a65a06d4a78648282454315c233c2b8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_3a82c4bbdc30bd1f3b4db16b70e8f933.setContent(html_5a65a06d4a78648282454315c233c2b8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b81c294af25e4c0657202ead5a8a58c7.bindPopup(popup_3a82c4bbdc30bd1f3b4db16b70e8f933)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fee935c2ab4547a2c8542d8eadfa9a91 = L.circleMarker(\n",
+       "                [-37.221822410664224, 142.78129461893892],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3a8c572335e3f878f684992d3d5b4da8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b588d108704799061d0d8651b43b33b7 = $(`&lt;div id=&quot;html_b588d108704799061d0d8651b43b33b7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_3a8c572335e3f878f684992d3d5b4da8.setContent(html_b588d108704799061d0d8651b43b33b7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fee935c2ab4547a2c8542d8eadfa9a91.bindPopup(popup_3a8c572335e3f878f684992d3d5b4da8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8e914513982ada9ee4f6cf58062119b1 = L.circleMarker(\n",
+       "                [-37.23398786870049, 142.61855214543567],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0625c42f4a295aea7550ea89ddf1ab00 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ff6115275ade1a6c9927c86bed83c5f7 = $(`&lt;div id=&quot;html_ff6115275ade1a6c9927c86bed83c5f7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_0625c42f4a295aea7550ea89ddf1ab00.setContent(html_ff6115275ade1a6c9927c86bed83c5f7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8e914513982ada9ee4f6cf58062119b1.bindPopup(popup_0625c42f4a295aea7550ea89ddf1ab00)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dbe87744b6513a6f05277f152be94fb9 = L.circleMarker(\n",
+       "                [-37.239015551256216, 143.29467405336936],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6259f8140f31aad7dcf8aa81dbc6ed1e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_938decc14b8c06f2748f6f803d7552ba = $(`&lt;div id=&quot;html_938decc14b8c06f2748f6f803d7552ba&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_6259f8140f31aad7dcf8aa81dbc6ed1e.setContent(html_938decc14b8c06f2748f6f803d7552ba);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dbe87744b6513a6f05277f152be94fb9.bindPopup(popup_6259f8140f31aad7dcf8aa81dbc6ed1e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c903decfa44d8b18939551837692477f = L.circleMarker(\n",
+       "                [-37.640237451877496, 143.08617516306464],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5ee0855cd8242f0bc27ae375a97a065e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cc8240a365cc6bf2425a64cae6822737 = $(`&lt;div id=&quot;html_cc8240a365cc6bf2425a64cae6822737&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_5ee0855cd8242f0bc27ae375a97a065e.setContent(html_cc8240a365cc6bf2425a64cae6822737);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c903decfa44d8b18939551837692477f.bindPopup(popup_5ee0855cd8242f0bc27ae375a97a065e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ba9d310849dce62e9c917c55f91f3a83 = L.circleMarker(\n",
+       "                [-37.34080136520349, 142.93941401130166],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_19a0e2e70bfc7883453b062279e2152f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_03e45802f1e6407b45e45bc6eba0da33 = $(`&lt;div id=&quot;html_03e45802f1e6407b45e45bc6eba0da33&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_19a0e2e70bfc7883453b062279e2152f.setContent(html_03e45802f1e6407b45e45bc6eba0da33);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ba9d310849dce62e9c917c55f91f3a83.bindPopup(popup_19a0e2e70bfc7883453b062279e2152f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7c2b3d93a9aca1a142e5ed124dc05cf7 = L.circleMarker(\n",
+       "                [-37.21996988822456, 143.12430601795984],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1af7c370b2ab8914bc480aab141f1b43 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0377651efc4fab39874dc28e108d2a9b = $(`&lt;div id=&quot;html_0377651efc4fab39874dc28e108d2a9b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_1af7c370b2ab8914bc480aab141f1b43.setContent(html_0377651efc4fab39874dc28e108d2a9b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7c2b3d93a9aca1a142e5ed124dc05cf7.bindPopup(popup_1af7c370b2ab8914bc480aab141f1b43)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f9d991f21fe5ec2c996a854d89bcb1e4 = L.circleMarker(\n",
+       "                [-37.33426709249834, 143.02989748005],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f476956179deee47004094715d8a3148 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_895c88febc6ba1e62ba3107df05b3288 = $(`&lt;div id=&quot;html_895c88febc6ba1e62ba3107df05b3288&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_f476956179deee47004094715d8a3148.setContent(html_895c88febc6ba1e62ba3107df05b3288);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f9d991f21fe5ec2c996a854d89bcb1e4.bindPopup(popup_f476956179deee47004094715d8a3148)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1b7e3b11074900159f13fd870dac0eb6 = L.circleMarker(\n",
+       "                [-37.67549125805343, 142.3603201091079],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9faba01588e3569d86beb2bc8a0b4c0c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ade1d793a03da58afe83112b63a3915f = $(`&lt;div id=&quot;html_ade1d793a03da58afe83112b63a3915f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_9faba01588e3569d86beb2bc8a0b4c0c.setContent(html_ade1d793a03da58afe83112b63a3915f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1b7e3b11074900159f13fd870dac0eb6.bindPopup(popup_9faba01588e3569d86beb2bc8a0b4c0c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3aa0874aa4e54948681972440943c39d = L.circleMarker(\n",
+       "                [-37.29093452269771, 142.73735043045392],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8fb9a79436b63fc2fd97f72c83ce1428 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4a631d544c1deac34eb942119e45a076 = $(`&lt;div id=&quot;html_4a631d544c1deac34eb942119e45a076&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_8fb9a79436b63fc2fd97f72c83ce1428.setContent(html_4a631d544c1deac34eb942119e45a076);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3aa0874aa4e54948681972440943c39d.bindPopup(popup_8fb9a79436b63fc2fd97f72c83ce1428)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b25c3fba9058a014b00dfc16beb99420 = L.circleMarker(\n",
+       "                [-37.834424204088734, 142.5437340161048],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e7225b1f6f76d66ef09a184919fa7231 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8f48d77753c6940ee79499ae7fae0f46 = $(`&lt;div id=&quot;html_8f48d77753c6940ee79499ae7fae0f46&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_e7225b1f6f76d66ef09a184919fa7231.setContent(html_8f48d77753c6940ee79499ae7fae0f46);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b25c3fba9058a014b00dfc16beb99420.bindPopup(popup_e7225b1f6f76d66ef09a184919fa7231)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2212a33fe7eda1f29b51c4a6241bb0c9 = L.circleMarker(\n",
+       "                [-37.303018247885525, 143.18072553613572],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_63cb363e52cc0f113a7703dac00a8c12 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ee530c294a47eb051e8b87bed2963f25 = $(`&lt;div id=&quot;html_ee530c294a47eb051e8b87bed2963f25&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_63cb363e52cc0f113a7703dac00a8c12.setContent(html_ee530c294a47eb051e8b87bed2963f25);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2212a33fe7eda1f29b51c4a6241bb0c9.bindPopup(popup_63cb363e52cc0f113a7703dac00a8c12)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_474b4f04d1c20240501b581b6e9bed17 = L.circleMarker(\n",
+       "                [-37.26243116186075, 142.97564593258485],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e3d7fc067ba90f1533c731618bb19ae8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d9c57087191dc0c9640b561b21e7125d = $(`&lt;div id=&quot;html_d9c57087191dc0c9640b561b21e7125d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_e3d7fc067ba90f1533c731618bb19ae8.setContent(html_d9c57087191dc0c9640b561b21e7125d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_474b4f04d1c20240501b581b6e9bed17.bindPopup(popup_e3d7fc067ba90f1533c731618bb19ae8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_56ddd89b3fecd66dc2ad1841d2acec5a = L.circleMarker(\n",
+       "                [-37.30888011450127, 142.87664224804],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_152a03a4f508feafb8584f9bd7318452 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cbb934dc8195cd311aa20f85988db811 = $(`&lt;div id=&quot;html_cbb934dc8195cd311aa20f85988db811&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_152a03a4f508feafb8584f9bd7318452.setContent(html_cbb934dc8195cd311aa20f85988db811);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_56ddd89b3fecd66dc2ad1841d2acec5a.bindPopup(popup_152a03a4f508feafb8584f9bd7318452)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4e3ebb9ae96bff1a1610557428d51b06 = L.circleMarker(\n",
+       "                [-37.81997295849067, 143.0790308655298],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7fa63d379d2cdad14e1ae0757f539c0f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ce10c662dbc3f09ed8d7604ffe293f4c = $(`&lt;div id=&quot;html_ce10c662dbc3f09ed8d7604ffe293f4c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_7fa63d379d2cdad14e1ae0757f539c0f.setContent(html_ce10c662dbc3f09ed8d7604ffe293f4c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4e3ebb9ae96bff1a1610557428d51b06.bindPopup(popup_7fa63d379d2cdad14e1ae0757f539c0f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ff265cb2eac3177993236ee731f6a5c0 = L.circleMarker(\n",
+       "                [-37.52620639095166, 143.13153400689552],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_254a512456a0f2151424a55b998e5ba4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_37eab99856e9f0751df14386d1a3ba8a = $(`&lt;div id=&quot;html_37eab99856e9f0751df14386d1a3ba8a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_254a512456a0f2151424a55b998e5ba4.setContent(html_37eab99856e9f0751df14386d1a3ba8a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ff265cb2eac3177993236ee731f6a5c0.bindPopup(popup_254a512456a0f2151424a55b998e5ba4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_42ccf25ff73087c15e21ffbb0d873655 = L.circleMarker(\n",
+       "                [-37.39216324331027, 142.92567259172588],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ca939ff60b657130cd0ae0bc971af449 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9311eec91a345d9adcb909293a0a7d91 = $(`&lt;div id=&quot;html_9311eec91a345d9adcb909293a0a7d91&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_ca939ff60b657130cd0ae0bc971af449.setContent(html_9311eec91a345d9adcb909293a0a7d91);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_42ccf25ff73087c15e21ffbb0d873655.bindPopup(popup_ca939ff60b657130cd0ae0bc971af449)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1d530aa07ec676bd950fca795bd0eb8d = L.circleMarker(\n",
+       "                [-37.387246774741946, 142.74540341198133],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b44a1fab00dd46910866f904d4033fef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_11890276f894227ba6c23a19d3719f3e = $(`&lt;div id=&quot;html_11890276f894227ba6c23a19d3719f3e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_b44a1fab00dd46910866f904d4033fef.setContent(html_11890276f894227ba6c23a19d3719f3e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1d530aa07ec676bd950fca795bd0eb8d.bindPopup(popup_b44a1fab00dd46910866f904d4033fef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_09c03a7f3fc064988473fcd6891195c4 = L.circleMarker(\n",
+       "                [-37.53357939595084, 142.48183486437162],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3be6e418cb49023e830c86adaa32bfaa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cb69ebbb498da916335456df3d611b14 = $(`&lt;div id=&quot;html_cb69ebbb498da916335456df3d611b14&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_3be6e418cb49023e830c86adaa32bfaa.setContent(html_cb69ebbb498da916335456df3d611b14);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_09c03a7f3fc064988473fcd6891195c4.bindPopup(popup_3be6e418cb49023e830c86adaa32bfaa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c343b0fd2e21e3fd2fdffeb0faec3d50 = L.circleMarker(\n",
+       "                [-37.336650038300654, 142.85246844239518],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b339c9bc43c087950b33440d39d1708e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_90d5c0efc3bb80579919c04affc8d15c = $(`&lt;div id=&quot;html_90d5c0efc3bb80579919c04affc8d15c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_b339c9bc43c087950b33440d39d1708e.setContent(html_90d5c0efc3bb80579919c04affc8d15c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c343b0fd2e21e3fd2fdffeb0faec3d50.bindPopup(popup_b339c9bc43c087950b33440d39d1708e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ed2e41dc0f802a16644b9eceb7eb0e9b = L.circleMarker(\n",
+       "                [-37.84794780277048, 142.65859355827192],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_68068d3301573eb7990ea77abfa3ac92 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aad21340a0d7fae261b6b19290673104 = $(`&lt;div id=&quot;html_aad21340a0d7fae261b6b19290673104&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_68068d3301573eb7990ea77abfa3ac92.setContent(html_aad21340a0d7fae261b6b19290673104);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ed2e41dc0f802a16644b9eceb7eb0e9b.bindPopup(popup_68068d3301573eb7990ea77abfa3ac92)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5a812238cd267f34a05bf5b1149ddbfb = L.circleMarker(\n",
+       "                [-37.398896694498575, 143.24150243756304],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9568cb1dd021c2a487b4215d3393d435 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d551b7cb53c8c1e2667fcb60ac63cfb = $(`&lt;div id=&quot;html_7d551b7cb53c8c1e2667fcb60ac63cfb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_9568cb1dd021c2a487b4215d3393d435.setContent(html_7d551b7cb53c8c1e2667fcb60ac63cfb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5a812238cd267f34a05bf5b1149ddbfb.bindPopup(popup_9568cb1dd021c2a487b4215d3393d435)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e68aef494a8865240494302843e39f06 = L.circleMarker(\n",
+       "                [-37.7529007078831, 142.63568976537448],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_db8ac9c1d0d00ffaf07c26e876dbb3c0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_185ff555e9b148119a9b5a0b6ac5b511 = $(`&lt;div id=&quot;html_185ff555e9b148119a9b5a0b6ac5b511&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_db8ac9c1d0d00ffaf07c26e876dbb3c0.setContent(html_185ff555e9b148119a9b5a0b6ac5b511);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e68aef494a8865240494302843e39f06.bindPopup(popup_db8ac9c1d0d00ffaf07c26e876dbb3c0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_74c5635e837d29cbcd56311612b96ca2 = L.circleMarker(\n",
+       "                [-37.20588038680301, 143.05083516208506],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a9f79954c53b6dcd25ac7571a89209ac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_719be020774e8731b7adf7b7b9ace05f = $(`&lt;div id=&quot;html_719be020774e8731b7adf7b7b9ace05f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_a9f79954c53b6dcd25ac7571a89209ac.setContent(html_719be020774e8731b7adf7b7b9ace05f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_74c5635e837d29cbcd56311612b96ca2.bindPopup(popup_a9f79954c53b6dcd25ac7571a89209ac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3d7828e84e0514ff74fd875a91414db2 = L.circleMarker(\n",
+       "                [-37.38737824521202, 142.5518683784631],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e9a7d799096debd8f8d657f2c866c22f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ac0d9dffdd4e407c761cc8e8b031a3b2 = $(`&lt;div id=&quot;html_ac0d9dffdd4e407c761cc8e8b031a3b2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_e9a7d799096debd8f8d657f2c866c22f.setContent(html_ac0d9dffdd4e407c761cc8e8b031a3b2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3d7828e84e0514ff74fd875a91414db2.bindPopup(popup_e9a7d799096debd8f8d657f2c866c22f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9ea39ada889ca7c5ac9c7882f96c06ca = L.circleMarker(\n",
+       "                [-37.69804560095911, 142.52359585608912],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7c17b737f831899ee0051f2be567b4bc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_44eed415774ff727046f7c45b6eafc69 = $(`&lt;div id=&quot;html_44eed415774ff727046f7c45b6eafc69&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_7c17b737f831899ee0051f2be567b4bc.setContent(html_44eed415774ff727046f7c45b6eafc69);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9ea39ada889ca7c5ac9c7882f96c06ca.bindPopup(popup_7c17b737f831899ee0051f2be567b4bc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_17e0ddc54210bc47c9eaadad766ae63d = L.circleMarker(\n",
+       "                [-37.60435545034069, 142.9501228325798],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_54ecd964dd2a5dc64d4f02b0ed16a255 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b4517acbb89589aae56c369d43cc6b5c = $(`&lt;div id=&quot;html_b4517acbb89589aae56c369d43cc6b5c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_54ecd964dd2a5dc64d4f02b0ed16a255.setContent(html_b4517acbb89589aae56c369d43cc6b5c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_17e0ddc54210bc47c9eaadad766ae63d.bindPopup(popup_54ecd964dd2a5dc64d4f02b0ed16a255)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_da5cc46f6aa17ecc7f683af15e045a96 = L.circleMarker(\n",
+       "                [-37.166663719889534, 142.88183696586393],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3420ba4c19fde767e50d921769bcb235 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca4551466a161bcb31981ed36cfe9573 = $(`&lt;div id=&quot;html_ca4551466a161bcb31981ed36cfe9573&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_3420ba4c19fde767e50d921769bcb235.setContent(html_ca4551466a161bcb31981ed36cfe9573);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_da5cc46f6aa17ecc7f683af15e045a96.bindPopup(popup_3420ba4c19fde767e50d921769bcb235)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d9578b903ab1b575705af812a8162408 = L.circleMarker(\n",
+       "                [-37.758886379028986, 143.019094060156],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d1c0a5b92b856e43cebaa1267e33d464 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3d8948ec5bac17ba88409484a760ae38 = $(`&lt;div id=&quot;html_3d8948ec5bac17ba88409484a760ae38&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_d1c0a5b92b856e43cebaa1267e33d464.setContent(html_3d8948ec5bac17ba88409484a760ae38);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d9578b903ab1b575705af812a8162408.bindPopup(popup_d1c0a5b92b856e43cebaa1267e33d464)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b0adff0fdc508423453f230efe472ba8 = L.circleMarker(\n",
+       "                [-37.203676216000304, 143.17789836090964],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_20e3d565d7d72851d02c9b23cfd5cd93 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7b0b18f3648341d7bad2f422ecb4d3d3 = $(`&lt;div id=&quot;html_7b0b18f3648341d7bad2f422ecb4d3d3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_20e3d565d7d72851d02c9b23cfd5cd93.setContent(html_7b0b18f3648341d7bad2f422ecb4d3d3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b0adff0fdc508423453f230efe472ba8.bindPopup(popup_20e3d565d7d72851d02c9b23cfd5cd93)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7ce2afcb94d6f3169a15ebb671f14c46 = L.circleMarker(\n",
+       "                [-37.518596917337725, 142.86165797764633],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d830fade1ce83682b4a6f6fbf25b4c1d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6b16a08a28f2def8aaef5f9fe4c7a8d7 = $(`&lt;div id=&quot;html_6b16a08a28f2def8aaef5f9fe4c7a8d7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_d830fade1ce83682b4a6f6fbf25b4c1d.setContent(html_6b16a08a28f2def8aaef5f9fe4c7a8d7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7ce2afcb94d6f3169a15ebb671f14c46.bindPopup(popup_d830fade1ce83682b4a6f6fbf25b4c1d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1d5e1be47313937008d319629577bf9d = L.circleMarker(\n",
+       "                [-37.28429960259135, 143.11445111332532],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_09ca35f3b5390d21aa012e21918a8b7e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fa921fd8e240e6c140265fec537edbff = $(`&lt;div id=&quot;html_fa921fd8e240e6c140265fec537edbff&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ararat: crime count = -0.5939683375589822&lt;/div&gt;`)[0];\n",
+       "                popup_09ca35f3b5390d21aa012e21918a8b7e.setContent(html_fa921fd8e240e6c140265fec537edbff);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1d5e1be47313937008d319629577bf9d.bindPopup(popup_09ca35f3b5390d21aa012e21918a8b7e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ad04196d7749335202ca4d034684d92b = L.circleMarker(\n",
+       "                [-37.58088801833034, 143.8159988961649],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b34cde670c00d9790e6ac36bdcef04ac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b511d0db3d816ff1f41e0221fdf94100 = $(`&lt;div id=&quot;html_b511d0db3d816ff1f41e0221fdf94100&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_b34cde670c00d9790e6ac36bdcef04ac.setContent(html_b511d0db3d816ff1f41e0221fdf94100);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ad04196d7749335202ca4d034684d92b.bindPopup(popup_b34cde670c00d9790e6ac36bdcef04ac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d17dc648e74c8e728bf5a3c5a924d03d = L.circleMarker(\n",
+       "                [-37.56403564651711, 143.82758495091505],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ebb3b1c0352ff4a1b2a62ade1ff893fd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9cc4deeb9f6ee78a1c8f19dd5056c9c4 = $(`&lt;div id=&quot;html_9cc4deeb9f6ee78a1c8f19dd5056c9c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_ebb3b1c0352ff4a1b2a62ade1ff893fd.setContent(html_9cc4deeb9f6ee78a1c8f19dd5056c9c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d17dc648e74c8e728bf5a3c5a924d03d.bindPopup(popup_ebb3b1c0352ff4a1b2a62ade1ff893fd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d3d9890e11a89cbea63bdb87d49f2674 = L.circleMarker(\n",
+       "                [-37.56228677772479, 143.85020401740073],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dd80284755fbc51e2a03ad88fcb2d9cd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f238889834165adbd210ff3e92a50f36 = $(`&lt;div id=&quot;html_f238889834165adbd210ff3e92a50f36&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_dd80284755fbc51e2a03ad88fcb2d9cd.setContent(html_f238889834165adbd210ff3e92a50f36);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d3d9890e11a89cbea63bdb87d49f2674.bindPopup(popup_dd80284755fbc51e2a03ad88fcb2d9cd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c2efd181dc1a4d3ac7fa183eafbec641 = L.circleMarker(\n",
+       "                [-37.43625191409227, 143.78069943576938],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e0d19262f0538cf7ed7530e8f2fc79b7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_07ad97cfed8cabbb66cd0e1c22bd5fe1 = $(`&lt;div id=&quot;html_07ad97cfed8cabbb66cd0e1c22bd5fe1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_e0d19262f0538cf7ed7530e8f2fc79b7.setContent(html_07ad97cfed8cabbb66cd0e1c22bd5fe1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c2efd181dc1a4d3ac7fa183eafbec641.bindPopup(popup_e0d19262f0538cf7ed7530e8f2fc79b7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ebf8ab7b128e4fdd780c5d7b094c303a = L.circleMarker(\n",
+       "                [-37.38491510384461, 143.7533577769032],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c7157fc48a870b489312f59c665ffa12 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dd75de4adf7e130ab92f4dce8483ed39 = $(`&lt;div id=&quot;html_dd75de4adf7e130ab92f4dce8483ed39&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_c7157fc48a870b489312f59c665ffa12.setContent(html_dd75de4adf7e130ab92f4dce8483ed39);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ebf8ab7b128e4fdd780c5d7b094c303a.bindPopup(popup_c7157fc48a870b489312f59c665ffa12)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dab1d0f2521410384ad97735d32c02ef = L.circleMarker(\n",
+       "                [-37.50680804360253, 143.9219628227068],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0c4022a3b6a2d72b0284dbe4425e1906 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3045fc23e52b8374867e920c8ecead25 = $(`&lt;div id=&quot;html_3045fc23e52b8374867e920c8ecead25&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_0c4022a3b6a2d72b0284dbe4425e1906.setContent(html_3045fc23e52b8374867e920c8ecead25);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dab1d0f2521410384ad97735d32c02ef.bindPopup(popup_0c4022a3b6a2d72b0284dbe4425e1906)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0245b747f9e7330848dfea25437f1d0d = L.circleMarker(\n",
+       "                [-37.3604181972234, 143.84441381594283],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d7385cbf45a2b52dc11adca3d2871748 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_de4b53eeb88a55a3fab88ea0989d1331 = $(`&lt;div id=&quot;html_de4b53eeb88a55a3fab88ea0989d1331&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_d7385cbf45a2b52dc11adca3d2871748.setContent(html_de4b53eeb88a55a3fab88ea0989d1331);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0245b747f9e7330848dfea25437f1d0d.bindPopup(popup_d7385cbf45a2b52dc11adca3d2871748)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9249cc2ea23c2a453236bfde27159bfa = L.circleMarker(\n",
+       "                [-37.57343418713241, 143.86511124459622],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_551684f5ed6629a8f69f4019088df952 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b444069655ba196363dc2453be03c8c8 = $(`&lt;div id=&quot;html_b444069655ba196363dc2453be03c8c8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_551684f5ed6629a8f69f4019088df952.setContent(html_b444069655ba196363dc2453be03c8c8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9249cc2ea23c2a453236bfde27159bfa.bindPopup(popup_551684f5ed6629a8f69f4019088df952)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_88c9b000e3c4fff1dbe9c4a6e24f06ac = L.circleMarker(\n",
+       "                [-37.54892791314085, 143.9372959602992],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1a7165cc3e4997d4247cbbfcd78cc662 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9ba87a7fa6e116bfc96f9c80882a620d = $(`&lt;div id=&quot;html_9ba87a7fa6e116bfc96f9c80882a620d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_1a7165cc3e4997d4247cbbfcd78cc662.setContent(html_9ba87a7fa6e116bfc96f9c80882a620d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_88c9b000e3c4fff1dbe9c4a6e24f06ac.bindPopup(popup_1a7165cc3e4997d4247cbbfcd78cc662)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c61cec196e58aa55d1e3940c52843f74 = L.circleMarker(\n",
+       "                [-37.53079436799776, 143.82843356133185],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_825b2abe55a5268d7c0905b07de47e0e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_feee72b091269ea6cdfdcf3038bc4b66 = $(`&lt;div id=&quot;html_feee72b091269ea6cdfdcf3038bc4b66&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_825b2abe55a5268d7c0905b07de47e0e.setContent(html_feee72b091269ea6cdfdcf3038bc4b66);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c61cec196e58aa55d1e3940c52843f74.bindPopup(popup_825b2abe55a5268d7c0905b07de47e0e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d6aca8602a758b55c355af94dbad5c73 = L.circleMarker(\n",
+       "                [-37.414960871007935, 143.5891457359621],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7d6fb0876f4098449cfb97123c88b109 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ffaf5a8a4676c29ccf32b332c542b7de = $(`&lt;div id=&quot;html_ffaf5a8a4676c29ccf32b332c542b7de&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_7d6fb0876f4098449cfb97123c88b109.setContent(html_ffaf5a8a4676c29ccf32b332c542b7de);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d6aca8602a758b55c355af94dbad5c73.bindPopup(popup_7d6fb0876f4098449cfb97123c88b109)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_16a24be02f63086f1193e112d9744ac3 = L.circleMarker(\n",
+       "                [-37.50693350182832, 143.77985906002883],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_443269b0bd63a7e9c9f157d38d39bdb2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6b8a6b36c462f91e2c1d18e2da1e7241 = $(`&lt;div id=&quot;html_6b8a6b36c462f91e2c1d18e2da1e7241&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_443269b0bd63a7e9c9f157d38d39bdb2.setContent(html_6b8a6b36c462f91e2c1d18e2da1e7241);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_16a24be02f63086f1193e112d9744ac3.bindPopup(popup_443269b0bd63a7e9c9f157d38d39bdb2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0aaf97679863f2a865109e9ffab97eb2 = L.circleMarker(\n",
+       "                [-37.46271784510475, 143.854192088214],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0f9ba94d476109e424ee9dd6ad26bd85 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cd1b4841d9a88a530733262d31b904aa = $(`&lt;div id=&quot;html_cd1b4841d9a88a530733262d31b904aa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_0f9ba94d476109e424ee9dd6ad26bd85.setContent(html_cd1b4841d9a88a530733262d31b904aa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0aaf97679863f2a865109e9ffab97eb2.bindPopup(popup_0f9ba94d476109e424ee9dd6ad26bd85)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_82c2be73096b5a460c50b89d8598ed42 = L.circleMarker(\n",
+       "                [-37.5764901401456, 143.83854795980176],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c07d031bc1291cd227d325d3986dcf6e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6d6b428da7b04cd0cc7e1a2cfedf1317 = $(`&lt;div id=&quot;html_6d6b428da7b04cd0cc7e1a2cfedf1317&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_c07d031bc1291cd227d325d3986dcf6e.setContent(html_6d6b428da7b04cd0cc7e1a2cfedf1317);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_82c2be73096b5a460c50b89d8598ed42.bindPopup(popup_c07d031bc1291cd227d325d3986dcf6e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_35952939bd623076ded65cd3eff917f5 = L.circleMarker(\n",
+       "                [-37.65188669318008, 143.89726569431997],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_326a91e0fac32d63461efb471ee5bfe1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bed6d714cfead52ee76c351e4fdde313 = $(`&lt;div id=&quot;html_bed6d714cfead52ee76c351e4fdde313&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_326a91e0fac32d63461efb471ee5bfe1.setContent(html_bed6d714cfead52ee76c351e4fdde313);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_35952939bd623076ded65cd3eff917f5.bindPopup(popup_326a91e0fac32d63461efb471ee5bfe1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5cee527401a07a8ee862c2f3c3d07ea6 = L.circleMarker(\n",
+       "                [-37.56474982180912, 143.88256929281695],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bcfc53f4ec2e396b5db8c1f91bd7d3a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_476f83987220833a6ac84761351f82e5 = $(`&lt;div id=&quot;html_476f83987220833a6ac84761351f82e5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_bcfc53f4ec2e396b5db8c1f91bd7d3a1.setContent(html_476f83987220833a6ac84761351f82e5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5cee527401a07a8ee862c2f3c3d07ea6.bindPopup(popup_bcfc53f4ec2e396b5db8c1f91bd7d3a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_734c45d5a0665deef4a6c09345e0e89d = L.circleMarker(\n",
+       "                [-37.579505881805225, 143.7938146819559],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5c4b5b8194e50e743f84aeb3763fd036 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d5da841ca71315bce15589cf1aeedf2b = $(`&lt;div id=&quot;html_d5da841ca71315bce15589cf1aeedf2b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_5c4b5b8194e50e743f84aeb3763fd036.setContent(html_d5da841ca71315bce15589cf1aeedf2b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_734c45d5a0665deef4a6c09345e0e89d.bindPopup(popup_5c4b5b8194e50e743f84aeb3763fd036)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_218eda7f782b660946ac2b508dcd2199 = L.circleMarker(\n",
+       "                [-37.49291395133995, 143.6241541009534],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fdf0a2085711a276ee4ab4758e968407 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eddfb59db292e831888266bf638206d9 = $(`&lt;div id=&quot;html_eddfb59db292e831888266bf638206d9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_fdf0a2085711a276ee4ab4758e968407.setContent(html_eddfb59db292e831888266bf638206d9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_218eda7f782b660946ac2b508dcd2199.bindPopup(popup_fdf0a2085711a276ee4ab4758e968407)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_87c061274bbcd9d6821ef666868ad567 = L.circleMarker(\n",
+       "                [-37.50254702824956, 143.87550518657315],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dbe0505841fc1274b1117590f94cb388 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2766fcf0e084c63aff37acb87cbd46a9 = $(`&lt;div id=&quot;html_2766fcf0e084c63aff37acb87cbd46a9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_dbe0505841fc1274b1117590f94cb388.setContent(html_2766fcf0e084c63aff37acb87cbd46a9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_87c061274bbcd9d6821ef666868ad567.bindPopup(popup_dbe0505841fc1274b1117590f94cb388)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2951d1dbd67e3e10a54f3b2304f33342 = L.circleMarker(\n",
+       "                [-37.35921753252882, 143.69594822356066],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c0f9d1941c05b99cf14fbf189d597b8f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4ffe32d3f1209b59c3737959261a7546 = $(`&lt;div id=&quot;html_4ffe32d3f1209b59c3737959261a7546&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_c0f9d1941c05b99cf14fbf189d597b8f.setContent(html_4ffe32d3f1209b59c3737959261a7546);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2951d1dbd67e3e10a54f3b2304f33342.bindPopup(popup_c0f9d1941c05b99cf14fbf189d597b8f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6c7d6e19a97440848609121e9b25c21e = L.circleMarker(\n",
+       "                [-37.563453186011685, 143.86575977171225],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e1674eb94904e1409349c78712b4f582 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_89f3eb40a483fe501997ac98ce1b5224 = $(`&lt;div id=&quot;html_89f3eb40a483fe501997ac98ce1b5224&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_e1674eb94904e1409349c78712b4f582.setContent(html_89f3eb40a483fe501997ac98ce1b5224);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6c7d6e19a97440848609121e9b25c21e.bindPopup(popup_e1674eb94904e1409349c78712b4f582)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_460cd687d0e847ea076d611dc14bf9e6 = L.circleMarker(\n",
+       "                [-37.54840243843261, 143.91211745273287],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1c21a1a4b0dd85fdbaae33d7146c57c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e36e2482c7a2b8d0512b28c15a182945 = $(`&lt;div id=&quot;html_e36e2482c7a2b8d0512b28c15a182945&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_1c21a1a4b0dd85fdbaae33d7146c57c8.setContent(html_e36e2482c7a2b8d0512b28c15a182945);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_460cd687d0e847ea076d611dc14bf9e6.bindPopup(popup_1c21a1a4b0dd85fdbaae33d7146c57c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f04e5f9700d534e8be76b4e474fafe8e = L.circleMarker(\n",
+       "                [-37.63169206749061, 143.8470111358327],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1da17a49809d5420a4f7e1ae793c65bb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_61a152b28527fc352246f1d82c8114ca = $(`&lt;div id=&quot;html_61a152b28527fc352246f1d82c8114ca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_1da17a49809d5420a4f7e1ae793c65bb.setContent(html_61a152b28527fc352246f1d82c8114ca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f04e5f9700d534e8be76b4e474fafe8e.bindPopup(popup_1da17a49809d5420a4f7e1ae793c65bb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c8cbf1074460bb6b8f57981c4f914149 = L.circleMarker(\n",
+       "                [-37.482795682911416, 143.71776018480963],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d464068fee31c725d85756d4e8371e35 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4bb66d281733a366273dda5aef7dfcda = $(`&lt;div id=&quot;html_4bb66d281733a366273dda5aef7dfcda&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_d464068fee31c725d85756d4e8371e35.setContent(html_4bb66d281733a366273dda5aef7dfcda);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c8cbf1074460bb6b8f57981c4f914149.bindPopup(popup_d464068fee31c725d85756d4e8371e35)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8ff55cc03747845a85c85c50af81a5f8 = L.circleMarker(\n",
+       "                [-37.53967776803992, 143.73914354654718],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ec8e90a46b4a22992b29748a2288d180 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_78d4940a39171650e2800d3c20cd23dd = $(`&lt;div id=&quot;html_78d4940a39171650e2800d3c20cd23dd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_ec8e90a46b4a22992b29748a2288d180.setContent(html_78d4940a39171650e2800d3c20cd23dd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8ff55cc03747845a85c85c50af81a5f8.bindPopup(popup_ec8e90a46b4a22992b29748a2288d180)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_546b0b953c91db9d74939f7c497e1937 = L.circleMarker(\n",
+       "                [-37.60021440452997, 143.83568840388338],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_43b314cb87725c8a0a2a01029347637f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1d03c2a9f995fbc1a135563ed807a39c = $(`&lt;div id=&quot;html_1d03c2a9f995fbc1a135563ed807a39c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_43b314cb87725c8a0a2a01029347637f.setContent(html_1d03c2a9f995fbc1a135563ed807a39c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_546b0b953c91db9d74939f7c497e1937.bindPopup(popup_43b314cb87725c8a0a2a01029347637f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_342c84f1a4d7d97b9412d8e7eefd73a2 = L.circleMarker(\n",
+       "                [-37.549533984750056, 143.85859696621753],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_608f3fb0691dc8d8053013813635d486 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_573355122266115be247954a954606e6 = $(`&lt;div id=&quot;html_573355122266115be247954a954606e6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_608f3fb0691dc8d8053013813635d486.setContent(html_573355122266115be247954a954606e6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_342c84f1a4d7d97b9412d8e7eefd73a2.bindPopup(popup_608f3fb0691dc8d8053013813635d486)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0a5e0ad1d70710ef0d5e3ce1fba3c5e7 = L.circleMarker(\n",
+       "                [-37.574608527342406, 143.92389349549154],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff68108eae5e9a6b2cceee02e1d26399 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c0dff847008253bc3f096f4f80806517 = $(`&lt;div id=&quot;html_c0dff847008253bc3f096f4f80806517&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_ff68108eae5e9a6b2cceee02e1d26399.setContent(html_c0dff847008253bc3f096f4f80806517);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0a5e0ad1d70710ef0d5e3ce1fba3c5e7.bindPopup(popup_ff68108eae5e9a6b2cceee02e1d26399)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fba142f660a07ba3ca23d45307acbcf8 = L.circleMarker(\n",
+       "                [-37.60331213237857, 143.81368024878347],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_91e8d7ec13dd3c6524edc8b1ae1e2bcc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ef581cb4cd607357deaf8a862f626ef4 = $(`&lt;div id=&quot;html_ef581cb4cd607357deaf8a862f626ef4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_91e8d7ec13dd3c6524edc8b1ae1e2bcc.setContent(html_ef581cb4cd607357deaf8a862f626ef4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fba142f660a07ba3ca23d45307acbcf8.bindPopup(popup_91e8d7ec13dd3c6524edc8b1ae1e2bcc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2ad8dcb4c389fe2ff817e11a5a2d229c = L.circleMarker(\n",
+       "                [-37.53784756301265, 143.89584493061608],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8aa85c73bdb390c163ea05c35372b289 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_63d1645913e0e88ac8ac8f206b567b8c = $(`&lt;div id=&quot;html_63d1645913e0e88ac8ac8f206b567b8c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_8aa85c73bdb390c163ea05c35372b289.setContent(html_63d1645913e0e88ac8ac8f206b567b8c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2ad8dcb4c389fe2ff817e11a5a2d229c.bindPopup(popup_8aa85c73bdb390c163ea05c35372b289)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ec8539027ab3adfb8e559d0c06e0ef32 = L.circleMarker(\n",
+       "                [-37.66510186745456, 143.84777010975913],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_653a1526f45c7c52ea49d29476b9310a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b15a28733c8e27ce6ff8fa84063dbaa3 = $(`&lt;div id=&quot;html_b15a28733c8e27ce6ff8fa84063dbaa3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_653a1526f45c7c52ea49d29476b9310a.setContent(html_b15a28733c8e27ce6ff8fa84063dbaa3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ec8539027ab3adfb8e559d0c06e0ef32.bindPopup(popup_653a1526f45c7c52ea49d29476b9310a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_caffdb5e034f901ed95249ca5fdace57 = L.circleMarker(\n",
+       "                [-37.6769387271713, 143.93519960734068],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bf1f5a836936d545e920ecceaa88ecd1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_355a998f6f8565cdd8ad43ea050eb50b = $(`&lt;div id=&quot;html_355a998f6f8565cdd8ad43ea050eb50b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_bf1f5a836936d545e920ecceaa88ecd1.setContent(html_355a998f6f8565cdd8ad43ea050eb50b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_caffdb5e034f901ed95249ca5fdace57.bindPopup(popup_bf1f5a836936d545e920ecceaa88ecd1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_36c3c3026018d710067a098720b2d053 = L.circleMarker(\n",
+       "                [-37.55603056713522, 143.80076737473811],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a9584a8b1ee35dd324bc2296681851f5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_065801c9401213f999109b2cd5fb1831 = $(`&lt;div id=&quot;html_065801c9401213f999109b2cd5fb1831&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_a9584a8b1ee35dd324bc2296681851f5.setContent(html_065801c9401213f999109b2cd5fb1831);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_36c3c3026018d710067a098720b2d053.bindPopup(popup_a9584a8b1ee35dd324bc2296681851f5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fa654976bea4ab91f9199cfc960040f8 = L.circleMarker(\n",
+       "                [-37.53840145605864, 143.67452717317306],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ea0106a26827f6ec9c6a210b5a40ae5e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_26e2c6b9fa49153498bc60aa9a0108d6 = $(`&lt;div id=&quot;html_26e2c6b9fa49153498bc60aa9a0108d6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_ea0106a26827f6ec9c6a210b5a40ae5e.setContent(html_26e2c6b9fa49153498bc60aa9a0108d6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fa654976bea4ab91f9199cfc960040f8.bindPopup(popup_ea0106a26827f6ec9c6a210b5a40ae5e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e35890307f5a585977d22d9c3428603b = L.circleMarker(\n",
+       "                [-37.55012108436469, 143.83404363512335],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a6566f3e61338bfdbd555fdd7b4bb55b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fee35f686917eaff2bb4ee398fc0ad8b = $(`&lt;div id=&quot;html_fee35f686917eaff2bb4ee398fc0ad8b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_a6566f3e61338bfdbd555fdd7b4bb55b.setContent(html_fee35f686917eaff2bb4ee398fc0ad8b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e35890307f5a585977d22d9c3428603b.bindPopup(popup_a6566f3e61338bfdbd555fdd7b4bb55b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_51ad0d24500d9099ac0515b3909b3dcf = L.circleMarker(\n",
+       "                [-37.39646243844491, 143.81307707065787],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_14ebf78fd588924d64384f430c96cd24 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ffc3ba2b8e05f64aa3d32c705ce5d947 = $(`&lt;div id=&quot;html_ffc3ba2b8e05f64aa3d32c705ce5d947&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_14ebf78fd588924d64384f430c96cd24.setContent(html_ffc3ba2b8e05f64aa3d32c705ce5d947);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_51ad0d24500d9099ac0515b3909b3dcf.bindPopup(popup_14ebf78fd588924d64384f430c96cd24)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bca52f07d27c5547f35a8f3ed69ae6dc = L.circleMarker(\n",
+       "                [-37.58445082433874, 143.88531443290506],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eec4d3278fdec236ec12ff7a15e68eae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aadfcd84cdd0dd2631d93046b66d9b04 = $(`&lt;div id=&quot;html_aadfcd84cdd0dd2631d93046b66d9b04&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_eec4d3278fdec236ec12ff7a15e68eae.setContent(html_aadfcd84cdd0dd2631d93046b66d9b04);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bca52f07d27c5547f35a8f3ed69ae6dc.bindPopup(popup_eec4d3278fdec236ec12ff7a15e68eae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bf849cfb8f31cd277f8002c871f3711b = L.circleMarker(\n",
+       "                [-37.7007678180036, 143.89739651074015],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_27dba824cb3272dd566c937503e757be = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_619a016b267e7f98d106c9fc4b5e7fc2 = $(`&lt;div id=&quot;html_619a016b267e7f98d106c9fc4b5e7fc2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_27dba824cb3272dd566c937503e757be.setContent(html_619a016b267e7f98d106c9fc4b5e7fc2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bf849cfb8f31cd277f8002c871f3711b.bindPopup(popup_27dba824cb3272dd566c937503e757be)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e7b95e53183bce5a675b0e07d3c739dd = L.circleMarker(\n",
+       "                [-37.50084719936713, 143.84131384299985],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_17245c141a0fcec80baa6803ab2f8636 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_59e0244f617e598666def23af8911245 = $(`&lt;div id=&quot;html_59e0244f617e598666def23af8911245&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_17245c141a0fcec80baa6803ab2f8636.setContent(html_59e0244f617e598666def23af8911245);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e7b95e53183bce5a675b0e07d3c739dd.bindPopup(popup_17245c141a0fcec80baa6803ab2f8636)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_18c8ebdbf32ab1e1fe2377606b59a309 = L.circleMarker(\n",
+       "                [-37.604276977407295, 143.76750724243837],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5f2525f90c5a17570dc8cbf8d3d9a114 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e20fb96e523cc705ebc519a4e1656b8f = $(`&lt;div id=&quot;html_e20fb96e523cc705ebc519a4e1656b8f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_5f2525f90c5a17570dc8cbf8d3d9a114.setContent(html_e20fb96e523cc705ebc519a4e1656b8f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_18c8ebdbf32ab1e1fe2377606b59a309.bindPopup(popup_5f2525f90c5a17570dc8cbf8d3d9a114)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ee55a4f8325e9d5bf083926643de94d2 = L.circleMarker(\n",
+       "                [-37.5391589574514, 143.86621042910608],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_60c99f480b45772bd483bb0ef3c2162f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d7e20d0843a4575cc5b83edd9a98cea3 = $(`&lt;div id=&quot;html_d7e20d0843a4575cc5b83edd9a98cea3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_60c99f480b45772bd483bb0ef3c2162f.setContent(html_d7e20d0843a4575cc5b83edd9a98cea3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ee55a4f8325e9d5bf083926643de94d2.bindPopup(popup_60c99f480b45772bd483bb0ef3c2162f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_741df11bd91d982c1c7d6a8b3acb8632 = L.circleMarker(\n",
+       "                [-37.62862846909815, 143.88525125373098],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_789fce52b67c21b9d7c6ee545a9fabb6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ec37dce58b66281d4512c5050c135bf0 = $(`&lt;div id=&quot;html_ec37dce58b66281d4512c5050c135bf0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_789fce52b67c21b9d7c6ee545a9fabb6.setContent(html_ec37dce58b66281d4512c5050c135bf0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_741df11bd91d982c1c7d6a8b3acb8632.bindPopup(popup_789fce52b67c21b9d7c6ee545a9fabb6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_995fa757a4302615db7d07585260cc57 = L.circleMarker(\n",
+       "                [-37.48034917422522, 143.79846499973826],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0e98c215113861623e5d74c4ca6e7252 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2e340076caaa2288eef8f818e5c1c42c = $(`&lt;div id=&quot;html_2e340076caaa2288eef8f818e5c1c42c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_0e98c215113861623e5d74c4ca6e7252.setContent(html_2e340076caaa2288eef8f818e5c1c42c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_995fa757a4302615db7d07585260cc57.bindPopup(popup_0e98c215113861623e5d74c4ca6e7252)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f841b1467a0a8f9e1c7972702ef509e1 = L.circleMarker(\n",
+       "                [-37.43385687478232, 143.67240869186807],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5887abd6b6bf4d0bb5478ee51944d9fe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e56366b9b55acaa91e86a9e5f58c046e = $(`&lt;div id=&quot;html_e56366b9b55acaa91e86a9e5f58c046e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_5887abd6b6bf4d0bb5478ee51944d9fe.setContent(html_e56366b9b55acaa91e86a9e5f58c046e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f841b1467a0a8f9e1c7972702ef509e1.bindPopup(popup_5887abd6b6bf4d0bb5478ee51944d9fe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_708bf33c53c2de15a9d8906c29c2737b = L.circleMarker(\n",
+       "                [-37.52926215332508, 143.85914658963944],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d4974fde6069213fc459e7533cf9d1f5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8e3c2b4fe31b0219cae2bbef7f57ea53 = $(`&lt;div id=&quot;html_8e3c2b4fe31b0219cae2bbef7f57ea53&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_d4974fde6069213fc459e7533cf9d1f5.setContent(html_8e3c2b4fe31b0219cae2bbef7f57ea53);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_708bf33c53c2de15a9d8906c29c2737b.bindPopup(popup_d4974fde6069213fc459e7533cf9d1f5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_584c3c0afca03984939c7bd13af15924 = L.circleMarker(\n",
+       "                [-37.549911905084734, 143.8724404623351],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_45b9bff2a9dcb41512ddb468ecb261f4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c29bca65f3d6e29da9bb2dd49afd46f4 = $(`&lt;div id=&quot;html_c29bca65f3d6e29da9bb2dd49afd46f4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_45b9bff2a9dcb41512ddb468ecb261f4.setContent(html_c29bca65f3d6e29da9bb2dd49afd46f4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_584c3c0afca03984939c7bd13af15924.bindPopup(popup_45b9bff2a9dcb41512ddb468ecb261f4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9df9db84959db0eb3d65f6465b564592 = L.circleMarker(\n",
+       "                [-37.48089462234567, 143.94804704990355],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6b7e4501b7571ba6d29cbd98ee546855 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b50719242607f2f9cf2ad096b91afa83 = $(`&lt;div id=&quot;html_b50719242607f2f9cf2ad096b91afa83&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_6b7e4501b7571ba6d29cbd98ee546855.setContent(html_b50719242607f2f9cf2ad096b91afa83);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9df9db84959db0eb3d65f6465b564592.bindPopup(popup_6b7e4501b7571ba6d29cbd98ee546855)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_804357d46dfb0622cd6a75206afadbb3 = L.circleMarker(\n",
+       "                [-37.56479185131598, 143.88696843120223],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f300e1263c30c2b61468c24c390e77d6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6fcc6a17af5f1656ac6ff2ff84c64931 = $(`&lt;div id=&quot;html_6fcc6a17af5f1656ac6ff2ff84c64931&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_f300e1263c30c2b61468c24c390e77d6.setContent(html_6fcc6a17af5f1656ac6ff2ff84c64931);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_804357d46dfb0622cd6a75206afadbb3.bindPopup(popup_f300e1263c30c2b61468c24c390e77d6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_75dc1e0df66f4764342214ab82b56809 = L.circleMarker(\n",
+       "                [-37.44304356461519, 143.83381916723144],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c45fa77db9e9fa96d2360b50fcfabf3a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ec0a80333193b6652c85cc0df4e24a71 = $(`&lt;div id=&quot;html_ec0a80333193b6652c85cc0df4e24a71&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_c45fa77db9e9fa96d2360b50fcfabf3a.setContent(html_ec0a80333193b6652c85cc0df4e24a71);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_75dc1e0df66f4764342214ab82b56809.bindPopup(popup_c45fa77db9e9fa96d2360b50fcfabf3a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cf204672969047b529f238b3fbfb0ed1 = L.circleMarker(\n",
+       "                [-37.57153820438124, 143.74598977253757],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_67f205b21bc03e3d6668320564e28ecf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_104619c8560cde1ae2260df3d402d32b = $(`&lt;div id=&quot;html_104619c8560cde1ae2260df3d402d32b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_67f205b21bc03e3d6668320564e28ecf.setContent(html_104619c8560cde1ae2260df3d402d32b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cf204672969047b529f238b3fbfb0ed1.bindPopup(popup_67f205b21bc03e3d6668320564e28ecf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_98731b7837f9586543b19d79e183b49c = L.circleMarker(\n",
+       "                [-37.4241276693031, 143.89089370408936],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_95d9a718db1318caa44f2601b15eb9d1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_575ad288bafdf17524a75ca8f44d2961 = $(`&lt;div id=&quot;html_575ad288bafdf17524a75ca8f44d2961&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_95d9a718db1318caa44f2601b15eb9d1.setContent(html_575ad288bafdf17524a75ca8f44d2961);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_98731b7837f9586543b19d79e183b49c.bindPopup(popup_95d9a718db1318caa44f2601b15eb9d1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7980e0a4749d158cd67dc18e941a1399 = L.circleMarker(\n",
+       "                [-37.54637063384179, 143.81655059343913],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f4b86169e6bbd1eb45dc7fac94734816 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_63c67d6f70e6537fb33ae3ee09a521e4 = $(`&lt;div id=&quot;html_63c67d6f70e6537fb33ae3ee09a521e4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_f4b86169e6bbd1eb45dc7fac94734816.setContent(html_63c67d6f70e6537fb33ae3ee09a521e4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7980e0a4749d158cd67dc18e941a1399.bindPopup(popup_f4b86169e6bbd1eb45dc7fac94734816)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b4a8e3a0be230f11969defb55cec481a = L.circleMarker(\n",
+       "                [-37.33391776657884, 143.61814018927575],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_777808dc180ee8860c9883c7230c3a2d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_214ca97b12c2fb7fc4941b768d3f5888 = $(`&lt;div id=&quot;html_214ca97b12c2fb7fc4941b768d3f5888&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_777808dc180ee8860c9883c7230c3a2d.setContent(html_214ca97b12c2fb7fc4941b768d3f5888);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b4a8e3a0be230f11969defb55cec481a.bindPopup(popup_777808dc180ee8860c9883c7230c3a2d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_acd57dbef163282258856d0cf73ebc66 = L.circleMarker(\n",
+       "                [-37.51874946428894, 143.71565165096996],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8b08866cab92bc4f16b520880e86d083 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ed5a1cc2a803753a530b08a521625b7d = $(`&lt;div id=&quot;html_ed5a1cc2a803753a530b08a521625b7d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_8b08866cab92bc4f16b520880e86d083.setContent(html_ed5a1cc2a803753a530b08a521625b7d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_acd57dbef163282258856d0cf73ebc66.bindPopup(popup_8b08866cab92bc4f16b520880e86d083)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cd933ec1dfb2fe74eff787ba9387dc51 = L.circleMarker(\n",
+       "                [-37.41936232525291, 143.71928701785976],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5cc83b759a53d7b6316005e9a409a732 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2a24750cac74222ba7502d52bfb24c1f = $(`&lt;div id=&quot;html_2a24750cac74222ba7502d52bfb24c1f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_5cc83b759a53d7b6316005e9a409a732.setContent(html_2a24750cac74222ba7502d52bfb24c1f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cd933ec1dfb2fe74eff787ba9387dc51.bindPopup(popup_5cc83b759a53d7b6316005e9a409a732)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b72f8d9879891262d87744fdfbedeabe = L.circleMarker(\n",
+       "                [-37.35429844178061, 143.7889423815536],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_54b10aac97b66e114cea9175208ee9f7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c9269d230768e5955741c005c2cb8729 = $(`&lt;div id=&quot;html_c9269d230768e5955741c005c2cb8729&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_54b10aac97b66e114cea9175208ee9f7.setContent(html_c9269d230768e5955741c005c2cb8729);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b72f8d9879891262d87744fdfbedeabe.bindPopup(popup_54b10aac97b66e114cea9175208ee9f7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_78a106270383344ea387351e148f2072 = L.circleMarker(\n",
+       "                [-37.39451040563873, 143.66776719785452],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d5e3e5421afb18b9f8732df440a59cee = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_30e9478edd3b09af0b26af95f2836ecc = $(`&lt;div id=&quot;html_30e9478edd3b09af0b26af95f2836ecc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_d5e3e5421afb18b9f8732df440a59cee.setContent(html_30e9478edd3b09af0b26af95f2836ecc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_78a106270383344ea387351e148f2072.bindPopup(popup_d5e3e5421afb18b9f8732df440a59cee)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_62085c377b13817e0cc87e9d8304970d = L.circleMarker(\n",
+       "                [-37.54569669423214, 143.77581706533053],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_12a3f5e0168e9f6bdeb391476337457e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fdf576e0cdb906cf461ac67dc8f86778 = $(`&lt;div id=&quot;html_fdf576e0cdb906cf461ac67dc8f86778&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_12a3f5e0168e9f6bdeb391476337457e.setContent(html_fdf576e0cdb906cf461ac67dc8f86778);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_62085c377b13817e0cc87e9d8304970d.bindPopup(popup_12a3f5e0168e9f6bdeb391476337457e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_087dba0c1d218f1e7ed624d64ec9b32c = L.circleMarker(\n",
+       "                [-37.60334697895792, 143.87109084901644],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2e9bccf99153d49a752eb02214041e92 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3ce47e7226311ec72fb4d5498adfbb4e = $(`&lt;div id=&quot;html_3ce47e7226311ec72fb4d5498adfbb4e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_2e9bccf99153d49a752eb02214041e92.setContent(html_3ce47e7226311ec72fb4d5498adfbb4e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_087dba0c1d218f1e7ed624d64ec9b32c.bindPopup(popup_2e9bccf99153d49a752eb02214041e92)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f85dba800956b57f988aa21b097e2a09 = L.circleMarker(\n",
+       "                [-37.58111478033145, 143.8551546975474],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ea273d6a04829c7376e619cd0fa481f3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_63e2bf7329e8f515fdd65ce59a8af1bd = $(`&lt;div id=&quot;html_63e2bf7329e8f515fdd65ce59a8af1bd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_ea273d6a04829c7376e619cd0fa481f3.setContent(html_63e2bf7329e8f515fdd65ce59a8af1bd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f85dba800956b57f988aa21b097e2a09.bindPopup(popup_ea273d6a04829c7376e619cd0fa481f3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ba10b49cf89fa95cf132019d89c0fae6 = L.circleMarker(\n",
+       "                [-37.47797263232264, 143.89461703740756],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f6f0c1a10aad6434d8ee237e466d1027 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_20079bc38d5ee01a2e3a79ccdef2d294 = $(`&lt;div id=&quot;html_20079bc38d5ee01a2e3a79ccdef2d294&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_f6f0c1a10aad6434d8ee237e466d1027.setContent(html_20079bc38d5ee01a2e3a79ccdef2d294);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ba10b49cf89fa95cf132019d89c0fae6.bindPopup(popup_f6f0c1a10aad6434d8ee237e466d1027)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7dbb51aa153d9401fb02a131c6272edc = L.circleMarker(\n",
+       "                [-37.34679833705912, 143.73090705587805],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_43850d0b004bf2db3da10f7b30ff038c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_22e681b6704077f423f282148f2dd909 = $(`&lt;div id=&quot;html_22e681b6704077f423f282148f2dd909&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Ballarat: crime count = 1.0908538783653963&lt;/div&gt;`)[0];\n",
+       "                popup_43850d0b004bf2db3da10f7b30ff038c.setContent(html_22e681b6704077f423f282148f2dd909);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7dbb51aa153d9401fb02a131c6272edc.bindPopup(popup_43850d0b004bf2db3da10f7b30ff038c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_93ac97b96fcfa580e29465ffe381217f = L.circleMarker(\n",
+       "                [-37.76786383965436, 145.0435804202166],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_24ea5aa0ec58cea19ce0c6a1e4cfbe49 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_654376ae46f3fb1d7820809bd6963652 = $(`&lt;div id=&quot;html_654376ae46f3fb1d7820809bd6963652&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_24ea5aa0ec58cea19ce0c6a1e4cfbe49.setContent(html_654376ae46f3fb1d7820809bd6963652);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_93ac97b96fcfa580e29465ffe381217f.bindPopup(popup_24ea5aa0ec58cea19ce0c6a1e4cfbe49)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_74a3fab02c425d78afd1187e59d256f0 = L.circleMarker(\n",
+       "                [-37.73885516253976, 145.11615081078853],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_07fc1cf0c5ab75a426aca33364941875 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c48a98bc3ab6d086480bf2f386951016 = $(`&lt;div id=&quot;html_c48a98bc3ab6d086480bf2f386951016&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_07fc1cf0c5ab75a426aca33364941875.setContent(html_c48a98bc3ab6d086480bf2f386951016);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_74a3fab02c425d78afd1187e59d256f0.bindPopup(popup_07fc1cf0c5ab75a426aca33364941875)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d97c9db3dc2f9bb7c48e9dbf229ecfc5 = L.circleMarker(\n",
+       "                [-37.7190570447193, 145.12510470371294],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_860e1cbb23dc3d7547521812648cd5c5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b73b71db955ed50b63dcbfb32ff89ab3 = $(`&lt;div id=&quot;html_b73b71db955ed50b63dcbfb32ff89ab3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_860e1cbb23dc3d7547521812648cd5c5.setContent(html_b73b71db955ed50b63dcbfb32ff89ab3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d97c9db3dc2f9bb7c48e9dbf229ecfc5.bindPopup(popup_860e1cbb23dc3d7547521812648cd5c5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1d78dc52f2d92961533e9446ed900316 = L.circleMarker(\n",
+       "                [-37.69789628515518, 145.14180241354134],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c6976ec0748ce9257b2774c8690ef1a4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2fad86f7345a7156864a171a617de9a4 = $(`&lt;div id=&quot;html_2fad86f7345a7156864a171a617de9a4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_c6976ec0748ce9257b2774c8690ef1a4.setContent(html_2fad86f7345a7156864a171a617de9a4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1d78dc52f2d92961533e9446ed900316.bindPopup(popup_c6976ec0748ce9257b2774c8690ef1a4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e3e990bcf84b2d3a79889cb81d302e53 = L.circleMarker(\n",
+       "                [-37.710455827211234, 145.08369012211648],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b803a26ce25555cd3aaccb64f9a8a802 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_674f60c7480317ed44cc7bb132c6bb54 = $(`&lt;div id=&quot;html_674f60c7480317ed44cc7bb132c6bb54&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_b803a26ce25555cd3aaccb64f9a8a802.setContent(html_674f60c7480317ed44cc7bb132c6bb54);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e3e990bcf84b2d3a79889cb81d302e53.bindPopup(popup_b803a26ce25555cd3aaccb64f9a8a802)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_92518f732c8d695c96bf2ce381adc8bb = L.circleMarker(\n",
+       "                [-37.7397920291364, 145.09331116660377],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8db7bf5c7149b8695ae860630c626b6f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7dc18f137efc21bbc6d4fa17fcaca176 = $(`&lt;div id=&quot;html_7dc18f137efc21bbc6d4fa17fcaca176&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_8db7bf5c7149b8695ae860630c626b6f.setContent(html_7dc18f137efc21bbc6d4fa17fcaca176);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_92518f732c8d695c96bf2ce381adc8bb.bindPopup(popup_8db7bf5c7149b8695ae860630c626b6f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2be09dcff94023b7cf2d3132f5b8efa1 = L.circleMarker(\n",
+       "                [-37.74328340284749, 145.05347671860756],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cc55188608c40cedf575977018b51ce2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_464f5410a71b53f548972a95944f58a9 = $(`&lt;div id=&quot;html_464f5410a71b53f548972a95944f58a9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_cc55188608c40cedf575977018b51ce2.setContent(html_464f5410a71b53f548972a95944f58a9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2be09dcff94023b7cf2d3132f5b8efa1.bindPopup(popup_cc55188608c40cedf575977018b51ce2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c92c4d7dd652ea19eab951fa5e4d650f = L.circleMarker(\n",
+       "                [-37.6895317800763, 145.1295403613051],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dd354a604af5c6c812a84be2ab68277f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_43e63b80a076a531c056958110538bfb = $(`&lt;div id=&quot;html_43e63b80a076a531c056958110538bfb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_dd354a604af5c6c812a84be2ab68277f.setContent(html_43e63b80a076a531c056958110538bfb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c92c4d7dd652ea19eab951fa5e4d650f.bindPopup(popup_dd354a604af5c6c812a84be2ab68277f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d98ba1fae67917c74135f7fba210db2f = L.circleMarker(\n",
+       "                [-37.69869762689969, 145.10713261268583],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_28e94eee3a9c7bef6516aba5c4591fdb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2bbf353f40a00d6327188195c02f189e = $(`&lt;div id=&quot;html_2bbf353f40a00d6327188195c02f189e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_28e94eee3a9c7bef6516aba5c4591fdb.setContent(html_2bbf353f40a00d6327188195c02f189e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d98ba1fae67917c74135f7fba210db2f.bindPopup(popup_28e94eee3a9c7bef6516aba5c4591fdb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c2e39fd610c28c09e94a94431a5a6998 = L.circleMarker(\n",
+       "                [-37.69597394067775, 145.08498923476748],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2adc50dd726d781b2bec8a4715fba1fa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a3706e2c56ac13ec4155cd47f35c71ae = $(`&lt;div id=&quot;html_a3706e2c56ac13ec4155cd47f35c71ae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_2adc50dd726d781b2bec8a4715fba1fa.setContent(html_a3706e2c56ac13ec4155cd47f35c71ae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c2e39fd610c28c09e94a94431a5a6998.bindPopup(popup_2adc50dd726d781b2bec8a4715fba1fa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bc1b5f51b87744dc6c750fd6ab3978b6 = L.circleMarker(\n",
+       "                [-37.70631245066191, 145.12108267305936],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f0b4022c33b09a0cf63f274bd5c924a9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_689dae9ee1903b8d9065ee22d3c4e05f = $(`&lt;div id=&quot;html_689dae9ee1903b8d9065ee22d3c4e05f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_f0b4022c33b09a0cf63f274bd5c924a9.setContent(html_689dae9ee1903b8d9065ee22d3c4e05f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bc1b5f51b87744dc6c750fd6ab3978b6.bindPopup(popup_f0b4022c33b09a0cf63f274bd5c924a9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_024befc4d00e0c71299553e9158b9cc1 = L.circleMarker(\n",
+       "                [-37.73817343154033, 145.0435868836473],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ce83a40bc6088ccba5640a2d088e4ef4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f6d4ddc379dc6e77ef87597d50f2417f = $(`&lt;div id=&quot;html_f6d4ddc379dc6e77ef87597d50f2417f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_ce83a40bc6088ccba5640a2d088e4ef4.setContent(html_f6d4ddc379dc6e77ef87597d50f2417f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_024befc4d00e0c71299553e9158b9cc1.bindPopup(popup_ce83a40bc6088ccba5640a2d088e4ef4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1a445fd4d67b8883adf2598fcc66ba4f = L.circleMarker(\n",
+       "                [-37.72503762181245, 145.09341221745655],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a9b773490fc8cfba19da10ef0fa6c4eb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d52d2e6b5f0f20180320f3fdbbabe988 = $(`&lt;div id=&quot;html_d52d2e6b5f0f20180320f3fdbbabe988&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_a9b773490fc8cfba19da10ef0fa6c4eb.setContent(html_d52d2e6b5f0f20180320f3fdbbabe988);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1a445fd4d67b8883adf2598fcc66ba4f.bindPopup(popup_a9b773490fc8cfba19da10ef0fa6c4eb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_017e20ea46200f619d3601fcf66b01f6 = L.circleMarker(\n",
+       "                [-37.76356239980343, 145.06356024825124],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a8b0888a749357cf2de9dd6bc0e76d07 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_119066c884da98c025ea70ca5da6a4ea = $(`&lt;div id=&quot;html_119066c884da98c025ea70ca5da6a4ea&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_a8b0888a749357cf2de9dd6bc0e76d07.setContent(html_119066c884da98c025ea70ca5da6a4ea);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_017e20ea46200f619d3601fcf66b01f6.bindPopup(popup_a8b0888a749357cf2de9dd6bc0e76d07)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d81fbb9972d5b83772751ee1fab749e8 = L.circleMarker(\n",
+       "                [-37.79178995231457, 145.08435884026227],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4c1c30f94c1177231b948f4e201a07ab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_443ebe49220b7f43ceeb4ad39f2617b6 = $(`&lt;div id=&quot;html_443ebe49220b7f43ceeb4ad39f2617b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_4c1c30f94c1177231b948f4e201a07ab.setContent(html_443ebe49220b7f43ceeb4ad39f2617b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d81fbb9972d5b83772751ee1fab749e8.bindPopup(popup_4c1c30f94c1177231b948f4e201a07ab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3946b987bb549c46ce8229b2eab4b3f4 = L.circleMarker(\n",
+       "                [-37.75242938273327, 145.06987531744764],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_961dcce1d82a3d517ea77c92030096c1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d27ffe63644310c79ec9586b869cb04e = $(`&lt;div id=&quot;html_d27ffe63644310c79ec9586b869cb04e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_961dcce1d82a3d517ea77c92030096c1.setContent(html_d27ffe63644310c79ec9586b869cb04e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3946b987bb549c46ce8229b2eab4b3f4.bindPopup(popup_961dcce1d82a3d517ea77c92030096c1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3fd67f87d46e206f0eef9f8085102e6d = L.circleMarker(\n",
+       "                [-37.78043585123913, 145.03088202202812],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ad22c3eafdb41190ffa00300bfff0930 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1257a169a1adc8858c3cc2a2919142fc = $(`&lt;div id=&quot;html_1257a169a1adc8858c3cc2a2919142fc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_ad22c3eafdb41190ffa00300bfff0930.setContent(html_1257a169a1adc8858c3cc2a2919142fc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3fd67f87d46e206f0eef9f8085102e6d.bindPopup(popup_ad22c3eafdb41190ffa00300bfff0930)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ab2c2a878839e1de4365bf356bebb972 = L.circleMarker(\n",
+       "                [-37.773346016730805, 145.0617981068714],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_90ecce49c6aa26a6864bd22293cccc5b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_854c35493de29d5186d8e204d8aa7068 = $(`&lt;div id=&quot;html_854c35493de29d5186d8e204d8aa7068&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_90ecce49c6aa26a6864bd22293cccc5b.setContent(html_854c35493de29d5186d8e204d8aa7068);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ab2c2a878839e1de4365bf356bebb972.bindPopup(popup_90ecce49c6aa26a6864bd22293cccc5b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1e2b36993144eaac8849d8afe807658f = L.circleMarker(\n",
+       "                [-37.75301164801799, 145.03849853838824],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d790c730c73a1e6b9facf94be03eacf6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7ac818b4948baab7a8ee6bc93a305f7c = $(`&lt;div id=&quot;html_7ac818b4948baab7a8ee6bc93a305f7c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_d790c730c73a1e6b9facf94be03eacf6.setContent(html_7ac818b4948baab7a8ee6bc93a305f7c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1e2b36993144eaac8849d8afe807658f.bindPopup(popup_d790c730c73a1e6b9facf94be03eacf6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aedf337946f89f3fe988c32d2ec9bb0c = L.circleMarker(\n",
+       "                [-37.69860720347798, 145.05961948716904],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3438535d2eed91d5205ad3c1051e766b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_30aa9fd5918810cb4677aa50343bca80 = $(`&lt;div id=&quot;html_30aa9fd5918810cb4677aa50343bca80&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_3438535d2eed91d5205ad3c1051e766b.setContent(html_30aa9fd5918810cb4677aa50343bca80);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aedf337946f89f3fe988c32d2ec9bb0c.bindPopup(popup_3438535d2eed91d5205ad3c1051e766b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d77f6ffaa9647b0977663c24e7d7bd62 = L.circleMarker(\n",
+       "                [-37.71739835996182, 145.15915181299226],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_284aa43e6e909a71e30f7b29cc255833 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_759cb232f670a59d906e3562a405e171 = $(`&lt;div id=&quot;html_759cb232f670a59d906e3562a405e171&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_284aa43e6e909a71e30f7b29cc255833.setContent(html_759cb232f670a59d906e3562a405e171);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d77f6ffaa9647b0977663c24e7d7bd62.bindPopup(popup_284aa43e6e909a71e30f7b29cc255833)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_96a293e43cc30800f6699120fb239396 = L.circleMarker(\n",
+       "                [-37.72112942673935, 145.07065043671423],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_02133d9166920defe29a035f7a1e87c5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_75bb039a6aa7cfd922b58faac7916ded = $(`&lt;div id=&quot;html_75bb039a6aa7cfd922b58faac7916ded&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_02133d9166920defe29a035f7a1e87c5.setContent(html_75bb039a6aa7cfd922b58faac7916ded);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_96a293e43cc30800f6699120fb239396.bindPopup(popup_02133d9166920defe29a035f7a1e87c5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c6bf6f7d230cd54376dcb574d1890a53 = L.circleMarker(\n",
+       "                [-37.73952970301277, 145.06961329910013],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdd39dff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdd39dff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_43a5b6acde0e25a97ace4e42bf49f502 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b0ef4322b64fbc89e740a84e4bc98072 = $(`&lt;div id=&quot;html_b0ef4322b64fbc89e740a84e4bc98072&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Banyule: crime count = 0.7954398307762868&lt;/div&gt;`)[0];\n",
+       "                popup_43a5b6acde0e25a97ace4e42bf49f502.setContent(html_b0ef4322b64fbc89e740a84e4bc98072);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c6bf6f7d230cd54376dcb574d1890a53.bindPopup(popup_43a5b6acde0e25a97ace4e42bf49f502)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_05af3834f4ad786371b877ee9afca8a6 = L.circleMarker(\n",
+       "                [-38.50065216601172, 145.25497034208772],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9ffc0ed36ef5b9d328db2a554e4e41bf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_34f466eeef7ff3e0a11ff1b94753525f = $(`&lt;div id=&quot;html_34f466eeef7ff3e0a11ff1b94753525f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_9ffc0ed36ef5b9d328db2a554e4e41bf.setContent(html_34f466eeef7ff3e0a11ff1b94753525f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_05af3834f4ad786371b877ee9afca8a6.bindPopup(popup_9ffc0ed36ef5b9d328db2a554e4e41bf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7eaa3fb37c0cd460d1cb3d1dc762fe7f = L.circleMarker(\n",
+       "                [-38.54273358702344, 145.3440384196386],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5d06c3de5afb325a61a544bd00705285 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dc4d75e2c1d6f32c96ced7ce6c30fb38 = $(`&lt;div id=&quot;html_dc4d75e2c1d6f32c96ced7ce6c30fb38&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_5d06c3de5afb325a61a544bd00705285.setContent(html_dc4d75e2c1d6f32c96ced7ce6c30fb38);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7eaa3fb37c0cd460d1cb3d1dc762fe7f.bindPopup(popup_5d06c3de5afb325a61a544bd00705285)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_54dd669c65521791f08fff131703a59a = L.circleMarker(\n",
+       "                [-38.45104258980041, 145.5261986773101],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b27790697292d4ede2cc0711e5a2b546 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a53c1f702507fe65e6770e01b85bddd5 = $(`&lt;div id=&quot;html_a53c1f702507fe65e6770e01b85bddd5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_b27790697292d4ede2cc0711e5a2b546.setContent(html_a53c1f702507fe65e6770e01b85bddd5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_54dd669c65521791f08fff131703a59a.bindPopup(popup_b27790697292d4ede2cc0711e5a2b546)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5de8218c57800a2ef4190dd3e63d0728 = L.circleMarker(\n",
+       "                [-38.50758053508679, 145.59042863242587],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3156163176f90153c99cf6d62b407068 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_531eda50887ad6c36a045100aabf27e2 = $(`&lt;div id=&quot;html_531eda50887ad6c36a045100aabf27e2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_3156163176f90153c99cf6d62b407068.setContent(html_531eda50887ad6c36a045100aabf27e2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5de8218c57800a2ef4190dd3e63d0728.bindPopup(popup_3156163176f90153c99cf6d62b407068)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c3a262a643f91ef2f821f944000ed3f7 = L.circleMarker(\n",
+       "                [-38.330351506639126, 145.53721975045175],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0c4432a1c0db44077876172d8859b8e9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3068dcbb23ff95ed44287044b6a86477 = $(`&lt;div id=&quot;html_3068dcbb23ff95ed44287044b6a86477&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_0c4432a1c0db44077876172d8859b8e9.setContent(html_3068dcbb23ff95ed44287044b6a86477);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c3a262a643f91ef2f821f944000ed3f7.bindPopup(popup_0c4432a1c0db44077876172d8859b8e9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f9ef3d39f622da7ba782ff1fdbda584 = L.circleMarker(\n",
+       "                [-38.61588756765636, 145.83825019340657],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7346ef1897e42c16d42d81f671f46700 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0403c4136127049e30b654527d50d6ca = $(`&lt;div id=&quot;html_0403c4136127049e30b654527d50d6ca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_7346ef1897e42c16d42d81f671f46700.setContent(html_0403c4136127049e30b654527d50d6ca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f9ef3d39f622da7ba782ff1fdbda584.bindPopup(popup_7346ef1897e42c16d42d81f671f46700)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6d389545d7105bf88ddfb85d4f1afa45 = L.circleMarker(\n",
+       "                [-38.503485014018295, 145.65309063419977],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c612427607bb1692e67915b9dd7bb297 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e058e0791c63b335f522a9bb154b33bc = $(`&lt;div id=&quot;html_e058e0791c63b335f522a9bb154b33bc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_c612427607bb1692e67915b9dd7bb297.setContent(html_e058e0791c63b335f522a9bb154b33bc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6d389545d7105bf88ddfb85d4f1afa45.bindPopup(popup_c612427607bb1692e67915b9dd7bb297)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a2f417918773163891c7a73370a9cb55 = L.circleMarker(\n",
+       "                [-38.470840739741575, 145.2353752715878],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_be3fe4484e15672ac31914ddcae9230c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a27ba30fe38a5359ce6a95944eaac644 = $(`&lt;div id=&quot;html_a27ba30fe38a5359ce6a95944eaac644&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_be3fe4484e15672ac31914ddcae9230c.setContent(html_a27ba30fe38a5359ce6a95944eaac644);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a2f417918773163891c7a73370a9cb55.bindPopup(popup_be3fe4484e15672ac31914ddcae9230c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b66a3e7a195f4590be387472feb3de4e = L.circleMarker(\n",
+       "                [-38.29541158610824, 145.58199873330173],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_989efe99a159eecfb4f7af7dc4b2396e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e52b7dcd8c7f21377fbf9c4540dcf34a = $(`&lt;div id=&quot;html_e52b7dcd8c7f21377fbf9c4540dcf34a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_989efe99a159eecfb4f7af7dc4b2396e.setContent(html_e52b7dcd8c7f21377fbf9c4540dcf34a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b66a3e7a195f4590be387472feb3de4e.bindPopup(popup_989efe99a159eecfb4f7af7dc4b2396e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_32926046b4624aa683582ad80000ac54 = L.circleMarker(\n",
+       "                [-38.66038823978624, 145.61630512780695],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_764e34ed17ac4217f489eb5e81655dc2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_29cce7387b75c5fe96f68d5bf99ed0e8 = $(`&lt;div id=&quot;html_29cce7387b75c5fe96f68d5bf99ed0e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_764e34ed17ac4217f489eb5e81655dc2.setContent(html_29cce7387b75c5fe96f68d5bf99ed0e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_32926046b4624aa683582ad80000ac54.bindPopup(popup_764e34ed17ac4217f489eb5e81655dc2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e400a131601b9507ded2a494d36ff3a3 = L.circleMarker(\n",
+       "                [-38.50982465738924, 145.51626945615905],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aaba5268742491236ef826da35d05eae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8b779df7df57007886274de03a3a2cea = $(`&lt;div id=&quot;html_8b779df7df57007886274de03a3a2cea&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_aaba5268742491236ef826da35d05eae.setContent(html_8b779df7df57007886274de03a3a2cea);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e400a131601b9507ded2a494d36ff3a3.bindPopup(popup_aaba5268742491236ef826da35d05eae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0417f08f15eea8b3c85ee9b3f160c289 = L.circleMarker(\n",
+       "                [-38.476712167388186, 145.46583623557967],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3bca2a799547274209435a1f582f8772 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_47a29700a46bfdef80c7933ddb29874e = $(`&lt;div id=&quot;html_47a29700a46bfdef80c7933ddb29874e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_3bca2a799547274209435a1f582f8772.setContent(html_47a29700a46bfdef80c7933ddb29874e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0417f08f15eea8b3c85ee9b3f160c289.bindPopup(popup_3bca2a799547274209435a1f582f8772)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b3357aeeba0e5b55d1f4d6cfd6aa7d38 = L.circleMarker(\n",
+       "                [-38.65680985909611, 145.57799047159523],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e0a62b512112c8351bf4e1d25e372fca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c7adf92109115a71b735a0ffc2dd5a5c = $(`&lt;div id=&quot;html_c7adf92109115a71b735a0ffc2dd5a5c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_e0a62b512112c8351bf4e1d25e372fca.setContent(html_c7adf92109115a71b735a0ffc2dd5a5c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b3357aeeba0e5b55d1f4d6cfd6aa7d38.bindPopup(popup_e0a62b512112c8351bf4e1d25e372fca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_77bc2c6ec14f5b3e5141d0c12148304f = L.circleMarker(\n",
+       "                [-38.447474554558966, 145.66624925475136],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_337715a08a5bfd55a3cdc4ff8afca107 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eb52776d6a1150d14cbb33fb5c84a889 = $(`&lt;div id=&quot;html_eb52776d6a1150d14cbb33fb5c84a889&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_337715a08a5bfd55a3cdc4ff8afca107.setContent(html_eb52776d6a1150d14cbb33fb5c84a889);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_77bc2c6ec14f5b3e5141d0c12148304f.bindPopup(popup_337715a08a5bfd55a3cdc4ff8afca107)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e10fc56e25b14751d8352a056e6c1cf8 = L.circleMarker(\n",
+       "                [-38.5137466991372, 145.3248548395172],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c437704b7424f5530e9e9b72ba6eabec = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_97b23cdb3d71f78a8043efe80a7f4111 = $(`&lt;div id=&quot;html_97b23cdb3d71f78a8043efe80a7f4111&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_c437704b7424f5530e9e9b72ba6eabec.setContent(html_97b23cdb3d71f78a8043efe80a7f4111);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e10fc56e25b14751d8352a056e6c1cf8.bindPopup(popup_c437704b7424f5530e9e9b72ba6eabec)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c0f7bd8cbeab4116de8bfaa9114721c = L.circleMarker(\n",
+       "                [-38.45324241814347, 145.27345400237243],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_185e9dc675d5a1d19642fa9699138072 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9212eb38c9482c5508f67042c748b350 = $(`&lt;div id=&quot;html_9212eb38c9482c5508f67042c748b350&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_185e9dc675d5a1d19642fa9699138072.setContent(html_9212eb38c9482c5508f67042c748b350);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c0f7bd8cbeab4116de8bfaa9114721c.bindPopup(popup_185e9dc675d5a1d19642fa9699138072)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c61e9b30e3420056689386f129da42b5 = L.circleMarker(\n",
+       "                [-38.50497575109161, 145.27630315567984],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cb505c79ecf4c04ed8984d52ae6a0f0e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_22d1abbad5bfd6594cf286a2e68cfe96 = $(`&lt;div id=&quot;html_22d1abbad5bfd6594cf286a2e68cfe96&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_cb505c79ecf4c04ed8984d52ae6a0f0e.setContent(html_22d1abbad5bfd6594cf286a2e68cfe96);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c61e9b30e3420056689386f129da42b5.bindPopup(popup_cb505c79ecf4c04ed8984d52ae6a0f0e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_322533c1a5a3dfcb29d68da733f445c1 = L.circleMarker(\n",
+       "                [-38.38066717852907, 145.54947511473767],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5f3b6bdbaa33751fa065e33d9b92a431 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_738547ef93da3afdee393b6d8f5fc238 = $(`&lt;div id=&quot;html_738547ef93da3afdee393b6d8f5fc238&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_5f3b6bdbaa33751fa065e33d9b92a431.setContent(html_738547ef93da3afdee393b6d8f5fc238);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_322533c1a5a3dfcb29d68da733f445c1.bindPopup(popup_5f3b6bdbaa33751fa065e33d9b92a431)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b7aca6bb7f1036fa477b84499a063872 = L.circleMarker(\n",
+       "                [-38.52806862309651, 145.41067568107968],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_188afc1055a63b302cd465b85d73a047 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_18cd49eea1a4b9d396f15e191432e546 = $(`&lt;div id=&quot;html_18cd49eea1a4b9d396f15e191432e546&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_188afc1055a63b302cd465b85d73a047.setContent(html_18cd49eea1a4b9d396f15e191432e546);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b7aca6bb7f1036fa477b84499a063872.bindPopup(popup_188afc1055a63b302cd465b85d73a047)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5aa82b7571d6ecd118007fdbe1c98b85 = L.circleMarker(\n",
+       "                [-38.50962198802908, 145.28970338750494],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cc5a00fe4aa41809e717f487d708c15a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_856c336205c6f8515f6981b840589fed = $(`&lt;div id=&quot;html_856c336205c6f8515f6981b840589fed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_cc5a00fe4aa41809e717f487d708c15a.setContent(html_856c336205c6f8515f6981b840589fed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5aa82b7571d6ecd118007fdbe1c98b85.bindPopup(popup_cc5a00fe4aa41809e717f487d708c15a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c6ce0b40f5cb0db1a780feaa002808c7 = L.circleMarker(\n",
+       "                [-38.617282143916015, 145.7277606549239],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_da3bd8b21103fd60bc7c7e6bb953b0c2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_98540aec56e2094ad643fd708120a1db = $(`&lt;div id=&quot;html_98540aec56e2094ad643fd708120a1db&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_da3bd8b21103fd60bc7c7e6bb953b0c2.setContent(html_98540aec56e2094ad643fd708120a1db);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c6ce0b40f5cb0db1a780feaa002808c7.bindPopup(popup_da3bd8b21103fd60bc7c7e6bb953b0c2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8b8e4e3b61666ba6b22e690128ebadbd = L.circleMarker(\n",
+       "                [-38.30865342367149, 145.68360387266694],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d3291d1b825b31469582050ff172baeb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1a7724234351717349723ca279f07af8 = $(`&lt;div id=&quot;html_1a7724234351717349723ca279f07af8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_d3291d1b825b31469582050ff172baeb.setContent(html_1a7724234351717349723ca279f07af8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8b8e4e3b61666ba6b22e690128ebadbd.bindPopup(popup_d3291d1b825b31469582050ff172baeb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_901fdee202e9ae65732776810d5f00bb = L.circleMarker(\n",
+       "                [-38.39320171898987, 145.6106229943033],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7db9802e47688d8e2f86c44b88dcabff = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d6984273b3f0a98f36f1c21d89416b08 = $(`&lt;div id=&quot;html_d6984273b3f0a98f36f1c21d89416b08&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_7db9802e47688d8e2f86c44b88dcabff.setContent(html_d6984273b3f0a98f36f1c21d89416b08);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_901fdee202e9ae65732776810d5f00bb.bindPopup(popup_7db9802e47688d8e2f86c44b88dcabff)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6304611bbec67e646afa991be53493d8 = L.circleMarker(\n",
+       "                [-38.49230651791677, 145.1950552057919],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1f0cc76a2dad31705cacf3f6ff249ca0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e223052a5556b76468d966df85abc906 = $(`&lt;div id=&quot;html_e223052a5556b76468d966df85abc906&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_1f0cc76a2dad31705cacf3f6ff249ca0.setContent(html_e223052a5556b76468d966df85abc906);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6304611bbec67e646afa991be53493d8.bindPopup(popup_1f0cc76a2dad31705cacf3f6ff249ca0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a3f69cb686310c339992a58adefd016a = L.circleMarker(\n",
+       "                [-38.59369528657091, 145.57507914772984],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6f4d9e82c8298653fd25060e661e9a35 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ea9152f78ebe946c1597a606f922057a = $(`&lt;div id=&quot;html_ea9152f78ebe946c1597a606f922057a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_6f4d9e82c8298653fd25060e661e9a35.setContent(html_ea9152f78ebe946c1597a606f922057a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a3f69cb686310c339992a58adefd016a.bindPopup(popup_6f4d9e82c8298653fd25060e661e9a35)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_64688ee20c3fcb18e2a32cd4769b90ab = L.circleMarker(\n",
+       "                [-38.48018423876076, 145.23415503188883],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_53a68b2a8c3c9cb52489560e20d691bb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4e5793c7b2774c07c5fae339590e256d = $(`&lt;div id=&quot;html_4e5793c7b2774c07c5fae339590e256d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_53a68b2a8c3c9cb52489560e20d691bb.setContent(html_4e5793c7b2774c07c5fae339590e256d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_64688ee20c3fcb18e2a32cd4769b90ab.bindPopup(popup_53a68b2a8c3c9cb52489560e20d691bb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d506b93135a81249dbbc70f2e1f2d797 = L.circleMarker(\n",
+       "                [-38.521743068657706, 145.4492445218516],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e480267984b038d8749bc456a3d033d7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1cbfd75b0a19dc7dfab68293a922f996 = $(`&lt;div id=&quot;html_1cbfd75b0a19dc7dfab68293a922f996&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_e480267984b038d8749bc456a3d033d7.setContent(html_1cbfd75b0a19dc7dfab68293a922f996);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d506b93135a81249dbbc70f2e1f2d797.bindPopup(popup_e480267984b038d8749bc456a3d033d7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_342cd08bf2b36f5f46b75195d2244c12 = L.circleMarker(\n",
+       "                [-38.42310990284567, 145.46749339927385],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ab98f366f3790f679ad26a27774a56ef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8a6ac87dde7a34add12c1de63385565c = $(`&lt;div id=&quot;html_8a6ac87dde7a34add12c1de63385565c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_ab98f366f3790f679ad26a27774a56ef.setContent(html_8a6ac87dde7a34add12c1de63385565c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_342cd08bf2b36f5f46b75195d2244c12.bindPopup(popup_ab98f366f3790f679ad26a27774a56ef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_87dc01b4b833c4e8d68704b3690dba2e = L.circleMarker(\n",
+       "                [-38.43891049546539, 145.61239205417323],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e85191e92b4e450d749622c75cdd8179 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_334c00fd54349583392e722ce91fd758 = $(`&lt;div id=&quot;html_334c00fd54349583392e722ce91fd758&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_e85191e92b4e450d749622c75cdd8179.setContent(html_334c00fd54349583392e722ce91fd758);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_87dc01b4b833c4e8d68704b3690dba2e.bindPopup(popup_e85191e92b4e450d749622c75cdd8179)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_97d498257f232bb488fe18f6c9a808d4 = L.circleMarker(\n",
+       "                [-38.42517956356956, 145.53194997808873],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0ffee588d9f62d4ad3bfa304c5809927 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_40bf12a82d899bff06f5685102bb86dd = $(`&lt;div id=&quot;html_40bf12a82d899bff06f5685102bb86dd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_0ffee588d9f62d4ad3bfa304c5809927.setContent(html_40bf12a82d899bff06f5685102bb86dd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_97d498257f232bb488fe18f6c9a808d4.bindPopup(popup_0ffee588d9f62d4ad3bfa304c5809927)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c48b5f7f55a4378717911cde4e995b50 = L.circleMarker(\n",
+       "                [-38.57950687448125, 145.59416147004632],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bcde67037b239a54ad90dccde5803644 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5c4b2d14f467781c22948d4f8817069c = $(`&lt;div id=&quot;html_5c4b2d14f467781c22948d4f8817069c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_bcde67037b239a54ad90dccde5803644.setContent(html_5c4b2d14f467781c22948d4f8817069c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c48b5f7f55a4378717911cde4e995b50.bindPopup(popup_bcde67037b239a54ad90dccde5803644)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2adda1e3b9143ac39b3f451295e89699 = L.circleMarker(\n",
+       "                [-38.52877072670762, 145.7712580091622],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e0ecc5776c3a6d55f3247d6864177335 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7944b9076f78737cc7169b5451fc881b = $(`&lt;div id=&quot;html_7944b9076f78737cc7169b5451fc881b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_e0ecc5776c3a6d55f3247d6864177335.setContent(html_7944b9076f78737cc7169b5451fc881b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2adda1e3b9143ac39b3f451295e89699.bindPopup(popup_e0ecc5776c3a6d55f3247d6864177335)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ba4e2dd9ced7426430bbff2de981cc43 = L.circleMarker(\n",
+       "                [-38.49512034487434, 145.26669596192613],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8d89aeff3586a5e5dd9f976a2695e69d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_884e56ccc18a09e68b7737d935ea58c5 = $(`&lt;div id=&quot;html_884e56ccc18a09e68b7737d935ea58c5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_8d89aeff3586a5e5dd9f976a2695e69d.setContent(html_884e56ccc18a09e68b7737d935ea58c5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ba4e2dd9ced7426430bbff2de981cc43.bindPopup(popup_8d89aeff3586a5e5dd9f976a2695e69d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b9f845a06997a4d256f8876f0a0c5442 = L.circleMarker(\n",
+       "                [-38.458644691244416, 145.5839230949962],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_211f9019bf305f8d6a2fe69fdce059b5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_160b0a402ca427ad6e4f7b9b0a5badc7 = $(`&lt;div id=&quot;html_160b0a402ca427ad6e4f7b9b0a5badc7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_211f9019bf305f8d6a2fe69fdce059b5.setContent(html_160b0a402ca427ad6e4f7b9b0a5badc7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b9f845a06997a4d256f8876f0a0c5442.bindPopup(popup_211f9019bf305f8d6a2fe69fdce059b5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a5a704cbc007e46a759d2811a3c2356c = L.circleMarker(\n",
+       "                [-38.56892701021151, 145.54568878149487],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_83882203411e979452a4c2f06ab48719 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e852b635203f4bb449add83d94d1864e = $(`&lt;div id=&quot;html_e852b635203f4bb449add83d94d1864e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_83882203411e979452a4c2f06ab48719.setContent(html_e852b635203f4bb449add83d94d1864e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a5a704cbc007e46a759d2811a3c2356c.bindPopup(popup_83882203411e979452a4c2f06ab48719)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_411eae0d29a5cceb68f5733324529c16 = L.circleMarker(\n",
+       "                [-38.54907542566937, 145.49591971892275],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_68a9fc8f038c39115258871c44b18927 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_98690599ab15d8242edf38f6227ee01e = $(`&lt;div id=&quot;html_98690599ab15d8242edf38f6227ee01e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_68a9fc8f038c39115258871c44b18927.setContent(html_98690599ab15d8242edf38f6227ee01e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_411eae0d29a5cceb68f5733324529c16.bindPopup(popup_68a9fc8f038c39115258871c44b18927)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ede463d0fb5f6b5999d05198ec1891d1 = L.circleMarker(\n",
+       "                [-38.55240382818879, 145.61046119161995],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1ef8185b9be74bf680b0a9e91c70eaf3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8b8b5d9e50ecfa16dc11a399d8263ff7 = $(`&lt;div id=&quot;html_8b8b5d9e50ecfa16dc11a399d8263ff7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_1ef8185b9be74bf680b0a9e91c70eaf3.setContent(html_8b8b5d9e50ecfa16dc11a399d8263ff7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ede463d0fb5f6b5999d05198ec1891d1.bindPopup(popup_1ef8185b9be74bf680b0a9e91c70eaf3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b503fcb1cfe7e6acbdc51c22860845e8 = L.circleMarker(\n",
+       "                [-38.5482061673333, 145.56401145900008],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_afc3d4ad888b3a34a889328ca2b2325c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_07791f3ed7cd5f37658cf440dcc07f25 = $(`&lt;div id=&quot;html_07791f3ed7cd5f37658cf440dcc07f25&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_afc3d4ad888b3a34a889328ca2b2325c.setContent(html_07791f3ed7cd5f37658cf440dcc07f25);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b503fcb1cfe7e6acbdc51c22860845e8.bindPopup(popup_afc3d4ad888b3a34a889328ca2b2325c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f00b88fe5a72e170ddd6c4cc76598281 = L.circleMarker(\n",
+       "                [-38.54813150019008, 145.67430266752734],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5d245e23c7e1f52888084ac184f46aac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ac3b806bc83ac2350ced5f8d0d3d469a = $(`&lt;div id=&quot;html_ac3b806bc83ac2350ced5f8d0d3d469a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_5d245e23c7e1f52888084ac184f46aac.setContent(html_ac3b806bc83ac2350ced5f8d0d3d469a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f00b88fe5a72e170ddd6c4cc76598281.bindPopup(popup_5d245e23c7e1f52888084ac184f46aac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_90466aaade35d305c66358a2a5941e13 = L.circleMarker(\n",
+       "                [-38.50987777844696, 145.13826977903472],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f2fbc4787abda8466c6bd50d135a6f3b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9f46ec08c1230321dcb8d3f1b328e2aa = $(`&lt;div id=&quot;html_9f46ec08c1230321dcb8d3f1b328e2aa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_f2fbc4787abda8466c6bd50d135a6f3b.setContent(html_9f46ec08c1230321dcb8d3f1b328e2aa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_90466aaade35d305c66358a2a5941e13.bindPopup(popup_f2fbc4787abda8466c6bd50d135a6f3b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e464f3d1959d1d5a4faf766c6b91b34e = L.circleMarker(\n",
+       "                [-38.499404676684144, 145.33824824697345],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f5fa261d20fc46e6417259043a9a559 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a9428a157470f00ec5d3d1fbfd94d12d = $(`&lt;div id=&quot;html_a9428a157470f00ec5d3d1fbfd94d12d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_8f5fa261d20fc46e6417259043a9a559.setContent(html_a9428a157470f00ec5d3d1fbfd94d12d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e464f3d1959d1d5a4faf766c6b91b34e.bindPopup(popup_8f5fa261d20fc46e6417259043a9a559)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_72df2b8ea42ca17a08aef11af7ca43ac = L.circleMarker(\n",
+       "                [-38.43326427028933, 145.4449586338855],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2b2330f2eeb37d8e1638c41a68066c92 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2de3edb5204a68f39be98daa8a121d97 = $(`&lt;div id=&quot;html_2de3edb5204a68f39be98daa8a121d97&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_2b2330f2eeb37d8e1638c41a68066c92.setContent(html_2de3edb5204a68f39be98daa8a121d97);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_72df2b8ea42ca17a08aef11af7ca43ac.bindPopup(popup_2b2330f2eeb37d8e1638c41a68066c92)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b97342f3a409fd7e4007ed0eb3eb75dd = L.circleMarker(\n",
+       "                [-38.37621267884777, 145.69598452464982],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_21d5356825e00f07244b5ccaa3bb6ecf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_93e3d2d5ae140d0afee01eb9e773847f = $(`&lt;div id=&quot;html_93e3d2d5ae140d0afee01eb9e773847f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_21d5356825e00f07244b5ccaa3bb6ecf.setContent(html_93e3d2d5ae140d0afee01eb9e773847f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b97342f3a409fd7e4007ed0eb3eb75dd.bindPopup(popup_21d5356825e00f07244b5ccaa3bb6ecf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6a1295c6e26865ef5ac34f2e5af70a0e = L.circleMarker(\n",
+       "                [-38.414171666678655, 145.4766743099182],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b18e0b2987843c1ee54a6b8a59bf70ce = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_12c716c976049947e9c5d105f141a8e2 = $(`&lt;div id=&quot;html_12c716c976049947e9c5d105f141a8e2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_b18e0b2987843c1ee54a6b8a59bf70ce.setContent(html_12c716c976049947e9c5d105f141a8e2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6a1295c6e26865ef5ac34f2e5af70a0e.bindPopup(popup_b18e0b2987843c1ee54a6b8a59bf70ce)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_59aab185db692d86b2d5f77449ea0730 = L.circleMarker(\n",
+       "                [-38.617186885572, 145.5913686149157],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e67ffce6406adf8883e8f1dccebc1f56 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4152e5bfc314ef5b2f6073e4b10fc36c = $(`&lt;div id=&quot;html_4152e5bfc314ef5b2f6073e4b10fc36c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_e67ffce6406adf8883e8f1dccebc1f56.setContent(html_4152e5bfc314ef5b2f6073e4b10fc36c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_59aab185db692d86b2d5f77449ea0730.bindPopup(popup_e67ffce6406adf8883e8f1dccebc1f56)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9c06bf136d378c75db13961839718c92 = L.circleMarker(\n",
+       "                [-38.47882634787751, 145.2797725574175],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a40b9d2edd4647b5ded0ae04291f201b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2c67801b97e49678ea2dc3f303a1afed = $(`&lt;div id=&quot;html_2c67801b97e49678ea2dc3f303a1afed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_a40b9d2edd4647b5ded0ae04291f201b.setContent(html_2c67801b97e49678ea2dc3f303a1afed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9c06bf136d378c75db13961839718c92.bindPopup(popup_a40b9d2edd4647b5ded0ae04291f201b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3fb803a256873716c3251f187c373bec = L.circleMarker(\n",
+       "                [-38.57576428654544, 145.70806900943572],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8427feaf631cef53ddd70049639face3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_770e98345a59799259d7599cfb78ba44 = $(`&lt;div id=&quot;html_770e98345a59799259d7599cfb78ba44&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_8427feaf631cef53ddd70049639face3.setContent(html_770e98345a59799259d7599cfb78ba44);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3fb803a256873716c3251f187c373bec.bindPopup(popup_8427feaf631cef53ddd70049639face3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_50a43588c9555f1c1ae0187924a03b5a = L.circleMarker(\n",
+       "                [-38.41847948860689, 145.5445409266404],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f58394fa4a59f07a07aea50277511eee = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8e605b55e1ccb2d2ae1c36e43fab326e = $(`&lt;div id=&quot;html_8e605b55e1ccb2d2ae1c36e43fab326e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_f58394fa4a59f07a07aea50277511eee.setContent(html_8e605b55e1ccb2d2ae1c36e43fab326e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_50a43588c9555f1c1ae0187924a03b5a.bindPopup(popup_f58394fa4a59f07a07aea50277511eee)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d0579039952de0e92a7c80f135b479d0 = L.circleMarker(\n",
+       "                [-38.58140265281964, 145.6520004302279],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b477e1141a2baca452b90373ed3da30b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e827a57412a52bf6dceb6f0a52408eed = $(`&lt;div id=&quot;html_e827a57412a52bf6dceb6f0a52408eed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_b477e1141a2baca452b90373ed3da30b.setContent(html_e827a57412a52bf6dceb6f0a52408eed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d0579039952de0e92a7c80f135b479d0.bindPopup(popup_b477e1141a2baca452b90373ed3da30b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5b1d99aa38658c24f1ed8270581beb86 = L.circleMarker(\n",
+       "                [-38.51146418999935, 145.71252860743195],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1efba60d2d6ab74790c7b131a3d3da0d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b6c84efbb1e6064327513cc35b11053d = $(`&lt;div id=&quot;html_b6c84efbb1e6064327513cc35b11053d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_1efba60d2d6ab74790c7b131a3d3da0d.setContent(html_b6c84efbb1e6064327513cc35b11053d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5b1d99aa38658c24f1ed8270581beb86.bindPopup(popup_1efba60d2d6ab74790c7b131a3d3da0d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e0308e9a7d890f57c009d169467fa5f8 = L.circleMarker(\n",
+       "                [-38.38722091424371, 145.56363956530143],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_826ed46540ddb55c6cdc2988f23ef3f0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_92f808be24c2c24173bd7b219d437c8e = $(`&lt;div id=&quot;html_92f808be24c2c24173bd7b219d437c8e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bass Coast: crime count = -0.42488032117655455&lt;/div&gt;`)[0];\n",
+       "                popup_826ed46540ddb55c6cdc2988f23ef3f0.setContent(html_92f808be24c2c24173bd7b219d437c8e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e0308e9a7d890f57c009d169467fa5f8.bindPopup(popup_826ed46540ddb55c6cdc2988f23ef3f0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fd252180033a72149bef0eed1832e795 = L.circleMarker(\n",
+       "                [-38.29284055404368, 146.0216966455927],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_362502819c52a27c5237e969f065f090 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a9294bcb5204d368c046e03f2595c39f = $(`&lt;div id=&quot;html_a9294bcb5204d368c046e03f2595c39f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_362502819c52a27c5237e969f065f090.setContent(html_a9294bcb5204d368c046e03f2595c39f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fd252180033a72149bef0eed1832e795.bindPopup(popup_362502819c52a27c5237e969f065f090)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_54d69b8cad3c348d01aed4c38c249188 = L.circleMarker(\n",
+       "                [-38.094852226689454, 145.95313765202462],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_58cd177408c9c5e85af071c16c1040e7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8985e399895230a92aea793e1072301b = $(`&lt;div id=&quot;html_8985e399895230a92aea793e1072301b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_58cd177408c9c5e85af071c16c1040e7.setContent(html_8985e399895230a92aea793e1072301b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_54d69b8cad3c348d01aed4c38c249188.bindPopup(popup_58cd177408c9c5e85af071c16c1040e7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8d444ed1d1d65261f82732288d724b7e = L.circleMarker(\n",
+       "                [-38.072295419347306, 146.01136654077737],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1a747bd809872e1551bfdda03d7fa664 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7325ea522921a5243369237a4fb24d68 = $(`&lt;div id=&quot;html_7325ea522921a5243369237a4fb24d68&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_1a747bd809872e1551bfdda03d7fa664.setContent(html_7325ea522921a5243369237a4fb24d68);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8d444ed1d1d65261f82732288d724b7e.bindPopup(popup_1a747bd809872e1551bfdda03d7fa664)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c84059cf3fe742233b46f467cf52a1e8 = L.circleMarker(\n",
+       "                [-38.1786134161229, 146.25031181479196],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9a8aec3669797284fbbe80b119c730f6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_603d274924a0ab65b3c93adb417ce069 = $(`&lt;div id=&quot;html_603d274924a0ab65b3c93adb417ce069&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_9a8aec3669797284fbbe80b119c730f6.setContent(html_603d274924a0ab65b3c93adb417ce069);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c84059cf3fe742233b46f467cf52a1e8.bindPopup(popup_9a8aec3669797284fbbe80b119c730f6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d5235d2c321ed815ae8aef3fe10cf5b0 = L.circleMarker(\n",
+       "                [-38.244050104505696, 146.15927349036204],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_be1ac465159976272c0e07e210780041 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_de1adee55183e8b20008356986b1ad7d = $(`&lt;div id=&quot;html_de1adee55183e8b20008356986b1ad7d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_be1ac465159976272c0e07e210780041.setContent(html_de1adee55183e8b20008356986b1ad7d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d5235d2c321ed815ae8aef3fe10cf5b0.bindPopup(popup_be1ac465159976272c0e07e210780041)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a364bae84f09719d02fc99bef832db96 = L.circleMarker(\n",
+       "                [-38.25240292174456, 145.9337484420495],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2633f745adbf692bc04310b22b48d7bb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_be9c168e2a361ab04a607621e055beda = $(`&lt;div id=&quot;html_be9c168e2a361ab04a607621e055beda&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_2633f745adbf692bc04310b22b48d7bb.setContent(html_be9c168e2a361ab04a607621e055beda);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a364bae84f09719d02fc99bef832db96.bindPopup(popup_2633f745adbf692bc04310b22b48d7bb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_886a82eb791a7724687f8c4a3ba2cbcf = L.circleMarker(\n",
+       "                [-38.30727408250464, 145.9405083755642],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2c3fe3b492cb7b1a9da54b899eedd085 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b4ee1b60923e0d92846fd96f61ac71fa = $(`&lt;div id=&quot;html_b4ee1b60923e0d92846fd96f61ac71fa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_2c3fe3b492cb7b1a9da54b899eedd085.setContent(html_b4ee1b60923e0d92846fd96f61ac71fa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_886a82eb791a7724687f8c4a3ba2cbcf.bindPopup(popup_2c3fe3b492cb7b1a9da54b899eedd085)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2a08421822edff6d72aaa8b7e43b1277 = L.circleMarker(\n",
+       "                [-38.10321195110619, 146.26783169869523],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e97e0082bbeb176e06002746567b86d7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_598c707b1d0562604e98a57e338c95fc = $(`&lt;div id=&quot;html_598c707b1d0562604e98a57e338c95fc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_e97e0082bbeb176e06002746567b86d7.setContent(html_598c707b1d0562604e98a57e338c95fc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2a08421822edff6d72aaa8b7e43b1277.bindPopup(popup_e97e0082bbeb176e06002746567b86d7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_feea8eb65a6a0769d7d58dc421233b43 = L.circleMarker(\n",
+       "                [-38.14184116994581, 146.22127168960114],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2b48a03a3fd80c59f1b2758d01c0e5ae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d16ec124212ec0c74f8bb608df2b04cd = $(`&lt;div id=&quot;html_d16ec124212ec0c74f8bb608df2b04cd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_2b48a03a3fd80c59f1b2758d01c0e5ae.setContent(html_d16ec124212ec0c74f8bb608df2b04cd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_feea8eb65a6a0769d7d58dc421233b43.bindPopup(popup_2b48a03a3fd80c59f1b2758d01c0e5ae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dc4679b09fc1e8b346c1691ef3adc304 = L.circleMarker(\n",
+       "                [-37.84223083873772, 145.85183638224137],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ac3ae6652ad2c01b7186df32ef18df74 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cef530de73cea3286dd729d4002563ba = $(`&lt;div id=&quot;html_cef530de73cea3286dd729d4002563ba&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_ac3ae6652ad2c01b7186df32ef18df74.setContent(html_cef530de73cea3286dd729d4002563ba);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dc4679b09fc1e8b346c1691ef3adc304.bindPopup(popup_ac3ae6652ad2c01b7186df32ef18df74)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_18de25700e046ac7c4b2c858d3d75e5c = L.circleMarker(\n",
+       "                [-37.94021651223424, 146.403679733941],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_547d95bfe6e66700c741dfee8d2f63af = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b98cb442f1c2ad096ba4441865adcba = $(`&lt;div id=&quot;html_2b98cb442f1c2ad096ba4441865adcba&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_547d95bfe6e66700c741dfee8d2f63af.setContent(html_2b98cb442f1c2ad096ba4441865adcba);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_18de25700e046ac7c4b2c858d3d75e5c.bindPopup(popup_547d95bfe6e66700c741dfee8d2f63af)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_28083505c7484dc0d5c7f9f2aa8116c5 = L.circleMarker(\n",
+       "                [-38.13542175508369, 145.84873962465704],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c197014349f9c0bed6008d21f34ffe06 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9f5a6da669362c6cd402b6b009d0c0a1 = $(`&lt;div id=&quot;html_9f5a6da669362c6cd402b6b009d0c0a1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_c197014349f9c0bed6008d21f34ffe06.setContent(html_9f5a6da669362c6cd402b6b009d0c0a1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_28083505c7484dc0d5c7f9f2aa8116c5.bindPopup(popup_c197014349f9c0bed6008d21f34ffe06)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e41beb3ec50c58465f8ab84ecd8b8328 = L.circleMarker(\n",
+       "                [-37.91038106358653, 146.08948340874258],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e4884662a9aae42efc64c9d2f1328dfc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_568d46eac7bca360a90d3c5403ebc16d = $(`&lt;div id=&quot;html_568d46eac7bca360a90d3c5403ebc16d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_e4884662a9aae42efc64c9d2f1328dfc.setContent(html_568d46eac7bca360a90d3c5403ebc16d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e41beb3ec50c58465f8ab84ecd8b8328.bindPopup(popup_e4884662a9aae42efc64c9d2f1328dfc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_24f2cc4b2a90a13eca4fc8744fbac366 = L.circleMarker(\n",
+       "                [-38.122461800980986, 145.77184768917363],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_60f15ad59ba88d036276672818919a38 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4a3c07d7b8b8eb3a5f263e608f195e58 = $(`&lt;div id=&quot;html_4a3c07d7b8b8eb3a5f263e608f195e58&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_60f15ad59ba88d036276672818919a38.setContent(html_4a3c07d7b8b8eb3a5f263e608f195e58);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_24f2cc4b2a90a13eca4fc8744fbac366.bindPopup(popup_60f15ad59ba88d036276672818919a38)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_40108725e16cd73c131c0ca1dbfef53c = L.circleMarker(\n",
+       "                [-38.11914411428367, 145.89077899405936],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d682d045b4dbdfc47d8b506344d26390 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ece2f433a012f6e85ca75980e97b84bc = $(`&lt;div id=&quot;html_ece2f433a012f6e85ca75980e97b84bc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_d682d045b4dbdfc47d8b506344d26390.setContent(html_ece2f433a012f6e85ca75980e97b84bc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_40108725e16cd73c131c0ca1dbfef53c.bindPopup(popup_d682d045b4dbdfc47d8b506344d26390)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0e4cbdfd8cca8835868536018ce407cf = L.circleMarker(\n",
+       "                [-38.176857731902736, 145.72359827097603],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d05f6817c088c9debf821b6eb83b7a13 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b5c3d224a9677c5d4fd1dd563301b84b = $(`&lt;div id=&quot;html_b5c3d224a9677c5d4fd1dd563301b84b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_d05f6817c088c9debf821b6eb83b7a13.setContent(html_b5c3d224a9677c5d4fd1dd563301b84b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0e4cbdfd8cca8835868536018ce407cf.bindPopup(popup_d05f6817c088c9debf821b6eb83b7a13)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_95ed800b8e76ecf482a9bac85f21091c = L.circleMarker(\n",
+       "                [-38.16957671980425, 145.9731327234329],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_85630f4145f8e4489e34221d20263f04 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_503c00e0da03a244541de79424e0f4cf = $(`&lt;div id=&quot;html_503c00e0da03a244541de79424e0f4cf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_85630f4145f8e4489e34221d20263f04.setContent(html_503c00e0da03a244541de79424e0f4cf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_95ed800b8e76ecf482a9bac85f21091c.bindPopup(popup_85630f4145f8e4489e34221d20263f04)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_09dd182b70d064bed59cea017bb07e58 = L.circleMarker(\n",
+       "                [-37.77551304571451, 146.08690869385114],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3a018f4a9f956d0ae5381dd53ae6d735 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f1d5cf876cd70a355e41a8db0a2fe944 = $(`&lt;div id=&quot;html_f1d5cf876cd70a355e41a8db0a2fe944&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_3a018f4a9f956d0ae5381dd53ae6d735.setContent(html_f1d5cf876cd70a355e41a8db0a2fe944);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_09dd182b70d064bed59cea017bb07e58.bindPopup(popup_3a018f4a9f956d0ae5381dd53ae6d735)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c160abc57b267d10d48ce0673d1eafba = L.circleMarker(\n",
+       "                [-37.93398205772496, 146.47435091311127],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1255a0118f2b0f6023a6738b41e16a90 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_74abf6d9e59ead3ee9779d4808200193 = $(`&lt;div id=&quot;html_74abf6d9e59ead3ee9779d4808200193&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_1255a0118f2b0f6023a6738b41e16a90.setContent(html_74abf6d9e59ead3ee9779d4808200193);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c160abc57b267d10d48ce0673d1eafba.bindPopup(popup_1255a0118f2b0f6023a6738b41e16a90)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9cec869c434c21c30226a75c4e28f82b = L.circleMarker(\n",
+       "                [-38.07312491265337, 146.16435693916665],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_304ab824335b50b14bf82c13b7d6ab42 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_53a8555248686b4f310d605f621cc137 = $(`&lt;div id=&quot;html_53a8555248686b4f310d605f621cc137&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_304ab824335b50b14bf82c13b7d6ab42.setContent(html_53a8555248686b4f310d605f621cc137);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9cec869c434c21c30226a75c4e28f82b.bindPopup(popup_304ab824335b50b14bf82c13b7d6ab42)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_26043f8b373ddf82f10e06b4f62b3256 = L.circleMarker(\n",
+       "                [-38.03590054867704, 146.592135412857],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0bff6e3e4b08285f5ddd2ffa7aa363a9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_191208f4f8f696c18d14e8964ab7b120 = $(`&lt;div id=&quot;html_191208f4f8f696c18d14e8964ab7b120&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_0bff6e3e4b08285f5ddd2ffa7aa363a9.setContent(html_191208f4f8f696c18d14e8964ab7b120);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_26043f8b373ddf82f10e06b4f62b3256.bindPopup(popup_0bff6e3e4b08285f5ddd2ffa7aa363a9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2282c1cda26cc7f2e9039bbc2bc48d59 = L.circleMarker(\n",
+       "                [-38.30761454878818, 146.05201250262195],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_36d8aac2d1e4df60d01f904fe99a651b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e80e24bac9373e5d3c3c7fdce35a19bc = $(`&lt;div id=&quot;html_e80e24bac9373e5d3c3c7fdce35a19bc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_36d8aac2d1e4df60d01f904fe99a651b.setContent(html_e80e24bac9373e5d3c3c7fdce35a19bc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2282c1cda26cc7f2e9039bbc2bc48d59.bindPopup(popup_36d8aac2d1e4df60d01f904fe99a651b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_08cda9836b5bf0a272e6b7e6afb1b123 = L.circleMarker(\n",
+       "                [-37.84523872196588, 145.96933515234647],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4dcceaad7791a3db8748ef56e5b9c1a5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b5e891799a9d4078c093739a6d797c6d = $(`&lt;div id=&quot;html_b5e891799a9d4078c093739a6d797c6d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_4dcceaad7791a3db8748ef56e5b9c1a5.setContent(html_b5e891799a9d4078c093739a6d797c6d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_08cda9836b5bf0a272e6b7e6afb1b123.bindPopup(popup_4dcceaad7791a3db8748ef56e5b9c1a5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_981c60a67e5b682dec2749ae89f87e27 = L.circleMarker(\n",
+       "                [-38.28748618304605, 145.78124486913543],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7da0dc9a97228a86c70c3dc848f4c0bd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0c48957f2f8b7cfd31db67b85847cf2d = $(`&lt;div id=&quot;html_0c48957f2f8b7cfd31db67b85847cf2d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_7da0dc9a97228a86c70c3dc848f4c0bd.setContent(html_0c48957f2f8b7cfd31db67b85847cf2d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_981c60a67e5b682dec2749ae89f87e27.bindPopup(popup_7da0dc9a97228a86c70c3dc848f4c0bd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_229ebe501e9b63c8fe5cf60ad9423fe6 = L.circleMarker(\n",
+       "                [-37.96137757739084, 146.4072781558463],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3780772094318e6242c03417f5e2312c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_103bcf6d2453a2e6b49ad8cd1eea9f26 = $(`&lt;div id=&quot;html_103bcf6d2453a2e6b49ad8cd1eea9f26&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_3780772094318e6242c03417f5e2312c.setContent(html_103bcf6d2453a2e6b49ad8cd1eea9f26);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_229ebe501e9b63c8fe5cf60ad9423fe6.bindPopup(popup_3780772094318e6242c03417f5e2312c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_99cc1d96a53f05ff1f86cc0edccae621 = L.circleMarker(\n",
+       "                [-38.17228249821834, 146.1924995916097],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6b8d2de829dd65829656b126970b64f2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0313cda3b8000e3f32167c1728d3936b = $(`&lt;div id=&quot;html_0313cda3b8000e3f32167c1728d3936b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_6b8d2de829dd65829656b126970b64f2.setContent(html_0313cda3b8000e3f32167c1728d3936b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_99cc1d96a53f05ff1f86cc0edccae621.bindPopup(popup_6b8d2de829dd65829656b126970b64f2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fe68c3d123280bd3506e23659a4ecf3e = L.circleMarker(\n",
+       "                [-38.04634548610112, 146.46054829801884],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_969a3894203bc46c7315b9efda4a45c5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f57c030375665393bb140ae964b1a0c8 = $(`&lt;div id=&quot;html_f57c030375665393bb140ae964b1a0c8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_969a3894203bc46c7315b9efda4a45c5.setContent(html_f57c030375665393bb140ae964b1a0c8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fe68c3d123280bd3506e23659a4ecf3e.bindPopup(popup_969a3894203bc46c7315b9efda4a45c5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_15f4609bcc7a0de4d82d1d2a40f6cd41 = L.circleMarker(\n",
+       "                [-38.301499698700056, 146.10417154022662],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ce40bfaa7ea91b1a3a2c6069a166d3e3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cf72df03b09605bce6a3c6db7cb9396c = $(`&lt;div id=&quot;html_cf72df03b09605bce6a3c6db7cb9396c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_ce40bfaa7ea91b1a3a2c6069a166d3e3.setContent(html_cf72df03b09605bce6a3c6db7cb9396c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_15f4609bcc7a0de4d82d1d2a40f6cd41.bindPopup(popup_ce40bfaa7ea91b1a3a2c6069a166d3e3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_550c58ce4bdff04a8e60cc4c435e2a5f = L.circleMarker(\n",
+       "                [-38.01370131253999, 146.67208623016924],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4e8dfc6f45d7a12d11fea53d557aae35 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8837c84ac544a07f5e5eac3bafc1b999 = $(`&lt;div id=&quot;html_8837c84ac544a07f5e5eac3bafc1b999&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_4e8dfc6f45d7a12d11fea53d557aae35.setContent(html_8837c84ac544a07f5e5eac3bafc1b999);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_550c58ce4bdff04a8e60cc4c435e2a5f.bindPopup(popup_4e8dfc6f45d7a12d11fea53d557aae35)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9abad6202dc4cac513bede8c9bc0584c = L.circleMarker(\n",
+       "                [-37.81167456821776, 146.00873995578294],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0e16bba70a823d6ec9cf81a9050be1da = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_988395365b8811080f15bca1ce324fbf = $(`&lt;div id=&quot;html_988395365b8811080f15bca1ce324fbf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_0e16bba70a823d6ec9cf81a9050be1da.setContent(html_988395365b8811080f15bca1ce324fbf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9abad6202dc4cac513bede8c9bc0584c.bindPopup(popup_0e16bba70a823d6ec9cf81a9050be1da)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_673a78d519b5a0c817fdca2eb0e38087 = L.circleMarker(\n",
+       "                [-38.33432846116307, 146.13409725822763],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_17e1babc931615dc592754d873d2332c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9e1eb8552670217ba6c116123afd15f9 = $(`&lt;div id=&quot;html_9e1eb8552670217ba6c116123afd15f9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_17e1babc931615dc592754d873d2332c.setContent(html_9e1eb8552670217ba6c116123afd15f9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_673a78d519b5a0c817fdca2eb0e38087.bindPopup(popup_17e1babc931615dc592754d873d2332c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ecf5b859a7b7f0b845356bfd83e71305 = L.circleMarker(\n",
+       "                [-37.66621829539824, 146.22889007932778],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_89b1b36624440615c7050d7e7409bd85 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7ceec58b1444f4777239ee41936139cb = $(`&lt;div id=&quot;html_7ceec58b1444f4777239ee41936139cb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_89b1b36624440615c7050d7e7409bd85.setContent(html_7ceec58b1444f4777239ee41936139cb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ecf5b859a7b7f0b845356bfd83e71305.bindPopup(popup_89b1b36624440615c7050d7e7409bd85)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b8cecd5979f24ab81022b6f6262bb927 = L.circleMarker(\n",
+       "                [-37.92448034909745, 146.02685087450132],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4476aa48ff3cdc78489c40bff645dc4a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_77f7102c63df396af0fb1c1f59229707 = $(`&lt;div id=&quot;html_77f7102c63df396af0fb1c1f59229707&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_4476aa48ff3cdc78489c40bff645dc4a.setContent(html_77f7102c63df396af0fb1c1f59229707);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b8cecd5979f24ab81022b6f6262bb927.bindPopup(popup_4476aa48ff3cdc78489c40bff645dc4a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7ba6eebd20930097042edba7ad10c2f2 = L.circleMarker(\n",
+       "                [-38.19690445928645, 145.7653691961113],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6e1728921107ef565420f88ec2348667 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c508823d984419e28a41bd856ae2668c = $(`&lt;div id=&quot;html_c508823d984419e28a41bd856ae2668c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_6e1728921107ef565420f88ec2348667.setContent(html_c508823d984419e28a41bd856ae2668c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7ba6eebd20930097042edba7ad10c2f2.bindPopup(popup_6e1728921107ef565420f88ec2348667)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2e5fda54549a4a67603a8fbf4d6710c6 = L.circleMarker(\n",
+       "                [-37.755977384175125, 146.34512615949467],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_13c0cbe50c713864131c369b8971555d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_523b0fe2499150fabd8602d6fee2cc8d = $(`&lt;div id=&quot;html_523b0fe2499150fabd8602d6fee2cc8d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_13c0cbe50c713864131c369b8971555d.setContent(html_523b0fe2499150fabd8602d6fee2cc8d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2e5fda54549a4a67603a8fbf4d6710c6.bindPopup(popup_13c0cbe50c713864131c369b8971555d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fe1afd67fb5dd7079aa601df39b92965 = L.circleMarker(\n",
+       "                [-38.16943227334568, 146.14712581222147],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9e57047ccfb7298e581cb35252cedb77 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7484eca21985e62ad25b9f8795254161 = $(`&lt;div id=&quot;html_7484eca21985e62ad25b9f8795254161&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_9e57047ccfb7298e581cb35252cedb77.setContent(html_7484eca21985e62ad25b9f8795254161);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fe1afd67fb5dd7079aa601df39b92965.bindPopup(popup_9e57047ccfb7298e581cb35252cedb77)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3b4bf2474830a4e127f8107adcbe3019 = L.circleMarker(\n",
+       "                [-38.18694122719468, 146.07452238066017],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2b563676ee3ad7585e5b098f48cf59fa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e0430698e7720a14082021379f955191 = $(`&lt;div id=&quot;html_e0430698e7720a14082021379f955191&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_2b563676ee3ad7585e5b098f48cf59fa.setContent(html_e0430698e7720a14082021379f955191);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3b4bf2474830a4e127f8107adcbe3019.bindPopup(popup_2b563676ee3ad7585e5b098f48cf59fa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_80b84167305a7edcf44b83413b49315e = L.circleMarker(\n",
+       "                [-37.947900900979285, 146.33805973414],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c892d1590497cf59c789484e80dbfb57 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_043f88d58615e6d488becfc5f75253f2 = $(`&lt;div id=&quot;html_043f88d58615e6d488becfc5f75253f2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_c892d1590497cf59c789484e80dbfb57.setContent(html_043f88d58615e6d488becfc5f75253f2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_80b84167305a7edcf44b83413b49315e.bindPopup(popup_c892d1590497cf59c789484e80dbfb57)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_97114b766ec2525dff5ec70e9e6d98a7 = L.circleMarker(\n",
+       "                [-38.02987095774042, 145.793318934442],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f6867ef2b40e3cc452c2b294bd4a73ea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_672c496fa3cfa9c7d77316de4ff9fafb = $(`&lt;div id=&quot;html_672c496fa3cfa9c7d77316de4ff9fafb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_f6867ef2b40e3cc452c2b294bd4a73ea.setContent(html_672c496fa3cfa9c7d77316de4ff9fafb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_97114b766ec2525dff5ec70e9e6d98a7.bindPopup(popup_f6867ef2b40e3cc452c2b294bd4a73ea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_241e752f38bee616d197b98c2382f6b6 = L.circleMarker(\n",
+       "                [-38.047837655192055, 146.35334521115453],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_82d9c7c85e009c7ffe66ef16f93877be = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_45b877485c7caf38c8a9565773c2a405 = $(`&lt;div id=&quot;html_45b877485c7caf38c8a9565773c2a405&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_82d9c7c85e009c7ffe66ef16f93877be.setContent(html_45b877485c7caf38c8a9565773c2a405);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_241e752f38bee616d197b98c2382f6b6.bindPopup(popup_82d9c7c85e009c7ffe66ef16f93877be)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_81789eb87004189e91ecf27b1e1be489 = L.circleMarker(\n",
+       "                [-37.99618532991153, 146.05362262030482],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f847033212a5ec58678821999cad15a8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_88ef8e9b2bc680ed61906fdfb8a40253 = $(`&lt;div id=&quot;html_88ef8e9b2bc680ed61906fdfb8a40253&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_f847033212a5ec58678821999cad15a8.setContent(html_88ef8e9b2bc680ed61906fdfb8a40253);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_81789eb87004189e91ecf27b1e1be489.bindPopup(popup_f847033212a5ec58678821999cad15a8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0357709a435ef9ef5d82616c8dd97dc7 = L.circleMarker(\n",
+       "                [-37.91375690936746, 145.93235339455657],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c4aed63e80906cbb31f7c245030a548c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b141edbca7db27cc5ba870d2c326ca07 = $(`&lt;div id=&quot;html_b141edbca7db27cc5ba870d2c326ca07&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_c4aed63e80906cbb31f7c245030a548c.setContent(html_b141edbca7db27cc5ba870d2c326ca07);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0357709a435ef9ef5d82616c8dd97dc7.bindPopup(popup_c4aed63e80906cbb31f7c245030a548c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bf67505b030d636986766fdd5bbb1a20 = L.circleMarker(\n",
+       "                [-37.699794103329765, 146.3785204898876],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_44492ac025b6ddf84ca5aae09724dd6f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_899e6dae11d0d8100d27b0380be46f5b = $(`&lt;div id=&quot;html_899e6dae11d0d8100d27b0380be46f5b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_44492ac025b6ddf84ca5aae09724dd6f.setContent(html_899e6dae11d0d8100d27b0380be46f5b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bf67505b030d636986766fdd5bbb1a20.bindPopup(popup_44492ac025b6ddf84ca5aae09724dd6f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1b5bb36d4bdc5143bd0f802537fa0370 = L.circleMarker(\n",
+       "                [-38.23915589836589, 146.26642047379875],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b16417586c4cb83390c459a95d4c67b7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3b4826f8e18e4c7560568068d00afe15 = $(`&lt;div id=&quot;html_3b4826f8e18e4c7560568068d00afe15&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_b16417586c4cb83390c459a95d4c67b7.setContent(html_3b4826f8e18e4c7560568068d00afe15);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1b5bb36d4bdc5143bd0f802537fa0370.bindPopup(popup_b16417586c4cb83390c459a95d4c67b7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e57b7674a56b9be1926875e48a14c8c5 = L.circleMarker(\n",
+       "                [-37.85357174693396, 146.15959363743664],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a32d6d611a1464aefdae8b691ed7c447 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_08576ea8c0e76e0f3969effc4f8a01f0 = $(`&lt;div id=&quot;html_08576ea8c0e76e0f3969effc4f8a01f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_a32d6d611a1464aefdae8b691ed7c447.setContent(html_08576ea8c0e76e0f3969effc4f8a01f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e57b7674a56b9be1926875e48a14c8c5.bindPopup(popup_a32d6d611a1464aefdae8b691ed7c447)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8a9c051fa3fc97e39da8309fb2de3ba1 = L.circleMarker(\n",
+       "                [-38.27758439698169, 145.88862788703227],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9555edab9ab486794284372e222f2bda = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1bbcf35c693894b85caa0428fa181b1e = $(`&lt;div id=&quot;html_1bbcf35c693894b85caa0428fa181b1e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_9555edab9ab486794284372e222f2bda.setContent(html_1bbcf35c693894b85caa0428fa181b1e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8a9c051fa3fc97e39da8309fb2de3ba1.bindPopup(popup_9555edab9ab486794284372e222f2bda)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_06c159befcc25fa3fc6ca751a8226c2a = L.circleMarker(\n",
+       "                [-37.72123866931471, 146.4393906534835],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b7374bbca4195349b2168153058cf287 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1fd5558a4e1f1f8a89c9efc92c383a45 = $(`&lt;div id=&quot;html_1fd5558a4e1f1f8a89c9efc92c383a45&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_b7374bbca4195349b2168153058cf287.setContent(html_1fd5558a4e1f1f8a89c9efc92c383a45);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_06c159befcc25fa3fc6ca751a8226c2a.bindPopup(popup_b7374bbca4195349b2168153058cf287)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_def7e2f216aab0ddd637294907badf6e = L.circleMarker(\n",
+       "                [-38.205395198516776, 145.96367573755063],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_caafe00d4007ed6105c46b06db087b95 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d144dde1781e46402d486024fa2b068f = $(`&lt;div id=&quot;html_d144dde1781e46402d486024fa2b068f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_caafe00d4007ed6105c46b06db087b95.setContent(html_d144dde1781e46402d486024fa2b068f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_def7e2f216aab0ddd637294907badf6e.bindPopup(popup_caafe00d4007ed6105c46b06db087b95)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dbc750c7ca1d6a29ad5dffc38a84ef3c = L.circleMarker(\n",
+       "                [-38.01238397220369, 146.14387600056068],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a46b909c75d338f296a224c5baffe4bb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b607418337efbc013a3cacbe9581b398 = $(`&lt;div id=&quot;html_b607418337efbc013a3cacbe9581b398&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_a46b909c75d338f296a224c5baffe4bb.setContent(html_b607418337efbc013a3cacbe9581b398);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dbc750c7ca1d6a29ad5dffc38a84ef3c.bindPopup(popup_a46b909c75d338f296a224c5baffe4bb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0854dee0833ab1148495b8aeeba27691 = L.circleMarker(\n",
+       "                [-37.95503337921584, 145.9608786302358],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3b65bfee5d2d645b8b76afc83d0a9153 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a32c1582a55632b375905f17dbdfbaa1 = $(`&lt;div id=&quot;html_a32c1582a55632b375905f17dbdfbaa1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_3b65bfee5d2d645b8b76afc83d0a9153.setContent(html_a32c1582a55632b375905f17dbdfbaa1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0854dee0833ab1148495b8aeeba27691.bindPopup(popup_3b65bfee5d2d645b8b76afc83d0a9153)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_94e78c4cece619b8406a43fb3815d5dd = L.circleMarker(\n",
+       "                [-38.19011236592362, 145.82145110893123],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b53a4caaff2ab20b8927bc90e173c54d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_18d2e04c44e3f56d3464a7d65e62e658 = $(`&lt;div id=&quot;html_18d2e04c44e3f56d3464a7d65e62e658&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_b53a4caaff2ab20b8927bc90e173c54d.setContent(html_18d2e04c44e3f56d3464a7d65e62e658);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_94e78c4cece619b8406a43fb3815d5dd.bindPopup(popup_b53a4caaff2ab20b8927bc90e173c54d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9f86334f74db0a0851af7bcad573fa4f = L.circleMarker(\n",
+       "                [-38.30225715887137, 145.8663780743475],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4700b1204105116bec52e12e60633e74 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_045541423c9b2b5284d04a4ad18ebf64 = $(`&lt;div id=&quot;html_045541423c9b2b5284d04a4ad18ebf64&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_4700b1204105116bec52e12e60633e74.setContent(html_045541423c9b2b5284d04a4ad18ebf64);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9f86334f74db0a0851af7bcad573fa4f.bindPopup(popup_4700b1204105116bec52e12e60633e74)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_86d50f8610bc2dde01d023c4cac927bf = L.circleMarker(\n",
+       "                [-38.21483783265449, 146.2466531154528],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_80b667d4e0688739373d7f7a32e3eaae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_54a7c5c82bb6b130cd598fef2191df07 = $(`&lt;div id=&quot;html_54a7c5c82bb6b130cd598fef2191df07&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_80b667d4e0688739373d7f7a32e3eaae.setContent(html_54a7c5c82bb6b130cd598fef2191df07);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_86d50f8610bc2dde01d023c4cac927bf.bindPopup(popup_80b667d4e0688739373d7f7a32e3eaae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_526f5acd6f682d62620f7d29e27ab18f = L.circleMarker(\n",
+       "                [-37.95954136037767, 146.12124454337942],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_957f794c2e36a65be982f2e502432384 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1a49df20164204a2648bbe1f1970003b = $(`&lt;div id=&quot;html_1a49df20164204a2648bbe1f1970003b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_957f794c2e36a65be982f2e502432384.setContent(html_1a49df20164204a2648bbe1f1970003b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_526f5acd6f682d62620f7d29e27ab18f.bindPopup(popup_957f794c2e36a65be982f2e502432384)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4a0d83e05323f9896f4561c51fe5702b = L.circleMarker(\n",
+       "                [-38.24342147008488, 145.71018833587272],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b894c9fc6979328760690af38a8653b1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_06dd7b8b5ba0bdf85bd0b196d9e94971 = $(`&lt;div id=&quot;html_06dd7b8b5ba0bdf85bd0b196d9e94971&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_b894c9fc6979328760690af38a8653b1.setContent(html_06dd7b8b5ba0bdf85bd0b196d9e94971);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4a0d83e05323f9896f4561c51fe5702b.bindPopup(popup_b894c9fc6979328760690af38a8653b1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5930b42680aad7dcef715110f918298b = L.circleMarker(\n",
+       "                [-38.12734953798824, 146.004081716152],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9c3d18ffbd569d45fc4c4a5226cf17fd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b9ce340e4d7cddbb346cf1a737dc642 = $(`&lt;div id=&quot;html_4b9ce340e4d7cddbb346cf1a737dc642&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_9c3d18ffbd569d45fc4c4a5226cf17fd.setContent(html_4b9ce340e4d7cddbb346cf1a737dc642);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5930b42680aad7dcef715110f918298b.bindPopup(popup_9c3d18ffbd569d45fc4c4a5226cf17fd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ed3ca596e6f70e216796c89aafc89d2d = L.circleMarker(\n",
+       "                [-38.06950688435913, 145.9353907758483],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5a7fd43c205f48bbd7475e79e75f92c2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0d006c234ae99ced06afac50d7b4c344 = $(`&lt;div id=&quot;html_0d006c234ae99ced06afac50d7b4c344&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_5a7fd43c205f48bbd7475e79e75f92c2.setContent(html_0d006c234ae99ced06afac50d7b4c344);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ed3ca596e6f70e216796c89aafc89d2d.bindPopup(popup_5a7fd43c205f48bbd7475e79e75f92c2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7b0fdc85505443fcf6dd7136f3782c5b = L.circleMarker(\n",
+       "                [-38.341552082609866, 145.8992650100756],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_95dd32014ce353f3b2dde8f1ab6cf10c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b4d687e769dee6644ebd1dc791841be = $(`&lt;div id=&quot;html_4b4d687e769dee6644ebd1dc791841be&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_95dd32014ce353f3b2dde8f1ab6cf10c.setContent(html_4b4d687e769dee6644ebd1dc791841be);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7b0fdc85505443fcf6dd7136f3782c5b.bindPopup(popup_95dd32014ce353f3b2dde8f1ab6cf10c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b24d7e826bb0db404e35905356493648 = L.circleMarker(\n",
+       "                [-38.30359809423887, 146.17062054324978],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2ad6668c73ab74bd8b0f2d56e315bd55 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2526c6a2b587b0606ebbf92a3274e12e = $(`&lt;div id=&quot;html_2526c6a2b587b0606ebbf92a3274e12e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_2ad6668c73ab74bd8b0f2d56e315bd55.setContent(html_2526c6a2b587b0606ebbf92a3274e12e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b24d7e826bb0db404e35905356493648.bindPopup(popup_2ad6668c73ab74bd8b0f2d56e315bd55)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b8c6f4698d1aacec25e6d8f45a4d74b5 = L.circleMarker(\n",
+       "                [-38.24984584493092, 146.07293260217511],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_866adca916037689b05e07f887f73cab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e064e3c41a54ff2f5e5697802fc596eb = $(`&lt;div id=&quot;html_e064e3c41a54ff2f5e5697802fc596eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_866adca916037689b05e07f887f73cab.setContent(html_e064e3c41a54ff2f5e5697802fc596eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b8c6f4698d1aacec25e6d8f45a4d74b5.bindPopup(popup_866adca916037689b05e07f887f73cab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d094bcb5f7dfebde65732ea4f33e39de = L.circleMarker(\n",
+       "                [-38.08031656003553, 145.78221975873197],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_80cb7d091a2865808e465dec46d9eed9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dc89706800c42767c1bcdc5844c34dc7 = $(`&lt;div id=&quot;html_dc89706800c42767c1bcdc5844c34dc7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_80cb7d091a2865808e465dec46d9eed9.setContent(html_dc89706800c42767c1bcdc5844c34dc7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d094bcb5f7dfebde65732ea4f33e39de.bindPopup(popup_80cb7d091a2865808e465dec46d9eed9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_25d682e23a1f4b8e3fe444ecdf3308c8 = L.circleMarker(\n",
+       "                [-38.227390983566906, 145.97600627493162],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1fbaccbe62e062a79fecc57a1299df61 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b9458aea3701053c95e09dadce498fc7 = $(`&lt;div id=&quot;html_b9458aea3701053c95e09dadce498fc7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_1fbaccbe62e062a79fecc57a1299df61.setContent(html_b9458aea3701053c95e09dadce498fc7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_25d682e23a1f4b8e3fe444ecdf3308c8.bindPopup(popup_1fbaccbe62e062a79fecc57a1299df61)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c7c91f471f2fffd05d1e33cf5cf6bdd = L.circleMarker(\n",
+       "                [-38.27080675552746, 146.23578185454926],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9f8d686985124108d47259ba677be67d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4583706d0497763aa829ece5b739e7d0 = $(`&lt;div id=&quot;html_4583706d0497763aa829ece5b739e7d0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_9f8d686985124108d47259ba677be67d.setContent(html_4583706d0497763aa829ece5b739e7d0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c7c91f471f2fffd05d1e33cf5cf6bdd.bindPopup(popup_9f8d686985124108d47259ba677be67d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d3fc63f12fdd9535aeac6cee5ab57b4b = L.circleMarker(\n",
+       "                [-38.01296790311696, 145.9838430001007],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e990dc127cbe88497fd6cc9cc000ddd7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d1f045024a4853c122131ea1b5aaa7e3 = $(`&lt;div id=&quot;html_d1f045024a4853c122131ea1b5aaa7e3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_e990dc127cbe88497fd6cc9cc000ddd7.setContent(html_d1f045024a4853c122131ea1b5aaa7e3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d3fc63f12fdd9535aeac6cee5ab57b4b.bindPopup(popup_e990dc127cbe88497fd6cc9cc000ddd7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cb5aaada41645928842fdfaa65765e3b = L.circleMarker(\n",
+       "                [-38.330045816195074, 145.83302586720217],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_436b24cb46d5bd57c0ff3102bf086788 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2017071681f2e52afac744dc02502713 = $(`&lt;div id=&quot;html_2017071681f2e52afac744dc02502713&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_436b24cb46d5bd57c0ff3102bf086788.setContent(html_2017071681f2e52afac744dc02502713);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cb5aaada41645928842fdfaa65765e3b.bindPopup(popup_436b24cb46d5bd57c0ff3102bf086788)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f6dca33921e455a7b340a09a1663a1ed = L.circleMarker(\n",
+       "                [-38.32442472830717, 145.97326582057354],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_72c1d21eb00ccd3fffecd2ff0c6bc2ca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ca0af964c23e9d1ac625ce8e5181022 = $(`&lt;div id=&quot;html_6ca0af964c23e9d1ac625ce8e5181022&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_72c1d21eb00ccd3fffecd2ff0c6bc2ca.setContent(html_6ca0af964c23e9d1ac625ce8e5181022);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f6dca33921e455a7b340a09a1663a1ed.bindPopup(popup_72c1d21eb00ccd3fffecd2ff0c6bc2ca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_66a532378906604c26e662a5cd930c72 = L.circleMarker(\n",
+       "                [-38.15372516668654, 145.93000341970367],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4af4fc3f22fa06fe77489d991e382b68 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_08629e7e42bd8a0a8e9be7da8da8098a = $(`&lt;div id=&quot;html_08629e7e42bd8a0a8e9be7da8da8098a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_4af4fc3f22fa06fe77489d991e382b68.setContent(html_08629e7e42bd8a0a8e9be7da8da8098a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_66a532378906604c26e662a5cd930c72.bindPopup(popup_4af4fc3f22fa06fe77489d991e382b68)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8ed59b180cd3534d670f2e2c41cb80f5 = L.circleMarker(\n",
+       "                [-38.09955021368263, 146.06984932219845],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_41ed1bead3c3483c12d2896be252bcd7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5448dd740158687d6f7571cfc436b5d7 = $(`&lt;div id=&quot;html_5448dd740158687d6f7571cfc436b5d7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_41ed1bead3c3483c12d2896be252bcd7.setContent(html_5448dd740158687d6f7571cfc436b5d7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8ed59b180cd3534d670f2e2c41cb80f5.bindPopup(popup_41ed1bead3c3483c12d2896be252bcd7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8527c9692f5e6bbd356f195615af8381 = L.circleMarker(\n",
+       "                [-38.13271262518688, 146.37239101910168],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b7fa54c50aef0768422de2bb8cfd09cc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a23e486a981a96de1131d0db507fb85c = $(`&lt;div id=&quot;html_a23e486a981a96de1131d0db507fb85c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_b7fa54c50aef0768422de2bb8cfd09cc.setContent(html_a23e486a981a96de1131d0db507fb85c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8527c9692f5e6bbd356f195615af8381.bindPopup(popup_b7fa54c50aef0768422de2bb8cfd09cc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c163765668c67d80a5b2d92f2d588cfd = L.circleMarker(\n",
+       "                [-37.99510679505386, 146.41586249057866],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6269e517f183e0af665485373a08eae2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_73ff4cf72098693ab5474d89f68588e0 = $(`&lt;div id=&quot;html_73ff4cf72098693ab5474d89f68588e0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_6269e517f183e0af665485373a08eae2.setContent(html_73ff4cf72098693ab5474d89f68588e0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c163765668c67d80a5b2d92f2d588cfd.bindPopup(popup_6269e517f183e0af665485373a08eae2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cf7f6eb733690f89e899dd84f420148a = L.circleMarker(\n",
+       "                [-37.92374555642165, 145.96549753665133],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8d910b38565b8a729741b5997af53e6f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3322bc4b3761b585ad006ea6023e8f60 = $(`&lt;div id=&quot;html_3322bc4b3761b585ad006ea6023e8f60&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_8d910b38565b8a729741b5997af53e6f.setContent(html_3322bc4b3761b585ad006ea6023e8f60);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cf7f6eb733690f89e899dd84f420148a.bindPopup(popup_8d910b38565b8a729741b5997af53e6f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c7c5d8a2df2b2f28d2ba79a660749d66 = L.circleMarker(\n",
+       "                [-38.21442489685442, 145.91052798670802],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ed53f3d303c77b5ab9f3e706fec7b123 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0462ac65b70041aae2cca1f424977f5c = $(`&lt;div id=&quot;html_0462ac65b70041aae2cca1f424977f5c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_ed53f3d303c77b5ab9f3e706fec7b123.setContent(html_0462ac65b70041aae2cca1f424977f5c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c7c5d8a2df2b2f28d2ba79a660749d66.bindPopup(popup_ed53f3d303c77b5ab9f3e706fec7b123)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aa68a12a96701189d6b7a33bc5502ed6 = L.circleMarker(\n",
+       "                [-38.0591656137814, 145.9690099212754],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f48cc8f43998f24fa5b948b48fc291ed = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_96f9c7cde2440ba870f9bbcffbda2ef2 = $(`&lt;div id=&quot;html_96f9c7cde2440ba870f9bbcffbda2ef2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_f48cc8f43998f24fa5b948b48fc291ed.setContent(html_96f9c7cde2440ba870f9bbcffbda2ef2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aa68a12a96701189d6b7a33bc5502ed6.bindPopup(popup_f48cc8f43998f24fa5b948b48fc291ed)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3313427be07ce8f17db98da3923f5cd8 = L.circleMarker(\n",
+       "                [-38.33420009765542, 146.242970385674],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2b19321f14763b131596e4a09c5c021c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_08652898d38583e7c82bdfebf844aa4c = $(`&lt;div id=&quot;html_08652898d38583e7c82bdfebf844aa4c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_2b19321f14763b131596e4a09c5c021c.setContent(html_08652898d38583e7c82bdfebf844aa4c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3313427be07ce8f17db98da3923f5cd8.bindPopup(popup_2b19321f14763b131596e4a09c5c021c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_45db2ae76c19bce9bc43d37028d1e0b4 = L.circleMarker(\n",
+       "                [-38.02969992591277, 145.89120343006624],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_74e04cd5c0f1f5456a9ccb5ab324766f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_105f20a4c25fb2b9523837af52c211e9 = $(`&lt;div id=&quot;html_105f20a4c25fb2b9523837af52c211e9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_74e04cd5c0f1f5456a9ccb5ab324766f.setContent(html_105f20a4c25fb2b9523837af52c211e9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_45db2ae76c19bce9bc43d37028d1e0b4.bindPopup(popup_74e04cd5c0f1f5456a9ccb5ab324766f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9d358109c0d38ca94cbd46bb5f3ea284 = L.circleMarker(\n",
+       "                [-37.89557677205047, 145.9415982025222],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a9e39a455ac92b174603e17b9e651021 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6274406fa285a38ef4447fa7230957bc = $(`&lt;div id=&quot;html_6274406fa285a38ef4447fa7230957bc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_a9e39a455ac92b174603e17b9e651021.setContent(html_6274406fa285a38ef4447fa7230957bc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9d358109c0d38ca94cbd46bb5f3ea284.bindPopup(popup_a9e39a455ac92b174603e17b9e651021)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4efefb52ccd0f01aacf6e47b6657f3d5 = L.circleMarker(\n",
+       "                [-37.94472668594604, 146.22942855377588],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e5f17ec3e736fcafaffbec336f4bda02 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d378b71620a5df19bc29e4fa35f2376c = $(`&lt;div id=&quot;html_d378b71620a5df19bc29e4fa35f2376c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_e5f17ec3e736fcafaffbec336f4bda02.setContent(html_d378b71620a5df19bc29e4fa35f2376c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4efefb52ccd0f01aacf6e47b6657f3d5.bindPopup(popup_e5f17ec3e736fcafaffbec336f4bda02)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a5c0107ff020449790dc1dcccee536b1 = L.circleMarker(\n",
+       "                [-38.24237465346207, 145.78651003461206],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_645a4ae8b264648b2016d15e214dc069 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2fef54c382ea1b2298ca6060c8d81874 = $(`&lt;div id=&quot;html_2fef54c382ea1b2298ca6060c8d81874&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_645a4ae8b264648b2016d15e214dc069.setContent(html_2fef54c382ea1b2298ca6060c8d81874);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a5c0107ff020449790dc1dcccee536b1.bindPopup(popup_645a4ae8b264648b2016d15e214dc069)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bc4eef3ad24103d1a12775f2c9e91184 = L.circleMarker(\n",
+       "                [-38.08480294119578, 146.55551860743333],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e28198bf5b76f3ad897b691f568b599b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_938eb7c5121dcb2a1fb6b98adb5db5cf = $(`&lt;div id=&quot;html_938eb7c5121dcb2a1fb6b98adb5db5cf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_e28198bf5b76f3ad897b691f568b599b.setContent(html_938eb7c5121dcb2a1fb6b98adb5db5cf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bc4eef3ad24103d1a12775f2c9e91184.bindPopup(popup_e28198bf5b76f3ad897b691f568b599b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_712d58c7cd0179ee86e00ef7354f97ca = L.circleMarker(\n",
+       "                [-38.258081981714334, 145.83962345508047],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e7af17558d90901b2c10d76dbf71b822 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0dc2646fa0c87f9593b120eed7efdca9 = $(`&lt;div id=&quot;html_0dc2646fa0c87f9593b120eed7efdca9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_e7af17558d90901b2c10d76dbf71b822.setContent(html_0dc2646fa0c87f9593b120eed7efdca9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_712d58c7cd0179ee86e00ef7354f97ca.bindPopup(popup_e7af17558d90901b2c10d76dbf71b822)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9ca3a5e26eeaa4675ca50bf37ed7eb0b = L.circleMarker(\n",
+       "                [-38.21760066534269, 145.87343095881025],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_467132c448c518764965d71ff2393da3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b8ff5acf3c46ead912f3c080c1877a3 = $(`&lt;div id=&quot;html_2b8ff5acf3c46ead912f3c080c1877a3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_467132c448c518764965d71ff2393da3.setContent(html_2b8ff5acf3c46ead912f3c080c1877a3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9ca3a5e26eeaa4675ca50bf37ed7eb0b.bindPopup(popup_467132c448c518764965d71ff2393da3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e005a0b9d3425e0245aa9e905e3a5e22 = L.circleMarker(\n",
+       "                [-38.102024752766496, 145.91277533954332],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ede4a43a3ecabb0644ce8d22c2371ff1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0555b44c2f4c96576f33949496c40d42 = $(`&lt;div id=&quot;html_0555b44c2f4c96576f33949496c40d42&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_ede4a43a3ecabb0644ce8d22c2371ff1.setContent(html_0555b44c2f4c96576f33949496c40d42);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e005a0b9d3425e0245aa9e905e3a5e22.bindPopup(popup_ede4a43a3ecabb0644ce8d22c2371ff1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_39ce1518279aa975c50618401f56b37e = L.circleMarker(\n",
+       "                [-37.8320764000508, 146.30703481360356],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_29dec4fa9233526d8776152c72cd538e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1805ec57701a345a4bbde0f4ad53d206 = $(`&lt;div id=&quot;html_1805ec57701a345a4bbde0f4ad53d206&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_29dec4fa9233526d8776152c72cd538e.setContent(html_1805ec57701a345a4bbde0f4ad53d206);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_39ce1518279aa975c50618401f56b37e.bindPopup(popup_29dec4fa9233526d8776152c72cd538e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0bfc94f24f5bbcc5687ca36ceb2cffa6 = L.circleMarker(\n",
+       "                [-37.97733765726245, 146.38002562023573],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4dc0bfd7436fde605df6d455ab6ace38 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b100c2ca4d63dbaeab202ecfce9abfd = $(`&lt;div id=&quot;html_2b100c2ca4d63dbaeab202ecfce9abfd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_4dc0bfd7436fde605df6d455ab6ace38.setContent(html_2b100c2ca4d63dbaeab202ecfce9abfd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0bfc94f24f5bbcc5687ca36ceb2cffa6.bindPopup(popup_4dc0bfd7436fde605df6d455ab6ace38)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_147157e58791480a89279c90123ca591 = L.circleMarker(\n",
+       "                [-38.25776830583795, 145.87424641692735],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a70c93ee7c1e6247c6a8560c72408344 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6661484dc3b381fcaa0832b68619905e = $(`&lt;div id=&quot;html_6661484dc3b381fcaa0832b68619905e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_a70c93ee7c1e6247c6a8560c72408344.setContent(html_6661484dc3b381fcaa0832b68619905e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_147157e58791480a89279c90123ca591.bindPopup(popup_a70c93ee7c1e6247c6a8560c72408344)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d66f6b63e88e006e38bfe55d4b617b26 = L.circleMarker(\n",
+       "                [-37.87158967591137, 146.06907204043748],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c3fbdf790824d28b881a7a7e5065153a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_08dc69ef37aa1d8bc1b9c52228d3a18e = $(`&lt;div id=&quot;html_08dc69ef37aa1d8bc1b9c52228d3a18e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_c3fbdf790824d28b881a7a7e5065153a.setContent(html_08dc69ef37aa1d8bc1b9c52228d3a18e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d66f6b63e88e006e38bfe55d4b617b26.bindPopup(popup_c3fbdf790824d28b881a7a7e5065153a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_118a85b1626f79ed0212d57c997bbaf3 = L.circleMarker(\n",
+       "                [-38.16902324673749, 145.8820539879935],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_da1af7a0c44948f0b56de8c3b119362e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d47f52fc42baaaa0f953fd01221b75a = $(`&lt;div id=&quot;html_7d47f52fc42baaaa0f953fd01221b75a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_da1af7a0c44948f0b56de8c3b119362e.setContent(html_7d47f52fc42baaaa0f953fd01221b75a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_118a85b1626f79ed0212d57c997bbaf3.bindPopup(popup_da1af7a0c44948f0b56de8c3b119362e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6119154be2aeb6b58bc33e35a8594168 = L.circleMarker(\n",
+       "                [-38.28170331466646, 145.95791822524478],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a40d86b175932955575802bf789e4714 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca6633bc30c8e32ce5b1b9fb4b3c585a = $(`&lt;div id=&quot;html_ca6633bc30c8e32ce5b1b9fb4b3c585a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_a40d86b175932955575802bf789e4714.setContent(html_ca6633bc30c8e32ce5b1b9fb4b3c585a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6119154be2aeb6b58bc33e35a8594168.bindPopup(popup_a40d86b175932955575802bf789e4714)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e7d723c42eb62469e58b7df515d54572 = L.circleMarker(\n",
+       "                [-38.17620395936489, 146.02101202315035],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9805533be9dcfae064ad1e8517347251 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8d10fd3af4ff28e06f9fc9c63e2c1290 = $(`&lt;div id=&quot;html_8d10fd3af4ff28e06f9fc9c63e2c1290&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_9805533be9dcfae064ad1e8517347251.setContent(html_8d10fd3af4ff28e06f9fc9c63e2c1290);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e7d723c42eb62469e58b7df515d54572.bindPopup(popup_9805533be9dcfae064ad1e8517347251)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8531e8f6b84e295592fdec111480e2fb = L.circleMarker(\n",
+       "                [-37.93841433154948, 145.83662954203726],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9239b71275f7fc0a4f3e87c8760a84bf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_824a4cc6ea70617989ab15fc6ff1ffb2 = $(`&lt;div id=&quot;html_824a4cc6ea70617989ab15fc6ff1ffb2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_9239b71275f7fc0a4f3e87c8760a84bf.setContent(html_824a4cc6ea70617989ab15fc6ff1ffb2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8531e8f6b84e295592fdec111480e2fb.bindPopup(popup_9239b71275f7fc0a4f3e87c8760a84bf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ac1d97179a373ab4a59942fe3236f2f5 = L.circleMarker(\n",
+       "                [-38.1236341863367, 145.96535376645426],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a7de9195ef2107c1366994d6dee3d0fb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c7d748b64c8eee1d96da16f823de2519 = $(`&lt;div id=&quot;html_c7d748b64c8eee1d96da16f823de2519&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_a7de9195ef2107c1366994d6dee3d0fb.setContent(html_c7d748b64c8eee1d96da16f823de2519);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ac1d97179a373ab4a59942fe3236f2f5.bindPopup(popup_a7de9195ef2107c1366994d6dee3d0fb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0440c983178eab339a642b62881e6a73 = L.circleMarker(\n",
+       "                [-37.5819344937294, 146.1848861709902],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_de07a5d791487c025160ebc8693418e6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_04ca7000f761dfc1cef7edca68b719de = $(`&lt;div id=&quot;html_04ca7000f761dfc1cef7edca68b719de&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_de07a5d791487c025160ebc8693418e6.setContent(html_04ca7000f761dfc1cef7edca68b719de);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0440c983178eab339a642b62881e6a73.bindPopup(popup_de07a5d791487c025160ebc8693418e6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f17d3dd561c8952f607f43eb7d604c3c = L.circleMarker(\n",
+       "                [-37.56229027774032, 146.3527366641641],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_52d0d4dcff17e6e76d76731fada8dd7b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_282dcc70ef9b9f949a6f93414fdf0781 = $(`&lt;div id=&quot;html_282dcc70ef9b9f949a6f93414fdf0781&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_52d0d4dcff17e6e76d76731fada8dd7b.setContent(html_282dcc70ef9b9f949a6f93414fdf0781);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f17d3dd561c8952f607f43eb7d604c3c.bindPopup(popup_52d0d4dcff17e6e76d76731fada8dd7b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_324540d44cafcc4903b7e06feba5d79a = L.circleMarker(\n",
+       "                [-38.08299294986934, 145.92265665088036],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_519c19d1f9ada371c62337b5e84e2d1a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_051e58a9c4c6402bd8324199f60bed02 = $(`&lt;div id=&quot;html_051e58a9c4c6402bd8324199f60bed02&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_519c19d1f9ada371c62337b5e84e2d1a.setContent(html_051e58a9c4c6402bd8324199f60bed02);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_324540d44cafcc4903b7e06feba5d79a.bindPopup(popup_519c19d1f9ada371c62337b5e84e2d1a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b08cadd52778e3a6d4d9583ca1c52640 = L.circleMarker(\n",
+       "                [-38.24031490112054, 145.9948512375799],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1a9e99cd7fb94a8adde1f82392495a20 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2724300bdad54d1faa5579b8e3dbae43 = $(`&lt;div id=&quot;html_2724300bdad54d1faa5579b8e3dbae43&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_1a9e99cd7fb94a8adde1f82392495a20.setContent(html_2724300bdad54d1faa5579b8e3dbae43);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b08cadd52778e3a6d4d9583ca1c52640.bindPopup(popup_1a9e99cd7fb94a8adde1f82392495a20)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_17740c38187fe441c1320041a06fdf2a = L.circleMarker(\n",
+       "                [-38.082000196726966, 145.86376573522972],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_426a6e5e83082c6d94b93f75dce84c04 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_50c6fd5cfa61ae570197b8d9e343c38b = $(`&lt;div id=&quot;html_50c6fd5cfa61ae570197b8d9e343c38b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_426a6e5e83082c6d94b93f75dce84c04.setContent(html_50c6fd5cfa61ae570197b8d9e343c38b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_17740c38187fe441c1320041a06fdf2a.bindPopup(popup_426a6e5e83082c6d94b93f75dce84c04)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_22011e432587c7059afdffe34ad3e00c = L.circleMarker(\n",
+       "                [-37.88436223119103, 146.09728387843228],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eed53dab50a9a95c257a4492b7c5d484 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_adde9803633bdae58737a111e4ec1a8b = $(`&lt;div id=&quot;html_adde9803633bdae58737a111e4ec1a8b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Baw Baw: crime count = -0.045545877680044235&lt;/div&gt;`)[0];\n",
+       "                popup_eed53dab50a9a95c257a4492b7c5d484.setContent(html_adde9803633bdae58737a111e4ec1a8b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_22011e432587c7059afdffe34ad3e00c.bindPopup(popup_eed53dab50a9a95c257a4492b7c5d484)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7e1d75815911e13a049224fa9e49a9e7 = L.circleMarker(\n",
+       "                [-37.98218051252433, 145.0388665711282],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_97c678d7becd13aa5f025655833bfbcb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d24636e9187e377e21cd3b7c8ef0934a = $(`&lt;div id=&quot;html_d24636e9187e377e21cd3b7c8ef0934a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bayside: crime count = -0.03895340496545011&lt;/div&gt;`)[0];\n",
+       "                popup_97c678d7becd13aa5f025655833bfbcb.setContent(html_d24636e9187e377e21cd3b7c8ef0934a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7e1d75815911e13a049224fa9e49a9e7.bindPopup(popup_97c678d7becd13aa5f025655833bfbcb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_74c347192da2f6c5065fb35dd2d48124 = L.circleMarker(\n",
+       "                [-37.917287843439816, 145.01666915515986],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_99cce13391b21c56daa126ab1b47d1f6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4c6105ebe729e872cb2eac24c54e6a0d = $(`&lt;div id=&quot;html_4c6105ebe729e872cb2eac24c54e6a0d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bayside: crime count = -0.03895340496545011&lt;/div&gt;`)[0];\n",
+       "                popup_99cce13391b21c56daa126ab1b47d1f6.setContent(html_4c6105ebe729e872cb2eac24c54e6a0d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_74c347192da2f6c5065fb35dd2d48124.bindPopup(popup_99cce13391b21c56daa126ab1b47d1f6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_049fdf4618fb81d13b4a69a3dc3605b7 = L.circleMarker(\n",
+       "                [-37.93880517884239, 145.03053113135232],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5dd3d69e2f2517145f89580c439c2bbb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e3ea14972b190fc1920a909ce2a70834 = $(`&lt;div id=&quot;html_e3ea14972b190fc1920a909ce2a70834&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bayside: crime count = -0.03895340496545011&lt;/div&gt;`)[0];\n",
+       "                popup_5dd3d69e2f2517145f89580c439c2bbb.setContent(html_e3ea14972b190fc1920a909ce2a70834);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_049fdf4618fb81d13b4a69a3dc3605b7.bindPopup(popup_5dd3d69e2f2517145f89580c439c2bbb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_11756ee6de215c9afc5b5b775217c84d = L.circleMarker(\n",
+       "                [-37.95042331717882, 145.0404212315855],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cb96d5747e661fff6eef6f1f77a95e3b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b3b658197252153ee27a1f024d6369d3 = $(`&lt;div id=&quot;html_b3b658197252153ee27a1f024d6369d3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bayside: crime count = -0.03895340496545011&lt;/div&gt;`)[0];\n",
+       "                popup_cb96d5747e661fff6eef6f1f77a95e3b.setContent(html_b3b658197252153ee27a1f024d6369d3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_11756ee6de215c9afc5b5b775217c84d.bindPopup(popup_cb96d5747e661fff6eef6f1f77a95e3b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_34d1f5930fa5b4edb28ff32b05cbb855 = L.circleMarker(\n",
+       "                [-37.96353907195422, 145.06054243125035],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_37f1bffd1348b4cb795559582948131a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3f222cf1ba1a1bdb7ee21aa53b0bff64 = $(`&lt;div id=&quot;html_3f222cf1ba1a1bdb7ee21aa53b0bff64&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bayside: crime count = -0.03895340496545011&lt;/div&gt;`)[0];\n",
+       "                popup_37f1bffd1348b4cb795559582948131a.setContent(html_3f222cf1ba1a1bdb7ee21aa53b0bff64);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_34d1f5930fa5b4edb28ff32b05cbb855.bindPopup(popup_37f1bffd1348b4cb795559582948131a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7ff951c92a68bcddedc8c5ba11c97408 = L.circleMarker(\n",
+       "                [-37.95349590087669, 145.01461939934583],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3e7328a3225186bd65ff7b9d3bdd31ab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_94c20373cabe65734c016191a00641b6 = $(`&lt;div id=&quot;html_94c20373cabe65734c016191a00641b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bayside: crime count = -0.03895340496545011&lt;/div&gt;`)[0];\n",
+       "                popup_3e7328a3225186bd65ff7b9d3bdd31ab.setContent(html_94c20373cabe65734c016191a00641b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7ff951c92a68bcddedc8c5ba11c97408.bindPopup(popup_3e7328a3225186bd65ff7b9d3bdd31ab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_26f34b8f914b2fd95d789afb7a87cce5 = L.circleMarker(\n",
+       "                [-37.90849788539097, 144.99596129795313],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_348d82861a75be0256bea7e6a198c389 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7ff63e112ee02b36aab531d50a64efdc = $(`&lt;div id=&quot;html_7ff63e112ee02b36aab531d50a64efdc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bayside: crime count = -0.03895340496545011&lt;/div&gt;`)[0];\n",
+       "                popup_348d82861a75be0256bea7e6a198c389.setContent(html_7ff63e112ee02b36aab531d50a64efdc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_26f34b8f914b2fd95d789afb7a87cce5.bindPopup(popup_348d82861a75be0256bea7e6a198c389)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_04bd494f28d3d90e496bda75a73b9045 = L.circleMarker(\n",
+       "                [-37.97110434555331, 145.02169362136888],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_207c9dbaf7c1f7d5da9a02725ee39a3f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_05a22dad3e9e1a9b13619a98c2f7afce = $(`&lt;div id=&quot;html_05a22dad3e9e1a9b13619a98c2f7afce&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bayside: crime count = -0.03895340496545011&lt;/div&gt;`)[0];\n",
+       "                popup_207c9dbaf7c1f7d5da9a02725ee39a3f.setContent(html_05a22dad3e9e1a9b13619a98c2f7afce);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_04bd494f28d3d90e496bda75a73b9045.bindPopup(popup_207c9dbaf7c1f7d5da9a02725ee39a3f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_50ecb1161c5bb5e759ec69183b319407 = L.circleMarker(\n",
+       "                [-37.93766488206784, 145.00906763856597],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4c695fe10f385332909f49359a91da11 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0346e9def1ee457a8cbfd8efbfd62f27 = $(`&lt;div id=&quot;html_0346e9def1ee457a8cbfd8efbfd62f27&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Bayside: crime count = -0.03895340496545011&lt;/div&gt;`)[0];\n",
+       "                popup_4c695fe10f385332909f49359a91da11.setContent(html_0346e9def1ee457a8cbfd8efbfd62f27);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_50ecb1161c5bb5e759ec69183b319407.bindPopup(popup_4c695fe10f385332909f49359a91da11)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0adbfd99fa522aa2a4c4dda02b4655f8 = L.circleMarker(\n",
+       "                [-36.77231079266263, 145.8164558470785],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a1769be0d5bf8297cdee44250e67727b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_06768f210b644fb2c6f1e614fab3f501 = $(`&lt;div id=&quot;html_06768f210b644fb2c6f1e614fab3f501&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_a1769be0d5bf8297cdee44250e67727b.setContent(html_06768f210b644fb2c6f1e614fab3f501);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0adbfd99fa522aa2a4c4dda02b4655f8.bindPopup(popup_a1769be0d5bf8297cdee44250e67727b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_561487d6f490927bced4f4262a063a9b = L.circleMarker(\n",
+       "                [-36.727024844654935, 145.9998076364989],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_404d7f26c131142ade69005e9dfc2a80 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9a697a0d442d351143aedd1f98dbed8f = $(`&lt;div id=&quot;html_9a697a0d442d351143aedd1f98dbed8f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_404d7f26c131142ade69005e9dfc2a80.setContent(html_9a697a0d442d351143aedd1f98dbed8f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_561487d6f490927bced4f4262a063a9b.bindPopup(popup_404d7f26c131142ade69005e9dfc2a80)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f4b42afa0f32286e8aad9eaa85745b38 = L.circleMarker(\n",
+       "                [-36.585195312949566, 146.19000643169693],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6b4878f393137a891ec15666466a150a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_14442fe5906957082f022a7112ac312f = $(`&lt;div id=&quot;html_14442fe5906957082f022a7112ac312f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_6b4878f393137a891ec15666466a150a.setContent(html_14442fe5906957082f022a7112ac312f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f4b42afa0f32286e8aad9eaa85745b38.bindPopup(popup_6b4878f393137a891ec15666466a150a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_719d998da4e6a7df36e652f590410e00 = L.circleMarker(\n",
+       "                [-36.73411612327276, 146.05627548734356],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_204152afcd2acce6190c2e09eda687c0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_89fa5d154daca1456787e2d26bdf0352 = $(`&lt;div id=&quot;html_89fa5d154daca1456787e2d26bdf0352&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_204152afcd2acce6190c2e09eda687c0.setContent(html_89fa5d154daca1456787e2d26bdf0352);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_719d998da4e6a7df36e652f590410e00.bindPopup(popup_204152afcd2acce6190c2e09eda687c0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6a63b711f91d72ce090cba0899730444 = L.circleMarker(\n",
+       "                [-36.392019100906246, 146.1676609051478],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3f8bfd3f0a838e3d260d373a1c4ca484 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_34d07ff30d48c7a40ca47b819c86e7e8 = $(`&lt;div id=&quot;html_34d07ff30d48c7a40ca47b819c86e7e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_3f8bfd3f0a838e3d260d373a1c4ca484.setContent(html_34d07ff30d48c7a40ca47b819c86e7e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6a63b711f91d72ce090cba0899730444.bindPopup(popup_3f8bfd3f0a838e3d260d373a1c4ca484)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce0619e1cee678567af33a9a8f1d5730 = L.circleMarker(\n",
+       "                [-36.60408179955455, 145.86310866009524],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a12eb28e1b92a512df0970100bae14d4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b9da73a3df2bbc941f646d533289ff38 = $(`&lt;div id=&quot;html_b9da73a3df2bbc941f646d533289ff38&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_a12eb28e1b92a512df0970100bae14d4.setContent(html_b9da73a3df2bbc941f646d533289ff38);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce0619e1cee678567af33a9a8f1d5730.bindPopup(popup_a12eb28e1b92a512df0970100bae14d4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_98e4b26cb8b12b7ea726a5b9d6b3323c = L.circleMarker(\n",
+       "                [-36.36744820416115, 145.7808978370543],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a0c8f2d637fce0b862679c799d12dade = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_47aeaacd39656713f3da3e964c8061fc = $(`&lt;div id=&quot;html_47aeaacd39656713f3da3e964c8061fc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_a0c8f2d637fce0b862679c799d12dade.setContent(html_47aeaacd39656713f3da3e964c8061fc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_98e4b26cb8b12b7ea726a5b9d6b3323c.bindPopup(popup_a0c8f2d637fce0b862679c799d12dade)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bcb7c905c197e7550a8609c9688ab0a4 = L.circleMarker(\n",
+       "                [-36.60963428424538, 145.71116192826264],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0e207e8cac8fd456fad17d5001fa5667 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_187aeb4e4261668b118c2ef8688ae1ba = $(`&lt;div id=&quot;html_187aeb4e4261668b118c2ef8688ae1ba&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_0e207e8cac8fd456fad17d5001fa5667.setContent(html_187aeb4e4261668b118c2ef8688ae1ba);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bcb7c905c197e7550a8609c9688ab0a4.bindPopup(popup_0e207e8cac8fd456fad17d5001fa5667)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0a61fefe4a87f65e57e210c15fbb822b = L.circleMarker(\n",
+       "                [-36.274770397565455, 146.12055970994032],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_40557b2c69ee3dc76eb882f6855d16d0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_52dbc066635eb2399b43e4292e2daa48 = $(`&lt;div id=&quot;html_52dbc066635eb2399b43e4292e2daa48&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_40557b2c69ee3dc76eb882f6855d16d0.setContent(html_52dbc066635eb2399b43e4292e2daa48);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0a61fefe4a87f65e57e210c15fbb822b.bindPopup(popup_40557b2c69ee3dc76eb882f6855d16d0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_be72cd8d84833059f7080014c5fc40f4 = L.circleMarker(\n",
+       "                [-36.812161483342365, 145.96505544013118],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6446baad615b4a9a4c27a20c4773ffc0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f2db3642d35e0f4e6f575058738a2beb = $(`&lt;div id=&quot;html_f2db3642d35e0f4e6f575058738a2beb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_6446baad615b4a9a4c27a20c4773ffc0.setContent(html_f2db3642d35e0f4e6f575058738a2beb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_be72cd8d84833059f7080014c5fc40f4.bindPopup(popup_6446baad615b4a9a4c27a20c4773ffc0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_91f5f9bd88850c3749f42e1a847c534d = L.circleMarker(\n",
+       "                [-36.488624111032586, 145.87517105970775],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_748e6eea676ff3880a02e1ffbd51055b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_95579366eca6d708709575dc950c6af7 = $(`&lt;div id=&quot;html_95579366eca6d708709575dc950c6af7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_748e6eea676ff3880a02e1ffbd51055b.setContent(html_95579366eca6d708709575dc950c6af7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_91f5f9bd88850c3749f42e1a847c534d.bindPopup(popup_748e6eea676ff3880a02e1ffbd51055b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b9fdb8bb959a69d528ecad63e9fccfa = L.circleMarker(\n",
+       "                [-36.41249681995751, 146.05140224572415],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_94be151cbd00018d024f6b33c50e8dc7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1941ba45585a870917423732a7b1c9e8 = $(`&lt;div id=&quot;html_1941ba45585a870917423732a7b1c9e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_94be151cbd00018d024f6b33c50e8dc7.setContent(html_1941ba45585a870917423732a7b1c9e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b9fdb8bb959a69d528ecad63e9fccfa.bindPopup(popup_94be151cbd00018d024f6b33c50e8dc7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_33639800aece53ba7fdea6e456eba257 = L.circleMarker(\n",
+       "                [-36.33357768084152, 145.89862205143945],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f0624cabdc66cdc01e8edb4ad7bc8c3e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0876adb31052a4d03a78e49071c7bb66 = $(`&lt;div id=&quot;html_0876adb31052a4d03a78e49071c7bb66&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_f0624cabdc66cdc01e8edb4ad7bc8c3e.setContent(html_0876adb31052a4d03a78e49071c7bb66);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_33639800aece53ba7fdea6e456eba257.bindPopup(popup_f0624cabdc66cdc01e8edb4ad7bc8c3e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_65e1488383c35a13221c5f451233680e = L.circleMarker(\n",
+       "                [-36.28060578346001, 146.05473507146775],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5468f4cdd1616640b34e0b8c9b0c1492 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_516fafef920ccdd52c35cefe7ea885ad = $(`&lt;div id=&quot;html_516fafef920ccdd52c35cefe7ea885ad&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_5468f4cdd1616640b34e0b8c9b0c1492.setContent(html_516fafef920ccdd52c35cefe7ea885ad);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_65e1488383c35a13221c5f451233680e.bindPopup(popup_5468f4cdd1616640b34e0b8c9b0c1492)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a75e84be8be13a022c8bb6304a2ea9cc = L.circleMarker(\n",
+       "                [-36.91876608596334, 146.00356633306194],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_89413134c33252991b5ee69db2f5a48f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_29e63b24faadf8ffdfa11ce3c6c122b3 = $(`&lt;div id=&quot;html_29e63b24faadf8ffdfa11ce3c6c122b3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_89413134c33252991b5ee69db2f5a48f.setContent(html_29e63b24faadf8ffdfa11ce3c6c122b3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a75e84be8be13a022c8bb6304a2ea9cc.bindPopup(popup_89413134c33252991b5ee69db2f5a48f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0557fa6f2580253ae5daa589681b441d = L.circleMarker(\n",
+       "                [-36.459340803489454, 146.09824545285676],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0756ba37f59184231eea31a306c2c178 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_443b6d1c9e6bd91e411dd3243113cddd = $(`&lt;div id=&quot;html_443b6d1c9e6bd91e411dd3243113cddd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_0756ba37f59184231eea31a306c2c178.setContent(html_443b6d1c9e6bd91e411dd3243113cddd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0557fa6f2580253ae5daa589681b441d.bindPopup(popup_0756ba37f59184231eea31a306c2c178)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b80f0fc2894b0ae679e61655370c05ac = L.circleMarker(\n",
+       "                [-36.839236048321474, 146.02124919811],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_11402aca97ec6ca670503dbb56673b00 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_22229212dfe5a927499d4375b79e87f0 = $(`&lt;div id=&quot;html_22229212dfe5a927499d4375b79e87f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_11402aca97ec6ca670503dbb56673b00.setContent(html_22229212dfe5a927499d4375b79e87f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b80f0fc2894b0ae679e61655370c05ac.bindPopup(popup_11402aca97ec6ca670503dbb56673b00)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5b394ee998b5d65a9ad8d467fd65ad2a = L.circleMarker(\n",
+       "                [-36.41460362136024, 145.81420098903033],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_785c50f15535fff18f95dc74c2631d04 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1bf88526edc71ef9902f0a27794c4e95 = $(`&lt;div id=&quot;html_1bf88526edc71ef9902f0a27794c4e95&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_785c50f15535fff18f95dc74c2631d04.setContent(html_1bf88526edc71ef9902f0a27794c4e95);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5b394ee998b5d65a9ad8d467fd65ad2a.bindPopup(popup_785c50f15535fff18f95dc74c2631d04)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9701cbfbf46f2016ff353c1b993fa383 = L.circleMarker(\n",
+       "                [-36.75124224563868, 145.94792339301563],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2a78d389749928f8e75cf913aeb2c0ad = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_682ae17460b176ba1699a7d86f9e803d = $(`&lt;div id=&quot;html_682ae17460b176ba1699a7d86f9e803d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_2a78d389749928f8e75cf913aeb2c0ad.setContent(html_682ae17460b176ba1699a7d86f9e803d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9701cbfbf46f2016ff353c1b993fa383.bindPopup(popup_2a78d389749928f8e75cf913aeb2c0ad)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_633ddbbefdd3cbbac07b8750f33bb98b = L.circleMarker(\n",
+       "                [-36.51354523768349, 146.1649185053201],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_30074e48897337a4c9fa4e6fb6429cc6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0e27bec60cec363e9295f9bb97ecd7d3 = $(`&lt;div id=&quot;html_0e27bec60cec363e9295f9bb97ecd7d3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_30074e48897337a4c9fa4e6fb6429cc6.setContent(html_0e27bec60cec363e9295f9bb97ecd7d3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_633ddbbefdd3cbbac07b8750f33bb98b.bindPopup(popup_30074e48897337a4c9fa4e6fb6429cc6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f3c0ca26fa2aa3604733d919ee079c44 = L.circleMarker(\n",
+       "                [-36.84869032934731, 145.89401797867072],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b6c5812dd534592ed73af2a4e0d712b0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6414907fbfd74b2797546354d4d323bc = $(`&lt;div id=&quot;html_6414907fbfd74b2797546354d4d323bc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_b6c5812dd534592ed73af2a4e0d712b0.setContent(html_6414907fbfd74b2797546354d4d323bc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f3c0ca26fa2aa3604733d919ee079c44.bindPopup(popup_b6c5812dd534592ed73af2a4e0d712b0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f978bf8567d518df3d8fed16a5a86316 = L.circleMarker(\n",
+       "                [-36.58292883344394, 146.1247652265143],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9b6c4f8f21407209fd78c70b81ed9809 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3cf8b26591d541e4241715a93a5520a1 = $(`&lt;div id=&quot;html_3cf8b26591d541e4241715a93a5520a1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_9b6c4f8f21407209fd78c70b81ed9809.setContent(html_3cf8b26591d541e4241715a93a5520a1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f978bf8567d518df3d8fed16a5a86316.bindPopup(popup_9b6c4f8f21407209fd78c70b81ed9809)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_33dcdae5144593c9f0fd1d574c01a61a = L.circleMarker(\n",
+       "                [-36.53556478170734, 145.86523289952186],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6496d4a5c5e449d694315fbfe43980b1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_463aeb2d4eabd31fd332079d67a72747 = $(`&lt;div id=&quot;html_463aeb2d4eabd31fd332079d67a72747&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_6496d4a5c5e449d694315fbfe43980b1.setContent(html_463aeb2d4eabd31fd332079d67a72747);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_33dcdae5144593c9f0fd1d574c01a61a.bindPopup(popup_6496d4a5c5e449d694315fbfe43980b1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d6a2b7f35b42a94457e82afd52ced476 = L.circleMarker(\n",
+       "                [-36.908486133998096, 146.10380598175],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bc16ebdb252971901eb08116e507cad7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0da93c5422752df7e27a116e0c450ebf = $(`&lt;div id=&quot;html_0da93c5422752df7e27a116e0c450ebf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_bc16ebdb252971901eb08116e507cad7.setContent(html_0da93c5422752df7e27a116e0c450ebf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d6a2b7f35b42a94457e82afd52ced476.bindPopup(popup_bc16ebdb252971901eb08116e507cad7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_61b5f91ea6068894484fd51d687c3c3f = L.circleMarker(\n",
+       "                [-36.32467724649265, 145.80668478388677],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_493231fffdf9357f91fce674ec525fae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2cc3362448ccf49d27798a47991969eb = $(`&lt;div id=&quot;html_2cc3362448ccf49d27798a47991969eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_493231fffdf9357f91fce674ec525fae.setContent(html_2cc3362448ccf49d27798a47991969eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_61b5f91ea6068894484fd51d687c3c3f.bindPopup(popup_493231fffdf9357f91fce674ec525fae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5e6b46a4fc8cff2fbb648fcb18fe5846 = L.circleMarker(\n",
+       "                [-36.93312227366575, 146.28482510253068],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ba28f5054c3e8a09ebc316920bfa2151 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_882129d10b3095a3baa501fa78614aae = $(`&lt;div id=&quot;html_882129d10b3095a3baa501fa78614aae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_ba28f5054c3e8a09ebc316920bfa2151.setContent(html_882129d10b3095a3baa501fa78614aae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5e6b46a4fc8cff2fbb648fcb18fe5846.bindPopup(popup_ba28f5054c3e8a09ebc316920bfa2151)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9c626af53d7e79f2b22b382a5eb3d29d = L.circleMarker(\n",
+       "                [-36.41441667771052, 145.95122103664178],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e75cb09eb2eef986e7d433417360b485 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ff537c9d9167068dacc1ef927f9dc5fd = $(`&lt;div id=&quot;html_ff537c9d9167068dacc1ef927f9dc5fd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_e75cb09eb2eef986e7d433417360b485.setContent(html_ff537c9d9167068dacc1ef927f9dc5fd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9c626af53d7e79f2b22b382a5eb3d29d.bindPopup(popup_e75cb09eb2eef986e7d433417360b485)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fc580739cd85403d4ba697d63625ac8d = L.circleMarker(\n",
+       "                [-36.76304750278124, 146.156270262054],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5e0b25d6bcfd74d029c883c67b9bec57 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d060e5487ed13b67445194bd3f073a0 = $(`&lt;div id=&quot;html_7d060e5487ed13b67445194bd3f073a0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_5e0b25d6bcfd74d029c883c67b9bec57.setContent(html_7d060e5487ed13b67445194bd3f073a0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fc580739cd85403d4ba697d63625ac8d.bindPopup(popup_5e0b25d6bcfd74d029c883c67b9bec57)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8589502a44dbe76ffa9f6cdeada53205 = L.circleMarker(\n",
+       "                [-36.521312709779046, 146.09800340047],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_14fea6145c9115d13d65348ae8ba8d3e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_11e3db7f389910e6702c56c8e8714736 = $(`&lt;div id=&quot;html_11e3db7f389910e6702c56c8e8714736&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_14fea6145c9115d13d65348ae8ba8d3e.setContent(html_11e3db7f389910e6702c56c8e8714736);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8589502a44dbe76ffa9f6cdeada53205.bindPopup(popup_14fea6145c9115d13d65348ae8ba8d3e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0b4a574b5798960c7b6da578875aa0e8 = L.circleMarker(\n",
+       "                [-36.86887315293998, 146.20905393432608],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1f38d1d2e5e8ba5888af026627e9a1dd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_01233a1de6b4a9e8b6eb4d7f91a44bed = $(`&lt;div id=&quot;html_01233a1de6b4a9e8b6eb4d7f91a44bed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_1f38d1d2e5e8ba5888af026627e9a1dd.setContent(html_01233a1de6b4a9e8b6eb4d7f91a44bed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0b4a574b5798960c7b6da578875aa0e8.bindPopup(popup_1f38d1d2e5e8ba5888af026627e9a1dd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4ec044a7f67edd33c06c3242c43c9156 = L.circleMarker(\n",
+       "                [-36.67441023806872, 146.208844855504],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e9d6348e3e21f6a6d35a11fa886315b1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_08cd0adb9c9a9b762e2c44f9c0be708c = $(`&lt;div id=&quot;html_08cd0adb9c9a9b762e2c44f9c0be708c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_e9d6348e3e21f6a6d35a11fa886315b1.setContent(html_08cd0adb9c9a9b762e2c44f9c0be708c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4ec044a7f67edd33c06c3242c43c9156.bindPopup(popup_e9d6348e3e21f6a6d35a11fa886315b1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d6cbaaaf80edf5fb70e45b5f0e050aca = L.circleMarker(\n",
+       "                [-36.43963778223082, 145.88689419561842],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cc9e7fcbde1e52e754dd2891300545ee = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9aeb6b0280b8d6c58f326b8756480396 = $(`&lt;div id=&quot;html_9aeb6b0280b8d6c58f326b8756480396&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_cc9e7fcbde1e52e754dd2891300545ee.setContent(html_9aeb6b0280b8d6c58f326b8756480396);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d6cbaaaf80edf5fb70e45b5f0e050aca.bindPopup(popup_cc9e7fcbde1e52e754dd2891300545ee)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f97c27444df6de40c46573d8f95203a6 = L.circleMarker(\n",
+       "                [-36.46059915402597, 146.21945346424383],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_81b03ec9156ac9aaa0bb0e05c809ea6f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_199c4161fec825ebc04e92e7890a628c = $(`&lt;div id=&quot;html_199c4161fec825ebc04e92e7890a628c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_81b03ec9156ac9aaa0bb0e05c809ea6f.setContent(html_199c4161fec825ebc04e92e7890a628c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f97c27444df6de40c46573d8f95203a6.bindPopup(popup_81b03ec9156ac9aaa0bb0e05c809ea6f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_296024a64c59b4579803f3e1db139239 = L.circleMarker(\n",
+       "                [-36.32063470957366, 146.15644799523034],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ba674661ba528913b6ba73715b2ff173 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3d0a890715300a16820e11517757af5d = $(`&lt;div id=&quot;html_3d0a890715300a16820e11517757af5d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_ba674661ba528913b6ba73715b2ff173.setContent(html_3d0a890715300a16820e11517757af5d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_296024a64c59b4579803f3e1db139239.bindPopup(popup_ba674661ba528913b6ba73715b2ff173)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_eb54d64c5f4f13166771cff8730b7c76 = L.circleMarker(\n",
+       "                [-36.34008383201227, 146.00064164501123],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7f082784da734ec54d4ccd0c4907399b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e3755b0285b61e60aa2591402bb9abd6 = $(`&lt;div id=&quot;html_e3755b0285b61e60aa2591402bb9abd6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_7f082784da734ec54d4ccd0c4907399b.setContent(html_e3755b0285b61e60aa2591402bb9abd6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_eb54d64c5f4f13166771cff8730b7c76.bindPopup(popup_7f082784da734ec54d4ccd0c4907399b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c10c2ae3f0e6c4e3f00af5d5808e319c = L.circleMarker(\n",
+       "                [-36.34466092663739, 146.07723247298478],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bd14668860c9bf6aa108e33b171c22ea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_afeff807c256f471b637c607227d3576 = $(`&lt;div id=&quot;html_afeff807c256f471b637c607227d3576&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_bd14668860c9bf6aa108e33b171c22ea.setContent(html_afeff807c256f471b637c607227d3576);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c10c2ae3f0e6c4e3f00af5d5808e319c.bindPopup(popup_bd14668860c9bf6aa108e33b171c22ea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bb140bff5f5805cf6aa3100ab00d8b44 = L.circleMarker(\n",
+       "                [-36.70457726825455, 145.88938270851924],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f35ac4374bcdce41c0659fc3238ebc31 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b306cd8bfeeca13ad26520319ba57ed5 = $(`&lt;div id=&quot;html_b306cd8bfeeca13ad26520319ba57ed5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_f35ac4374bcdce41c0659fc3238ebc31.setContent(html_b306cd8bfeeca13ad26520319ba57ed5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bb140bff5f5805cf6aa3100ab00d8b44.bindPopup(popup_f35ac4374bcdce41c0659fc3238ebc31)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ed5f082d2e0229ead4fe81a1de08c172 = L.circleMarker(\n",
+       "                [-36.57887913076196, 145.99676570122313],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f27f7e108a26595233d38182b77293bc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_43c263ebde2627f6a051304ab1e2ae23 = $(`&lt;div id=&quot;html_43c263ebde2627f6a051304ab1e2ae23&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_f27f7e108a26595233d38182b77293bc.setContent(html_43c263ebde2627f6a051304ab1e2ae23);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ed5f082d2e0229ead4fe81a1de08c172.bindPopup(popup_f27f7e108a26595233d38182b77293bc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_48e13d359c6bdbec1d40b8a3f405fe75 = L.circleMarker(\n",
+       "                [-36.67516399663104, 146.15446208417023],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff7d9f353761742254ab465eff83b23b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f2fbb1c1596fc9e3eccf766b5be55fe = $(`&lt;div id=&quot;html_6f2fbb1c1596fc9e3eccf766b5be55fe&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_ff7d9f353761742254ab465eff83b23b.setContent(html_6f2fbb1c1596fc9e3eccf766b5be55fe);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_48e13d359c6bdbec1d40b8a3f405fe75.bindPopup(popup_ff7d9f353761742254ab465eff83b23b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7197221534b95ec63036040cab872941 = L.circleMarker(\n",
+       "                [-36.80386900084836, 146.07735719598182],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_395cf4df2bc2cd875d06d2cb1809ea1f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fe36d6323632a5a443eea935bd8173c4 = $(`&lt;div id=&quot;html_fe36d6323632a5a443eea935bd8173c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Benalla: crime count = -0.6347703984141727&lt;/div&gt;`)[0];\n",
+       "                popup_395cf4df2bc2cd875d06d2cb1809ea1f.setContent(html_fe36d6323632a5a443eea935bd8173c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7197221534b95ec63036040cab872941.bindPopup(popup_395cf4df2bc2cd875d06d2cb1809ea1f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_875072e67842879e31e24c6c0f7c50db = L.circleMarker(\n",
+       "                [-37.82671758087048, 145.09817629781224],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fa94c4f83f7ad5881e8ec5ca77514860 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_75eb578b16396d55ec64adf3b2c76484 = $(`&lt;div id=&quot;html_75eb578b16396d55ec64adf3b2c76484&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_fa94c4f83f7ad5881e8ec5ca77514860.setContent(html_75eb578b16396d55ec64adf3b2c76484);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_875072e67842879e31e24c6c0f7c50db.bindPopup(popup_fa94c4f83f7ad5881e8ec5ca77514860)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e4f3ec143090f86c2815b1436c8fe805 = L.circleMarker(\n",
+       "                [-37.81768375103192, 145.10777036666306],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_51e6864081fe6cf80c829c3a90d0be6a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8f096b358eccb6e2e3cf25d0ea5cd1e7 = $(`&lt;div id=&quot;html_8f096b358eccb6e2e3cf25d0ea5cd1e7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_51e6864081fe6cf80c829c3a90d0be6a.setContent(html_8f096b358eccb6e2e3cf25d0ea5cd1e7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e4f3ec143090f86c2815b1436c8fe805.bindPopup(popup_51e6864081fe6cf80c829c3a90d0be6a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d5b9b4f5385d8699e2884c2f3c7b7c23 = L.circleMarker(\n",
+       "                [-37.83095094928407, 145.0500164226375],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_56bcff5df47ae6e52474ea6f110e9cb0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_36a400dd433b178caa3abfc337302621 = $(`&lt;div id=&quot;html_36a400dd433b178caa3abfc337302621&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_56bcff5df47ae6e52474ea6f110e9cb0.setContent(html_36a400dd433b178caa3abfc337302621);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d5b9b4f5385d8699e2884c2f3c7b7c23.bindPopup(popup_56bcff5df47ae6e52474ea6f110e9cb0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_19fdc45d0c18782f8af3f7575f1e2844 = L.circleMarker(\n",
+       "                [-37.82467531249022, 145.0319821852705],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5af509848ec56fffe25821152b43d20b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2ce6637233015640c16472edae628857 = $(`&lt;div id=&quot;html_2ce6637233015640c16472edae628857&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_5af509848ec56fffe25821152b43d20b.setContent(html_2ce6637233015640c16472edae628857);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_19fdc45d0c18782f8af3f7575f1e2844.bindPopup(popup_5af509848ec56fffe25821152b43d20b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bd05d192dd4cab2fe26c7436d3287135 = L.circleMarker(\n",
+       "                [-37.83839806069382, 145.07371522466963],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_93f217c49f4a144ec311f8160535db29 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_44c71ad51d57d8c649fce898b50a8dd7 = $(`&lt;div id=&quot;html_44c71ad51d57d8c649fce898b50a8dd7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_93f217c49f4a144ec311f8160535db29.setContent(html_44c71ad51d57d8c649fce898b50a8dd7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bd05d192dd4cab2fe26c7436d3287135.bindPopup(popup_93f217c49f4a144ec311f8160535db29)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_650211c07109acd95a8b4737bb04ae96 = L.circleMarker(\n",
+       "                [-37.85577842380955, 145.06507460776217],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e04108a798918b825e9b67344d965d99 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d57bbdd46203a5069c1f2737e6f37bd3 = $(`&lt;div id=&quot;html_d57bbdd46203a5069c1f2737e6f37bd3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_e04108a798918b825e9b67344d965d99.setContent(html_d57bbdd46203a5069c1f2737e6f37bd3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_650211c07109acd95a8b4737bb04ae96.bindPopup(popup_e04108a798918b825e9b67344d965d99)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e31492a4f3f5718034b75995b2461253 = L.circleMarker(\n",
+       "                [-37.80908019694685, 145.0832726376647],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_69090713577d69c8016c7f3b2216e68b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_35f9aba6ce3b9a9575e33c6f585e26b2 = $(`&lt;div id=&quot;html_35f9aba6ce3b9a9575e33c6f585e26b2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_69090713577d69c8016c7f3b2216e68b.setContent(html_35f9aba6ce3b9a9575e33c6f585e26b2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e31492a4f3f5718034b75995b2461253.bindPopup(popup_69090713577d69c8016c7f3b2216e68b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_db7913e24c50a6f49364194dfc866f59 = L.circleMarker(\n",
+       "                [-37.80348802814764, 145.03328780145944],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f783085e5246514ec9c4fbb6869b7ab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b725523a956f48542766ef16aeef1423 = $(`&lt;div id=&quot;html_b725523a956f48542766ef16aeef1423&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_8f783085e5246514ec9c4fbb6869b7ab.setContent(html_b725523a956f48542766ef16aeef1423);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_db7913e24c50a6f49364194dfc866f59.bindPopup(popup_8f783085e5246514ec9c4fbb6869b7ab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c1355204338777fe54aa28e3c5e41950 = L.circleMarker(\n",
+       "                [-37.82385590747045, 145.07556381957966],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_902966d337396f0a4f44a128f450b65e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2d436055be12aaa7a5bd2cf01932a2b5 = $(`&lt;div id=&quot;html_2d436055be12aaa7a5bd2cf01932a2b5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_902966d337396f0a4f44a128f450b65e.setContent(html_2d436055be12aaa7a5bd2cf01932a2b5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c1355204338777fe54aa28e3c5e41950.bindPopup(popup_902966d337396f0a4f44a128f450b65e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7f9902bb791054c3c753b74699660e79 = L.circleMarker(\n",
+       "                [-37.79066824271681, 145.05253168471796],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_255bf80f98bf4fc7e87d5d4dd1a60f48 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_34efc5e1d387a31ece8b0e1f91b2609f = $(`&lt;div id=&quot;html_34efc5e1d387a31ece8b0e1f91b2609f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_255bf80f98bf4fc7e87d5d4dd1a60f48.setContent(html_34efc5e1d387a31ece8b0e1f91b2609f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7f9902bb791054c3c753b74699660e79.bindPopup(popup_255bf80f98bf4fc7e87d5d4dd1a60f48)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_12b47b27c35bef03b10ad90277435e1c = L.circleMarker(\n",
+       "                [-37.86740404790629, 145.08032719837112],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_783dfce72fbe2eb95a7a0020ce85af76 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d68829e2f4cd95af7378815c55afe7a5 = $(`&lt;div id=&quot;html_d68829e2f4cd95af7378815c55afe7a5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_783dfce72fbe2eb95a7a0020ce85af76.setContent(html_d68829e2f4cd95af7378815c55afe7a5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_12b47b27c35bef03b10ad90277435e1c.bindPopup(popup_783dfce72fbe2eb95a7a0020ce85af76)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8f2f9053a68453013cdfcab1d112aa18 = L.circleMarker(\n",
+       "                [-37.81162202170615, 145.06596601724883],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_afc78eb4f4c8b098a9e3ea22b94219d0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_908f9f674c06ddd1cdbee430091cf1f9 = $(`&lt;div id=&quot;html_908f9f674c06ddd1cdbee430091cf1f9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_afc78eb4f4c8b098a9e3ea22b94219d0.setContent(html_908f9f674c06ddd1cdbee430091cf1f9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8f2f9053a68453013cdfcab1d112aa18.bindPopup(popup_afc78eb4f4c8b098a9e3ea22b94219d0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_764e40c03ba2ce8b72554b176253826b = L.circleMarker(\n",
+       "                [-37.78452999360433, 145.01577253531337],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0149f100348bf15752ea9533ec280730 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_41d9c31ab8a8a3e8da508d6db1953774 = $(`&lt;div id=&quot;html_41d9c31ab8a8a3e8da508d6db1953774&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_0149f100348bf15752ea9533ec280730.setContent(html_41d9c31ab8a8a3e8da508d6db1953774);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_764e40c03ba2ce8b72554b176253826b.bindPopup(popup_0149f100348bf15752ea9533ec280730)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_81ec5d12a3dbe5ee98acc675c64e4afd = L.circleMarker(\n",
+       "                [-37.849699938921546, 145.11126503412535],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcafff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcafff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ee75f4fa253a6826094484d1a7e07e88 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5eb44ab69f9819ae4b83294981002925 = $(`&lt;div id=&quot;html_5eb44ab69f9819ae4b83294981002925&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Boroondara: crime count = 0.43819907962057836&lt;/div&gt;`)[0];\n",
+       "                popup_ee75f4fa253a6826094484d1a7e07e88.setContent(html_5eb44ab69f9819ae4b83294981002925);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_81ec5d12a3dbe5ee98acc675c64e4afd.bindPopup(popup_ee75f4fa253a6826094484d1a7e07e88)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4e1b4a384f3494ef42245b85cc8ffac6 = L.circleMarker(\n",
+       "                [-37.7764356478524, 144.81615497089652],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_46087ff38fdd6b12750a2dde26321864 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_088d8824f1e73c396692c41201396925 = $(`&lt;div id=&quot;html_088d8824f1e73c396692c41201396925&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_46087ff38fdd6b12750a2dde26321864.setContent(html_088d8824f1e73c396692c41201396925);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4e1b4a384f3494ef42245b85cc8ffac6.bindPopup(popup_46087ff38fdd6b12750a2dde26321864)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_668e8e0688c05e304b2e07f5f3f6a647 = L.circleMarker(\n",
+       "                [-37.78930530721503, 144.83424095459517],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6f15ec9e89b1d1a673f1f76442cec4ea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b13f716cb74cc18e7a31c0d72940934f = $(`&lt;div id=&quot;html_b13f716cb74cc18e7a31c0d72940934f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_6f15ec9e89b1d1a673f1f76442cec4ea.setContent(html_b13f716cb74cc18e7a31c0d72940934f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_668e8e0688c05e304b2e07f5f3f6a647.bindPopup(popup_6f15ec9e89b1d1a673f1f76442cec4ea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_19af2b6c46df14d2327f99ded30b54ab = L.circleMarker(\n",
+       "                [-37.79920975456897, 144.7134663568261],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b2b9f8017471f1fd0abf48852f453b78 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1147f543764192e373bbf91217427114 = $(`&lt;div id=&quot;html_1147f543764192e373bbf91217427114&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_b2b9f8017471f1fd0abf48852f453b78.setContent(html_1147f543764192e373bbf91217427114);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_19af2b6c46df14d2327f99ded30b54ab.bindPopup(popup_b2b9f8017471f1fd0abf48852f453b78)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e90c446ef3347cb70042e67e17919f27 = L.circleMarker(\n",
+       "                [-37.739374952810266, 144.85757584025058],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bd938f7a9b43e8ca03760ca4e36dcd92 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_522e2c06e82a4fe94aba1d18f9eaafc4 = $(`&lt;div id=&quot;html_522e2c06e82a4fe94aba1d18f9eaafc4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_bd938f7a9b43e8ca03760ca4e36dcd92.setContent(html_522e2c06e82a4fe94aba1d18f9eaafc4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e90c446ef3347cb70042e67e17919f27.bindPopup(popup_bd938f7a9b43e8ca03760ca4e36dcd92)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fe90c4bf5917c18f2ce0b411d06c6ec3 = L.circleMarker(\n",
+       "                [-37.68156775696114, 144.7928934043911],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6a5b1c24e1db832cdc7edf0fe30d8c9a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_140156416e1ac212633af10311407e02 = $(`&lt;div id=&quot;html_140156416e1ac212633af10311407e02&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_6a5b1c24e1db832cdc7edf0fe30d8c9a.setContent(html_140156416e1ac212633af10311407e02);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fe90c4bf5917c18f2ce0b411d06c6ec3.bindPopup(popup_6a5b1c24e1db832cdc7edf0fe30d8c9a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c25bc190735a14fd8a9608b02dfaea0e = L.circleMarker(\n",
+       "                [-37.69972930410018, 144.7653388431953],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8cbc2242edb7f85b937022668299abbf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7afcacf40bfa657167795fc9979cdf5f = $(`&lt;div id=&quot;html_7afcacf40bfa657167795fc9979cdf5f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_8cbc2242edb7f85b937022668299abbf.setContent(html_7afcacf40bfa657167795fc9979cdf5f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c25bc190735a14fd8a9608b02dfaea0e.bindPopup(popup_8cbc2242edb7f85b937022668299abbf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_30e40defc3110f403215fd4e5b47f11c = L.circleMarker(\n",
+       "                [-37.79810854953355, 144.8110893429922],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_03c2e57188b1d76a03725a8e31f8f7a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_79cda2b8059ad0b9315c5965cbdfa9d8 = $(`&lt;div id=&quot;html_79cda2b8059ad0b9315c5965cbdfa9d8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_03c2e57188b1d76a03725a8e31f8f7a1.setContent(html_79cda2b8059ad0b9315c5965cbdfa9d8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_30e40defc3110f403215fd4e5b47f11c.bindPopup(popup_03c2e57188b1d76a03725a8e31f8f7a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce669745373d65125c815e7a3ceed8cc = L.circleMarker(\n",
+       "                [-37.74592667608332, 144.76865086937033],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a3c28b29c47a71245129a5da5ac54968 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_23ec7cca68f358cc225857c969fe0f14 = $(`&lt;div id=&quot;html_23ec7cca68f358cc225857c969fe0f14&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_a3c28b29c47a71245129a5da5ac54968.setContent(html_23ec7cca68f358cc225857c969fe0f14);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce669745373d65125c815e7a3ceed8cc.bindPopup(popup_a3c28b29c47a71245129a5da5ac54968)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_38ba35e16f86b440741324f75fe596d4 = L.circleMarker(\n",
+       "                [-37.7692920157695, 144.7715285920614],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6bed720d607a96a40d3aa7d3790529fe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca1b1d0b400aab01b30baed70b8f4b00 = $(`&lt;div id=&quot;html_ca1b1d0b400aab01b30baed70b8f4b00&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_6bed720d607a96a40d3aa7d3790529fe.setContent(html_ca1b1d0b400aab01b30baed70b8f4b00);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_38ba35e16f86b440741324f75fe596d4.bindPopup(popup_6bed720d607a96a40d3aa7d3790529fe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a5beb88363e400f937f43def57822597 = L.circleMarker(\n",
+       "                [-37.698380320728674, 144.79981471190823],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_98a23b90ae59cbe06de31e1ae6dfaf83 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3c016b7bc27a8a8c8238e8fe6caad72b = $(`&lt;div id=&quot;html_3c016b7bc27a8a8c8238e8fe6caad72b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_98a23b90ae59cbe06de31e1ae6dfaf83.setContent(html_3c016b7bc27a8a8c8238e8fe6caad72b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a5beb88363e400f937f43def57822597.bindPopup(popup_98a23b90ae59cbe06de31e1ae6dfaf83)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cb6198877e5467e52ac025458d31a793 = L.circleMarker(\n",
+       "                [-37.62075521978213, 144.69754128773425],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d49131bfd60416a2da6a71aaf42fec07 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b39f639b3ca4cc1acd33471fcbab4901 = $(`&lt;div id=&quot;html_b39f639b3ca4cc1acd33471fcbab4901&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_d49131bfd60416a2da6a71aaf42fec07.setContent(html_b39f639b3ca4cc1acd33471fcbab4901);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cb6198877e5467e52ac025458d31a793.bindPopup(popup_d49131bfd60416a2da6a71aaf42fec07)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4b5dde7223739bb64e1b55d8a15bba44 = L.circleMarker(\n",
+       "                [-37.7451057573405, 144.80506663054683],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e2cfa2fbbb555f51bf3034bab27b2c51 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a89ee65af234d3e2fe4fadc8cfe68711 = $(`&lt;div id=&quot;html_a89ee65af234d3e2fe4fadc8cfe68711&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_e2cfa2fbbb555f51bf3034bab27b2c51.setContent(html_a89ee65af234d3e2fe4fadc8cfe68711);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4b5dde7223739bb64e1b55d8a15bba44.bindPopup(popup_e2cfa2fbbb555f51bf3034bab27b2c51)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_71e55e51e613da7b8bfdc8aa0318aaba = L.circleMarker(\n",
+       "                [-37.67625132104664, 144.7611344978179],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4709284a7f3f478c841ca6956ef74a31 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9741fd43adc30adb42fe87f49a96f46f = $(`&lt;div id=&quot;html_9741fd43adc30adb42fe87f49a96f46f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_4709284a7f3f478c841ca6956ef74a31.setContent(html_9741fd43adc30adb42fe87f49a96f46f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_71e55e51e613da7b8bfdc8aa0318aaba.bindPopup(popup_4709284a7f3f478c841ca6956ef74a31)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e77f69ecb11ab3ec7d6b81ad512f5d8b = L.circleMarker(\n",
+       "                [-37.72055807478412, 144.80472774730703],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cbcb6e384234b6693fe4f250d4ed61e3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2f162b4a6ec63a0c45c20c23fcb5daad = $(`&lt;div id=&quot;html_2f162b4a6ec63a0c45c20c23fcb5daad&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_cbcb6e384234b6693fe4f250d4ed61e3.setContent(html_2f162b4a6ec63a0c45c20c23fcb5daad);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e77f69ecb11ab3ec7d6b81ad512f5d8b.bindPopup(popup_cbcb6e384234b6693fe4f250d4ed61e3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4656b86355394313d0b6b6995e16591e = L.circleMarker(\n",
+       "                [-37.7191394936666, 144.852010035325],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bfd22d89e8d9773e72c33f2a4326b55e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_28c62bf91e7752c6f387e36524b9aff6 = $(`&lt;div id=&quot;html_28c62bf91e7752c6f387e36524b9aff6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_bfd22d89e8d9773e72c33f2a4326b55e.setContent(html_28c62bf91e7752c6f387e36524b9aff6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4656b86355394313d0b6b6995e16591e.bindPopup(popup_bfd22d89e8d9773e72c33f2a4326b55e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_73f4902e8261d4e06fd3dbee0d4e9129 = L.circleMarker(\n",
+       "                [-37.704959014210885, 144.87248153522512],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0106e34c5a1f3831876872ab2c1c52b3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b75aa75532660beefccb8f6a7f2e9c43 = $(`&lt;div id=&quot;html_b75aa75532660beefccb8f6a7f2e9c43&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_0106e34c5a1f3831876872ab2c1c52b3.setContent(html_b75aa75532660beefccb8f6a7f2e9c43);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_73f4902e8261d4e06fd3dbee0d4e9129.bindPopup(popup_0106e34c5a1f3831876872ab2c1c52b3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2c25499031429b080581d54e38d970bc = L.circleMarker(\n",
+       "                [-37.7337100918583, 144.77194116189125],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cafea3abfb2bcdcceb9f1ac18a10236d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_07cb8f0d2b5813aaa40343e763cabfcb = $(`&lt;div id=&quot;html_07cb8f0d2b5813aaa40343e763cabfcb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_cafea3abfb2bcdcceb9f1ac18a10236d.setContent(html_07cb8f0d2b5813aaa40343e763cabfcb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2c25499031429b080581d54e38d970bc.bindPopup(popup_cafea3abfb2bcdcceb9f1ac18a10236d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_294fced807eaa3ec90e4bf0f5f46d713 = L.circleMarker(\n",
+       "                [-37.759371401055056, 144.7879357129893],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7617eea8edafac8363974909819757c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2a3e1350b8066893c5e46d47315f931d = $(`&lt;div id=&quot;html_2a3e1350b8066893c5e46d47315f931d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_7617eea8edafac8363974909819757c8.setContent(html_2a3e1350b8066893c5e46d47315f931d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_294fced807eaa3ec90e4bf0f5f46d713.bindPopup(popup_7617eea8edafac8363974909819757c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f582b572eab2d3cb41e28b3869cc3cb2 = L.circleMarker(\n",
+       "                [-37.7639677663154, 144.83619448131338],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_87977e0c55d828d0b4c90b252f1dac06 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_066a0478f3b5a504d044d541e3fc4f03 = $(`&lt;div id=&quot;html_066a0478f3b5a504d044d541e3fc4f03&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_87977e0c55d828d0b4c90b252f1dac06.setContent(html_066a0478f3b5a504d044d541e3fc4f03);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f582b572eab2d3cb41e28b3869cc3cb2.bindPopup(popup_87977e0c55d828d0b4c90b252f1dac06)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5d421df412e173863d5d4a7634458d1a = L.circleMarker(\n",
+       "                [-37.69858147286923, 144.78625316832677],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9ced352e2a9c898168c4b08d934b01d4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7599548e08d5456c3a6802d1ba1d2e8d = $(`&lt;div id=&quot;html_7599548e08d5456c3a6802d1ba1d2e8d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_9ced352e2a9c898168c4b08d934b01d4.setContent(html_7599548e08d5456c3a6802d1ba1d2e8d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5d421df412e173863d5d4a7634458d1a.bindPopup(popup_9ced352e2a9c898168c4b08d934b01d4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b9baff6fb98bcf0cb5122088c62e0537 = L.circleMarker(\n",
+       "                [-37.7083401807528, 144.8280654226704],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_23d1e9446351a5b0342f0a27512da39c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2efcc3dfc14bd326669c2c8f7755d07f = $(`&lt;div id=&quot;html_2efcc3dfc14bd326669c2c8f7755d07f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_23d1e9446351a5b0342f0a27512da39c.setContent(html_2efcc3dfc14bd326669c2c8f7755d07f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b9baff6fb98bcf0cb5122088c62e0537.bindPopup(popup_23d1e9446351a5b0342f0a27512da39c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e5ed937e055f51bfcf5a5d5a7d88acdb = L.circleMarker(\n",
+       "                [-37.79969759075594, 144.77613001092013],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2e484bf8712c0cb4b868b9bea89c6bd0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_af825ae5a4049f63949d0d13c0d9cece = $(`&lt;div id=&quot;html_af825ae5a4049f63949d0d13c0d9cece&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_2e484bf8712c0cb4b868b9bea89c6bd0.setContent(html_af825ae5a4049f63949d0d13c0d9cece);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e5ed937e055f51bfcf5a5d5a7d88acdb.bindPopup(popup_2e484bf8712c0cb4b868b9bea89c6bd0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_47abff3ea1c495989de69a3aed545cc9 = L.circleMarker(\n",
+       "                [-37.73832692950106, 144.82840087132348],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aa0b45f49144aff57146ad1223137a6f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bb75e955a94a60baad1944701c16645f = $(`&lt;div id=&quot;html_bb75e955a94a60baad1944701c16645f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_aa0b45f49144aff57146ad1223137a6f.setContent(html_bb75e955a94a60baad1944701c16645f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_47abff3ea1c495989de69a3aed545cc9.bindPopup(popup_aa0b45f49144aff57146ad1223137a6f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4d8d3b2065730429bfd03504fe37707f = L.circleMarker(\n",
+       "                [-37.77603313425239, 144.80106680073726],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_035215a2c3b098138a3c99f772403aa0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9c9d2cd3d8f441ed44304a44f541665f = $(`&lt;div id=&quot;html_9c9d2cd3d8f441ed44304a44f541665f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_035215a2c3b098138a3c99f772403aa0.setContent(html_9c9d2cd3d8f441ed44304a44f541665f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4d8d3b2065730429bfd03504fe37707f.bindPopup(popup_035215a2c3b098138a3c99f772403aa0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_638e6b8b26ce5e32507a4dbe7fa2d1ee = L.circleMarker(\n",
+       "                [-37.81604968444803, 144.84150991063166],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f9372c194f27a8330ce9fbc3f6f25cd9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0352195e92e0e7fdf82a765a5197cc2d = $(`&lt;div id=&quot;html_0352195e92e0e7fdf82a765a5197cc2d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_f9372c194f27a8330ce9fbc3f6f25cd9.setContent(html_0352195e92e0e7fdf82a765a5197cc2d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_638e6b8b26ce5e32507a4dbe7fa2d1ee.bindPopup(popup_f9372c194f27a8330ce9fbc3f6f25cd9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fbff06d6fc7a2e57d44d6bbde59716aa = L.circleMarker(\n",
+       "                [-37.71978478976293, 144.77731184354434],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0dd5ae7e5f4a72d607e2baf62889e812 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8c5f614ffb56d59c8638eae6f2cd803e = $(`&lt;div id=&quot;html_8c5f614ffb56d59c8638eae6f2cd803e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_0dd5ae7e5f4a72d607e2baf62889e812.setContent(html_8c5f614ffb56d59c8638eae6f2cd803e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fbff06d6fc7a2e57d44d6bbde59716aa.bindPopup(popup_0dd5ae7e5f4a72d607e2baf62889e812)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3c47018c5593d5003e2411402eeed4ce = L.circleMarker(\n",
+       "                [-37.69045358268551, 144.74172582966673],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f98154ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f98154ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d3c39df29f5004fe4e29d9ef222a75cc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_92f9602a4d51c7399234cbd88f5a3dbc = $(`&lt;div id=&quot;html_92f9602a4d51c7399234cbd88f5a3dbc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Brimbank: crime count = 2.569349515816802&lt;/div&gt;`)[0];\n",
+       "                popup_d3c39df29f5004fe4e29d9ef222a75cc.setContent(html_92f9602a4d51c7399234cbd88f5a3dbc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3c47018c5593d5003e2411402eeed4ce.bindPopup(popup_d3c39df29f5004fe4e29d9ef222a75cc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0d93787c1f7ea02b71a88ef3f8fd3578 = L.circleMarker(\n",
+       "                [-36.3978202744578, 143.35436309131185],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5b3b1cf7972eabbfd522495900aa82be = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f1477b7d74d777313156298bd045c3c4 = $(`&lt;div id=&quot;html_f1477b7d74d777313156298bd045c3c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_5b3b1cf7972eabbfd522495900aa82be.setContent(html_f1477b7d74d777313156298bd045c3c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0d93787c1f7ea02b71a88ef3f8fd3578.bindPopup(popup_5b3b1cf7972eabbfd522495900aa82be)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_938a6b20018f6f74964e8f4038eb0921 = L.circleMarker(\n",
+       "                [-35.708462826266455, 143.12098340087735],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b64e0fa2edf780aa3988c02ddbf34f63 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9d8132888c1d73176232b4dc4f393ee5 = $(`&lt;div id=&quot;html_9d8132888c1d73176232b4dc4f393ee5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_b64e0fa2edf780aa3988c02ddbf34f63.setContent(html_9d8132888c1d73176232b4dc4f393ee5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_938a6b20018f6f74964e8f4038eb0921.bindPopup(popup_b64e0fa2edf780aa3988c02ddbf34f63)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_534e317581e062e3df7bf07dd73ec125 = L.circleMarker(\n",
+       "                [-36.07792260945732, 142.90476467812792],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f9b801add686cd35a16bd009f08fbaab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0d5602e758f960a682c460cee6bd8bc1 = $(`&lt;div id=&quot;html_0d5602e758f960a682c460cee6bd8bc1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_f9b801add686cd35a16bd009f08fbaab.setContent(html_0d5602e758f960a682c460cee6bd8bc1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_534e317581e062e3df7bf07dd73ec125.bindPopup(popup_f9b801add686cd35a16bd009f08fbaab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d6a0fc7ef7c3a8a85c574fdbf0663714 = L.circleMarker(\n",
+       "                [-35.53649964924221, 142.75566449730033],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eaedb223fbdd77ca3ad9a2f42787bb87 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f6c46a7fdfbcb4633d6b3d82500409fd = $(`&lt;div id=&quot;html_f6c46a7fdfbcb4633d6b3d82500409fd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_eaedb223fbdd77ca3ad9a2f42787bb87.setContent(html_f6c46a7fdfbcb4633d6b3d82500409fd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d6a0fc7ef7c3a8a85c574fdbf0663714.bindPopup(popup_eaedb223fbdd77ca3ad9a2f42787bb87)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b600d51124e9ec07f2d216a8cf45aea3 = L.circleMarker(\n",
+       "                [-36.44497500680612, 142.9077600026564],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8d663d5dbfdd3ccd39202788c971d03e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5db7a1e7486328039b2b803495a35895 = $(`&lt;div id=&quot;html_5db7a1e7486328039b2b803495a35895&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_8d663d5dbfdd3ccd39202788c971d03e.setContent(html_5db7a1e7486328039b2b803495a35895);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b600d51124e9ec07f2d216a8cf45aea3.bindPopup(popup_8d663d5dbfdd3ccd39202788c971d03e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_96fcaee5aa874c29c6df9a8150710530 = L.circleMarker(\n",
+       "                [-35.563672866506955, 142.9498868747473],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a4c5e44fd64a4034c69e4b8a4f467703 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dfb8212b616fcb10598e3144bca32113 = $(`&lt;div id=&quot;html_dfb8212b616fcb10598e3144bca32113&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_a4c5e44fd64a4034c69e4b8a4f467703.setContent(html_dfb8212b616fcb10598e3144bca32113);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_96fcaee5aa874c29c6df9a8150710530.bindPopup(popup_a4c5e44fd64a4034c69e4b8a4f467703)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_33c7a50de5582fb480a08219b4b6f55b = L.circleMarker(\n",
+       "                [-35.7546518567327, 143.25686571440465],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_12e3e133a901ad6b4e8a2b17ab98ae07 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b8a9e520d773746750e46d299cf7fef = $(`&lt;div id=&quot;html_2b8a9e520d773746750e46d299cf7fef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_12e3e133a901ad6b4e8a2b17ab98ae07.setContent(html_2b8a9e520d773746750e46d299cf7fef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_33c7a50de5582fb480a08219b4b6f55b.bindPopup(popup_12e3e133a901ad6b4e8a2b17ab98ae07)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_105104a6941e6bf2e89f815baadd4a41 = L.circleMarker(\n",
+       "                [-36.13248627706815, 143.34031594399522],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_065216283fcf3216f5862a1d66cf6d91 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c0f4fff96147596c4a47b257d6c6d546 = $(`&lt;div id=&quot;html_c0f4fff96147596c4a47b257d6c6d546&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_065216283fcf3216f5862a1d66cf6d91.setContent(html_c0f4fff96147596c4a47b257d6c6d546);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_105104a6941e6bf2e89f815baadd4a41.bindPopup(popup_065216283fcf3216f5862a1d66cf6d91)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_68cdb6c48835d2c70b4dc718bd5d8dbb = L.circleMarker(\n",
+       "                [-36.295975816326965, 142.83490074692622],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e61458afb5c35c353d9f8b02522c6b3d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_57a36f83d5ecc377621436f3e6845760 = $(`&lt;div id=&quot;html_57a36f83d5ecc377621436f3e6845760&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_e61458afb5c35c353d9f8b02522c6b3d.setContent(html_57a36f83d5ecc377621436f3e6845760);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_68cdb6c48835d2c70b4dc718bd5d8dbb.bindPopup(popup_e61458afb5c35c353d9f8b02522c6b3d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6a9bc3239976c92153ddb8724ea1e1f1 = L.circleMarker(\n",
+       "                [-35.3119160682227, 142.6795896606004],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ec69c87fd69439d7781a65dc4a789aa3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a38be13a9f8f59025de2c15cdaae91bf = $(`&lt;div id=&quot;html_a38be13a9f8f59025de2c15cdaae91bf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_ec69c87fd69439d7781a65dc4a789aa3.setContent(html_a38be13a9f8f59025de2c15cdaae91bf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6a9bc3239976c92153ddb8724ea1e1f1.bindPopup(popup_ec69c87fd69439d7781a65dc4a789aa3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d0143b872b719619e0ee4485845cb836 = L.circleMarker(\n",
+       "                [-36.15161156947259, 142.87520283327223],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6fef2b1450f2deba4573ac3930eac63b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cf0c063bbca2082e51d0922e1206d25f = $(`&lt;div id=&quot;html_cf0c063bbca2082e51d0922e1206d25f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_6fef2b1450f2deba4573ac3930eac63b.setContent(html_cf0c063bbca2082e51d0922e1206d25f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d0143b872b719619e0ee4485845cb836.bindPopup(popup_6fef2b1450f2deba4573ac3930eac63b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fe555a19defcd1675334cdf0e4273ca5 = L.circleMarker(\n",
+       "                [-35.99336309608863, 142.92558615780038],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c3a3dc6285e993176ab512973faa0d7f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_540a6530ca01519250f7dda6191b307d = $(`&lt;div id=&quot;html_540a6530ca01519250f7dda6191b307d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_c3a3dc6285e993176ab512973faa0d7f.setContent(html_540a6530ca01519250f7dda6191b307d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fe555a19defcd1675334cdf0e4273ca5.bindPopup(popup_c3a3dc6285e993176ab512973faa0d7f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e6d00dfdd93e88355640979d93446f8d = L.circleMarker(\n",
+       "                [-35.8218464215935, 142.9761361430482],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_48e842e248cb9bcbc54dee11e49100b1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_16cfb4495d25e17d8ca298433c04075b = $(`&lt;div id=&quot;html_16cfb4495d25e17d8ca298433c04075b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_48e842e248cb9bcbc54dee11e49100b1.setContent(html_16cfb4495d25e17d8ca298433c04075b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e6d00dfdd93e88355640979d93446f8d.bindPopup(popup_48e842e248cb9bcbc54dee11e49100b1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_090430a902e8bf6f3e92aecf8e1cd056 = L.circleMarker(\n",
+       "                [-36.44853860471996, 143.4672772066005],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1b03a4ad5986c5c85c49877afb26df21 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dc1510deae78b52c9914bfd119af3e09 = $(`&lt;div id=&quot;html_dc1510deae78b52c9914bfd119af3e09&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_1b03a4ad5986c5c85c49877afb26df21.setContent(html_dc1510deae78b52c9914bfd119af3e09);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_090430a902e8bf6f3e92aecf8e1cd056.bindPopup(popup_1b03a4ad5986c5c85c49877afb26df21)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2b4f5b45c6183626be4b4787bb56dc47 = L.circleMarker(\n",
+       "                [-35.23738228402753, 142.69205731743008],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9a640e77a83c55500dde68023fbbcf5d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_63856c9399f7341324fadda029e8c819 = $(`&lt;div id=&quot;html_63856c9399f7341324fadda029e8c819&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_9a640e77a83c55500dde68023fbbcf5d.setContent(html_63856c9399f7341324fadda029e8c819);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2b4f5b45c6183626be4b4787bb56dc47.bindPopup(popup_9a640e77a83c55500dde68023fbbcf5d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_79555f1901e66bb5de65eaee751a78ed = L.circleMarker(\n",
+       "                [-35.95790071515576, 142.64527580333228],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5d8eeca79fe19a68418fc54d2d39ee3e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eac70f9eca538e3d50dd1d900dfae22c = $(`&lt;div id=&quot;html_eac70f9eca538e3d50dd1d900dfae22c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_5d8eeca79fe19a68418fc54d2d39ee3e.setContent(html_eac70f9eca538e3d50dd1d900dfae22c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_79555f1901e66bb5de65eaee751a78ed.bindPopup(popup_5d8eeca79fe19a68418fc54d2d39ee3e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6cccdd33175677937817aeb1b841f002 = L.circleMarker(\n",
+       "                [-36.31901263574429, 143.1383516499243],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_58be383e38a4ee2ee54dff0b512f1f3e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_99222e91ce39179f523d7ec433b20615 = $(`&lt;div id=&quot;html_99222e91ce39179f523d7ec433b20615&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_58be383e38a4ee2ee54dff0b512f1f3e.setContent(html_99222e91ce39179f523d7ec433b20615);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6cccdd33175677937817aeb1b841f002.bindPopup(popup_58be383e38a4ee2ee54dff0b512f1f3e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_027c858ea2ef34a18680cfb74b269db8 = L.circleMarker(\n",
+       "                [-35.31348542683745, 142.93339743528128],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_594054be4708676768221da2da541270 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_72c25b7c70551c9c53457ede7405e009 = $(`&lt;div id=&quot;html_72c25b7c70551c9c53457ede7405e009&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_594054be4708676768221da2da541270.setContent(html_72c25b7c70551c9c53457ede7405e009);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_027c858ea2ef34a18680cfb74b269db8.bindPopup(popup_594054be4708676768221da2da541270)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e1339da3dd8b8f8d1fe49f6057843e67 = L.circleMarker(\n",
+       "                [-35.64419866246217, 142.9675017008538],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_81465ebcc8475e6c973afa2d52256667 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_03ac2cf4918aa85d8e337cc1e4e992db = $(`&lt;div id=&quot;html_03ac2cf4918aa85d8e337cc1e4e992db&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_81465ebcc8475e6c973afa2d52256667.setContent(html_03ac2cf4918aa85d8e337cc1e4e992db);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e1339da3dd8b8f8d1fe49f6057843e67.bindPopup(popup_81465ebcc8475e6c973afa2d52256667)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_543dc595eeefb97dac3f3df3707d2e40 = L.circleMarker(\n",
+       "                [-35.70511740651598, 143.2815470083568],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b06474c7f9738ff96d19d9f16214dcc2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_868d26af0ff6109553a6b8b04399a00d = $(`&lt;div id=&quot;html_868d26af0ff6109553a6b8b04399a00d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_b06474c7f9738ff96d19d9f16214dcc2.setContent(html_868d26af0ff6109553a6b8b04399a00d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_543dc595eeefb97dac3f3df3707d2e40.bindPopup(popup_b06474c7f9738ff96d19d9f16214dcc2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_57e3c60f6dc12fdf59867f12c435ffab = L.circleMarker(\n",
+       "                [-36.16429262291552, 142.7185645922279],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7cfcc7d9aa379bdfbca7c0c3ecd725b8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_32a9ee99839bc3a3b95e223aa8c41875 = $(`&lt;div id=&quot;html_32a9ee99839bc3a3b95e223aa8c41875&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_7cfcc7d9aa379bdfbca7c0c3ecd725b8.setContent(html_32a9ee99839bc3a3b95e223aa8c41875);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_57e3c60f6dc12fdf59867f12c435ffab.bindPopup(popup_7cfcc7d9aa379bdfbca7c0c3ecd725b8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cea253727aaa8da4b6c163011dd8ab6a = L.circleMarker(\n",
+       "                [-36.05610538965541, 143.363561593767],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d5eb2cd36d6e20aa0a1994b6645170d4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_568b05ae933bad18d5a35ba34c724c36 = $(`&lt;div id=&quot;html_568b05ae933bad18d5a35ba34c724c36&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_d5eb2cd36d6e20aa0a1994b6645170d4.setContent(html_568b05ae933bad18d5a35ba34c724c36);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cea253727aaa8da4b6c163011dd8ab6a.bindPopup(popup_d5eb2cd36d6e20aa0a1994b6645170d4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cba0bd3f8be62ecab8ebf97293ba1427 = L.circleMarker(\n",
+       "                [-36.28783329801418, 143.33564853224948],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_126efb5ef9091b26fdab09f59c94173c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_40c368dfae13fd7c328b21ff6303310e = $(`&lt;div id=&quot;html_40c368dfae13fd7c328b21ff6303310e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_126efb5ef9091b26fdab09f59c94173c.setContent(html_40c368dfae13fd7c328b21ff6303310e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cba0bd3f8be62ecab8ebf97293ba1427.bindPopup(popup_126efb5ef9091b26fdab09f59c94173c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_153dce472ae55cd5bf8deb86100feea8 = L.circleMarker(\n",
+       "                [-35.89833745790523, 142.71789919090622],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_309576127064d95116173e058cb385b0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9e66fcb64b9525a9f34b3ca2c2e97b35 = $(`&lt;div id=&quot;html_9e66fcb64b9525a9f34b3ca2c2e97b35&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_309576127064d95116173e058cb385b0.setContent(html_9e66fcb64b9525a9f34b3ca2c2e97b35);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_153dce472ae55cd5bf8deb86100feea8.bindPopup(popup_309576127064d95116173e058cb385b0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_922d9c627bc22417fc46af03806e3900 = L.circleMarker(\n",
+       "                [-36.37860829157916, 142.82981751761164],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7f3470d24544a5df41ccef09859b0fd0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_35f1b5ef94ebf72958c4a7ac8c077117 = $(`&lt;div id=&quot;html_35f1b5ef94ebf72958c4a7ac8c077117&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_7f3470d24544a5df41ccef09859b0fd0.setContent(html_35f1b5ef94ebf72958c4a7ac8c077117);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_922d9c627bc22417fc46af03806e3900.bindPopup(popup_7f3470d24544a5df41ccef09859b0fd0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d340a1c85a1f0ccb19fc12a62dc4316c = L.circleMarker(\n",
+       "                [-35.81509515716587, 142.85769278680905],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ac6db235ddf1a4b2bb45ec1d7389733e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c1a8341c0b7d523f7cdc3eec8763affb = $(`&lt;div id=&quot;html_c1a8341c0b7d523f7cdc3eec8763affb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_ac6db235ddf1a4b2bb45ec1d7389733e.setContent(html_c1a8341c0b7d523f7cdc3eec8763affb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d340a1c85a1f0ccb19fc12a62dc4316c.bindPopup(popup_ac6db235ddf1a4b2bb45ec1d7389733e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1c4af70df17351ba0504df6dbd6af4bb = L.circleMarker(\n",
+       "                [-36.1950625875328, 143.32404250278273],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9b7f7c06b890b1fae00d3d19aaffa561 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f968fffd03609971b37734bc49f22cc1 = $(`&lt;div id=&quot;html_f968fffd03609971b37734bc49f22cc1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_9b7f7c06b890b1fae00d3d19aaffa561.setContent(html_f968fffd03609971b37734bc49f22cc1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1c4af70df17351ba0504df6dbd6af4bb.bindPopup(popup_9b7f7c06b890b1fae00d3d19aaffa561)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b3560564baf2dba94d613177dddbacc = L.circleMarker(\n",
+       "                [-36.047128804309416, 142.657843076219],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_df30a7ba96ddeda690c7cd5c65e272b7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_321d912fa626fac9141ef70f7397a437 = $(`&lt;div id=&quot;html_321d912fa626fac9141ef70f7397a437&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_df30a7ba96ddeda690c7cd5c65e272b7.setContent(html_321d912fa626fac9141ef70f7397a437);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b3560564baf2dba94d613177dddbacc.bindPopup(popup_df30a7ba96ddeda690c7cd5c65e272b7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bfdfa792327a4ab7aab22bdb6a4c5953 = L.circleMarker(\n",
+       "                [-35.97215497325687, 142.75039641840235],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e182ddf982bca663727112c4e8a93391 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0837f727f36f1ec56ee6687ff8d14b9c = $(`&lt;div id=&quot;html_0837f727f36f1ec56ee6687ff8d14b9c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_e182ddf982bca663727112c4e8a93391.setContent(html_0837f727f36f1ec56ee6687ff8d14b9c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bfdfa792327a4ab7aab22bdb6a4c5953.bindPopup(popup_e182ddf982bca663727112c4e8a93391)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6f8360e7259e707d59ba9223b41a2f50 = L.circleMarker(\n",
+       "                [-35.340380966247466, 142.75977797947317],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0d837fdfd02cbedbca439b5cac4af42e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c2c34d2449db3a111eaf320e8288d937 = $(`&lt;div id=&quot;html_c2c34d2449db3a111eaf320e8288d937&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_0d837fdfd02cbedbca439b5cac4af42e.setContent(html_c2c34d2449db3a111eaf320e8288d937);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6f8360e7259e707d59ba9223b41a2f50.bindPopup(popup_0d837fdfd02cbedbca439b5cac4af42e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_96aaf83e28aaea1305daf49ca6db479b = L.circleMarker(\n",
+       "                [-36.26944501784424, 143.52091312822432],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2efefe505325e84a45edf81f9b05fbc2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8c698a1d669939aab7b4b6c137c4a1c4 = $(`&lt;div id=&quot;html_8c698a1d669939aab7b4b6c137c4a1c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_2efefe505325e84a45edf81f9b05fbc2.setContent(html_8c698a1d669939aab7b4b6c137c4a1c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_96aaf83e28aaea1305daf49ca6db479b.bindPopup(popup_2efefe505325e84a45edf81f9b05fbc2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_174d315ecd3f6f6ba06211e4dd9d554b = L.circleMarker(\n",
+       "                [-36.37875114659328, 143.2010252284927],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_48af2a27d7c12c510f12566f4b3b758b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_377c27c766f34b735583b02d20cef261 = $(`&lt;div id=&quot;html_377c27c766f34b735583b02d20cef261&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_48af2a27d7c12c510f12566f4b3b758b.setContent(html_377c27c766f34b735583b02d20cef261);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_174d315ecd3f6f6ba06211e4dd9d554b.bindPopup(popup_48af2a27d7c12c510f12566f4b3b758b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cf70c21d88cd8a8cd3f63b7c8637fb64 = L.circleMarker(\n",
+       "                [-36.43575492529512, 142.82775507075746],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1c6d85fa9839b828f4b10cbb77cb91f3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e72a9d75c1b3d894b89426155add0840 = $(`&lt;div id=&quot;html_e72a9d75c1b3d894b89426155add0840&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_1c6d85fa9839b828f4b10cbb77cb91f3.setContent(html_e72a9d75c1b3d894b89426155add0840);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cf70c21d88cd8a8cd3f63b7c8637fb64.bindPopup(popup_1c6d85fa9839b828f4b10cbb77cb91f3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ccc3078f7ac61facef578fad70d2fe18 = L.circleMarker(\n",
+       "                [-36.27982544843162, 142.7500643846951],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bb61c5ff308762666c580ad56251bbac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f6e7370181e93083fed2fd20a10d57e4 = $(`&lt;div id=&quot;html_f6e7370181e93083fed2fd20a10d57e4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_bb61c5ff308762666c580ad56251bbac.setContent(html_f6e7370181e93083fed2fd20a10d57e4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ccc3078f7ac61facef578fad70d2fe18.bindPopup(popup_bb61c5ff308762666c580ad56251bbac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_784163528763dc1ce7f316850b5ece6a = L.circleMarker(\n",
+       "                [-36.09926955327191, 143.07597439217403],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2bc7d1cacb02aa4806c2d2011f5fcf46 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8ddf7c85663f49a6ad7b6ec295f68bce = $(`&lt;div id=&quot;html_8ddf7c85663f49a6ad7b6ec295f68bce&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_2bc7d1cacb02aa4806c2d2011f5fcf46.setContent(html_8ddf7c85663f49a6ad7b6ec295f68bce);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_784163528763dc1ce7f316850b5ece6a.bindPopup(popup_2bc7d1cacb02aa4806c2d2011f5fcf46)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1fcd9df82a84fd7150ce8ef64a95d8d3 = L.circleMarker(\n",
+       "                [-35.32439343029809, 142.57600916745812],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_766a71460e07e5ac595abe27b3250171 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_19791bd43191cd5d5fd1660e0f059dec = $(`&lt;div id=&quot;html_19791bd43191cd5d5fd1660e0f059dec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_766a71460e07e5ac595abe27b3250171.setContent(html_19791bd43191cd5d5fd1660e0f059dec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1fcd9df82a84fd7150ce8ef64a95d8d3.bindPopup(popup_766a71460e07e5ac595abe27b3250171)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_64dff319e57af7224182f76bd704b24a = L.circleMarker(\n",
+       "                [-36.01395286822379, 143.42603519990826],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c1826ade871d365b9194099ab955b634 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3bfa27a60d4dddd54fb0e023388510f0 = $(`&lt;div id=&quot;html_3bfa27a60d4dddd54fb0e023388510f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_c1826ade871d365b9194099ab955b634.setContent(html_3bfa27a60d4dddd54fb0e023388510f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_64dff319e57af7224182f76bd704b24a.bindPopup(popup_c1826ade871d365b9194099ab955b634)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c2f5b434bf3411941a07c34e32c25e77 = L.circleMarker(\n",
+       "                [-35.447575803454555, 142.5840544757914],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4e477e25b4c6ebded7f8209fb2fe9f14 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_70d8101d4f8df3e32e83cb5063a0e360 = $(`&lt;div id=&quot;html_70d8101d4f8df3e32e83cb5063a0e360&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_4e477e25b4c6ebded7f8209fb2fe9f14.setContent(html_70d8101d4f8df3e32e83cb5063a0e360);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c2f5b434bf3411941a07c34e32c25e77.bindPopup(popup_4e477e25b4c6ebded7f8209fb2fe9f14)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c9efde4198cf640203d34149b60d33ee = L.circleMarker(\n",
+       "                [-36.3969562594344, 143.47537854826203],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5a47b9d94bcabcb9aaac7fe69df5ef1d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_76c5d3114d0b3794c05a0bf4393f26ca = $(`&lt;div id=&quot;html_76c5d3114d0b3794c05a0bf4393f26ca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_5a47b9d94bcabcb9aaac7fe69df5ef1d.setContent(html_76c5d3114d0b3794c05a0bf4393f26ca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c9efde4198cf640203d34149b60d33ee.bindPopup(popup_5a47b9d94bcabcb9aaac7fe69df5ef1d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_409d5da90c116efe8980c89a9eed7417 = L.circleMarker(\n",
+       "                [-35.83746223795997, 143.2631531937212],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7e2542fc4c5125c5b937ca032183d232 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5f89c0654ecfa33fd36241519d2cc2d4 = $(`&lt;div id=&quot;html_5f89c0654ecfa33fd36241519d2cc2d4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_7e2542fc4c5125c5b937ca032183d232.setContent(html_5f89c0654ecfa33fd36241519d2cc2d4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_409d5da90c116efe8980c89a9eed7417.bindPopup(popup_7e2542fc4c5125c5b937ca032183d232)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f81b0933a76a576262fd3c5348bc26d8 = L.circleMarker(\n",
+       "                [-36.156764658684935, 143.4353001367165],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c10b213adbcef1cebb1ef16e12e2f0da = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_47fa518f3103c09d84ed11527e145c28 = $(`&lt;div id=&quot;html_47fa518f3103c09d84ed11527e145c28&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_c10b213adbcef1cebb1ef16e12e2f0da.setContent(html_47fa518f3103c09d84ed11527e145c28);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f81b0933a76a576262fd3c5348bc26d8.bindPopup(popup_c10b213adbcef1cebb1ef16e12e2f0da)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_49cc1a2dc195747b6883944dea1622b4 = L.circleMarker(\n",
+       "                [-35.49658279668339, 142.89443901994167],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8ad70e3c0588294b6b950f13e8760d89 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d088ee4546b522153736081b45813582 = $(`&lt;div id=&quot;html_d088ee4546b522153736081b45813582&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_8ad70e3c0588294b6b950f13e8760d89.setContent(html_d088ee4546b522153736081b45813582);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_49cc1a2dc195747b6883944dea1622b4.bindPopup(popup_8ad70e3c0588294b6b950f13e8760d89)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cbc41c8dbf5e2c26f78ab0196640c299 = L.circleMarker(\n",
+       "                [-35.91993396123742, 142.99281798639893],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6a1cb12ba7e7a27efca8dbac20823c0a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_488622c096023c22bec730e59ec7af45 = $(`&lt;div id=&quot;html_488622c096023c22bec730e59ec7af45&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_6a1cb12ba7e7a27efca8dbac20823c0a.setContent(html_488622c096023c22bec730e59ec7af45);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cbc41c8dbf5e2c26f78ab0196640c299.bindPopup(popup_6a1cb12ba7e7a27efca8dbac20823c0a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_99b4c5ab1b302c906f1ac6239c3853bd = L.circleMarker(\n",
+       "                [-36.13630217654798, 143.18170827837338],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8c00d6e1dc8f2fd7b809beeba59348ec = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2afdb489aa1a1a7b0ec5fafa513dcea6 = $(`&lt;div id=&quot;html_2afdb489aa1a1a7b0ec5fafa513dcea6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_8c00d6e1dc8f2fd7b809beeba59348ec.setContent(html_2afdb489aa1a1a7b0ec5fafa513dcea6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_99b4c5ab1b302c906f1ac6239c3853bd.bindPopup(popup_8c00d6e1dc8f2fd7b809beeba59348ec)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b27ab5c60caa787a31c5f1be976dc595 = L.circleMarker(\n",
+       "                [-35.618260847020444, 142.79462046446503],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1a4e57a2d65d8e51cbb0c5f60040b387 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8dde209cade894e3183b8cff35e4d80e = $(`&lt;div id=&quot;html_8dde209cade894e3183b8cff35e4d80e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_1a4e57a2d65d8e51cbb0c5f60040b387.setContent(html_8dde209cade894e3183b8cff35e4d80e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b27ab5c60caa787a31c5f1be976dc595.bindPopup(popup_1a4e57a2d65d8e51cbb0c5f60040b387)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3426e7e6a2920fdbb416872c0e6acb8c = L.circleMarker(\n",
+       "                [-35.8364242419009, 142.71043568518223],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0ad727dc87b87ff96421e2be6db78a3b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b5103d2f13b7217b542103e12fce97a2 = $(`&lt;div id=&quot;html_b5103d2f13b7217b542103e12fce97a2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_0ad727dc87b87ff96421e2be6db78a3b.setContent(html_b5103d2f13b7217b542103e12fce97a2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3426e7e6a2920fdbb416872c0e6acb8c.bindPopup(popup_0ad727dc87b87ff96421e2be6db78a3b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9c66ee2952acbbb612f22c979bfb534d = L.circleMarker(\n",
+       "                [-36.262821401493184, 143.06804944738855],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4e1604172cd853d0b2f059bbb569d0db = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_268444e69df57a7b7aaa42410acbf6eb = $(`&lt;div id=&quot;html_268444e69df57a7b7aaa42410acbf6eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_4e1604172cd853d0b2f059bbb569d0db.setContent(html_268444e69df57a7b7aaa42410acbf6eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9c66ee2952acbbb612f22c979bfb534d.bindPopup(popup_4e1604172cd853d0b2f059bbb569d0db)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a220394a5d9c6b61f155f1f08bc23039 = L.circleMarker(\n",
+       "                [-35.379751741655085, 142.5763665013376],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b6a9811a415c0bd021c61724e16864c7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9959a03aa06525cbd62cd1565ce77ce3 = $(`&lt;div id=&quot;html_9959a03aa06525cbd62cd1565ce77ce3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_b6a9811a415c0bd021c61724e16864c7.setContent(html_9959a03aa06525cbd62cd1565ce77ce3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a220394a5d9c6b61f155f1f08bc23039.bindPopup(popup_b6a9811a415c0bd021c61724e16864c7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_44e8882aae87954c038dc3671ef45858 = L.circleMarker(\n",
+       "                [-35.76939779107971, 142.69000122569113],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_464c1e92d4bb44915b992a7ba7c94217 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4f537e124cdff36075b0fa309f827838 = $(`&lt;div id=&quot;html_4f537e124cdff36075b0fa309f827838&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_464c1e92d4bb44915b992a7ba7c94217.setContent(html_4f537e124cdff36075b0fa309f827838);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_44e8882aae87954c038dc3671ef45858.bindPopup(popup_464c1e92d4bb44915b992a7ba7c94217)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_13e81a03017067105a515c079d655d90 = L.circleMarker(\n",
+       "                [-36.355556591232144, 143.4280739990961],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a6194757c27c1866ac796afc89309364 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f7ebfaa1f1ce39eef3d667505b4b0be9 = $(`&lt;div id=&quot;html_f7ebfaa1f1ce39eef3d667505b4b0be9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_a6194757c27c1866ac796afc89309364.setContent(html_f7ebfaa1f1ce39eef3d667505b4b0be9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_13e81a03017067105a515c079d655d90.bindPopup(popup_a6194757c27c1866ac796afc89309364)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_08f2cf04840ab720b19fb00987162d3f = L.circleMarker(\n",
+       "                [-36.46591293952846, 143.07246761357447],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e2d8464d277f85c681b11a9b273f35d3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e1f77a5a8370950a9bb847bb869f1bbe = $(`&lt;div id=&quot;html_e1f77a5a8370950a9bb847bb869f1bbe&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_e2d8464d277f85c681b11a9b273f35d3.setContent(html_e1f77a5a8370950a9bb847bb869f1bbe);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_08f2cf04840ab720b19fb00987162d3f.bindPopup(popup_e2d8464d277f85c681b11a9b273f35d3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_da9bac8fd4f331eea398ac9183d70688 = L.circleMarker(\n",
+       "                [-36.32165019491228, 143.04093420370847],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_506becd356688f07d1cceb5a960f2a77 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c13baf8d45382f448419698a1b9a43e8 = $(`&lt;div id=&quot;html_c13baf8d45382f448419698a1b9a43e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_506becd356688f07d1cceb5a960f2a77.setContent(html_c13baf8d45382f448419698a1b9a43e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_da9bac8fd4f331eea398ac9183d70688.bindPopup(popup_506becd356688f07d1cceb5a960f2a77)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_11af6b8d3e2f152abed4c0892f6783ac = L.circleMarker(\n",
+       "                [-36.0541297391882, 143.46782885086154],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_94a5195d27ccf2556b2c014abd655806 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dc3715d831f3665e9091e776baef9c4a = $(`&lt;div id=&quot;html_dc3715d831f3665e9091e776baef9c4a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_94a5195d27ccf2556b2c014abd655806.setContent(html_dc3715d831f3665e9091e776baef9c4a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_11af6b8d3e2f152abed4c0892f6783ac.bindPopup(popup_94a5195d27ccf2556b2c014abd655806)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_98565acf2f5f1ce3729ccabb9653812f = L.circleMarker(\n",
+       "                [-36.05654824046182, 143.23230865183237],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7990fb538d38eb5bb55f758c4c27d3e9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_262890c7b2b78491b35f7f2960fc4fbd = $(`&lt;div id=&quot;html_262890c7b2b78491b35f7f2960fc4fbd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_7990fb538d38eb5bb55f758c4c27d3e9.setContent(html_262890c7b2b78491b35f7f2960fc4fbd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_98565acf2f5f1ce3729ccabb9653812f.bindPopup(popup_7990fb538d38eb5bb55f758c4c27d3e9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0d5b4727e3ec721938f7b61a8757ada6 = L.circleMarker(\n",
+       "                [-36.36319565881536, 142.76001882034606],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f0fb9e6787b484f93cda128f2eb0eb08 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2c1e4ebaa1c4440e3e87d9116a683315 = $(`&lt;div id=&quot;html_2c1e4ebaa1c4440e3e87d9116a683315&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_f0fb9e6787b484f93cda128f2eb0eb08.setContent(html_2c1e4ebaa1c4440e3e87d9116a683315);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0d5b4727e3ec721938f7b61a8757ada6.bindPopup(popup_f0fb9e6787b484f93cda128f2eb0eb08)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5283070f8108a7a5f5cec90bda4f93ea = L.circleMarker(\n",
+       "                [-36.21981972689376, 142.86358974019362],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ee9f8c43678d70d6d747c20fc600c177 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ddaeb5d4b388766c2bd9e8839538f938 = $(`&lt;div id=&quot;html_ddaeb5d4b388766c2bd9e8839538f938&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_ee9f8c43678d70d6d747c20fc600c177.setContent(html_ddaeb5d4b388766c2bd9e8839538f938);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5283070f8108a7a5f5cec90bda4f93ea.bindPopup(popup_ee9f8c43678d70d6d747c20fc600c177)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c5ec3ec72926681e289f42f3c2a0946e = L.circleMarker(\n",
+       "                [-36.47151674460421, 143.38681951687613],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bbf2dad6c6e38dd2f79cf4fe28bf79df = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6531922ff733995d6e908e5094c5cbe3 = $(`&lt;div id=&quot;html_6531922ff733995d6e908e5094c5cbe3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_bbf2dad6c6e38dd2f79cf4fe28bf79df.setContent(html_6531922ff733995d6e908e5094c5cbe3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c5ec3ec72926681e289f42f3c2a0946e.bindPopup(popup_bbf2dad6c6e38dd2f79cf4fe28bf79df)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6448f78c85948e622314ddfe404a7c8a = L.circleMarker(\n",
+       "                [-36.33222744989507, 142.9853666591019],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_368477bb43119913e74f9bdc79cf42de = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3cec4c8e2d78231ad37419666fea4245 = $(`&lt;div id=&quot;html_3cec4c8e2d78231ad37419666fea4245&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_368477bb43119913e74f9bdc79cf42de.setContent(html_3cec4c8e2d78231ad37419666fea4245);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6448f78c85948e622314ddfe404a7c8a.bindPopup(popup_368477bb43119913e74f9bdc79cf42de)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4e62db5057b20c298da0c652424a1c74 = L.circleMarker(\n",
+       "                [-36.461323853250896, 143.30997705606453],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5aa5b9b46dd0393dd591076059c99aec = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_001f8456d1fe5965ac7861122c262e6f = $(`&lt;div id=&quot;html_001f8456d1fe5965ac7861122c262e6f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_5aa5b9b46dd0393dd591076059c99aec.setContent(html_001f8456d1fe5965ac7861122c262e6f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4e62db5057b20c298da0c652424a1c74.bindPopup(popup_5aa5b9b46dd0393dd591076059c99aec)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_18127ff1e26a8b4211ed54f0a3f53b6f = L.circleMarker(\n",
+       "                [-36.15291129444374, 143.0581461912406],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b5702791120990a2e134850258975986 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_172c25e771e5a131973fc70b2486eb6b = $(`&lt;div id=&quot;html_172c25e771e5a131973fc70b2486eb6b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_b5702791120990a2e134850258975986.setContent(html_172c25e771e5a131973fc70b2486eb6b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_18127ff1e26a8b4211ed54f0a3f53b6f.bindPopup(popup_b5702791120990a2e134850258975986)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0d61242366e16931a2b94c18469a510a = L.circleMarker(\n",
+       "                [-35.85768740521817, 143.14058030538175],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f22b48f240c9ef207affd3df1ca04555 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fe448d1c42e671aeda3d29469b70428f = $(`&lt;div id=&quot;html_fe448d1c42e671aeda3d29469b70428f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_f22b48f240c9ef207affd3df1ca04555.setContent(html_fe448d1c42e671aeda3d29469b70428f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0d61242366e16931a2b94c18469a510a.bindPopup(popup_f22b48f240c9ef207affd3df1ca04555)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a7bb20b45191457b939e6bfbc297511e = L.circleMarker(\n",
+       "                [-36.11323526234725, 143.52421762931394],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a3ef998ef17ca5f95bb137a0c4a6f9ad = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7f1cd40ab6b44e41d16c3c2cd3d5ea96 = $(`&lt;div id=&quot;html_7f1cd40ab6b44e41d16c3c2cd3d5ea96&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_a3ef998ef17ca5f95bb137a0c4a6f9ad.setContent(html_7f1cd40ab6b44e41d16c3c2cd3d5ea96);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a7bb20b45191457b939e6bfbc297511e.bindPopup(popup_a3ef998ef17ca5f95bb137a0c4a6f9ad)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_653cd27ddfca6edb697798e4f951f8aa = L.circleMarker(\n",
+       "                [-35.84632742788057, 143.3546394433514],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b707edaa3c7727df8ce75a3cd5b18026 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fcbc65b1e57f05b5c7ce73b1681691c8 = $(`&lt;div id=&quot;html_fcbc65b1e57f05b5c7ce73b1681691c8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_b707edaa3c7727df8ce75a3cd5b18026.setContent(html_fcbc65b1e57f05b5c7ce73b1681691c8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_653cd27ddfca6edb697798e4f951f8aa.bindPopup(popup_b707edaa3c7727df8ce75a3cd5b18026)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2d8d2ab15cbaa92af26dfffca2aa0d03 = L.circleMarker(\n",
+       "                [-36.32696979449384, 143.47317928481917],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_735dd60947380d909578e93755d99a1c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_313f0e68bd2971a0db080122da9008ae = $(`&lt;div id=&quot;html_313f0e68bd2971a0db080122da9008ae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_735dd60947380d909578e93755d99a1c.setContent(html_313f0e68bd2971a0db080122da9008ae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2d8d2ab15cbaa92af26dfffca2aa0d03.bindPopup(popup_735dd60947380d909578e93755d99a1c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e3f362f84917c9c0b1220bb069b0c2f6 = L.circleMarker(\n",
+       "                [-36.39814139740386, 142.90225561399217],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2c454f2f6a6eb61710f80c06db4a3c5e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a2ad323a1db9cd641636250a8b3b5302 = $(`&lt;div id=&quot;html_a2ad323a1db9cd641636250a8b3b5302&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_2c454f2f6a6eb61710f80c06db4a3c5e.setContent(html_a2ad323a1db9cd641636250a8b3b5302);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e3f362f84917c9c0b1220bb069b0c2f6.bindPopup(popup_2c454f2f6a6eb61710f80c06db4a3c5e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_602f11cc927aeb76b37fec9cd4942b38 = L.circleMarker(\n",
+       "                [-35.38651477484942, 142.67074088462735],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f7d215b17b76d13a1bf8fd525e785004 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_48168724f24d35048039c9dda9564c63 = $(`&lt;div id=&quot;html_48168724f24d35048039c9dda9564c63&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_f7d215b17b76d13a1bf8fd525e785004.setContent(html_48168724f24d35048039c9dda9564c63);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_602f11cc927aeb76b37fec9cd4942b38.bindPopup(popup_f7d215b17b76d13a1bf8fd525e785004)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bd6de3addbb136411f3f67c78687ce79 = L.circleMarker(\n",
+       "                [-36.249257175530886, 143.18843062106075],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_40f9c06975533d5d8442524006979812 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_383afb3a0b6ba166c21e1a4a91fca638 = $(`&lt;div id=&quot;html_383afb3a0b6ba166c21e1a4a91fca638&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_40f9c06975533d5d8442524006979812.setContent(html_383afb3a0b6ba166c21e1a4a91fca638);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bd6de3addbb136411f3f67c78687ce79.bindPopup(popup_40f9c06975533d5d8442524006979812)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8bffdca49154f7148b30014386517979 = L.circleMarker(\n",
+       "                [-36.54155945360324, 143.38677169460442],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_229b108a40a040a0fa04677e562a8f6d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_acaa50c5dd474f5c740bae6720a032a0 = $(`&lt;div id=&quot;html_acaa50c5dd474f5c740bae6720a032a0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_229b108a40a040a0fa04677e562a8f6d.setContent(html_acaa50c5dd474f5c740bae6720a032a0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8bffdca49154f7148b30014386517979.bindPopup(popup_229b108a40a040a0fa04677e562a8f6d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0237592620f9450ebae34089840088db = L.circleMarker(\n",
+       "                [-36.08631147125752, 142.7549752471388],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bd9c7b6b78d757ca57b584770df80748 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_06d23a0db5a886b35225ae15e36c1818 = $(`&lt;div id=&quot;html_06d23a0db5a886b35225ae15e36c1818&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_bd9c7b6b78d757ca57b584770df80748.setContent(html_06d23a0db5a886b35225ae15e36c1818);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0237592620f9450ebae34089840088db.bindPopup(popup_bd9c7b6b78d757ca57b584770df80748)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2ae91cb2e92a14bd8562ed807381bbdd = L.circleMarker(\n",
+       "                [-35.71259714693604, 142.8193721269587],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9b03ab9603e355d74fdaec42a7f7540f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d36cd90dc87490741dceab87b80d6daf = $(`&lt;div id=&quot;html_d36cd90dc87490741dceab87b80d6daf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_9b03ab9603e355d74fdaec42a7f7540f.setContent(html_d36cd90dc87490741dceab87b80d6daf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2ae91cb2e92a14bd8562ed807381bbdd.bindPopup(popup_9b03ab9603e355d74fdaec42a7f7540f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_21b45f178cc6d433965a0c9aeede3e1c = L.circleMarker(\n",
+       "                [-36.16677834443706, 143.13158908652045],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aa2fdad7fec959be52701838407bb50a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f5cec90f02d9e85ccafdc619f68ba728 = $(`&lt;div id=&quot;html_f5cec90f02d9e85ccafdc619f68ba728&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_aa2fdad7fec959be52701838407bb50a.setContent(html_f5cec90f02d9e85ccafdc619f68ba728);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_21b45f178cc6d433965a0c9aeede3e1c.bindPopup(popup_aa2fdad7fec959be52701838407bb50a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aff00528e84d3522a20075a4961b6f56 = L.circleMarker(\n",
+       "                [-35.94231463625496, 143.18319104664403],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_311e543f135f8d5d3f4b4ac909d7daf0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9042645fc9b5b7be0da5ba1819c42b64 = $(`&lt;div id=&quot;html_9042645fc9b5b7be0da5ba1819c42b64&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_311e543f135f8d5d3f4b4ac909d7daf0.setContent(html_9042645fc9b5b7be0da5ba1819c42b64);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aff00528e84d3522a20075a4961b6f56.bindPopup(popup_311e543f135f8d5d3f4b4ac909d7daf0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f567ab547f9e5dd31b498c057b410f6 = L.circleMarker(\n",
+       "                [-35.92605301514884, 142.85012417294118],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9bf493a003da2ae2d23d9022857fde41 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_da0ee0d989bc4f61d0f0970acf962ebd = $(`&lt;div id=&quot;html_da0ee0d989bc4f61d0f0970acf962ebd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_9bf493a003da2ae2d23d9022857fde41.setContent(html_da0ee0d989bc4f61d0f0970acf962ebd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f567ab547f9e5dd31b498c057b410f6.bindPopup(popup_9bf493a003da2ae2d23d9022857fde41)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0cca337c49bc073bb3a192e6342819d6 = L.circleMarker(\n",
+       "                [-36.01957332743932, 143.0665469605546],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2ebe5fd45b2f4b473c5278cf7b26246b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7f45f0ae17e5ac0918beee213d2b42c3 = $(`&lt;div id=&quot;html_7f45f0ae17e5ac0918beee213d2b42c3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_2ebe5fd45b2f4b473c5278cf7b26246b.setContent(html_7f45f0ae17e5ac0918beee213d2b42c3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0cca337c49bc073bb3a192e6342819d6.bindPopup(popup_2ebe5fd45b2f4b473c5278cf7b26246b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4283dac807b3f64a2f0b51bb725ea336 = L.circleMarker(\n",
+       "                [-36.01324549848255, 142.81834877900988],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e7dd32510483f04c4a173cb2a1f80dda = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5f17af5ab6304ac74b08f5faa81eaf0b = $(`&lt;div id=&quot;html_5f17af5ab6304ac74b08f5faa81eaf0b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_e7dd32510483f04c4a173cb2a1f80dda.setContent(html_5f17af5ab6304ac74b08f5faa81eaf0b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4283dac807b3f64a2f0b51bb725ea336.bindPopup(popup_e7dd32510483f04c4a173cb2a1f80dda)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_75b2611bb3d19bf1434365fdb5cce7f5 = L.circleMarker(\n",
+       "                [-35.34801873472973, 142.8321885805817],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c51279d07d2be9d9c42b7ec4a9ddfce5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_df8d97e9f03c17fd4103a6cfe43c72da = $(`&lt;div id=&quot;html_df8d97e9f03c17fd4103a6cfe43c72da&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_c51279d07d2be9d9c42b7ec4a9ddfce5.setContent(html_df8d97e9f03c17fd4103a6cfe43c72da);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_75b2611bb3d19bf1434365fdb5cce7f5.bindPopup(popup_c51279d07d2be9d9c42b7ec4a9ddfce5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_84f1ee40d2796da3ba4f95f5edb90e1a = L.circleMarker(\n",
+       "                [-35.73285133152827, 142.97356213440767],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_566c5f4b26a657e35abf4916798bcac7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bcbcbb77e2c2e3b11f7d629b619570a4 = $(`&lt;div id=&quot;html_bcbcbb77e2c2e3b11f7d629b619570a4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_566c5f4b26a657e35abf4916798bcac7.setContent(html_bcbcbb77e2c2e3b11f7d629b619570a4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_84f1ee40d2796da3ba4f95f5edb90e1a.bindPopup(popup_566c5f4b26a657e35abf4916798bcac7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_073c5c087e220b2fc3f20bbdef56b27f = L.circleMarker(\n",
+       "                [-35.43337711511977, 142.99117308017276],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_81d3666a6f7099fe7ba869958542fca9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8ce8cb0857ff44985ac2f9928d2e6e04 = $(`&lt;div id=&quot;html_8ce8cb0857ff44985ac2f9928d2e6e04&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_81d3666a6f7099fe7ba869958542fca9.setContent(html_8ce8cb0857ff44985ac2f9928d2e6e04);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_073c5c087e220b2fc3f20bbdef56b27f.bindPopup(popup_81d3666a6f7099fe7ba869958542fca9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bc0d243081aa4cec9cab8d5051b89b3d = L.circleMarker(\n",
+       "                [-35.78449673020219, 143.11415224742706],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fa8f09f9e50905d409d8ed512928d3aa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3b166e10b3a59bafafad5790169e55a8 = $(`&lt;div id=&quot;html_3b166e10b3a59bafafad5790169e55a8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_fa8f09f9e50905d409d8ed512928d3aa.setContent(html_3b166e10b3a59bafafad5790169e55a8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bc0d243081aa4cec9cab8d5051b89b3d.bindPopup(popup_fa8f09f9e50905d409d8ed512928d3aa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2b8bd296d85f9c1e4fc0b6fe0f66d261 = L.circleMarker(\n",
+       "                [-35.57471947411776, 143.11431553328774],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ef6276bae061b2548840da240b6a3a01 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_930124f36642976b6dc7580bc9de175e = $(`&lt;div id=&quot;html_930124f36642976b6dc7580bc9de175e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_ef6276bae061b2548840da240b6a3a01.setContent(html_930124f36642976b6dc7580bc9de175e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2b8bd296d85f9c1e4fc0b6fe0f66d261.bindPopup(popup_ef6276bae061b2548840da240b6a3a01)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_323b134e89209a328188204a65685d5f = L.circleMarker(\n",
+       "                [-36.16361946157736, 143.57311594672888],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d685e505f59adb598e91a267669739e7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_20efc224f8d023e38f45e953fad686c9 = $(`&lt;div id=&quot;html_20efc224f8d023e38f45e953fad686c9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_d685e505f59adb598e91a267669739e7.setContent(html_20efc224f8d023e38f45e953fad686c9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_323b134e89209a328188204a65685d5f.bindPopup(popup_d685e505f59adb598e91a267669739e7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2c285d497649a1f08f1cc318b78d7ddc = L.circleMarker(\n",
+       "                [-36.26366198011438, 143.45225979391302],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2de2a69d7b96bbaa7c759170a6b7eb7f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7933f7195e1ed528b51f55999867bac0 = $(`&lt;div id=&quot;html_7933f7195e1ed528b51f55999867bac0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_2de2a69d7b96bbaa7c759170a6b7eb7f.setContent(html_7933f7195e1ed528b51f55999867bac0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2c285d497649a1f08f1cc318b78d7ddc.bindPopup(popup_2de2a69d7b96bbaa7c759170a6b7eb7f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dc4617c0880d6ec613b42c30aebf5f86 = L.circleMarker(\n",
+       "                [-36.1842467731268, 143.02624181288957],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5cd919a9209b8be5111f0c625352b291 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_73a6b6a43df3e2dddd556c48f57b00da = $(`&lt;div id=&quot;html_73a6b6a43df3e2dddd556c48f57b00da&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_5cd919a9209b8be5111f0c625352b291.setContent(html_73a6b6a43df3e2dddd556c48f57b00da);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dc4617c0880d6ec613b42c30aebf5f86.bindPopup(popup_5cd919a9209b8be5111f0c625352b291)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_374871df76a0fb47c92ba497a54f2271 = L.circleMarker(\n",
+       "                [-35.44219145350519, 142.72471817926464],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1e215c27fb482e4baede72f2918f0e89 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_95b55188b335d7de3aead3200d9f2b36 = $(`&lt;div id=&quot;html_95b55188b335d7de3aead3200d9f2b36&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_1e215c27fb482e4baede72f2918f0e89.setContent(html_95b55188b335d7de3aead3200d9f2b36);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_374871df76a0fb47c92ba497a54f2271.bindPopup(popup_1e215c27fb482e4baede72f2918f0e89)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_864f7ba7be084192d8f181362ac03ce8 = L.circleMarker(\n",
+       "                [-36.19662794827285, 143.22268395184437],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2feb6f6c48c75386acfab02314316682 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_23177878a1df8f6604a2af5a8e587340 = $(`&lt;div id=&quot;html_23177878a1df8f6604a2af5a8e587340&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_2feb6f6c48c75386acfab02314316682.setContent(html_23177878a1df8f6604a2af5a8e587340);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_864f7ba7be084192d8f181362ac03ce8.bindPopup(popup_2feb6f6c48c75386acfab02314316682)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a9f6280bb33241a1af75a3f33130d012 = L.circleMarker(\n",
+       "                [-35.29257666872899, 142.45046719991598],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_63db0aaf9fdc28d9a7e01f59102d6f86 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a172edc732799596d85b906ae0f5fc70 = $(`&lt;div id=&quot;html_a172edc732799596d85b906ae0f5fc70&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_63db0aaf9fdc28d9a7e01f59102d6f86.setContent(html_a172edc732799596d85b906ae0f5fc70);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a9f6280bb33241a1af75a3f33130d012.bindPopup(popup_63db0aaf9fdc28d9a7e01f59102d6f86)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a64c889624efc8073db401ef0f39c374 = L.circleMarker(\n",
+       "                [-35.94186243988993, 143.33400965080818],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5a88bc512bf51de9332e62ab6c7f9468 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d6aa4b7a43f018d3216682e3290e93eb = $(`&lt;div id=&quot;html_d6aa4b7a43f018d3216682e3290e93eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Buloke: crime count = -0.8018984904760453&lt;/div&gt;`)[0];\n",
+       "                popup_5a88bc512bf51de9332e62ab6c7f9468.setContent(html_d6aa4b7a43f018d3216682e3290e93eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a64c889624efc8073db401ef0f39c374.bindPopup(popup_5a88bc512bf51de9332e62ab6c7f9468)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c7eedc5fa94860b0aa7f035cc17adb43 = L.circleMarker(\n",
+       "                [-36.34475816425173, 144.79610093173605],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d9992ebee1f6eda998578dccc5a94a11 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1dab2aea7f5afba1ebd92a4b616b9150 = $(`&lt;div id=&quot;html_1dab2aea7f5afba1ebd92a4b616b9150&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_d9992ebee1f6eda998578dccc5a94a11.setContent(html_1dab2aea7f5afba1ebd92a4b616b9150);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c7eedc5fa94860b0aa7f035cc17adb43.bindPopup(popup_d9992ebee1f6eda998578dccc5a94a11)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f8cb3c4b25a6ae73ae72f5166c442bd4 = L.circleMarker(\n",
+       "                [-36.134571810157205, 144.529442697726],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0e5b64403c4ee2045bdac01b2f83f4cb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_16cd40b2c0035da9fde16c94584b2bf7 = $(`&lt;div id=&quot;html_16cd40b2c0035da9fde16c94584b2bf7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_0e5b64403c4ee2045bdac01b2f83f4cb.setContent(html_16cd40b2c0035da9fde16c94584b2bf7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f8cb3c4b25a6ae73ae72f5166c442bd4.bindPopup(popup_0e5b64403c4ee2045bdac01b2f83f4cb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3545109b106049f381133f043558872d = L.circleMarker(\n",
+       "                [-36.20647713601387, 145.06721813622568],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0eb4d2f36c6d2d03af3638bc461aba1e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ac68fa4d4dfa42e33c4fbce7ecc8f5b1 = $(`&lt;div id=&quot;html_ac68fa4d4dfa42e33c4fbce7ecc8f5b1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_0eb4d2f36c6d2d03af3638bc461aba1e.setContent(html_ac68fa4d4dfa42e33c4fbce7ecc8f5b1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3545109b106049f381133f043558872d.bindPopup(popup_0eb4d2f36c6d2d03af3638bc461aba1e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e7591ab7021d926896183241e29b475d = L.circleMarker(\n",
+       "                [-36.41206198275773, 144.72004307448938],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bbb95b93b99af79efeb139d962cabbfb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2d067c8d2b9e28f690dedb72cb4c4d3f = $(`&lt;div id=&quot;html_2d067c8d2b9e28f690dedb72cb4c4d3f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_bbb95b93b99af79efeb139d962cabbfb.setContent(html_2d067c8d2b9e28f690dedb72cb4c4d3f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e7591ab7021d926896183241e29b475d.bindPopup(popup_bbb95b93b99af79efeb139d962cabbfb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cc55cfc7ce450c1f19280b8efb10ee06 = L.circleMarker(\n",
+       "                [-36.53074464864962, 144.837406833749],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5b9dda6545d0d0a798f8231f14098d6d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_33c94ae0d47720b7317a568d351aa776 = $(`&lt;div id=&quot;html_33c94ae0d47720b7317a568d351aa776&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_5b9dda6545d0d0a798f8231f14098d6d.setContent(html_33c94ae0d47720b7317a568d351aa776);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cc55cfc7ce450c1f19280b8efb10ee06.bindPopup(popup_5b9dda6545d0d0a798f8231f14098d6d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_18e318a0e107d2326b9adaa12ff672ae = L.circleMarker(\n",
+       "                [-36.46289055896965, 144.89152504638784],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b1352a5ec67ccd07c3c9aae593ce62f2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3c9f86d3ca412bf55243f91971fc16f8 = $(`&lt;div id=&quot;html_3c9f86d3ca412bf55243f91971fc16f8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_b1352a5ec67ccd07c3c9aae593ce62f2.setContent(html_3c9f86d3ca412bf55243f91971fc16f8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_18e318a0e107d2326b9adaa12ff672ae.bindPopup(popup_b1352a5ec67ccd07c3c9aae593ce62f2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bae707f4c5646043b442f8f4f7242738 = L.circleMarker(\n",
+       "                [-36.19158519325519, 144.5247114230494],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7fef94738423b5af5b4381b5da0881fd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e5a3023ea6ba18cea30e547978556bf6 = $(`&lt;div id=&quot;html_e5a3023ea6ba18cea30e547978556bf6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_7fef94738423b5af5b4381b5da0881fd.setContent(html_e5a3023ea6ba18cea30e547978556bf6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bae707f4c5646043b442f8f4f7242738.bindPopup(popup_7fef94738423b5af5b4381b5da0881fd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2c9776224fb2041dc83295013f5d1f63 = L.circleMarker(\n",
+       "                [-36.23180751888828, 144.88102672041038],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a4f14ff5ac414756a44a3b083ba17f34 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a443b98c444df98ff95a0161abc303ab = $(`&lt;div id=&quot;html_a443b98c444df98ff95a0161abc303ab&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_a4f14ff5ac414756a44a3b083ba17f34.setContent(html_a443b98c444df98ff95a0161abc303ab);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2c9776224fb2041dc83295013f5d1f63.bindPopup(popup_a4f14ff5ac414756a44a3b083ba17f34)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_713addd16b68edb3975a5f3b8b4a37fc = L.circleMarker(\n",
+       "                [-36.209369043000095, 144.40043278319973],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7ede4a9a3a022e2ad74d43de6aa60f4a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0f3a9c863a9cef8af954175375d95493 = $(`&lt;div id=&quot;html_0f3a9c863a9cef8af954175375d95493&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_7ede4a9a3a022e2ad74d43de6aa60f4a.setContent(html_0f3a9c863a9cef8af954175375d95493);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_713addd16b68edb3975a5f3b8b4a37fc.bindPopup(popup_7ede4a9a3a022e2ad74d43de6aa60f4a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e604a18648214de83bb319deab53e988 = L.circleMarker(\n",
+       "                [-36.72084053618081, 144.67412964898486],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9694ce199806ce0b76adba93a367c832 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1b84932d4765536005714eace5b7f5a0 = $(`&lt;div id=&quot;html_1b84932d4765536005714eace5b7f5a0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_9694ce199806ce0b76adba93a367c832.setContent(html_1b84932d4765536005714eace5b7f5a0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e604a18648214de83bb319deab53e988.bindPopup(popup_9694ce199806ce0b76adba93a367c832)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e89f7557cfb1eab3a317daedfb9a294f = L.circleMarker(\n",
+       "                [-36.24001941374355, 145.09075756691914],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4de1e511ed3b79b3d4c93cfa28116437 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_88378b9dcbd44ff9c0a7c7871ac25b46 = $(`&lt;div id=&quot;html_88378b9dcbd44ff9c0a7c7871ac25b46&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_4de1e511ed3b79b3d4c93cfa28116437.setContent(html_88378b9dcbd44ff9c0a7c7871ac25b46);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e89f7557cfb1eab3a317daedfb9a294f.bindPopup(popup_4de1e511ed3b79b3d4c93cfa28116437)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1330781b2eac7345f4dd1d62b822cb0d = L.circleMarker(\n",
+       "                [-36.36140213944453, 144.68054874314495],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_93112d6de083a6ac9eb0ea2a672e8713 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_08eabf5d2d7f5ccb5358c9a4ea2b3570 = $(`&lt;div id=&quot;html_08eabf5d2d7f5ccb5358c9a4ea2b3570&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_93112d6de083a6ac9eb0ea2a672e8713.setContent(html_08eabf5d2d7f5ccb5358c9a4ea2b3570);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1330781b2eac7345f4dd1d62b822cb0d.bindPopup(popup_93112d6de083a6ac9eb0ea2a672e8713)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9474837d2c72c8612e28769835a31d65 = L.circleMarker(\n",
+       "                [-36.28762700585361, 144.35203900512653],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aad1758ffad8dda247f62a911b1e3700 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8a4cd78ee2e5977961e72d7db59c60a8 = $(`&lt;div id=&quot;html_8a4cd78ee2e5977961e72d7db59c60a8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_aad1758ffad8dda247f62a911b1e3700.setContent(html_8a4cd78ee2e5977961e72d7db59c60a8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9474837d2c72c8612e28769835a31d65.bindPopup(popup_aad1758ffad8dda247f62a911b1e3700)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a3d536a70578c7a8e9ace61187a4104e = L.circleMarker(\n",
+       "                [-36.477968019065656, 144.66694170247243],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_854be1f3644e152b3497479657b77389 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eecbe5adda259f1fc82b56ca5591f96b = $(`&lt;div id=&quot;html_eecbe5adda259f1fc82b56ca5591f96b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_854be1f3644e152b3497479657b77389.setContent(html_eecbe5adda259f1fc82b56ca5591f96b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a3d536a70578c7a8e9ace61187a4104e.bindPopup(popup_854be1f3644e152b3497479657b77389)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b1282f4034ebe0b185f3ac32b450bbf = L.circleMarker(\n",
+       "                [-36.603967698487466, 144.94542684456172],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_49512c4c6a221058cb4075555b501c3b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_318ddea4b759e43d5154645aa1628e09 = $(`&lt;div id=&quot;html_318ddea4b759e43d5154645aa1628e09&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_49512c4c6a221058cb4075555b501c3b.setContent(html_318ddea4b759e43d5154645aa1628e09);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b1282f4034ebe0b185f3ac32b450bbf.bindPopup(popup_49512c4c6a221058cb4075555b501c3b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_93f0f721fae0872b5796f5dbeed97af1 = L.circleMarker(\n",
+       "                [-36.54805675441125, 145.09121234961015],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3664baa8e1db698d57d6e84aefef4049 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3bd4ca4153f02819ee6a38593da6999b = $(`&lt;div id=&quot;html_3bd4ca4153f02819ee6a38593da6999b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_3664baa8e1db698d57d6e84aefef4049.setContent(html_3bd4ca4153f02819ee6a38593da6999b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_93f0f721fae0872b5796f5dbeed97af1.bindPopup(popup_3664baa8e1db698d57d6e84aefef4049)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_45de82395d12ff6b1b3f2662e0a933e7 = L.circleMarker(\n",
+       "                [-36.13140082736379, 144.89121621062029],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_face21ceb347e212f382ccadbda96a8e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cb2ad61dc4ce665731edc25a7b8b145d = $(`&lt;div id=&quot;html_cb2ad61dc4ce665731edc25a7b8b145d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_face21ceb347e212f382ccadbda96a8e.setContent(html_cb2ad61dc4ce665731edc25a7b8b145d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_45de82395d12ff6b1b3f2662e0a933e7.bindPopup(popup_face21ceb347e212f382ccadbda96a8e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8515fcabe4a5edfd3fa72bc7c0fccc6c = L.circleMarker(\n",
+       "                [-36.68917228024269, 144.58329346636762],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_27337c4a5208572c5dc0a649e97b81c9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d664c1edf2b2b22a0bc1104b9eb788a0 = $(`&lt;div id=&quot;html_d664c1edf2b2b22a0bc1104b9eb788a0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_27337c4a5208572c5dc0a649e97b81c9.setContent(html_d664c1edf2b2b22a0bc1104b9eb788a0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8515fcabe4a5edfd3fa72bc7c0fccc6c.bindPopup(popup_27337c4a5208572c5dc0a649e97b81c9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_571b5695d01d18e0ff7a010cddff16f5 = L.circleMarker(\n",
+       "                [-36.261222365580565, 144.62868032477874],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0e9fd70610c82cde15bbd974374c3d40 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ab91799fdc2debb0d21b4c5e51de43c1 = $(`&lt;div id=&quot;html_ab91799fdc2debb0d21b4c5e51de43c1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_0e9fd70610c82cde15bbd974374c3d40.setContent(html_ab91799fdc2debb0d21b4c5e51de43c1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_571b5695d01d18e0ff7a010cddff16f5.bindPopup(popup_0e9fd70610c82cde15bbd974374c3d40)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_18c14faa119c3cd274508fb73ac177dc = L.circleMarker(\n",
+       "                [-36.35713701917, 144.3797552635697],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e645b116a7864b47527120ada8511a00 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_484308bf10ce1f190b99d7ae3607954b = $(`&lt;div id=&quot;html_484308bf10ce1f190b99d7ae3607954b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_e645b116a7864b47527120ada8511a00.setContent(html_484308bf10ce1f190b99d7ae3607954b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_18c14faa119c3cd274508fb73ac177dc.bindPopup(popup_e645b116a7864b47527120ada8511a00)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fc9dfdbb7349aed2feca7a746b498ce2 = L.circleMarker(\n",
+       "                [-36.58293005937128, 145.0021464034817],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c501ef1bef54476d610f8497e25946e3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9810f774dd125959aaed78c91c838fce = $(`&lt;div id=&quot;html_9810f774dd125959aaed78c91c838fce&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_c501ef1bef54476d610f8497e25946e3.setContent(html_9810f774dd125959aaed78c91c838fce);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fc9dfdbb7349aed2feca7a746b498ce2.bindPopup(popup_c501ef1bef54476d610f8497e25946e3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d4f8e7f338fb7971f919fd833b5db211 = L.circleMarker(\n",
+       "                [-35.94940946298863, 144.35497679142813],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_adb1ee86df590a2fca0d23752c2c5f02 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cbd24ad9c60af44e8f3fe46dfac8e0df = $(`&lt;div id=&quot;html_cbd24ad9c60af44e8f3fe46dfac8e0df&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_adb1ee86df590a2fca0d23752c2c5f02.setContent(html_cbd24ad9c60af44e8f3fe46dfac8e0df);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d4f8e7f338fb7971f919fd833b5db211.bindPopup(popup_adb1ee86df590a2fca0d23752c2c5f02)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4722146400c4c2c3f94bc7873b167b56 = L.circleMarker(\n",
+       "                [-36.21545057026005, 144.23971741887672],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cdd327f58901faabee992c45753b0352 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5749a71c5116680c73a2ab786dbf6262 = $(`&lt;div id=&quot;html_5749a71c5116680c73a2ab786dbf6262&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_cdd327f58901faabee992c45753b0352.setContent(html_5749a71c5116680c73a2ab786dbf6262);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4722146400c4c2c3f94bc7873b167b56.bindPopup(popup_cdd327f58901faabee992c45753b0352)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d5c36394bc2eaf9f5d27689000210e9a = L.circleMarker(\n",
+       "                [-36.34787055468781, 144.87806519400831],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_709e44d0a680e3c006a1b4549dfadb64 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a4428939e89b05908c96de42eb87c151 = $(`&lt;div id=&quot;html_a4428939e89b05908c96de42eb87c151&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_709e44d0a680e3c006a1b4549dfadb64.setContent(html_a4428939e89b05908c96de42eb87c151);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d5c36394bc2eaf9f5d27689000210e9a.bindPopup(popup_709e44d0a680e3c006a1b4549dfadb64)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_95e0c28cd3342833fae97b3046c3d785 = L.circleMarker(\n",
+       "                [-36.24556239396781, 144.95777922386677],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aece2f79261296bfc7bde52de63ec056 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d39bfa98b8ecd48d1cde13fa9c408a46 = $(`&lt;div id=&quot;html_d39bfa98b8ecd48d1cde13fa9c408a46&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_aece2f79261296bfc7bde52de63ec056.setContent(html_d39bfa98b8ecd48d1cde13fa9c408a46);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_95e0c28cd3342833fae97b3046c3d785.bindPopup(popup_aece2f79261296bfc7bde52de63ec056)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7ca8ffdc368b64b02b47310da0e13a8c = L.circleMarker(\n",
+       "                [-36.46266613609578, 144.98194373962747],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_624bf91e677332d01c5c2080a6c5086a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ba3a36150f5b1d10a180227ed901242f = $(`&lt;div id=&quot;html_ba3a36150f5b1d10a180227ed901242f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_624bf91e677332d01c5c2080a6c5086a.setContent(html_ba3a36150f5b1d10a180227ed901242f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7ca8ffdc368b64b02b47310da0e13a8c.bindPopup(popup_624bf91e677332d01c5c2080a6c5086a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d7e13bab19f519b3674a333d92736ca9 = L.circleMarker(\n",
+       "                [-36.61672810866119, 144.67540038050055],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d03b9f62ccd271c1641d4d0eee583c14 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f12015f518ac301f46513c3bbd52d415 = $(`&lt;div id=&quot;html_f12015f518ac301f46513c3bbd52d415&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_d03b9f62ccd271c1641d4d0eee583c14.setContent(html_f12015f518ac301f46513c3bbd52d415);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d7e13bab19f519b3674a333d92736ca9.bindPopup(popup_d03b9f62ccd271c1641d4d0eee583c14)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a9cf11964c6cb65a0868dc8bb592600b = L.circleMarker(\n",
+       "                [-36.31014934929268, 145.14256944906944],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b778651a3059ae1d73841598488c57e4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_df0be43e142fc204827bca0e3815d830 = $(`&lt;div id=&quot;html_df0be43e142fc204827bca0e3815d830&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_b778651a3059ae1d73841598488c57e4.setContent(html_df0be43e142fc204827bca0e3815d830);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a9cf11964c6cb65a0868dc8bb592600b.bindPopup(popup_b778651a3059ae1d73841598488c57e4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a9982a8414b8f7bdae06b7038aab8e63 = L.circleMarker(\n",
+       "                [-36.27143503209426, 144.49872993586632],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_324f8b36911183c663acf8cafeee8bbd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_feddb19a2a673a868ea328c70bd90f79 = $(`&lt;div id=&quot;html_feddb19a2a673a868ea328c70bd90f79&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_324f8b36911183c663acf8cafeee8bbd.setContent(html_feddb19a2a673a868ea328c70bd90f79);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a9982a8414b8f7bdae06b7038aab8e63.bindPopup(popup_324f8b36911183c663acf8cafeee8bbd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0974af0fe3d87b697dc8810bae7b0da7 = L.circleMarker(\n",
+       "                [-36.74439773059295, 144.8293995269672],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4a24ea33b29300d7f8ad8d956b3d0f56 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8230076f3c902e9b7c50501153dbed0e = $(`&lt;div id=&quot;html_8230076f3c902e9b7c50501153dbed0e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_4a24ea33b29300d7f8ad8d956b3d0f56.setContent(html_8230076f3c902e9b7c50501153dbed0e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0974af0fe3d87b697dc8810bae7b0da7.bindPopup(popup_4a24ea33b29300d7f8ad8d956b3d0f56)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8b83e6f9134be0894c94cb6de82069c7 = L.circleMarker(\n",
+       "                [-36.11635625300545, 144.38001688844233],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6ddb0f7bec7160bb0f5cac4cc2664d2d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fd8065871f4ef8be11103e718a9855ef = $(`&lt;div id=&quot;html_fd8065871f4ef8be11103e718a9855ef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_6ddb0f7bec7160bb0f5cac4cc2664d2d.setContent(html_fd8065871f4ef8be11103e718a9855ef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8b83e6f9134be0894c94cb6de82069c7.bindPopup(popup_6ddb0f7bec7160bb0f5cac4cc2664d2d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2de7e2ffc8581ed82fb34a10416d1b6c = L.circleMarker(\n",
+       "                [-36.09348903046707, 144.6307338540278],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9d126fe8cdb29f21d9db043428293973 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_97baf04b7f3cf6f69a22ef996d2b7015 = $(`&lt;div id=&quot;html_97baf04b7f3cf6f69a22ef996d2b7015&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_9d126fe8cdb29f21d9db043428293973.setContent(html_97baf04b7f3cf6f69a22ef996d2b7015);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2de7e2ffc8581ed82fb34a10416d1b6c.bindPopup(popup_9d126fe8cdb29f21d9db043428293973)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e25c948872611f30116a7f249c39ec77 = L.circleMarker(\n",
+       "                [-36.55097610455287, 144.66696868341364],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e5b383430aea3b70c2debdee579d370f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_99dd44dc5215ce8a9c28372a018a3ff8 = $(`&lt;div id=&quot;html_99dd44dc5215ce8a9c28372a018a3ff8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_e5b383430aea3b70c2debdee579d370f.setContent(html_99dd44dc5215ce8a9c28372a018a3ff8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e25c948872611f30116a7f249c39ec77.bindPopup(popup_e5b383430aea3b70c2debdee579d370f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3510282c8cf6ddf7ba9fcfe763f46429 = L.circleMarker(\n",
+       "                [-36.17029892485475, 144.7585841390707],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8baae5a89d980ec9958ce233b99b28e5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2c5db7f2120596946196053f70818aaf = $(`&lt;div id=&quot;html_2c5db7f2120596946196053f70818aaf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_8baae5a89d980ec9958ce233b99b28e5.setContent(html_2c5db7f2120596946196053f70818aaf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3510282c8cf6ddf7ba9fcfe763f46429.bindPopup(popup_8baae5a89d980ec9958ce233b99b28e5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6fd00156f9ebee91400f5129d9470501 = L.circleMarker(\n",
+       "                [-36.62957279526187, 144.60512735087786],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_625893c3b0a1d28971d2a9c799a08b58 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b3ea62c3938f39bbea7e563a600ce34 = $(`&lt;div id=&quot;html_2b3ea62c3938f39bbea7e563a600ce34&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_625893c3b0a1d28971d2a9c799a08b58.setContent(html_2b3ea62c3938f39bbea7e563a600ce34);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6fd00156f9ebee91400f5129d9470501.bindPopup(popup_625893c3b0a1d28971d2a9c799a08b58)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_004728709c8558302468b88fb8b0d37b = L.circleMarker(\n",
+       "                [-36.59690452340556, 144.8291328804812],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7aec80c9d21e008830c1f42b06f0d2f4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_77edca731572d496e19e27313dc4601e = $(`&lt;div id=&quot;html_77edca731572d496e19e27313dc4601e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_7aec80c9d21e008830c1f42b06f0d2f4.setContent(html_77edca731572d496e19e27313dc4601e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_004728709c8558302468b88fb8b0d37b.bindPopup(popup_7aec80c9d21e008830c1f42b06f0d2f4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5f172ed72eaceeaaf2654e4812d2fea8 = L.circleMarker(\n",
+       "                [-36.14008163088543, 144.8206012631233],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_925e3ba0085cc8cc1c71316b0c55b3d2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0e3349c12e78cb428724fc721b2b1cef = $(`&lt;div id=&quot;html_0e3349c12e78cb428724fc721b2b1cef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_925e3ba0085cc8cc1c71316b0c55b3d2.setContent(html_0e3349c12e78cb428724fc721b2b1cef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5f172ed72eaceeaaf2654e4812d2fea8.bindPopup(popup_925e3ba0085cc8cc1c71316b0c55b3d2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_96ca188645e669032fee27ca7672a457 = L.circleMarker(\n",
+       "                [-36.15012588992671, 144.97078706781363],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c676654ebf590d55651d128c0780256d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8391c779392d46bbcac843201f66f471 = $(`&lt;div id=&quot;html_8391c779392d46bbcac843201f66f471&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_c676654ebf590d55651d128c0780256d.setContent(html_8391c779392d46bbcac843201f66f471);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_96ca188645e669032fee27ca7672a457.bindPopup(popup_c676654ebf590d55651d128c0780256d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ecdee6cd9e0f57971e46362fb2ca55c0 = L.circleMarker(\n",
+       "                [-36.32404816010592, 144.73249281163544],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7634b2d03863cf27f45d3d1b475a05e0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_178400542595f970d1d3185093c9b06c = $(`&lt;div id=&quot;html_178400542595f970d1d3185093c9b06c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_7634b2d03863cf27f45d3d1b475a05e0.setContent(html_178400542595f970d1d3185093c9b06c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ecdee6cd9e0f57971e46362fb2ca55c0.bindPopup(popup_7634b2d03863cf27f45d3d1b475a05e0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7bba565367cb821a4bc092013e8d9622 = L.circleMarker(\n",
+       "                [-36.677698282708526, 144.87129516779453],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_481070f2c0eeb506cff46eed7f5ef9ca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5be83d22efbdb6fb6c8a81947f95daf4 = $(`&lt;div id=&quot;html_5be83d22efbdb6fb6c8a81947f95daf4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_481070f2c0eeb506cff46eed7f5ef9ca.setContent(html_5be83d22efbdb6fb6c8a81947f95daf4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7bba565367cb821a4bc092013e8d9622.bindPopup(popup_481070f2c0eeb506cff46eed7f5ef9ca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_237efaff1c145f67b68e6b3f08464d2e = L.circleMarker(\n",
+       "                [-36.17560617547714, 144.67136882372324],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3ef151d8c92dc4ead89a7535e50b6187 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ac2155d8f5eb0d7fee344eeb8ae40c15 = $(`&lt;div id=&quot;html_ac2155d8f5eb0d7fee344eeb8ae40c15&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_3ef151d8c92dc4ead89a7535e50b6187.setContent(html_ac2155d8f5eb0d7fee344eeb8ae40c15);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_237efaff1c145f67b68e6b3f08464d2e.bindPopup(popup_3ef151d8c92dc4ead89a7535e50b6187)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c30bc58eb3c0a9f0b26767a086dcd064 = L.circleMarker(\n",
+       "                [-36.026080464596355, 144.4144696654058],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_40bdf3b161635cafb2b19aaebee7664c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2d82d32056615c721b92c0a21f7f6f67 = $(`&lt;div id=&quot;html_2d82d32056615c721b92c0a21f7f6f67&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_40bdf3b161635cafb2b19aaebee7664c.setContent(html_2d82d32056615c721b92c0a21f7f6f67);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c30bc58eb3c0a9f0b26767a086dcd064.bindPopup(popup_40bdf3b161635cafb2b19aaebee7664c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_20af9612583f378f7a6c376a9fc76ded = L.circleMarker(\n",
+       "                [-36.04618063367324, 144.5276208815179],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2d1cefc3081c0aa8f97278ae96feb28a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_747960bc91b14706d11a82bd32b7141c = $(`&lt;div id=&quot;html_747960bc91b14706d11a82bd32b7141c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_2d1cefc3081c0aa8f97278ae96feb28a.setContent(html_747960bc91b14706d11a82bd32b7141c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_20af9612583f378f7a6c376a9fc76ded.bindPopup(popup_2d1cefc3081c0aa8f97278ae96feb28a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_75bfe342f51d1f9231ca374e9d8061dc = L.circleMarker(\n",
+       "                [-36.29343675500502, 144.66921487766842],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cef84fc24cc4df605d34f8a981f8883b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_91602cf58a9f6dcdb2f842e55fc3d775 = $(`&lt;div id=&quot;html_91602cf58a9f6dcdb2f842e55fc3d775&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_cef84fc24cc4df605d34f8a981f8883b.setContent(html_91602cf58a9f6dcdb2f842e55fc3d775);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_75bfe342f51d1f9231ca374e9d8061dc.bindPopup(popup_cef84fc24cc4df605d34f8a981f8883b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ee0173f27062953b6687043543c20c64 = L.circleMarker(\n",
+       "                [-36.327190393494845, 145.0365873462458],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3a1c2a56eba68befd2309e35315f25a5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a8584cef8a53ca8d6bcf1d646808f0a8 = $(`&lt;div id=&quot;html_a8584cef8a53ca8d6bcf1d646808f0a8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_3a1c2a56eba68befd2309e35315f25a5.setContent(html_a8584cef8a53ca8d6bcf1d646808f0a8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ee0173f27062953b6687043543c20c64.bindPopup(popup_3a1c2a56eba68befd2309e35315f25a5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f738ca587f70ed17e4614e416e2d0e6c = L.circleMarker(\n",
+       "                [-36.180935249974105, 144.60140412182125],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4a4e80d79fadca63d2a01c021bf1a352 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_be4bfa461165e4bee57f4e55f884b16c = $(`&lt;div id=&quot;html_be4bfa461165e4bee57f4e55f884b16c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_4a4e80d79fadca63d2a01c021bf1a352.setContent(html_be4bfa461165e4bee57f4e55f884b16c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f738ca587f70ed17e4614e416e2d0e6c.bindPopup(popup_4a4e80d79fadca63d2a01c021bf1a352)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_afbcd9060bc3ce671b13ceaf2ad1b7fd = L.circleMarker(\n",
+       "                [-36.678940525666064, 144.77180824886426],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_64939eba8896c2f4989567b7f55c5192 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_811a14df84e1ad5b8648286ab6be87ad = $(`&lt;div id=&quot;html_811a14df84e1ad5b8648286ab6be87ad&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_64939eba8896c2f4989567b7f55c5192.setContent(html_811a14df84e1ad5b8648286ab6be87ad);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_afbcd9060bc3ce671b13ceaf2ad1b7fd.bindPopup(popup_64939eba8896c2f4989567b7f55c5192)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_728aa7aa8f98fec7ffeed84bf4d3964d = L.circleMarker(\n",
+       "                [-36.35991988773765, 144.53508825507404],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e6e6265e410991596634525bc58daa8d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ace565de9cf55665948cf524f31ec271 = $(`&lt;div id=&quot;html_ace565de9cf55665948cf524f31ec271&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_e6e6265e410991596634525bc58daa8d.setContent(html_ace565de9cf55665948cf524f31ec271);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_728aa7aa8f98fec7ffeed84bf4d3964d.bindPopup(popup_e6e6265e410991596634525bc58daa8d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_59cb8abb2496d1b9abe99304be2f902a = L.circleMarker(\n",
+       "                [-36.399848652580864, 144.9496356007507],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_96fa23d5b7b0b9a577fb9bedaa24e327 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d4371ddc405ecfdfbb30b01c7ba67305 = $(`&lt;div id=&quot;html_d4371ddc405ecfdfbb30b01c7ba67305&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_96fa23d5b7b0b9a577fb9bedaa24e327.setContent(html_d4371ddc405ecfdfbb30b01c7ba67305);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_59cb8abb2496d1b9abe99304be2f902a.bindPopup(popup_96fa23d5b7b0b9a577fb9bedaa24e327)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ac3f7ce4c54e06e7d01648660fa5c003 = L.circleMarker(\n",
+       "                [-36.28170043664948, 145.00559813649818],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f0219aa125f3274318e3059155880db0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5a1ee571ac8aa325efe2005f84f89351 = $(`&lt;div id=&quot;html_5a1ee571ac8aa325efe2005f84f89351&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_f0219aa125f3274318e3059155880db0.setContent(html_5a1ee571ac8aa325efe2005f84f89351);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ac3f7ce4c54e06e7d01648660fa5c003.bindPopup(popup_f0219aa125f3274318e3059155880db0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7773b4c658f2e063292382bcd95284ea = L.circleMarker(\n",
+       "                [-36.46135139187825, 144.78027501842774],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_722dd2105a905d9c68b3c31e72e04f66 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a93a8641cbae79ded760b7f381f7ee7e = $(`&lt;div id=&quot;html_a93a8641cbae79ded760b7f381f7ee7e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_722dd2105a905d9c68b3c31e72e04f66.setContent(html_a93a8641cbae79ded760b7f381f7ee7e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7773b4c658f2e063292382bcd95284ea.bindPopup(popup_722dd2105a905d9c68b3c31e72e04f66)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_602c9981da78398e0ddc8710db6e1eba = L.circleMarker(\n",
+       "                [-36.25960673041914, 144.76255625860574],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0a81d05c1b5bfb982c8ba4c8b87b8617 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c7eb3e58cbe199247933be307a6288e0 = $(`&lt;div id=&quot;html_c7eb3e58cbe199247933be307a6288e0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_0a81d05c1b5bfb982c8ba4c8b87b8617.setContent(html_c7eb3e58cbe199247933be307a6288e0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_602c9981da78398e0ddc8710db6e1eba.bindPopup(popup_0a81d05c1b5bfb982c8ba4c8b87b8617)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3a664cc2638480da989a5be8cfff1a41 = L.circleMarker(\n",
+       "                [-36.683716265360864, 145.03959351258976],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeacdff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeacdff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_adb886a3dfa647f337cf55d6a935ba8a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_099c1bd6467a710a617f55f173272862 = $(`&lt;div id=&quot;html_099c1bd6467a710a617f55f173272862&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Campaspe: crime count = -0.13249524753739372&lt;/div&gt;`)[0];\n",
+       "                popup_adb886a3dfa647f337cf55d6a935ba8a.setContent(html_099c1bd6467a710a617f55f173272862);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3a664cc2638480da989a5be8cfff1a41.bindPopup(popup_adb886a3dfa647f337cf55d6a935ba8a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6bb48e7184bed984970f426c21ba96dc = L.circleMarker(\n",
+       "                [-38.10035701927678, 145.66980381083658],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_75a99fe7256cea6652db1fe4d1264aa1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a1f1fe641e6d13ec5350deee29f20929 = $(`&lt;div id=&quot;html_a1f1fe641e6d13ec5350deee29f20929&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_75a99fe7256cea6652db1fe4d1264aa1.setContent(html_a1f1fe641e6d13ec5350deee29f20929);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6bb48e7184bed984970f426c21ba96dc.bindPopup(popup_75a99fe7256cea6652db1fe4d1264aa1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_97d9e69c0d2626bdc43497cf86dc1790 = L.circleMarker(\n",
+       "                [-38.13954604867074, 145.46265263440387],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_60448f4866da1351f87894f1da1d666d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e7c7f4965ec6ee78a2b6c48645ed40f1 = $(`&lt;div id=&quot;html_e7c7f4965ec6ee78a2b6c48645ed40f1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_60448f4866da1351f87894f1da1d666d.setContent(html_e7c7f4965ec6ee78a2b6c48645ed40f1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_97d9e69c0d2626bdc43497cf86dc1790.bindPopup(popup_60448f4866da1351f87894f1da1d666d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8b71799db29b2b3bbaf7522d08bfa864 = L.circleMarker(\n",
+       "                [-37.94612827310318, 145.435987239101],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d9bf470c5cf95df93015d656addba57d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7a4f76d16d0e552d7c3a6c841484aceb = $(`&lt;div id=&quot;html_7a4f76d16d0e552d7c3a6c841484aceb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_d9bf470c5cf95df93015d656addba57d.setContent(html_7a4f76d16d0e552d7c3a6c841484aceb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8b71799db29b2b3bbaf7522d08bfa864.bindPopup(popup_d9bf470c5cf95df93015d656addba57d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f93c61d3afd319615e96c04f6905fa0 = L.circleMarker(\n",
+       "                [-38.13835602471457, 145.4986231746927],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_977a678dfc0c9071e482951c83655549 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4ec185b98f33bdee7683c5bc47ac7300 = $(`&lt;div id=&quot;html_4ec185b98f33bdee7683c5bc47ac7300&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_977a678dfc0c9071e482951c83655549.setContent(html_4ec185b98f33bdee7683c5bc47ac7300);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f93c61d3afd319615e96c04f6905fa0.bindPopup(popup_977a678dfc0c9071e482951c83655549)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_63461e1ea0ecfb188c07ce9a4d93ff6a = L.circleMarker(\n",
+       "                [-38.10585095138148, 145.569011367172],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8d7b2560e63a321fb498f2c3f93d2aa9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_71b3113ec5ce3aeae2e43fe8a785f67c = $(`&lt;div id=&quot;html_71b3113ec5ce3aeae2e43fe8a785f67c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_8d7b2560e63a321fb498f2c3f93d2aa9.setContent(html_71b3113ec5ce3aeae2e43fe8a785f67c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_63461e1ea0ecfb188c07ce9a4d93ff6a.bindPopup(popup_8d7b2560e63a321fb498f2c3f93d2aa9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1acacea89d0039ec6e988af36a7d8bd3 = L.circleMarker(\n",
+       "                [-38.0151281859928, 145.7134045594804],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_994737278afc6d3e7d8c3adb2cc0a836 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_71ad2ebed5bf9c95080f2193473ad1a7 = $(`&lt;div id=&quot;html_71ad2ebed5bf9c95080f2193473ad1a7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_994737278afc6d3e7d8c3adb2cc0a836.setContent(html_71ad2ebed5bf9c95080f2193473ad1a7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1acacea89d0039ec6e988af36a7d8bd3.bindPopup(popup_994737278afc6d3e7d8c3adb2cc0a836)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2e3e4787b716eda4c17c6fe37dd84642 = L.circleMarker(\n",
+       "                [-38.06106561503081, 145.7251489424061],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f9d29ea942287690660a13a38d686f04 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a38336ebc4a40cd98bc30f27979fd797 = $(`&lt;div id=&quot;html_a38336ebc4a40cd98bc30f27979fd797&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_f9d29ea942287690660a13a38d686f04.setContent(html_a38336ebc4a40cd98bc30f27979fd797);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2e3e4787b716eda4c17c6fe37dd84642.bindPopup(popup_f9d29ea942287690660a13a38d686f04)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_49c72184e14c3cf41ddf62351132bb1b = L.circleMarker(\n",
+       "                [-37.932410184904384, 145.4188212732241],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_45052ae1bb09dfde842e64194fa89365 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_92d2498c487e715f38dd586b65b4f1a9 = $(`&lt;div id=&quot;html_92d2498c487e715f38dd586b65b4f1a9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_45052ae1bb09dfde842e64194fa89365.setContent(html_92d2498c487e715f38dd586b65b4f1a9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_49c72184e14c3cf41ddf62351132bb1b.bindPopup(popup_45052ae1bb09dfde842e64194fa89365)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d666a9d968f26eff812c503457593878 = L.circleMarker(\n",
+       "                [-38.01482030935599, 145.39058560957358],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_af499096d15b5fb5b613ade63722e0ba = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8b8d301c559761e5c13dac4afc202516 = $(`&lt;div id=&quot;html_8b8d301c559761e5c13dac4afc202516&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_af499096d15b5fb5b613ade63722e0ba.setContent(html_8b8d301c559761e5c13dac4afc202516);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d666a9d968f26eff812c503457593878.bindPopup(popup_af499096d15b5fb5b613ade63722e0ba)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_29d55ceebf123a8ba170fc84a61a6b91 = L.circleMarker(\n",
+       "                [-38.034231731253655, 145.60423265560533],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_86b5482ccee5fe6c0d2ae09b1675a98d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_771f8bd298d7f4fb8be640247ad77512 = $(`&lt;div id=&quot;html_771f8bd298d7f4fb8be640247ad77512&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_86b5482ccee5fe6c0d2ae09b1675a98d.setContent(html_771f8bd298d7f4fb8be640247ad77512);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_29d55ceebf123a8ba170fc84a61a6b91.bindPopup(popup_86b5482ccee5fe6c0d2ae09b1675a98d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cfefb043a33a7f4bd002f187cf3d8a4f = L.circleMarker(\n",
+       "                [-38.05412270952001, 145.41258854843673],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_72c88f21bd2a4322d427d491f221358d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a3e2d212f52c7043f049727a86b932a4 = $(`&lt;div id=&quot;html_a3e2d212f52c7043f049727a86b932a4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_72c88f21bd2a4322d427d491f221358d.setContent(html_a3e2d212f52c7043f049727a86b932a4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cfefb043a33a7f4bd002f187cf3d8a4f.bindPopup(popup_72c88f21bd2a4322d427d491f221358d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_23cd271520ad53828ba4234161d69d09 = L.circleMarker(\n",
+       "                [-38.00777900148358, 145.50769513501666],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_41ffee14e78042b90cfcf8bec9a6cc7a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d4985452e790b0d3664cb2ed76987a88 = $(`&lt;div id=&quot;html_d4985452e790b0d3664cb2ed76987a88&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_41ffee14e78042b90cfcf8bec9a6cc7a.setContent(html_d4985452e790b0d3664cb2ed76987a88);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_23cd271520ad53828ba4234161d69d09.bindPopup(popup_41ffee14e78042b90cfcf8bec9a6cc7a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_072c32921cd257aea69beddf0c82c029 = L.circleMarker(\n",
+       "                [-37.91183782475499, 145.48432414156824],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_31dd994df6a6a3ae2d5b41d1b9d2c9c9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_42d55c0eb0fb801c6b6833a72307d0bf = $(`&lt;div id=&quot;html_42d55c0eb0fb801c6b6833a72307d0bf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_31dd994df6a6a3ae2d5b41d1b9d2c9c9.setContent(html_42d55c0eb0fb801c6b6833a72307d0bf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_072c32921cd257aea69beddf0c82c029.bindPopup(popup_31dd994df6a6a3ae2d5b41d1b9d2c9c9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a2849cd76e780e8032f4eead58d8d4e5 = L.circleMarker(\n",
+       "                [-38.24338184287324, 145.5390430312049],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff4aee8b695c59d95704b5c0814fe2d3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_952b936682abab55ce11b48a3f58e8b8 = $(`&lt;div id=&quot;html_952b936682abab55ce11b48a3f58e8b8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_ff4aee8b695c59d95704b5c0814fe2d3.setContent(html_952b936682abab55ce11b48a3f58e8b8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a2849cd76e780e8032f4eead58d8d4e5.bindPopup(popup_ff4aee8b695c59d95704b5c0814fe2d3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5a42f4dc181b3828fa1d7cba0cc23a51 = L.circleMarker(\n",
+       "                [-37.98005715346362, 145.466928598054],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9dac1635c84ea9e913f6622bb1550b08 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7ecc30bcdec7c21df43ac7d1e11a8218 = $(`&lt;div id=&quot;html_7ecc30bcdec7c21df43ac7d1e11a8218&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_9dac1635c84ea9e913f6622bb1550b08.setContent(html_7ecc30bcdec7c21df43ac7d1e11a8218);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5a42f4dc181b3828fa1d7cba0cc23a51.bindPopup(popup_9dac1635c84ea9e913f6622bb1550b08)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b5f08ed50ff1547c9b771344b0ef18b0 = L.circleMarker(\n",
+       "                [-38.04162771638255, 145.3829797229163],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a82c81ea850ba121db824cb4e6c36f1f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_34b68e48673e2b639211f3f2536da5f0 = $(`&lt;div id=&quot;html_34b68e48673e2b639211f3f2536da5f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_a82c81ea850ba121db824cb4e6c36f1f.setContent(html_34b68e48673e2b639211f3f2536da5f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b5f08ed50ff1547c9b771344b0ef18b0.bindPopup(popup_a82c81ea850ba121db824cb4e6c36f1f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_74f6475eeb1c169d9110417c681bdf19 = L.circleMarker(\n",
+       "                [-37.974239830439295, 145.50842766275898],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3b83725ce07668bf7a2ac41d69385c38 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ebdfe86b8dfffd14d026243210f5abd4 = $(`&lt;div id=&quot;html_ebdfe86b8dfffd14d026243210f5abd4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_3b83725ce07668bf7a2ac41d69385c38.setContent(html_ebdfe86b8dfffd14d026243210f5abd4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_74f6475eeb1c169d9110417c681bdf19.bindPopup(popup_3b83725ce07668bf7a2ac41d69385c38)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c0b263d33441679e4a38db7b169400de = L.circleMarker(\n",
+       "                [-38.15237257205919, 145.68743835122268],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_19265c51f32011fc5b319b443b5b5ff2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1f96f1cc0de3d9225e6d361d6a0d37f4 = $(`&lt;div id=&quot;html_1f96f1cc0de3d9225e6d361d6a0d37f4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_19265c51f32011fc5b319b443b5b5ff2.setContent(html_1f96f1cc0de3d9225e6d361d6a0d37f4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c0b263d33441679e4a38db7b169400de.bindPopup(popup_19265c51f32011fc5b319b443b5b5ff2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e61e2a20259ce06d3ffcbd16b0fe00df = L.circleMarker(\n",
+       "                [-38.1427391912106, 145.4181678524964],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bdb08328122c8be834ca08a20549b252 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_466df3fc6ffa07f6fd16d13f3006282a = $(`&lt;div id=&quot;html_466df3fc6ffa07f6fd16d13f3006282a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_bdb08328122c8be834ca08a20549b252.setContent(html_466df3fc6ffa07f6fd16d13f3006282a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e61e2a20259ce06d3ffcbd16b0fe00df.bindPopup(popup_bdb08328122c8be834ca08a20549b252)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dc1d6602f427e71b8ef793dbf69cc1e7 = L.circleMarker(\n",
+       "                [-38.14134834331836, 145.5381835928334],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c1cd393577e47ee8d2c84d9d143c2023 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_95e6864b5a66848e0f1479796ace56d3 = $(`&lt;div id=&quot;html_95e6864b5a66848e0f1479796ace56d3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_c1cd393577e47ee8d2c84d9d143c2023.setContent(html_95e6864b5a66848e0f1479796ace56d3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dc1d6602f427e71b8ef793dbf69cc1e7.bindPopup(popup_c1cd393577e47ee8d2c84d9d143c2023)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c4bb10b090119d9ed348f9f9c0438ab9 = L.circleMarker(\n",
+       "                [-38.21164510742966, 145.53389773536014],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6f54d57e55726ae3cf6e8540c54d287e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d36d6a124dca07c5b88ca4479d45bed7 = $(`&lt;div id=&quot;html_d36d6a124dca07c5b88ca4479d45bed7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_6f54d57e55726ae3cf6e8540c54d287e.setContent(html_d36d6a124dca07c5b88ca4479d45bed7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c4bb10b090119d9ed348f9f9c0438ab9.bindPopup(popup_6f54d57e55726ae3cf6e8540c54d287e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d9da33ee5fa536129608c8537c4b78cc = L.circleMarker(\n",
+       "                [-38.19460180855447, 145.6517883145903],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_49e3b820c749cd61426b30dc018c27ac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7569d4de881dcb804d0a177154a03568 = $(`&lt;div id=&quot;html_7569d4de881dcb804d0a177154a03568&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_49e3b820c749cd61426b30dc018c27ac.setContent(html_7569d4de881dcb804d0a177154a03568);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d9da33ee5fa536129608c8537c4b78cc.bindPopup(popup_49e3b820c749cd61426b30dc018c27ac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4fc4f79c3e54e1eacdf63a4e3dfa1cdf = L.circleMarker(\n",
+       "                [-37.92319924083844, 145.4011016628235],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a28dd7bb814ed9780c11325a6aa468bb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d26587bfc51da31284ec226843d82d63 = $(`&lt;div id=&quot;html_d26587bfc51da31284ec226843d82d63&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_a28dd7bb814ed9780c11325a6aa468bb.setContent(html_d26587bfc51da31284ec226843d82d63);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4fc4f79c3e54e1eacdf63a4e3dfa1cdf.bindPopup(popup_a28dd7bb814ed9780c11325a6aa468bb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_12a80479dc64220b7169f43a43a91041 = L.circleMarker(\n",
+       "                [-38.20108542370867, 145.38356982966886],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_47fc407c38af230c20c80f4e59cbed14 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_67f1855fd288bb61c56b218ea3d05717 = $(`&lt;div id=&quot;html_67f1855fd288bb61c56b218ea3d05717&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_47fc407c38af230c20c80f4e59cbed14.setContent(html_67f1855fd288bb61c56b218ea3d05717);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_12a80479dc64220b7169f43a43a91041.bindPopup(popup_47fc407c38af230c20c80f4e59cbed14)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_03e45f9a26e222782c3a28a7c49a5411 = L.circleMarker(\n",
+       "                [-38.09523975241122, 145.6264302660692],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c1baa292a7a65ec3765255f2f48fac98 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0fb5596b3a4f19e137084beee4532368 = $(`&lt;div id=&quot;html_0fb5596b3a4f19e137084beee4532368&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_c1baa292a7a65ec3765255f2f48fac98.setContent(html_0fb5596b3a4f19e137084beee4532368);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_03e45f9a26e222782c3a28a7c49a5411.bindPopup(popup_c1baa292a7a65ec3765255f2f48fac98)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2b437da6a4cd026c86562743bc233b3d = L.circleMarker(\n",
+       "                [-38.18744704533946, 145.4886755299052],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_81e029aab82bad48a88ae4daac078397 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8ad49971166ec08576a74dfe38e41d06 = $(`&lt;div id=&quot;html_8ad49971166ec08576a74dfe38e41d06&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_81e029aab82bad48a88ae4daac078397.setContent(html_8ad49971166ec08576a74dfe38e41d06);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2b437da6a4cd026c86562743bc233b3d.bindPopup(popup_81e029aab82bad48a88ae4daac078397)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_78921fd410d09e1c12673b07e7dcdab6 = L.circleMarker(\n",
+       "                [-38.1009313151944, 145.42302740922577],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b38832c32381b4d392390fb4bb86d4d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1fa0366367d126a3a10e245e6b220111 = $(`&lt;div id=&quot;html_1fa0366367d126a3a10e245e6b220111&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_b38832c32381b4d392390fb4bb86d4d9.setContent(html_1fa0366367d126a3a10e245e6b220111);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_78921fd410d09e1c12673b07e7dcdab6.bindPopup(popup_b38832c32381b4d392390fb4bb86d4d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1935b70df5ec851d048d440596d7b337 = L.circleMarker(\n",
+       "                [-38.040459462234985, 145.67916347603435],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_97c003604099ea665849b31397f7530a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0ceffc0a37e0039b990604c7dc94c21b = $(`&lt;div id=&quot;html_0ceffc0a37e0039b990604c7dc94c21b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_97c003604099ea665849b31397f7530a.setContent(html_0ceffc0a37e0039b990604c7dc94c21b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1935b70df5ec851d048d440596d7b337.bindPopup(popup_97c003604099ea665849b31397f7530a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_238d1d66fa0538b3065409beda18d990 = L.circleMarker(\n",
+       "                [-37.94496112954059, 145.63880348626597],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cd17956e4cd5ab5642f87fc9a1d04345 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c80e01f31242834f521134b659add625 = $(`&lt;div id=&quot;html_c80e01f31242834f521134b659add625&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_cd17956e4cd5ab5642f87fc9a1d04345.setContent(html_c80e01f31242834f521134b659add625);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_238d1d66fa0538b3065409beda18d990.bindPopup(popup_cd17956e4cd5ab5642f87fc9a1d04345)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8ef6b6d551bd9ad11c39584ed4e1a17d = L.circleMarker(\n",
+       "                [-38.0735594928253, 145.4851576647516],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3108a74c71d7bee02aba92a40dc02b90 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f147a13ee8ac833db4d9cec763cfd22 = $(`&lt;div id=&quot;html_6f147a13ee8ac833db4d9cec763cfd22&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_3108a74c71d7bee02aba92a40dc02b90.setContent(html_6f147a13ee8ac833db4d9cec763cfd22);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8ef6b6d551bd9ad11c39584ed4e1a17d.bindPopup(popup_3108a74c71d7bee02aba92a40dc02b90)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7f9d7cdcd75ecb9df3d6dad121ebc0ef = L.circleMarker(\n",
+       "                [-38.02809321598828, 145.6280061622026],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_445ce483a34def95b9b1775a00c3ec53 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cf57633238969b1e840d2ed36b82b6a1 = $(`&lt;div id=&quot;html_cf57633238969b1e840d2ed36b82b6a1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_445ce483a34def95b9b1775a00c3ec53.setContent(html_cf57633238969b1e840d2ed36b82b6a1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7f9d7cdcd75ecb9df3d6dad121ebc0ef.bindPopup(popup_445ce483a34def95b9b1775a00c3ec53)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f7d2dcbcf9142ae8e7ce8c543892cea6 = L.circleMarker(\n",
+       "                [-38.1378484837898, 145.65981099563686],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_08f23eed95f1588d5f3e2fde05cb2693 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_322905bce62d4c9dc4bc5d98a108862b = $(`&lt;div id=&quot;html_322905bce62d4c9dc4bc5d98a108862b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_08f23eed95f1588d5f3e2fde05cb2693.setContent(html_322905bce62d4c9dc4bc5d98a108862b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f7d2dcbcf9142ae8e7ce8c543892cea6.bindPopup(popup_08f23eed95f1588d5f3e2fde05cb2693)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_29627cbbd346fcd559c66cc63921d91b = L.circleMarker(\n",
+       "                [-38.18409941082418, 145.42603412897338],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_72bbf7af90c477fa53944cb6f5fc0639 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a5fbcb779864149877671e7b9b1c15f8 = $(`&lt;div id=&quot;html_a5fbcb779864149877671e7b9b1c15f8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_72bbf7af90c477fa53944cb6f5fc0639.setContent(html_a5fbcb779864149877671e7b9b1c15f8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_29627cbbd346fcd559c66cc63921d91b.bindPopup(popup_72bbf7af90c477fa53944cb6f5fc0639)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4d773cb772a94df6e396597481e15e37 = L.circleMarker(\n",
+       "                [-37.87749865077228, 145.5359376959573],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ac89c29beafe81f42b8934991af32a62 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9aa117740312c2bb566bf806724a2b75 = $(`&lt;div id=&quot;html_9aa117740312c2bb566bf806724a2b75&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_ac89c29beafe81f42b8934991af32a62.setContent(html_9aa117740312c2bb566bf806724a2b75);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4d773cb772a94df6e396597481e15e37.bindPopup(popup_ac89c29beafe81f42b8934991af32a62)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b8d23b337a8c67cd70753d242b516c73 = L.circleMarker(\n",
+       "                [-38.10002280830273, 145.71896919552432],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_44480884e1649d77cb7e4e9cf29c677e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0d42ccf9acb15ca3b5dcb0d4c981ffcd = $(`&lt;div id=&quot;html_0d42ccf9acb15ca3b5dcb0d4c981ffcd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_44480884e1649d77cb7e4e9cf29c677e.setContent(html_0d42ccf9acb15ca3b5dcb0d4c981ffcd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b8d23b337a8c67cd70753d242b516c73.bindPopup(popup_44480884e1649d77cb7e4e9cf29c677e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9c5daeee6a7a7d1cad0e72bffc688a33 = L.circleMarker(\n",
+       "                [-38.17608135509703, 145.58057291703918],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9384d296671f286f87ad2ef6c773ea77 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_91dc7daae36e5c6a55cdf3821693b201 = $(`&lt;div id=&quot;html_91dc7daae36e5c6a55cdf3821693b201&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_9384d296671f286f87ad2ef6c773ea77.setContent(html_91dc7daae36e5c6a55cdf3821693b201);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9c5daeee6a7a7d1cad0e72bffc688a33.bindPopup(popup_9384d296671f286f87ad2ef6c773ea77)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6610183a211e4de7234ac97ccf68254d = L.circleMarker(\n",
+       "                [-37.9259486068849, 145.50814104648853],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_670f20926d9c60a9ff293776a7fa46e1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_59add5b836fc2370b1f68a3d9481ed3b = $(`&lt;div id=&quot;html_59add5b836fc2370b1f68a3d9481ed3b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_670f20926d9c60a9ff293776a7fa46e1.setContent(html_59add5b836fc2370b1f68a3d9481ed3b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6610183a211e4de7234ac97ccf68254d.bindPopup(popup_670f20926d9c60a9ff293776a7fa46e1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d8b01fc05ae8dbe7460db9c0e0575148 = L.circleMarker(\n",
+       "                [-38.14577661948496, 145.61711626110238],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ee61deccbb10aafca29bde825e5eb32a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_92c27a26bc5a839c0a5dff2bf7e38974 = $(`&lt;div id=&quot;html_92c27a26bc5a839c0a5dff2bf7e38974&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_ee61deccbb10aafca29bde825e5eb32a.setContent(html_92c27a26bc5a839c0a5dff2bf7e38974);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d8b01fc05ae8dbe7460db9c0e0575148.bindPopup(popup_ee61deccbb10aafca29bde825e5eb32a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bbd00555f5e23e4f405d52447f2343de = L.circleMarker(\n",
+       "                [-38.03539312471408, 145.56517103498987],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f442a0c28f3699b0e44557079a8c910 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_30aa837767a27586e25fbb0d8daebd24 = $(`&lt;div id=&quot;html_30aa837767a27586e25fbb0d8daebd24&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_8f442a0c28f3699b0e44557079a8c910.setContent(html_30aa837767a27586e25fbb0d8daebd24);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bbd00555f5e23e4f405d52447f2343de.bindPopup(popup_8f442a0c28f3699b0e44557079a8c910)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_139e1851a850a344aba0a1ab5478d71d = L.circleMarker(\n",
+       "                [-37.99811187669491, 145.4236163321219],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_438f15fc937f8021f6dcaee48783435d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fee6a5eb3acf5161b8a30093790a04a7 = $(`&lt;div id=&quot;html_fee6a5eb3acf5161b8a30093790a04a7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_438f15fc937f8021f6dcaee48783435d.setContent(html_fee6a5eb3acf5161b8a30093790a04a7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_139e1851a850a344aba0a1ab5478d71d.bindPopup(popup_438f15fc937f8021f6dcaee48783435d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a32f710ff6d6616f8aa1bb4f6b26b142 = L.circleMarker(\n",
+       "                [-38.27184288234919, 145.65695258643777],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2439229b91fbb7b6ceb504c14b0268fe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_912cf49504ad5f4e45dcb849b74c226c = $(`&lt;div id=&quot;html_912cf49504ad5f4e45dcb849b74c226c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_2439229b91fbb7b6ceb504c14b0268fe.setContent(html_912cf49504ad5f4e45dcb849b74c226c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a32f710ff6d6616f8aa1bb4f6b26b142.bindPopup(popup_2439229b91fbb7b6ceb504c14b0268fe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2208ad047d817a04f8ee0420127c80f4 = L.circleMarker(\n",
+       "                [-38.22530019767432, 145.6439795040696],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4a90fcfd37b940b747826394b54455ee = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3fdc86287d92e6fdf59f62c197c2a022 = $(`&lt;div id=&quot;html_3fdc86287d92e6fdf59f62c197c2a022&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Cardinia: crime count = 0.2504026947237621&lt;/div&gt;`)[0];\n",
+       "                popup_4a90fcfd37b940b747826394b54455ee.setContent(html_3fdc86287d92e6fdf59f62c197c2a022);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2208ad047d817a04f8ee0420127c80f4.bindPopup(popup_4a90fcfd37b940b747826394b54455ee)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_15302a451ed39143981eaace3c108f86 = L.circleMarker(\n",
+       "                [-38.056007661143816, 145.2562521915934],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ba7bb9fab8a2c51c84608d9d302b7585 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bd4011ef73675ef586f07f0ac055a76c = $(`&lt;div id=&quot;html_bd4011ef73675ef586f07f0ac055a76c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_ba7bb9fab8a2c51c84608d9d302b7585.setContent(html_bd4011ef73675ef586f07f0ac055a76c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_15302a451ed39143981eaace3c108f86.bindPopup(popup_ba7bb9fab8a2c51c84608d9d302b7585)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_82eb8bcea95b6f4ca94ad8681c19b83d = L.circleMarker(\n",
+       "                [-38.13523400515189, 145.29049283221184],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7bb039929d86348bdff0be298461dc78 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_24c851bec9a82a38c79ba7959945bcb0 = $(`&lt;div id=&quot;html_24c851bec9a82a38c79ba7959945bcb0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_7bb039929d86348bdff0be298461dc78.setContent(html_24c851bec9a82a38c79ba7959945bcb0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_82eb8bcea95b6f4ca94ad8681c19b83d.bindPopup(popup_7bb039929d86348bdff0be298461dc78)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0fcb00c4a16d08f592a4042e51744803 = L.circleMarker(\n",
+       "                [-37.95248932320949, 145.26704127737207],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7f5a716bb3a88b92a21ab4b6e0cfaca0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0f2ce56404e8662cfd1b031bfc1178cc = $(`&lt;div id=&quot;html_0f2ce56404e8662cfd1b031bfc1178cc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_7f5a716bb3a88b92a21ab4b6e0cfaca0.setContent(html_0f2ce56404e8662cfd1b031bfc1178cc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0fcb00c4a16d08f592a4042e51744803.bindPopup(popup_7f5a716bb3a88b92a21ab4b6e0cfaca0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_535f6995bbd407fdb7e11f8c1bd98d3b = L.circleMarker(\n",
+       "                [-38.05537773590802, 145.30287802101824],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f220e054f9a69db4b96fbe8eaf13619e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_da68b5dcb61987a3c8d9ecc08b0358e0 = $(`&lt;div id=&quot;html_da68b5dcb61987a3c8d9ecc08b0358e0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_f220e054f9a69db4b96fbe8eaf13619e.setContent(html_da68b5dcb61987a3c8d9ecc08b0358e0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_535f6995bbd407fdb7e11f8c1bd98d3b.bindPopup(popup_f220e054f9a69db4b96fbe8eaf13619e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_13b57a2985bd80a8e833f02d717c9a10 = L.circleMarker(\n",
+       "                [-38.21400062891921, 145.33993566297957],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_95b1b1c1ceb8cadd5523041200d10a87 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_828c56e941bbcbd4f2b41d20a12dcb6e = $(`&lt;div id=&quot;html_828c56e941bbcbd4f2b41d20a12dcb6e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_95b1b1c1ceb8cadd5523041200d10a87.setContent(html_828c56e941bbcbd4f2b41d20a12dcb6e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_13b57a2985bd80a8e833f02d717c9a10.bindPopup(popup_95b1b1c1ceb8cadd5523041200d10a87)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_25d7ea08488ffbf9bfc829b1b69becea = L.circleMarker(\n",
+       "                [-38.10191994703733, 145.35865269707125],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b06d7b4135861fb8d27db17879c92817 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0a3189eb56331d1ef409f05b886fb92c = $(`&lt;div id=&quot;html_0a3189eb56331d1ef409f05b886fb92c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_b06d7b4135861fb8d27db17879c92817.setContent(html_0a3189eb56331d1ef409f05b886fb92c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_25d7ea08488ffbf9bfc829b1b69becea.bindPopup(popup_b06d7b4135861fb8d27db17879c92817)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b7c81db9852a488765b5932480f86da = L.circleMarker(\n",
+       "                [-37.935150654127966, 145.30083924374026],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_708f9a7ac5b7c0056f179b0bf71cc6e2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3dceaa790b1ffe1a4e6a45a677cd3d7c = $(`&lt;div id=&quot;html_3dceaa790b1ffe1a4e6a45a677cd3d7c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_708f9a7ac5b7c0056f179b0bf71cc6e2.setContent(html_3dceaa790b1ffe1a4e6a45a677cd3d7c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b7c81db9852a488765b5932480f86da.bindPopup(popup_708f9a7ac5b7c0056f179b0bf71cc6e2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_570eac54042fdd5dda5ce4cd476f3aad = L.circleMarker(\n",
+       "                [-38.14155952995705, 145.26557029287926],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_13d2fbb10ccf42df874a3c0bd4eaf816 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0cbb78df5424aa5624b123c1cad00562 = $(`&lt;div id=&quot;html_0cbb78df5424aa5624b123c1cad00562&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_13d2fbb10ccf42df874a3c0bd4eaf816.setContent(html_0cbb78df5424aa5624b123c1cad00562);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_570eac54042fdd5dda5ce4cd476f3aad.bindPopup(popup_13d2fbb10ccf42df874a3c0bd4eaf816)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_05ea80acae7701aa2bb1a7520eb91f66 = L.circleMarker(\n",
+       "                [-38.077496832579406, 145.29892738610516],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2b6b36d1e3e87d2f07834170045f37a7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bdff77fdbe9bafcb5e8e98b0df61771d = $(`&lt;div id=&quot;html_bdff77fdbe9bafcb5e8e98b0df61771d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_2b6b36d1e3e87d2f07834170045f37a7.setContent(html_bdff77fdbe9bafcb5e8e98b0df61771d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_05ea80acae7701aa2bb1a7520eb91f66.bindPopup(popup_2b6b36d1e3e87d2f07834170045f37a7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a31c9acd126855e68578c32d6c5e799d = L.circleMarker(\n",
+       "                [-37.994409678751424, 145.36009878119108],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_490b260143e52e1f8844e8d01a03f733 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a0b8dcbcc8b06347c6bd2d4bccd1f991 = $(`&lt;div id=&quot;html_a0b8dcbcc8b06347c6bd2d4bccd1f991&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_490b260143e52e1f8844e8d01a03f733.setContent(html_a0b8dcbcc8b06347c6bd2d4bccd1f991);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a31c9acd126855e68578c32d6c5e799d.bindPopup(popup_490b260143e52e1f8844e8d01a03f733)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_432d1810aca6e82b23ec25276799254a = L.circleMarker(\n",
+       "                [-38.15440857635375, 145.2519180234259],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9b4c1c0ba99018ff51d72175b670db6b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_79d07fbad282937852488c1f1cad228a = $(`&lt;div id=&quot;html_79d07fbad282937852488c1f1cad228a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_9b4c1c0ba99018ff51d72175b670db6b.setContent(html_79d07fbad282937852488c1f1cad228a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_432d1810aca6e82b23ec25276799254a.bindPopup(popup_9b4c1c0ba99018ff51d72175b670db6b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a5075652fc1db61dc0d5b45508370e33 = L.circleMarker(\n",
+       "                [-38.068547461534216, 145.23075880097625],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9cf58f6dde42fc8695dc267d6a3d6d09 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f07911d8174726739bda882bec957704 = $(`&lt;div id=&quot;html_f07911d8174726739bda882bec957704&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_9cf58f6dde42fc8695dc267d6a3d6d09.setContent(html_f07911d8174726739bda882bec957704);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a5075652fc1db61dc0d5b45508370e33.bindPopup(popup_9cf58f6dde42fc8695dc267d6a3d6d09)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_03cb0591a7a143873b33e320eeca778f = L.circleMarker(\n",
+       "                [-38.039941825179504, 145.3485752040961],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b7b15e91b546f7591d6c3842b00e5c68 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a77b5f6af09293533ef539b53c482674 = $(`&lt;div id=&quot;html_a77b5f6af09293533ef539b53c482674&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_b7b15e91b546f7591d6c3842b00e5c68.setContent(html_a77b5f6af09293533ef539b53c482674);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_03cb0591a7a143873b33e320eeca778f.bindPopup(popup_b7b15e91b546f7591d6c3842b00e5c68)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1ec7b48d2ed32de6ca7c20cb1c711e13 = L.circleMarker(\n",
+       "                [-38.17594928980299, 145.3088843599961],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eba8f0388e450b435808b332df4d29ef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e80bdebec209994c33730698837a5df4 = $(`&lt;div id=&quot;html_e80bdebec209994c33730698837a5df4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_eba8f0388e450b435808b332df4d29ef.setContent(html_e80bdebec209994c33730698837a5df4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1ec7b48d2ed32de6ca7c20cb1c711e13.bindPopup(popup_eba8f0388e450b435808b332df4d29ef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5a6f83d652824f10c16a39e5fc928df5 = L.circleMarker(\n",
+       "                [-38.018854511784056, 145.30549585595512],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_15f7fe37e458ac450b7b5acc8b6ff905 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3303177148dfa118931f8e04cdac3787 = $(`&lt;div id=&quot;html_3303177148dfa118931f8e04cdac3787&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_15f7fe37e458ac450b7b5acc8b6ff905.setContent(html_3303177148dfa118931f8e04cdac3787);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5a6f83d652824f10c16a39e5fc928df5.bindPopup(popup_15f7fe37e458ac450b7b5acc8b6ff905)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0b68f4bd10f86c67d8545bbc8d937328 = L.circleMarker(\n",
+       "                [-37.981948537820045, 145.31383587452606],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_97474aa2e05db34594251c54faa70b8f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4fa470d37d354149369f3849444b50e2 = $(`&lt;div id=&quot;html_4fa470d37d354149369f3849444b50e2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_97474aa2e05db34594251c54faa70b8f.setContent(html_4fa470d37d354149369f3849444b50e2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0b68f4bd10f86c67d8545bbc8d937328.bindPopup(popup_97474aa2e05db34594251c54faa70b8f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1aa43c6f4edd4555dfd9a3ce75829132 = L.circleMarker(\n",
+       "                [-38.19783470942532, 145.24778111226829],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_54c766813f3c9ce1f4b0d790d3979841 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9be3a108247e11817425b600f7db3059 = $(`&lt;div id=&quot;html_9be3a108247e11817425b600f7db3059&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_54c766813f3c9ce1f4b0d790d3979841.setContent(html_9be3a108247e11817425b600f7db3059);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1aa43c6f4edd4555dfd9a3ce75829132.bindPopup(popup_54c766813f3c9ce1f4b0d790d3979841)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c3589c02b3f45d73f9b97ef738162083 = L.circleMarker(\n",
+       "                [-37.9982849372146, 145.24685580858895],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ea6102057b81012168eba582579e85cb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b66e83ce2591c5a1192102dec6ec0d1c = $(`&lt;div id=&quot;html_b66e83ce2591c5a1192102dec6ec0d1c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_ea6102057b81012168eba582579e85cb.setContent(html_b66e83ce2591c5a1192102dec6ec0d1c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c3589c02b3f45d73f9b97ef738162083.bindPopup(popup_ea6102057b81012168eba582579e85cb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0a902b9658cb79e7f416842fbfe07570 = L.circleMarker(\n",
+       "                [-37.98851276582178, 145.23835896254576],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_faf11693c3158e2079bf1b8508c67bfd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a822b661036816b927f96a6330ec7cf5 = $(`&lt;div id=&quot;html_a822b661036816b927f96a6330ec7cf5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_faf11693c3158e2079bf1b8508c67bfd.setContent(html_a822b661036816b927f96a6330ec7cf5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0a902b9658cb79e7f416842fbfe07570.bindPopup(popup_faf11693c3158e2079bf1b8508c67bfd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_523c06b342ad2776aed73e8a31a28175 = L.circleMarker(\n",
+       "                [-38.22171782194918, 145.3028795610441],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_989753a361388f7f22b2b3ae9bdbcd83 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_862caf0c1a96f2d92d88db3e70055952 = $(`&lt;div id=&quot;html_862caf0c1a96f2d92d88db3e70055952&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_989753a361388f7f22b2b3ae9bdbcd83.setContent(html_862caf0c1a96f2d92d88db3e70055952);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_523c06b342ad2776aed73e8a31a28175.bindPopup(popup_989753a361388f7f22b2b3ae9bdbcd83)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_43ade71065cc39993bfdabe518aee72b = L.circleMarker(\n",
+       "                [-38.1128601436626, 145.2752203520197],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2c85ed2a3940b077c0472ce5f4a5895e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0917a7759d2958a5d5d2bdf30d110bbc = $(`&lt;div id=&quot;html_0917a7759d2958a5d5d2bdf30d110bbc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_2c85ed2a3940b077c0472ce5f4a5895e.setContent(html_0917a7759d2958a5d5d2bdf30d110bbc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_43ade71065cc39993bfdabe518aee72b.bindPopup(popup_2c85ed2a3940b077c0472ce5f4a5895e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_29abef889945eea09b38d37ce1251d36 = L.circleMarker(\n",
+       "                [-38.00720455355484, 145.26844398166403],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e0286668fdbc7d902582ccd12a6b62c7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_510e99ecb7946236e9d5a097a247b898 = $(`&lt;div id=&quot;html_510e99ecb7946236e9d5a097a247b898&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_e0286668fdbc7d902582ccd12a6b62c7.setContent(html_510e99ecb7946236e9d5a097a247b898);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_29abef889945eea09b38d37ce1251d36.bindPopup(popup_e0286668fdbc7d902582ccd12a6b62c7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_92bfedc2d81048f6258922b2b3a34bc3 = L.circleMarker(\n",
+       "                [-38.09877572710836, 145.25003861207247],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2bebe37601010bf9bcaec4fb6683ae7d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cd3b1e2bcc6add2e7e5870a7c15dc7ff = $(`&lt;div id=&quot;html_cd3b1e2bcc6add2e7e5870a7c15dc7ff&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_2bebe37601010bf9bcaec4fb6683ae7d.setContent(html_cd3b1e2bcc6add2e7e5870a7c15dc7ff);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_92bfedc2d81048f6258922b2b3a34bc3.bindPopup(popup_2bebe37601010bf9bcaec4fb6683ae7d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_01a16fb8bc57670eed80e8f33a5d4fc8 = L.circleMarker(\n",
+       "                [-38.225608756161726, 145.31959093059913],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_50d14901f03db2a7a2be20eb95c6cb57 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f3300115c6e7b4e80041614aedf647d = $(`&lt;div id=&quot;html_6f3300115c6e7b4e80041614aedf647d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_50d14901f03db2a7a2be20eb95c6cb57.setContent(html_6f3300115c6e7b4e80041614aedf647d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_01a16fb8bc57670eed80e8f33a5d4fc8.bindPopup(popup_50d14901f03db2a7a2be20eb95c6cb57)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2c9baa65344381fb7251bccb1c7e3026 = L.circleMarker(\n",
+       "                [-37.97009843050542, 145.25618940184222],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e5014e3c17c70a6627b2d47ed2827be8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_23ce512288db83abb1edd45257d64d71 = $(`&lt;div id=&quot;html_23ce512288db83abb1edd45257d64d71&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_e5014e3c17c70a6627b2d47ed2827be8.setContent(html_23ce512288db83abb1edd45257d64d71);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2c9baa65344381fb7251bccb1c7e3026.bindPopup(popup_e5014e3c17c70a6627b2d47ed2827be8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_507a87a0624522c52878f197ba1d8e01 = L.circleMarker(\n",
+       "                [-38.14824642977317, 145.35385098660035],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_243df401b6b273e5677cd7288ece3e4f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b76d2eaa6d10fe8140d0c9b0a12cbcf = $(`&lt;div id=&quot;html_4b76d2eaa6d10fe8140d0c9b0a12cbcf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_243df401b6b273e5677cd7288ece3e4f.setContent(html_4b76d2eaa6d10fe8140d0c9b0a12cbcf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_507a87a0624522c52878f197ba1d8e01.bindPopup(popup_243df401b6b273e5677cd7288ece3e4f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6e3f9b8e8e5224ddce66a9d654039766 = L.circleMarker(\n",
+       "                [-38.11000124769655, 145.30540069625587],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c39ae6e75aaabcc1d046002be05e9784 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6a2cbe19904be3f20901491f027f5538 = $(`&lt;div id=&quot;html_6a2cbe19904be3f20901491f027f5538&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_c39ae6e75aaabcc1d046002be05e9784.setContent(html_6a2cbe19904be3f20901491f027f5538);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6e3f9b8e8e5224ddce66a9d654039766.bindPopup(popup_c39ae6e75aaabcc1d046002be05e9784)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_eacf9e1903d27a8d02637edc9703924b = L.circleMarker(\n",
+       "                [-38.03856689734678, 145.26860316498474],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f26b4bff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f26b4bff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0cd4ca78a802a0821dd65c8ef296e2d7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_976f701705bcc7a733bcb5980bc9d444 = $(`&lt;div id=&quot;html_976f701705bcc7a733bcb5980bc9d444&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Casey: crime count = 2.9969693675742586&lt;/div&gt;`)[0];\n",
+       "                popup_0cd4ca78a802a0821dd65c8ef296e2d7.setContent(html_976f701705bcc7a733bcb5980bc9d444);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_eacf9e1903d27a8d02637edc9703924b.bindPopup(popup_0cd4ca78a802a0821dd65c8ef296e2d7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_deb764bee35cde13bca27d69e5a2e50a = L.circleMarker(\n",
+       "                [-37.222023435464656, 143.73113965908112],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ab3bac329ec4324ebf9df1fdf47b3879 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_73fba8aba02c4795f8b39bbd5ed01798 = $(`&lt;div id=&quot;html_73fba8aba02c4795f8b39bbd5ed01798&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_ab3bac329ec4324ebf9df1fdf47b3879.setContent(html_73fba8aba02c4795f8b39bbd5ed01798);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_deb764bee35cde13bca27d69e5a2e50a.bindPopup(popup_ab3bac329ec4324ebf9df1fdf47b3879)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_50ae1a6fca78342962bab6ede7f1698e = L.circleMarker(\n",
+       "                [-36.91415672454031, 143.65834349690758],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4aa664f5f9fb6a107cacabaf11731a6a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c4ab38e93e1e9704ee74411b1151eacd = $(`&lt;div id=&quot;html_c4ab38e93e1e9704ee74411b1151eacd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_4aa664f5f9fb6a107cacabaf11731a6a.setContent(html_c4ab38e93e1e9704ee74411b1151eacd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_50ae1a6fca78342962bab6ede7f1698e.bindPopup(popup_4aa664f5f9fb6a107cacabaf11731a6a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_353641497d5cca559892718f59569b7e = L.circleMarker(\n",
+       "                [-36.83734489371346, 143.51021461272205],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f971c0ac40b0d6cde4e0fd88df731f5c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b8f956129a3e4ae62f748993646cfc36 = $(`&lt;div id=&quot;html_b8f956129a3e4ae62f748993646cfc36&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_f971c0ac40b0d6cde4e0fd88df731f5c.setContent(html_b8f956129a3e4ae62f748993646cfc36);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_353641497d5cca559892718f59569b7e.bindPopup(popup_f971c0ac40b0d6cde4e0fd88df731f5c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e09fdd8e034daddd0ed7e8f6a4cc4d77 = L.circleMarker(\n",
+       "                [-36.73597083802276, 143.44453037653375],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f6cef14805d8443ce133dc35a4a08b90 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_18c97e3d7cf3c69964b59b0a924bac4e = $(`&lt;div id=&quot;html_18c97e3d7cf3c69964b59b0a924bac4e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_f6cef14805d8443ce133dc35a4a08b90.setContent(html_18c97e3d7cf3c69964b59b0a924bac4e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e09fdd8e034daddd0ed7e8f6a4cc4d77.bindPopup(popup_f6cef14805d8443ce133dc35a4a08b90)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_beefb65bc42337fe334a37f7aa45a6bf = L.circleMarker(\n",
+       "                [-36.885513023911656, 143.51490144111403],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5715f7127ec9697dc5d4ecbf566e48ef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cbdec74f87c207786436d4d731f38355 = $(`&lt;div id=&quot;html_cbdec74f87c207786436d4d731f38355&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_5715f7127ec9697dc5d4ecbf566e48ef.setContent(html_cbdec74f87c207786436d4d731f38355);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_beefb65bc42337fe334a37f7aa45a6bf.bindPopup(popup_5715f7127ec9697dc5d4ecbf566e48ef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2b846663714008d488618bd402ccf90e = L.circleMarker(\n",
+       "                [-36.99831005582256, 143.77483930607937],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7fde5a4e8afdc694c32dc9da1b9c881d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_854dc0224e1b4f0fd18c6e4792fc06f2 = $(`&lt;div id=&quot;html_854dc0224e1b4f0fd18c6e4792fc06f2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_7fde5a4e8afdc694c32dc9da1b9c881d.setContent(html_854dc0224e1b4f0fd18c6e4792fc06f2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2b846663714008d488618bd402ccf90e.bindPopup(popup_7fde5a4e8afdc694c32dc9da1b9c881d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce51cd47569ca4bcbc0cb18a55e39ce2 = L.circleMarker(\n",
+       "                [-37.04724372012151, 143.77574121906795],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2a7eb7ceea1125ed64a9fdee7582373d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_abd92b2b815027363396201fb9e56c56 = $(`&lt;div id=&quot;html_abd92b2b815027363396201fb9e56c56&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_2a7eb7ceea1125ed64a9fdee7582373d.setContent(html_abd92b2b815027363396201fb9e56c56);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce51cd47569ca4bcbc0cb18a55e39ce2.bindPopup(popup_2a7eb7ceea1125ed64a9fdee7582373d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3e9b9c109e2be3f466a38a35b6569260 = L.circleMarker(\n",
+       "                [-37.08154384066159, 143.66839185543972],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6e55ee43bbb76abffb445b4ab3643211 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_88ca0dd19d615d78255f36ec5a0869b2 = $(`&lt;div id=&quot;html_88ca0dd19d615d78255f36ec5a0869b2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_6e55ee43bbb76abffb445b4ab3643211.setContent(html_88ca0dd19d615d78255f36ec5a0869b2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3e9b9c109e2be3f466a38a35b6569260.bindPopup(popup_6e55ee43bbb76abffb445b4ab3643211)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a6b9781d2be6ff1c3d64f73df002a597 = L.circleMarker(\n",
+       "                [-37.107273171953615, 143.7690191551434],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_305af63746b500cf46c0434522392898 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f0a241b515299e167d2231150bf5a9b4 = $(`&lt;div id=&quot;html_f0a241b515299e167d2231150bf5a9b4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_305af63746b500cf46c0434522392898.setContent(html_f0a241b515299e167d2231150bf5a9b4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a6b9781d2be6ff1c3d64f73df002a597.bindPopup(popup_305af63746b500cf46c0434522392898)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5ff71a9eea82e5cc3af3dafbd1f68e10 = L.circleMarker(\n",
+       "                [-37.08839563908942, 143.9879364305866],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3b95e7609f00e381457356c9a24a9a32 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_44283996234a0df4a6701def59e3a13a = $(`&lt;div id=&quot;html_44283996234a0df4a6701def59e3a13a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_3b95e7609f00e381457356c9a24a9a32.setContent(html_44283996234a0df4a6701def59e3a13a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5ff71a9eea82e5cc3af3dafbd1f68e10.bindPopup(popup_3b95e7609f00e381457356c9a24a9a32)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e7b68b946775aa3b7672a192e479744e = L.circleMarker(\n",
+       "                [-37.22424308800783, 143.68484845876307],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_47a62feacb9e87001b1833aa36d175b7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e026cb48661ef7bb6df1701f33544ef1 = $(`&lt;div id=&quot;html_e026cb48661ef7bb6df1701f33544ef1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_47a62feacb9e87001b1833aa36d175b7.setContent(html_e026cb48661ef7bb6df1701f33544ef1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e7b68b946775aa3b7672a192e479744e.bindPopup(popup_47a62feacb9e87001b1833aa36d175b7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f7d27fa15525b8aa2a5f893d64978af = L.circleMarker(\n",
+       "                [-36.86144393662576, 143.72098552860007],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_18f8010d08d2805ec2143dc0746381e2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d65dd976dd3e1d3df48abc450cec5b8e = $(`&lt;div id=&quot;html_d65dd976dd3e1d3df48abc450cec5b8e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_18f8010d08d2805ec2143dc0746381e2.setContent(html_d65dd976dd3e1d3df48abc450cec5b8e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f7d27fa15525b8aa2a5f893d64978af.bindPopup(popup_18f8010d08d2805ec2143dc0746381e2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e9945edcf3146cba70a87faaab798589 = L.circleMarker(\n",
+       "                [-36.90453873489267, 143.8706334572287],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cd4cd7a98879fa09fb57026c9ef828fa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b39e4f8c040467a6d0b02f58d80ca45 = $(`&lt;div id=&quot;html_4b39e4f8c040467a6d0b02f58d80ca45&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_cd4cd7a98879fa09fb57026c9ef828fa.setContent(html_4b39e4f8c040467a6d0b02f58d80ca45);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e9945edcf3146cba70a87faaab798589.bindPopup(popup_cd4cd7a98879fa09fb57026c9ef828fa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7204156747d0db74a419533015ba79d3 = L.circleMarker(\n",
+       "                [-36.96739606254041, 143.785141018782],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9d893d18fbdea29c57c98d331e469488 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_516dc96dca28d2bd5fd08850e3a4b035 = $(`&lt;div id=&quot;html_516dc96dca28d2bd5fd08850e3a4b035&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_9d893d18fbdea29c57c98d331e469488.setContent(html_516dc96dca28d2bd5fd08850e3a4b035);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7204156747d0db74a419533015ba79d3.bindPopup(popup_9d893d18fbdea29c57c98d331e469488)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9802fe9171c9d312981e35f50f8115c2 = L.circleMarker(\n",
+       "                [-37.17055483578711, 143.75452514874618],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_25692d042c0bfcff7ddfab139f429f6a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2caa2872578f7761b3dfcc2f998b4af6 = $(`&lt;div id=&quot;html_2caa2872578f7761b3dfcc2f998b4af6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_25692d042c0bfcff7ddfab139f429f6a.setContent(html_2caa2872578f7761b3dfcc2f998b4af6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9802fe9171c9d312981e35f50f8115c2.bindPopup(popup_25692d042c0bfcff7ddfab139f429f6a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_16f8539b1f3a71ea62993d7140cc8d70 = L.circleMarker(\n",
+       "                [-37.20417893246401, 143.64930526637667],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ee3dd240cab125dd60252761ea9b1a92 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7ba2d5eda282ebbc23e3b1a0b1c415b1 = $(`&lt;div id=&quot;html_7ba2d5eda282ebbc23e3b1a0b1c415b1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_ee3dd240cab125dd60252761ea9b1a92.setContent(html_7ba2d5eda282ebbc23e3b1a0b1c415b1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_16f8539b1f3a71ea62993d7140cc8d70.bindPopup(popup_ee3dd240cab125dd60252761ea9b1a92)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bb4db6ddef06b0c1ae420d70ac79b5e7 = L.circleMarker(\n",
+       "                [-37.02969061994538, 143.83937708203817],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c3ba6bab1c37329b6fd60516216e91d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a522b76dc593d775afd186a796f40fb4 = $(`&lt;div id=&quot;html_a522b76dc593d775afd186a796f40fb4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_c3ba6bab1c37329b6fd60516216e91d9.setContent(html_a522b76dc593d775afd186a796f40fb4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bb4db6ddef06b0c1ae420d70ac79b5e7.bindPopup(popup_c3ba6bab1c37329b6fd60516216e91d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_da9603f3bcfd3fe8ebb5b0b2ef22c72b = L.circleMarker(\n",
+       "                [-36.9978593366691, 143.69819241974912],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_74909039bf9583bc664d0651d1532f77 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ac615048461644fa2031ec7440d4f18f = $(`&lt;div id=&quot;html_ac615048461644fa2031ec7440d4f18f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_74909039bf9583bc664d0651d1532f77.setContent(html_ac615048461644fa2031ec7440d4f18f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_da9603f3bcfd3fe8ebb5b0b2ef22c72b.bindPopup(popup_74909039bf9583bc664d0651d1532f77)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_61bddb4e64346827bcdfd9a74abb2e7f = L.circleMarker(\n",
+       "                [-37.0477033473684, 143.64970161971038],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c529b4c2fc562d63df063cf7d6975eab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e37f2d13e12e607055fdf7b92f792862 = $(`&lt;div id=&quot;html_e37f2d13e12e607055fdf7b92f792862&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_c529b4c2fc562d63df063cf7d6975eab.setContent(html_e37f2d13e12e607055fdf7b92f792862);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_61bddb4e64346827bcdfd9a74abb2e7f.bindPopup(popup_c529b4c2fc562d63df063cf7d6975eab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e1518a81040189b60bf656d019f65377 = L.circleMarker(\n",
+       "                [-37.20412715844126, 143.7582401312176],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_91de66ca8644e2fd973be9715bc4490a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_30126f7675aebcfc5653b416da5f4a37 = $(`&lt;div id=&quot;html_30126f7675aebcfc5653b416da5f4a37&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_91de66ca8644e2fd973be9715bc4490a.setContent(html_30126f7675aebcfc5653b416da5f4a37);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e1518a81040189b60bf656d019f65377.bindPopup(popup_91de66ca8644e2fd973be9715bc4490a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cd3faf49c1827d2101dbf36278223458 = L.circleMarker(\n",
+       "                [-36.94539964164095, 143.4563730976504],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4f08ed2f3ef19131e4a5c14bdec3f981 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_56c8ea0b8af83d9e79821d0c0dac0551 = $(`&lt;div id=&quot;html_56c8ea0b8af83d9e79821d0c0dac0551&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_4f08ed2f3ef19131e4a5c14bdec3f981.setContent(html_56c8ea0b8af83d9e79821d0c0dac0551);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cd3faf49c1827d2101dbf36278223458.bindPopup(popup_4f08ed2f3ef19131e4a5c14bdec3f981)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a84a01256a4e12adc3cf0b34a31af0bf = L.circleMarker(\n",
+       "                [-37.12870860802387, 143.81963966555222],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ecb6dcb8c15245f02fa568bf49d2231d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d7315e886e02f8d5a42aa05541acc957 = $(`&lt;div id=&quot;html_d7315e886e02f8d5a42aa05541acc957&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_ecb6dcb8c15245f02fa568bf49d2231d.setContent(html_d7315e886e02f8d5a42aa05541acc957);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a84a01256a4e12adc3cf0b34a31af0bf.bindPopup(popup_ecb6dcb8c15245f02fa568bf49d2231d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_df4342cc5ad70d919c513e063e5afda4 = L.circleMarker(\n",
+       "                [-36.88083215360598, 143.58898193321355],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6d11132a774513eb86aca19859993886 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_11cc69ea2165460bd23065fc281965d7 = $(`&lt;div id=&quot;html_11cc69ea2165460bd23065fc281965d7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_6d11132a774513eb86aca19859993886.setContent(html_11cc69ea2165460bd23065fc281965d7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_df4342cc5ad70d919c513e063e5afda4.bindPopup(popup_6d11132a774513eb86aca19859993886)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e8a9503498af78b16941d993e9a0bcdb = L.circleMarker(\n",
+       "                [-36.9565110879868, 143.67883771552422],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d4d7fcb208459be0e11dc79e43bffc5a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_61de18c42c3ca3d43e792e018668e8b4 = $(`&lt;div id=&quot;html_61de18c42c3ca3d43e792e018668e8b4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_d4d7fcb208459be0e11dc79e43bffc5a.setContent(html_61de18c42c3ca3d43e792e018668e8b4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e8a9503498af78b16941d993e9a0bcdb.bindPopup(popup_d4d7fcb208459be0e11dc79e43bffc5a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f0239cd4c239baa042824408ad3b59e0 = L.circleMarker(\n",
+       "                [-37.20729061095047, 143.95162330958348],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_053703b49dbca81784b99fb02aea2b08 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ab78bed59b9b351c42892abda7563432 = $(`&lt;div id=&quot;html_ab78bed59b9b351c42892abda7563432&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_053703b49dbca81784b99fb02aea2b08.setContent(html_ab78bed59b9b351c42892abda7563432);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f0239cd4c239baa042824408ad3b59e0.bindPopup(popup_053703b49dbca81784b99fb02aea2b08)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c1dab2e67c3bd49c4dc63166ddd20c6 = L.circleMarker(\n",
+       "                [-37.144078085444136, 143.89362751265568],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f1a5e7821baa9a3f65e0077e297f764c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ba145b07fb489c8ca098986b4342b296 = $(`&lt;div id=&quot;html_ba145b07fb489c8ca098986b4342b296&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_f1a5e7821baa9a3f65e0077e297f764c.setContent(html_ba145b07fb489c8ca098986b4342b296);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c1dab2e67c3bd49c4dc63166ddd20c6.bindPopup(popup_f1a5e7821baa9a3f65e0077e297f764c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_121f4ba8ba6313eb661c87102aa4ab73 = L.circleMarker(\n",
+       "                [-37.21475165753247, 143.87255026852816],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8c31710f6453a139c09626b5fafcff5a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d94521eaa30151d735a8c111188b538d = $(`&lt;div id=&quot;html_d94521eaa30151d735a8c111188b538d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_8c31710f6453a139c09626b5fafcff5a.setContent(html_d94521eaa30151d735a8c111188b538d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_121f4ba8ba6313eb661c87102aa4ab73.bindPopup(popup_8c31710f6453a139c09626b5fafcff5a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_beb940a5290d3e86b8a1287f930d8c99 = L.circleMarker(\n",
+       "                [-37.16816436827878, 143.59644878641132],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7c792d3218853ba7de03ecc7df5fb76f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fadce1f8ebe1739eb3d71ece09aa9e5b = $(`&lt;div id=&quot;html_fadce1f8ebe1739eb3d71ece09aa9e5b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_7c792d3218853ba7de03ecc7df5fb76f.setContent(html_fadce1f8ebe1739eb3d71ece09aa9e5b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_beb940a5290d3e86b8a1287f930d8c99.bindPopup(popup_7c792d3218853ba7de03ecc7df5fb76f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce0865afc3963859a7cc96398dfc4e86 = L.circleMarker(\n",
+       "                [-37.04763378128943, 143.74439505508565],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9c520be87cd276c4cb3393063deaa89d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_acacc095fe526a000d79e14baf5491eb = $(`&lt;div id=&quot;html_acacc095fe526a000d79e14baf5491eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_9c520be87cd276c4cb3393063deaa89d.setContent(html_acacc095fe526a000d79e14baf5491eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce0865afc3963859a7cc96398dfc4e86.bindPopup(popup_9c520be87cd276c4cb3393063deaa89d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_665dc74f670b637694ecc6ca73c0a322 = L.circleMarker(\n",
+       "                [-37.06460470684628, 143.92403064097556],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5b5fe36d45b6e65e2ce9b8b3a0919fcf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_789aaed5cb0b9c054281172588ed6014 = $(`&lt;div id=&quot;html_789aaed5cb0b9c054281172588ed6014&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_5b5fe36d45b6e65e2ce9b8b3a0919fcf.setContent(html_789aaed5cb0b9c054281172588ed6014);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_665dc74f670b637694ecc6ca73c0a322.bindPopup(popup_5b5fe36d45b6e65e2ce9b8b3a0919fcf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ec294ce40a8904214480f8bc11dbe329 = L.circleMarker(\n",
+       "                [-36.76735878667691, 143.56340051066033],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_54d845b0a98ad45dfae4170af3f55a05 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8bbe4fc72efabf9a37a2aff850dece3b = $(`&lt;div id=&quot;html_8bbe4fc72efabf9a37a2aff850dece3b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_54d845b0a98ad45dfae4170af3f55a05.setContent(html_8bbe4fc72efabf9a37a2aff850dece3b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ec294ce40a8904214480f8bc11dbe329.bindPopup(popup_54d845b0a98ad45dfae4170af3f55a05)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ea40232bd5deb8692c986053e67ef488 = L.circleMarker(\n",
+       "                [-36.92482835436708, 143.7526583854677],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7451ea8dc0652a0d652bf8d4d0442f28 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_146dde11b81c74da2b3ae73bd3faaa0e = $(`&lt;div id=&quot;html_146dde11b81c74da2b3ae73bd3faaa0e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_7451ea8dc0652a0d652bf8d4d0442f28.setContent(html_146dde11b81c74da2b3ae73bd3faaa0e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ea40232bd5deb8692c986053e67ef488.bindPopup(popup_7451ea8dc0652a0d652bf8d4d0442f28)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_68a679846e288f12c302237123c203a9 = L.circleMarker(\n",
+       "                [-36.88728317174628, 143.78726847321795],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7fe9684ba6048d8bb3609f0f9669857f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f6af5121ade6a7a5165613b1bad66fff = $(`&lt;div id=&quot;html_f6af5121ade6a7a5165613b1bad66fff&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_7fe9684ba6048d8bb3609f0f9669857f.setContent(html_f6af5121ade6a7a5165613b1bad66fff);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_68a679846e288f12c302237123c203a9.bindPopup(popup_7fe9684ba6048d8bb3609f0f9669857f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7d663a7b2cde4bebf2d5aea8472e7064 = L.circleMarker(\n",
+       "                [-37.09493959366788, 143.58468348828717],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_16db0d11aa8076e440137bcda2548e42 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_013eb9134b460339c7027686750b3d2e = $(`&lt;div id=&quot;html_013eb9134b460339c7027686750b3d2e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_16db0d11aa8076e440137bcda2548e42.setContent(html_013eb9134b460339c7027686750b3d2e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7d663a7b2cde4bebf2d5aea8472e7064.bindPopup(popup_16db0d11aa8076e440137bcda2548e42)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_89c601ef54113874e8054be479675b55 = L.circleMarker(\n",
+       "                [-36.74850925948401, 143.66431654502117],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_867b0eee44565ac0400e33b2da6204bd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2325218dbf45bdb508f20d2a9d1d4c28 = $(`&lt;div id=&quot;html_2325218dbf45bdb508f20d2a9d1d4c28&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_867b0eee44565ac0400e33b2da6204bd.setContent(html_2325218dbf45bdb508f20d2a9d1d4c28);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_89c601ef54113874e8054be479675b55.bindPopup(popup_867b0eee44565ac0400e33b2da6204bd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_082fc43785fe13dace71c3c9f403ad32 = L.circleMarker(\n",
+       "                [-37.152897153551855, 143.97364632233598],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3251e4003c8ac17aa2d129ca314b1fed = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cfc325532921580469275dafda41fd56 = $(`&lt;div id=&quot;html_cfc325532921580469275dafda41fd56&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_3251e4003c8ac17aa2d129ca314b1fed.setContent(html_cfc325532921580469275dafda41fd56);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_082fc43785fe13dace71c3c9f403ad32.bindPopup(popup_3251e4003c8ac17aa2d129ca314b1fed)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8caf67762e90fbeeb430e5584ff61e00 = L.circleMarker(\n",
+       "                [-37.17866520816749, 143.69521059352832],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1a9cc46b817b7ba4527248142ba22d01 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c8aae75a1fc170c18c3d38c314aefeb5 = $(`&lt;div id=&quot;html_c8aae75a1fc170c18c3d38c314aefeb5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_1a9cc46b817b7ba4527248142ba22d01.setContent(html_c8aae75a1fc170c18c3d38c314aefeb5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8caf67762e90fbeeb430e5584ff61e00.bindPopup(popup_1a9cc46b817b7ba4527248142ba22d01)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8d67bbda4e3212862b74cb88adc699cf = L.circleMarker(\n",
+       "                [-36.917870727611, 143.79449419315415],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_05b227ddbe594a7e049db2ebe211be95 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0524bafdc04f99165379c54150a59473 = $(`&lt;div id=&quot;html_0524bafdc04f99165379c54150a59473&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_05b227ddbe594a7e049db2ebe211be95.setContent(html_0524bafdc04f99165379c54150a59473);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8d67bbda4e3212862b74cb88adc699cf.bindPopup(popup_05b227ddbe594a7e049db2ebe211be95)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_82f1fa60e918997c1356dd7696ee1fd9 = L.circleMarker(\n",
+       "                [-37.20110594521591, 143.8129181794843],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eb8ff99dd9b936fce861f5875b201349 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6920cd970744f37dd7f89221f18d1403 = $(`&lt;div id=&quot;html_6920cd970744f37dd7f89221f18d1403&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_eb8ff99dd9b936fce861f5875b201349.setContent(html_6920cd970744f37dd7f89221f18d1403);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_82f1fa60e918997c1356dd7696ee1fd9.bindPopup(popup_eb8ff99dd9b936fce861f5875b201349)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_34491b5cfbea95b698da82212809948b = L.circleMarker(\n",
+       "                [-37.11110280970108, 143.72376243235584],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a6527fae1a1ffee7a86d2a59c3e86972 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_21884c9f27ed3b161f9a5eab4ad6bbb8 = $(`&lt;div id=&quot;html_21884c9f27ed3b161f9a5eab4ad6bbb8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_a6527fae1a1ffee7a86d2a59c3e86972.setContent(html_21884c9f27ed3b161f9a5eab4ad6bbb8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_34491b5cfbea95b698da82212809948b.bindPopup(popup_a6527fae1a1ffee7a86d2a59c3e86972)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9029aaee30b8f4c64e87080a50d793fa = L.circleMarker(\n",
+       "                [-36.82012255177135, 143.6555373695034],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8e0170c306718c9b0998927f66419f22 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cef09096b41006c2123c04ba60909bef = $(`&lt;div id=&quot;html_cef09096b41006c2123c04ba60909bef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_8e0170c306718c9b0998927f66419f22.setContent(html_cef09096b41006c2123c04ba60909bef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9029aaee30b8f4c64e87080a50d793fa.bindPopup(popup_8e0170c306718c9b0998927f66419f22)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f19f84e5850dfa25f2bcdb27f4c38fe7 = L.circleMarker(\n",
+       "                [-36.97921197577735, 143.73445039038631],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_efc550e94588672f17055d087191e331 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c0bb4713ab320703fa59c68b767de995 = $(`&lt;div id=&quot;html_c0bb4713ab320703fa59c68b767de995&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_efc550e94588672f17055d087191e331.setContent(html_c0bb4713ab320703fa59c68b767de995);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f19f84e5850dfa25f2bcdb27f4c38fe7.bindPopup(popup_efc550e94588672f17055d087191e331)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6fcb10da0067479b32b00ccabd435e58 = L.circleMarker(\n",
+       "                [-37.26599350362497, 143.64989221039397],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1c7b66c996bbf7def7340bb9029fe0ae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_53f48612227fbac732986583ad9fecc2 = $(`&lt;div id=&quot;html_53f48612227fbac732986583ad9fecc2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_1c7b66c996bbf7def7340bb9029fe0ae.setContent(html_53f48612227fbac732986583ad9fecc2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6fcb10da0067479b32b00ccabd435e58.bindPopup(popup_1c7b66c996bbf7def7340bb9029fe0ae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c122d05dfe18a84f44b7f094d6cbf56c = L.circleMarker(\n",
+       "                [-36.99561528777589, 143.61669890697846],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3541a85755c8264c92969449f8263da8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_89a2208e0e15bd65b1647a99f6c9dc60 = $(`&lt;div id=&quot;html_89a2208e0e15bd65b1647a99f6c9dc60&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_3541a85755c8264c92969449f8263da8.setContent(html_89a2208e0e15bd65b1647a99f6c9dc60);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c122d05dfe18a84f44b7f094d6cbf56c.bindPopup(popup_3541a85755c8264c92969449f8263da8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2fd9945f69f4f9b927409f829235d222 = L.circleMarker(\n",
+       "                [-37.02204186078556, 143.67810055511185],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_179049a29d53570098597f866fbc5c26 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a86489dc8a1ba6a6c593ecd039bcc397 = $(`&lt;div id=&quot;html_a86489dc8a1ba6a6c593ecd039bcc397&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_179049a29d53570098597f866fbc5c26.setContent(html_a86489dc8a1ba6a6c593ecd039bcc397);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2fd9945f69f4f9b927409f829235d222.bindPopup(popup_179049a29d53570098597f866fbc5c26)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0d5141532129cff6454ada52a5fb0b34 = L.circleMarker(\n",
+       "                [-37.13593670245508, 143.65321231431145],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c013f597a99a554a7059a34471d3dced = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0dd65a89102651fb981bd19046bde969 = $(`&lt;div id=&quot;html_0dd65a89102651fb981bd19046bde969&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Central Goldfields: crime count = -0.6253271266878623&lt;/div&gt;`)[0];\n",
+       "                popup_c013f597a99a554a7059a34471d3dced.setContent(html_0dd65a89102651fb981bd19046bde969);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0d5141532129cff6454ada52a5fb0b34.bindPopup(popup_c013f597a99a554a7059a34471d3dced)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_52014a835630ddfa07319a338600a264 = L.circleMarker(\n",
+       "                [-38.43076253303349, 143.48504634861652],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5338e608216ec245b75397440f2cab02 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cb1232c1d41286da2e47b8cd228d03e7 = $(`&lt;div id=&quot;html_cb1232c1d41286da2e47b8cd228d03e7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_5338e608216ec245b75397440f2cab02.setContent(html_cb1232c1d41286da2e47b8cd228d03e7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_52014a835630ddfa07319a338600a264.bindPopup(popup_5338e608216ec245b75397440f2cab02)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_092280bb65c220faf58ee4568393e211 = L.circleMarker(\n",
+       "                [-38.72595111093449, 143.3083680375279],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_660ea810963ad09676efd90aa9be1f65 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8fc16061a11fcbb926c84ad676c0ab52 = $(`&lt;div id=&quot;html_8fc16061a11fcbb926c84ad676c0ab52&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_660ea810963ad09676efd90aa9be1f65.setContent(html_8fc16061a11fcbb926c84ad676c0ab52);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_092280bb65c220faf58ee4568393e211.bindPopup(popup_660ea810963ad09676efd90aa9be1f65)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b6590ec35bfdd6d3f1a465490b808b27 = L.circleMarker(\n",
+       "                [-38.28244630527335, 143.48890462776643],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b7202bc4941e5ca2a825f714cf142539 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3db61a891ce786ab467c856799c4263c = $(`&lt;div id=&quot;html_3db61a891ce786ab467c856799c4263c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_b7202bc4941e5ca2a825f714cf142539.setContent(html_3db61a891ce786ab467c856799c4263c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b6590ec35bfdd6d3f1a465490b808b27.bindPopup(popup_b7202bc4941e5ca2a825f714cf142539)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_58cc925fef5e9c8e7c7fcba3d8d77327 = L.circleMarker(\n",
+       "                [-38.69258688359784, 143.56612785840375],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b0d0f2b49ec2aa775945fd699f715e4f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e34725ee2aea0ab743d386253e73d233 = $(`&lt;div id=&quot;html_e34725ee2aea0ab743d386253e73d233&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_b0d0f2b49ec2aa775945fd699f715e4f.setContent(html_e34725ee2aea0ab743d386253e73d233);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_58cc925fef5e9c8e7c7fcba3d8d77327.bindPopup(popup_b0d0f2b49ec2aa775945fd699f715e4f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_11262ef20a009828e1d841e478fbb8ae = L.circleMarker(\n",
+       "                [-38.23431903709717, 143.49627529739496],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_647c2e63f1be8a3f2e8d03cc01f7610c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8dc8432f5df989f27c7872c1c8b80e04 = $(`&lt;div id=&quot;html_8dc8432f5df989f27c7872c1c8b80e04&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_647c2e63f1be8a3f2e8d03cc01f7610c.setContent(html_8dc8432f5df989f27c7872c1c8b80e04);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_11262ef20a009828e1d841e478fbb8ae.bindPopup(popup_647c2e63f1be8a3f2e8d03cc01f7610c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d418b9eb0bfec267af336579cd925fa2 = L.circleMarker(\n",
+       "                [-38.28305206711699, 143.5685146823421],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ef0e9eb5335e6f98497d3b82454d04df = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_11f582735ff595bdc11ca4942799773d = $(`&lt;div id=&quot;html_11f582735ff595bdc11ca4942799773d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_ef0e9eb5335e6f98497d3b82454d04df.setContent(html_11f582735ff595bdc11ca4942799773d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d418b9eb0bfec267af336579cd925fa2.bindPopup(popup_ef0e9eb5335e6f98497d3b82454d04df)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1accecc4415f293de298b6870a7b6a43 = L.circleMarker(\n",
+       "                [-38.32243520057961, 143.4592474622916],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a550394e4a3945f9fa92450fc053f0a2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dde36c91a4cc8348bbcb2a1b7c2372b5 = $(`&lt;div id=&quot;html_dde36c91a4cc8348bbcb2a1b7c2372b5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_a550394e4a3945f9fa92450fc053f0a2.setContent(html_dde36c91a4cc8348bbcb2a1b7c2372b5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1accecc4415f293de298b6870a7b6a43.bindPopup(popup_a550394e4a3945f9fa92450fc053f0a2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b0189a26644de6320e8303177a341ddb = L.circleMarker(\n",
+       "                [-38.35337356881887, 143.41892505494135],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5ba29c93d0aeaabafaf1024fe0698fbe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_70c78de0c77cedd6d77ef8db285c2561 = $(`&lt;div id=&quot;html_70c78de0c77cedd6d77ef8db285c2561&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_5ba29c93d0aeaabafaf1024fe0698fbe.setContent(html_70c78de0c77cedd6d77ef8db285c2561);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b0189a26644de6320e8303177a341ddb.bindPopup(popup_5ba29c93d0aeaabafaf1024fe0698fbe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_91b52b168ab84a2ec6c5baeb32ac292c = L.circleMarker(\n",
+       "                [-38.33255531736997, 143.5432256956211],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c2ce1fb235390b3f9630113b181efab9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f12978b1027e2ac2d693c786176071f5 = $(`&lt;div id=&quot;html_f12978b1027e2ac2d693c786176071f5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_c2ce1fb235390b3f9630113b181efab9.setContent(html_f12978b1027e2ac2d693c786176071f5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_91b52b168ab84a2ec6c5baeb32ac292c.bindPopup(popup_c2ce1fb235390b3f9630113b181efab9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2097885c66ce98216a63698df7151bb3 = L.circleMarker(\n",
+       "                [-38.20260595666429, 143.81461068535174],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8d454b4042a4eaa986a30d0fc17e02c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4af27a423583c4417bc06b16b5d37b41 = $(`&lt;div id=&quot;html_4af27a423583c4417bc06b16b5d37b41&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_8d454b4042a4eaa986a30d0fc17e02c8.setContent(html_4af27a423583c4417bc06b16b5d37b41);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2097885c66ce98216a63698df7151bb3.bindPopup(popup_8d454b4042a4eaa986a30d0fc17e02c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a3408f3cc2be4e2be636dd120a863df5 = L.circleMarker(\n",
+       "                [-38.37531203817576, 143.3515226600017],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6558c1a0fdc71141a9ecbcb46c504731 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dc50315696cc22f4eca3a8d9a09f2036 = $(`&lt;div id=&quot;html_dc50315696cc22f4eca3a8d9a09f2036&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_6558c1a0fdc71141a9ecbcb46c504731.setContent(html_dc50315696cc22f4eca3a8d9a09f2036);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a3408f3cc2be4e2be636dd120a863df5.bindPopup(popup_6558c1a0fdc71141a9ecbcb46c504731)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b49914c8e5c5b501e449d8b69a31a304 = L.circleMarker(\n",
+       "                [-38.22514167756546, 143.55722520483488],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c72077832a26ff66654cf721044ab0d3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_74b930072620ab905499fed5e2be1272 = $(`&lt;div id=&quot;html_74b930072620ab905499fed5e2be1272&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_c72077832a26ff66654cf721044ab0d3.setContent(html_74b930072620ab905499fed5e2be1272);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b49914c8e5c5b501e449d8b69a31a304.bindPopup(popup_c72077832a26ff66654cf721044ab0d3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_80a87e0bbc467a089710c66a5c30bd3b = L.circleMarker(\n",
+       "                [-38.63388326376733, 143.4949156080683],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0f5e03f36965cfe327112844dcf621ae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_163c7286aea25bc9ecc25c75d7b8cb7e = $(`&lt;div id=&quot;html_163c7286aea25bc9ecc25c75d7b8cb7e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_0f5e03f36965cfe327112844dcf621ae.setContent(html_163c7286aea25bc9ecc25c75d7b8cb7e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_80a87e0bbc467a089710c66a5c30bd3b.bindPopup(popup_0f5e03f36965cfe327112844dcf621ae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7991aa523125d10118474d68783e5330 = L.circleMarker(\n",
+       "                [-38.36761697263216, 143.64661817158213],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fd6ac35227779f47db64c3fc22286f25 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f18cb56cd6c3d59e267cbd76c2040ec3 = $(`&lt;div id=&quot;html_f18cb56cd6c3d59e267cbd76c2040ec3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_fd6ac35227779f47db64c3fc22286f25.setContent(html_f18cb56cd6c3d59e267cbd76c2040ec3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7991aa523125d10118474d68783e5330.bindPopup(popup_fd6ac35227779f47db64c3fc22286f25)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_461c1b1d0c7de6f389771d35d9e8f87c = L.circleMarker(\n",
+       "                [-38.4240858741475, 143.32862799372006],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dae50f1b0ec54ff6722f0ae232a800f2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6b892da81651190d421fc5b6cc771006 = $(`&lt;div id=&quot;html_6b892da81651190d421fc5b6cc771006&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_dae50f1b0ec54ff6722f0ae232a800f2.setContent(html_6b892da81651190d421fc5b6cc771006);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_461c1b1d0c7de6f389771d35d9e8f87c.bindPopup(popup_dae50f1b0ec54ff6722f0ae232a800f2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5d2f09021b68bb673d29ee489895790d = L.circleMarker(\n",
+       "                [-38.43212795771053, 143.5455544274967],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f7ad1f1bb2bdccca8955327d30de3b40 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1e6f4afa7aac7df74552f4b72f0479c4 = $(`&lt;div id=&quot;html_1e6f4afa7aac7df74552f4b72f0479c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_f7ad1f1bb2bdccca8955327d30de3b40.setContent(html_1e6f4afa7aac7df74552f4b72f0479c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5d2f09021b68bb673d29ee489895790d.bindPopup(popup_f7ad1f1bb2bdccca8955327d30de3b40)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_80734955938191c6c89f063eb384a53e = L.circleMarker(\n",
+       "                [-38.38756046396966, 143.2500390682468],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a112fb37240d0628c3d5177870ba1c22 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9aaee35e4ad2283a3c3b9c2dced9aced = $(`&lt;div id=&quot;html_9aaee35e4ad2283a3c3b9c2dced9aced&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_a112fb37240d0628c3d5177870ba1c22.setContent(html_9aaee35e4ad2283a3c3b9c2dced9aced);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_80734955938191c6c89f063eb384a53e.bindPopup(popup_a112fb37240d0628c3d5177870ba1c22)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_113696b16299a020b367e1b9d3622513 = L.circleMarker(\n",
+       "                [-38.79359120479453, 143.49327802766135],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_85aa14f4e7251386b0f68625aff1a793 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cb7a91a11d30017a90c23d93b88ef53e = $(`&lt;div id=&quot;html_cb7a91a11d30017a90c23d93b88ef53e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_85aa14f4e7251386b0f68625aff1a793.setContent(html_cb7a91a11d30017a90c23d93b88ef53e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_113696b16299a020b367e1b9d3622513.bindPopup(popup_85aa14f4e7251386b0f68625aff1a793)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c68cfdaa62f3a5a94c7ce9921c73b0c3 = L.circleMarker(\n",
+       "                [-38.50818733185537, 143.78816672373222],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_59e7eca345f79044b759c050ada4bae6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d1662acc1c00a9b5bdf15a2779534130 = $(`&lt;div id=&quot;html_d1662acc1c00a9b5bdf15a2779534130&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_59e7eca345f79044b759c050ada4bae6.setContent(html_d1662acc1c00a9b5bdf15a2779534130);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c68cfdaa62f3a5a94c7ce9921c73b0c3.bindPopup(popup_59e7eca345f79044b759c050ada4bae6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6cbcb86afd7c4051e327deb05e99ce5c = L.circleMarker(\n",
+       "                [-38.33361736545962, 143.82199441006375],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e6a2100114db5adc448e8985a25a5595 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_efed5ce42a5b028ad8496509759f5e0e = $(`&lt;div id=&quot;html_efed5ce42a5b028ad8496509759f5e0e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_e6a2100114db5adc448e8985a25a5595.setContent(html_efed5ce42a5b028ad8496509759f5e0e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6cbcb86afd7c4051e327deb05e99ce5c.bindPopup(popup_e6a2100114db5adc448e8985a25a5595)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_20f89d31c8923422d8d928610b69ca77 = L.circleMarker(\n",
+       "                [-38.3703091780606, 143.83597600035628],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f479495e7c41de26f610f08370fecf75 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e7667e28e1e9392e1da9905f8668b989 = $(`&lt;div id=&quot;html_e7667e28e1e9392e1da9905f8668b989&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_f479495e7c41de26f610f08370fecf75.setContent(html_e7667e28e1e9392e1da9905f8668b989);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_20f89d31c8923422d8d928610b69ca77.bindPopup(popup_f479495e7c41de26f610f08370fecf75)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5f37746c6fdfa4b2c776850778dd857c = L.circleMarker(\n",
+       "                [-38.18126861820799, 143.664617972778],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_26810494af4a94726d7b41a7b7ed5b71 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4a36de037f2b8aa84da8b1f752e4a064 = $(`&lt;div id=&quot;html_4a36de037f2b8aa84da8b1f752e4a064&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_26810494af4a94726d7b41a7b7ed5b71.setContent(html_4a36de037f2b8aa84da8b1f752e4a064);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5f37746c6fdfa4b2c776850778dd857c.bindPopup(popup_26810494af4a94726d7b41a7b7ed5b71)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2cb5852435f7ebe046aec529b365a503 = L.circleMarker(\n",
+       "                [-38.41833691248819, 143.18857784944103],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5eb4bc2708204a0e3b956c67883b4c66 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_387941bef24b86788fdb9d5c7dae189e = $(`&lt;div id=&quot;html_387941bef24b86788fdb9d5c7dae189e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_5eb4bc2708204a0e3b956c67883b4c66.setContent(html_387941bef24b86788fdb9d5c7dae189e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2cb5852435f7ebe046aec529b365a503.bindPopup(popup_5eb4bc2708204a0e3b956c67883b4c66)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7622b02afca8e042a0c7ef72059e8e7a = L.circleMarker(\n",
+       "                [-38.496831968267344, 143.61280517371293],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_02f1821db7e993ebe797d02f1242d3e9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3d195752b987d5ad85ca46c166704dcd = $(`&lt;div id=&quot;html_3d195752b987d5ad85ca46c166704dcd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_02f1821db7e993ebe797d02f1242d3e9.setContent(html_3d195752b987d5ad85ca46c166704dcd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7622b02afca8e042a0c7ef72059e8e7a.bindPopup(popup_02f1821db7e993ebe797d02f1242d3e9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_63d022af8df1269b953b27901e3cd6df = L.circleMarker(\n",
+       "                [-38.69099266708533, 143.79739394534758],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2328964a7016aa9248c83610eed5eea0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_761926ef23061fa4a47748600f882029 = $(`&lt;div id=&quot;html_761926ef23061fa4a47748600f882029&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_2328964a7016aa9248c83610eed5eea0.setContent(html_761926ef23061fa4a47748600f882029);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_63d022af8df1269b953b27901e3cd6df.bindPopup(popup_2328964a7016aa9248c83610eed5eea0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4f182bd2375c2c4e936750d42edee1c7 = L.circleMarker(\n",
+       "                [-38.62493722565431, 143.8493730427907],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ccfc620f3bd7fb5254e290c84beedf4b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ef92b440eedf6e760e64ab7868f0f170 = $(`&lt;div id=&quot;html_ef92b440eedf6e760e64ab7868f0f170&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_ccfc620f3bd7fb5254e290c84beedf4b.setContent(html_ef92b440eedf6e760e64ab7868f0f170);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4f182bd2375c2c4e936750d42edee1c7.bindPopup(popup_ccfc620f3bd7fb5254e290c84beedf4b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a1454e32f284ce7c622a373a44be26fd = L.circleMarker(\n",
+       "                [-38.19915646975635, 143.47931264705744],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_270719900f77f5b7aa9bd584f1818a7f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_859a1bef05fc663d3b5b26d49b5ea679 = $(`&lt;div id=&quot;html_859a1bef05fc663d3b5b26d49b5ea679&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_270719900f77f5b7aa9bd584f1818a7f.setContent(html_859a1bef05fc663d3b5b26d49b5ea679);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a1454e32f284ce7c622a373a44be26fd.bindPopup(popup_270719900f77f5b7aa9bd584f1818a7f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4eb3395335dbc72ebc8ed3d317e2f074 = L.circleMarker(\n",
+       "                [-38.69170825255731, 143.71752244019973],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e1772ca8ec62a2c4628ded46460f33e9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_38520117d2f9d472e2ae024c8978ad99 = $(`&lt;div id=&quot;html_38520117d2f9d472e2ae024c8978ad99&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_e1772ca8ec62a2c4628ded46460f33e9.setContent(html_38520117d2f9d472e2ae024c8978ad99);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4eb3395335dbc72ebc8ed3d317e2f074.bindPopup(popup_e1772ca8ec62a2c4628ded46460f33e9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d6eb91c81e2743b87ffa48dcbc7b4935 = L.circleMarker(\n",
+       "                [-38.67561798461708, 143.77932470659556],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1282013a317fa576c20b6dbfa9104468 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3329df0b4b206f5157927602fad5a8e4 = $(`&lt;div id=&quot;html_3329df0b4b206f5157927602fad5a8e4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_1282013a317fa576c20b6dbfa9104468.setContent(html_3329df0b4b206f5157927602fad5a8e4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d6eb91c81e2743b87ffa48dcbc7b4935.bindPopup(popup_1282013a317fa576c20b6dbfa9104468)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bd7cd884b96e5767135d73366b969520 = L.circleMarker(\n",
+       "                [-38.79753308529054, 143.55940300983343],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5261f9cf352dc6c2f789cfb58690c594 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a00ddde1806a749aa371aa1a743d1e69 = $(`&lt;div id=&quot;html_a00ddde1806a749aa371aa1a743d1e69&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_5261f9cf352dc6c2f789cfb58690c594.setContent(html_a00ddde1806a749aa371aa1a743d1e69);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bd7cd884b96e5767135d73366b969520.bindPopup(popup_5261f9cf352dc6c2f789cfb58690c594)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0049d4310118865472803df69a8e647f = L.circleMarker(\n",
+       "                [-38.68516798828789, 143.8213762575797],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e8db1fbfc9cd34d6d651dc327cfae407 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7896f06492771ad6b5d218eef8cad2b0 = $(`&lt;div id=&quot;html_7896f06492771ad6b5d218eef8cad2b0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_e8db1fbfc9cd34d6d651dc327cfae407.setContent(html_7896f06492771ad6b5d218eef8cad2b0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0049d4310118865472803df69a8e647f.bindPopup(popup_e8db1fbfc9cd34d6d651dc327cfae407)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_47903026031611becfdc3169ece38c6a = L.circleMarker(\n",
+       "                [-38.6339363297067, 143.74398740056958],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9423503a5afbd93cc42b1afed668886c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2302d2dda60993acf7e7a2f33ab2b498 = $(`&lt;div id=&quot;html_2302d2dda60993acf7e7a2f33ab2b498&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_9423503a5afbd93cc42b1afed668886c.setContent(html_2302d2dda60993acf7e7a2f33ab2b498);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_47903026031611becfdc3169ece38c6a.bindPopup(popup_9423503a5afbd93cc42b1afed668886c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_58dd5565e5e9eb9a38a929f97c1a9ccf = L.circleMarker(\n",
+       "                [-38.71345762444789, 143.73118861178452],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_05b075fd01101e45446c870a348f2924 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_709cc7a382f0585ad1560fb406044e93 = $(`&lt;div id=&quot;html_709cc7a382f0585ad1560fb406044e93&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_05b075fd01101e45446c870a348f2924.setContent(html_709cc7a382f0585ad1560fb406044e93);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_58dd5565e5e9eb9a38a929f97c1a9ccf.bindPopup(popup_05b075fd01101e45446c870a348f2924)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f53bd46467d6c71c5291c4962e74efba = L.circleMarker(\n",
+       "                [-38.65577701861611, 143.45473637495917],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b2d8e23a0d6f6995ea2ffca63c4572c1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3bc71a4c0956d682a9c5a06b6ae028e4 = $(`&lt;div id=&quot;html_3bc71a4c0956d682a9c5a06b6ae028e4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_b2d8e23a0d6f6995ea2ffca63c4572c1.setContent(html_3bc71a4c0956d682a9c5a06b6ae028e4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f53bd46467d6c71c5291c4962e74efba.bindPopup(popup_b2d8e23a0d6f6995ea2ffca63c4572c1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3ab2e3a3bfad0c8937dcbebb58ff9de0 = L.circleMarker(\n",
+       "                [-38.63662242807273, 143.29754298176425],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_59f3072731cfedfef9b3a2d232cf59af = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bbf655ba6e2f68025d750fe1f59b6b96 = $(`&lt;div id=&quot;html_bbf655ba6e2f68025d750fe1f59b6b96&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_59f3072731cfedfef9b3a2d232cf59af.setContent(html_bbf655ba6e2f68025d750fe1f59b6b96);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3ab2e3a3bfad0c8937dcbebb58ff9de0.bindPopup(popup_59f3072731cfedfef9b3a2d232cf59af)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bbe4b267964e774917ff731caa550e84 = L.circleMarker(\n",
+       "                [-38.624612324268384, 143.51539366384216],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_39eed295b068c6308f29e83eb5ca2f0f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0c8ad700b2b90b4ab20f61b7b2a09eee = $(`&lt;div id=&quot;html_0c8ad700b2b90b4ab20f61b7b2a09eee&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_39eed295b068c6308f29e83eb5ca2f0f.setContent(html_0c8ad700b2b90b4ab20f61b7b2a09eee);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bbe4b267964e774917ff731caa550e84.bindPopup(popup_39eed295b068c6308f29e83eb5ca2f0f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7fc6612c353dc6499c2f09c23ddbd9a9 = L.circleMarker(\n",
+       "                [-38.77833896317618, 143.65516120480729],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ec2d3fd7a5d8bc97fb6cd0e398d6ed66 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f2177d0da5dc3e052e985e0478aa9c58 = $(`&lt;div id=&quot;html_f2177d0da5dc3e052e985e0478aa9c58&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_ec2d3fd7a5d8bc97fb6cd0e398d6ed66.setContent(html_f2177d0da5dc3e052e985e0478aa9c58);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7fc6612c353dc6499c2f09c23ddbd9a9.bindPopup(popup_ec2d3fd7a5d8bc97fb6cd0e398d6ed66)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_df463ec26a1ef31cd17391007e84415e = L.circleMarker(\n",
+       "                [-38.29645888137235, 143.52745655870336],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3f872df584b23006d46143b7468c0a2f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b78d873de8ce9e7de904c356932be4d4 = $(`&lt;div id=&quot;html_b78d873de8ce9e7de904c356932be4d4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_3f872df584b23006d46143b7468c0a2f.setContent(html_b78d873de8ce9e7de904c356932be4d4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_df463ec26a1ef31cd17391007e84415e.bindPopup(popup_3f872df584b23006d46143b7468c0a2f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7a137c54529147a4ce63f75f4f229910 = L.circleMarker(\n",
+       "                [-38.5919282665668, 143.8732712109119],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c3dd972e52b7f41f03eb94c35a87a827 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_90eb5dc3b048dd8568fb62c8827d4da3 = $(`&lt;div id=&quot;html_90eb5dc3b048dd8568fb62c8827d4da3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_c3dd972e52b7f41f03eb94c35a87a827.setContent(html_90eb5dc3b048dd8568fb62c8827d4da3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7a137c54529147a4ce63f75f4f229910.bindPopup(popup_c3dd972e52b7f41f03eb94c35a87a827)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d5354c841ee9709b3dc574a672c0ca6b = L.circleMarker(\n",
+       "                [-38.04457438180623, 143.77267769001406],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2e2d26e65253d19e0cdbd5589ab94510 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a737ffb605e49d481d5d46477029c072 = $(`&lt;div id=&quot;html_a737ffb605e49d481d5d46477029c072&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_2e2d26e65253d19e0cdbd5589ab94510.setContent(html_a737ffb605e49d481d5d46477029c072);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d5354c841ee9709b3dc574a672c0ca6b.bindPopup(popup_2e2d26e65253d19e0cdbd5589ab94510)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_290d272610eff749085420dba16d406b = L.circleMarker(\n",
+       "                [-38.14635890736639, 143.59235883378696],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c1ba9ded0cc3c78e502c6ff746cb3afa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_32d38f5e4a01bd4fd735f8fa2a80acda = $(`&lt;div id=&quot;html_32d38f5e4a01bd4fd735f8fa2a80acda&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_c1ba9ded0cc3c78e502c6ff746cb3afa.setContent(html_32d38f5e4a01bd4fd735f8fa2a80acda);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_290d272610eff749085420dba16d406b.bindPopup(popup_c1ba9ded0cc3c78e502c6ff746cb3afa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ddab9542c9af74c0b338343bfd1c1834 = L.circleMarker(\n",
+       "                [-38.22854904511729, 143.41076638045726],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_abfc5f0abfee222824816490665a72d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_80fbcdc85264e6f68e6d52de199a308a = $(`&lt;div id=&quot;html_80fbcdc85264e6f68e6d52de199a308a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_abfc5f0abfee222824816490665a72d9.setContent(html_80fbcdc85264e6f68e6d52de199a308a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ddab9542c9af74c0b338343bfd1c1834.bindPopup(popup_abfc5f0abfee222824816490665a72d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a2de199fecc52751ac56e3abe6fbff97 = L.circleMarker(\n",
+       "                [-38.5347748745408, 143.56471892817078],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_85f47c7310e52d25bfc5af38deb857ab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_103083b21c3392b8bb43fe2fc9170e79 = $(`&lt;div id=&quot;html_103083b21c3392b8bb43fe2fc9170e79&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_85f47c7310e52d25bfc5af38deb857ab.setContent(html_103083b21c3392b8bb43fe2fc9170e79);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a2de199fecc52751ac56e3abe6fbff97.bindPopup(popup_85f47c7310e52d25bfc5af38deb857ab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4218805597952c7eafb857da101ff3b9 = L.circleMarker(\n",
+       "                [-38.63864321080026, 143.80502596551884],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_38976b7cf687304984ccf1a0a325f4ae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3295b3b0ec1dbf3fd7f13d7b2e5b8716 = $(`&lt;div id=&quot;html_3295b3b0ec1dbf3fd7f13d7b2e5b8716&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_38976b7cf687304984ccf1a0a325f4ae.setContent(html_3295b3b0ec1dbf3fd7f13d7b2e5b8716);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4218805597952c7eafb857da101ff3b9.bindPopup(popup_38976b7cf687304984ccf1a0a325f4ae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c942c37108ffc2fadb8b70fe83b2e2c9 = L.circleMarker(\n",
+       "                [-38.09768082691516, 143.6948311755577],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bd7bd56609ecde3a42cba311cdda24a3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6c6b51f4636a79b1ca483666763cbe74 = $(`&lt;div id=&quot;html_6c6b51f4636a79b1ca483666763cbe74&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_bd7bd56609ecde3a42cba311cdda24a3.setContent(html_6c6b51f4636a79b1ca483666763cbe74);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c942c37108ffc2fadb8b70fe83b2e2c9.bindPopup(popup_bd7bd56609ecde3a42cba311cdda24a3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b816150a27cb9499ca18b184e9232ad = L.circleMarker(\n",
+       "                [-38.08752542956936, 143.81309478466653],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_47685f1b36ae158f03d4c001054f64ba = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2fe49d5e12ab958bd2005301d027ca87 = $(`&lt;div id=&quot;html_2fe49d5e12ab958bd2005301d027ca87&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_47685f1b36ae158f03d4c001054f64ba.setContent(html_2fe49d5e12ab958bd2005301d027ca87);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b816150a27cb9499ca18b184e9232ad.bindPopup(popup_47685f1b36ae158f03d4c001054f64ba)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b45eb36a9d585b97163b5b94a51ccd60 = L.circleMarker(\n",
+       "                [-38.45395336466952, 143.41745439039244],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f3ccf83fdcedab57df4267a41c503644 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8f2e4e7d4a54fe26b2b81ac316cd5766 = $(`&lt;div id=&quot;html_8f2e4e7d4a54fe26b2b81ac316cd5766&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_f3ccf83fdcedab57df4267a41c503644.setContent(html_8f2e4e7d4a54fe26b2b81ac316cd5766);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b45eb36a9d585b97163b5b94a51ccd60.bindPopup(popup_f3ccf83fdcedab57df4267a41c503644)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dc48972c7859988bec1b1d57d6303c59 = L.circleMarker(\n",
+       "                [-38.73426440193108, 143.3944133823078],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f4eb2ebee246939866e40b301b615faa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a773333da0cbbc8203ba115d289dde6d = $(`&lt;div id=&quot;html_a773333da0cbbc8203ba115d289dde6d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_f4eb2ebee246939866e40b301b615faa.setContent(html_a773333da0cbbc8203ba115d289dde6d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dc48972c7859988bec1b1d57d6303c59.bindPopup(popup_f4eb2ebee246939866e40b301b615faa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_19c8b77a20f1355c7cf4bc5f265d62f4 = L.circleMarker(\n",
+       "                [-38.6565831833325, 143.7141913992913],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_06ab8d6409eba695e0ef4100a5b6819e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_445539cfa97ba24a84520b227fc2bf37 = $(`&lt;div id=&quot;html_445539cfa97ba24a84520b227fc2bf37&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_06ab8d6409eba695e0ef4100a5b6819e.setContent(html_445539cfa97ba24a84520b227fc2bf37);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_19c8b77a20f1355c7cf4bc5f265d62f4.bindPopup(popup_06ab8d6409eba695e0ef4100a5b6819e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1d9a2f7478af2dd2a4ef77b033fccdb3 = L.circleMarker(\n",
+       "                [-38.39497100781515, 143.7068643582435],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_317a4adc12261041471af3f38b763ee3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_52dc7e373d7a6dc8791fccb0083311ba = $(`&lt;div id=&quot;html_52dc7e373d7a6dc8791fccb0083311ba&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_317a4adc12261041471af3f38b763ee3.setContent(html_52dc7e373d7a6dc8791fccb0083311ba);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1d9a2f7478af2dd2a4ef77b033fccdb3.bindPopup(popup_317a4adc12261041471af3f38b763ee3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0bb0b69bf092f73338d8374324a41b8d = L.circleMarker(\n",
+       "                [-38.5657646540472, 143.4183027246099],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0d49438a529cad71fbbf5b03eff329dd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_992a68c1c80d3ac9919288c7e638339f = $(`&lt;div id=&quot;html_992a68c1c80d3ac9919288c7e638339f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_0d49438a529cad71fbbf5b03eff329dd.setContent(html_992a68c1c80d3ac9919288c7e638339f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0bb0b69bf092f73338d8374324a41b8d.bindPopup(popup_0d49438a529cad71fbbf5b03eff329dd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4db4fd5af33380bbb641f9879d2a89cf = L.circleMarker(\n",
+       "                [-38.27149037586307, 143.6749524760881],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bce1576dec130d3ec3548bfa7f7dafff = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_31c486e30823b03ff4e46a680a5a6b56 = $(`&lt;div id=&quot;html_31c486e30823b03ff4e46a680a5a6b56&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_bce1576dec130d3ec3548bfa7f7dafff.setContent(html_31c486e30823b03ff4e46a680a5a6b56);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4db4fd5af33380bbb641f9879d2a89cf.bindPopup(popup_bce1576dec130d3ec3548bfa7f7dafff)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1d8a2bcc9956083cecbe3ce93ed946a6 = L.circleMarker(\n",
+       "                [-38.634719666365726, 143.59254643313906],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1783483727af72aea220f6459086c642 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1865bb9353236c47cd97c87814992236 = $(`&lt;div id=&quot;html_1865bb9353236c47cd97c87814992236&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_1783483727af72aea220f6459086c642.setContent(html_1865bb9353236c47cd97c87814992236);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1d8a2bcc9956083cecbe3ce93ed946a6.bindPopup(popup_1783483727af72aea220f6459086c642)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fb1e2aff70025ad827ebcacdea7e40a9 = L.circleMarker(\n",
+       "                [-38.338136638707134, 143.6154877546726],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_327a8ce77a83085a8ae5d50d356a3514 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b584fc948ed9d67bfe2899d4e40b0bb7 = $(`&lt;div id=&quot;html_b584fc948ed9d67bfe2899d4e40b0bb7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_327a8ce77a83085a8ae5d50d356a3514.setContent(html_b584fc948ed9d67bfe2899d4e40b0bb7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fb1e2aff70025ad827ebcacdea7e40a9.bindPopup(popup_327a8ce77a83085a8ae5d50d356a3514)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c91e5642c67aa82cb261bd6298531721 = L.circleMarker(\n",
+       "                [-38.153205350237606, 143.72983040356235],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dd877c9aebe031490425f4dde5179d27 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9bd809caffc71dbec0d1cd6a640c65ce = $(`&lt;div id=&quot;html_9bd809caffc71dbec0d1cd6a640c65ce&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_dd877c9aebe031490425f4dde5179d27.setContent(html_9bd809caffc71dbec0d1cd6a640c65ce);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c91e5642c67aa82cb261bd6298531721.bindPopup(popup_dd877c9aebe031490425f4dde5179d27)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4428c9daf823e1c1883aae7a9f091a1a = L.circleMarker(\n",
+       "                [-38.50475965051009, 143.25328904729113],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_316cc2c94ed0eabd888bc70cf25f1d78 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d41ac3141772409e44f75d96165ce7d0 = $(`&lt;div id=&quot;html_d41ac3141772409e44f75d96165ce7d0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_316cc2c94ed0eabd888bc70cf25f1d78.setContent(html_d41ac3141772409e44f75d96165ce7d0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4428c9daf823e1c1883aae7a9f091a1a.bindPopup(popup_316cc2c94ed0eabd888bc70cf25f1d78)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_90d5cc96676cbdc667fdf970330329a8 = L.circleMarker(\n",
+       "                [-38.37111147390909, 143.58001709883416],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0b609cbed07704c1fdc4c4bcaf2d65a5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a152a408b57d347a90b0b7ba48f4282b = $(`&lt;div id=&quot;html_a152a408b57d347a90b0b7ba48f4282b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_0b609cbed07704c1fdc4c4bcaf2d65a5.setContent(html_a152a408b57d347a90b0b7ba48f4282b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_90d5cc96676cbdc667fdf970330329a8.bindPopup(popup_0b609cbed07704c1fdc4c4bcaf2d65a5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_95a2a9cdeca80568a4d565101e95f1c3 = L.circleMarker(\n",
+       "                [-38.51001808952514, 143.6995300348348],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2437a5ee3de1a073ebeecab5def8b891 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f5915d33ebe90d636f4cb9b403667532 = $(`&lt;div id=&quot;html_f5915d33ebe90d636f4cb9b403667532&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_2437a5ee3de1a073ebeecab5def8b891.setContent(html_f5915d33ebe90d636f4cb9b403667532);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_95a2a9cdeca80568a4d565101e95f1c3.bindPopup(popup_2437a5ee3de1a073ebeecab5def8b891)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b5ca9e23b3edc63dc1b8de5fefe64542 = L.circleMarker(\n",
+       "                [-38.71280905495243, 143.2271807671091],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_489d66ff0ebea3699e8c25943c366e8e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_26a5a83592f15575bd64191f3ab065b5 = $(`&lt;div id=&quot;html_26a5a83592f15575bd64191f3ab065b5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_489d66ff0ebea3699e8c25943c366e8e.setContent(html_26a5a83592f15575bd64191f3ab065b5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b5ca9e23b3edc63dc1b8de5fefe64542.bindPopup(popup_489d66ff0ebea3699e8c25943c366e8e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b3b567feb57d45baed6dcce3d7bc526a = L.circleMarker(\n",
+       "                [-38.31850081730018, 143.71522740469018],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e495811a7d117c8bbb02eeafc5640a58 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_01821abb5fad113ae10236ae7e87d34d = $(`&lt;div id=&quot;html_01821abb5fad113ae10236ae7e87d34d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_e495811a7d117c8bbb02eeafc5640a58.setContent(html_01821abb5fad113ae10236ae7e87d34d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b3b567feb57d45baed6dcce3d7bc526a.bindPopup(popup_e495811a7d117c8bbb02eeafc5640a58)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7d6a190adb05ad03bfd72da7bffc05f7 = L.circleMarker(\n",
+       "                [-38.72779083108799, 143.641471815064],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_35e0aeb7b9e30a810ab4f2c24a7537a2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4cafb3d818308f2b97d1dd4441d71d7d = $(`&lt;div id=&quot;html_4cafb3d818308f2b97d1dd4441d71d7d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_35e0aeb7b9e30a810ab4f2c24a7537a2.setContent(html_4cafb3d818308f2b97d1dd4441d71d7d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7d6a190adb05ad03bfd72da7bffc05f7.bindPopup(popup_35e0aeb7b9e30a810ab4f2c24a7537a2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2efe1d5a1ccd5095c8b28a14a1004103 = L.circleMarker(\n",
+       "                [-38.428254904670574, 143.6153396978074],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4a7ab27bdd1ae16627eb3792a0dbf759 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a5f924783b42f2a62e5962d19d07c553 = $(`&lt;div id=&quot;html_a5f924783b42f2a62e5962d19d07c553&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_4a7ab27bdd1ae16627eb3792a0dbf759.setContent(html_a5f924783b42f2a62e5962d19d07c553);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2efe1d5a1ccd5095c8b28a14a1004103.bindPopup(popup_4a7ab27bdd1ae16627eb3792a0dbf759)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_69221f26b20d8ca6fef1b4dcc37ab1cc = L.circleMarker(\n",
+       "                [-38.15629806467648, 143.50421214612544],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_46fa6d8f8f5ec7c581931203373bfb7c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca521c5a08bdb7b26aa4afc6002057fc = $(`&lt;div id=&quot;html_ca521c5a08bdb7b26aa4afc6002057fc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_46fa6d8f8f5ec7c581931203373bfb7c.setContent(html_ca521c5a08bdb7b26aa4afc6002057fc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_69221f26b20d8ca6fef1b4dcc37ab1cc.bindPopup(popup_46fa6d8f8f5ec7c581931203373bfb7c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a2b0419a9cbb6642b5bcff8a174f0507 = L.circleMarker(\n",
+       "                [-38.74209539288286, 143.49215480731468],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b5173bcb7c013a04d75beca3df4aa12f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6052abffd5dbcfa5f847d4fb7897c0ba = $(`&lt;div id=&quot;html_6052abffd5dbcfa5f847d4fb7897c0ba&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_b5173bcb7c013a04d75beca3df4aa12f.setContent(html_6052abffd5dbcfa5f847d4fb7897c0ba);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a2b0419a9cbb6642b5bcff8a174f0507.bindPopup(popup_b5173bcb7c013a04d75beca3df4aa12f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_74a184d9cab830d95572fe110a9a65da = L.circleMarker(\n",
+       "                [-38.24262567591683, 143.6176130556248],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f388604808eba339b1fa986ac26640e6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_beb2745d6e3f589ef7e205cf3575ceca = $(`&lt;div id=&quot;html_beb2745d6e3f589ef7e205cf3575ceca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_f388604808eba339b1fa986ac26640e6.setContent(html_beb2745d6e3f589ef7e205cf3575ceca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_74a184d9cab830d95572fe110a9a65da.bindPopup(popup_f388604808eba339b1fa986ac26640e6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_abdfde2c9ddbdb73e6a8bff75a6ba36d = L.circleMarker(\n",
+       "                [-38.33084372112396, 143.30738899889695],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5c2a881885f3d077695d1eca597173e3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8481eb80e2ab006fb2d570a930a94f8d = $(`&lt;div id=&quot;html_8481eb80e2ab006fb2d570a930a94f8d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_5c2a881885f3d077695d1eca597173e3.setContent(html_8481eb80e2ab006fb2d570a930a94f8d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_abdfde2c9ddbdb73e6a8bff75a6ba36d.bindPopup(popup_5c2a881885f3d077695d1eca597173e3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e8738705d0d4ca6bb16f65216f9193b9 = L.circleMarker(\n",
+       "                [-38.45295114983327, 143.6947896826126],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9329241c643442fcb8f3962508131f1c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_627e64921ac13bbe609e075cbfb25714 = $(`&lt;div id=&quot;html_627e64921ac13bbe609e075cbfb25714&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_9329241c643442fcb8f3962508131f1c.setContent(html_627e64921ac13bbe609e075cbfb25714);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e8738705d0d4ca6bb16f65216f9193b9.bindPopup(popup_9329241c643442fcb8f3962508131f1c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d99b215edd5fe98a7c3356e13b8b0d7c = L.circleMarker(\n",
+       "                [-38.356155416533376, 143.50651562333357],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e56b08a4ac0f7d1d67fd99d715ad9dbc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b2f1cae082665a93e7e198416f7d4595 = $(`&lt;div id=&quot;html_b2f1cae082665a93e7e198416f7d4595&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_e56b08a4ac0f7d1d67fd99d715ad9dbc.setContent(html_b2f1cae082665a93e7e198416f7d4595);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d99b215edd5fe98a7c3356e13b8b0d7c.bindPopup(popup_e56b08a4ac0f7d1d67fd99d715ad9dbc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2ebacc062c93c35f5e36b673053b8300 = L.circleMarker(\n",
+       "                [-38.66808603446318, 143.378705458146],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f35c0ffafb2f7aebe54ae0a8c0f2419b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_567e2234f0a60f05b9b93744060887ed = $(`&lt;div id=&quot;html_567e2234f0a60f05b9b93744060887ed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_f35c0ffafb2f7aebe54ae0a8c0f2419b.setContent(html_567e2234f0a60f05b9b93744060887ed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2ebacc062c93c35f5e36b673053b8300.bindPopup(popup_f35c0ffafb2f7aebe54ae0a8c0f2419b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_24ec39639bb3c28e63f46bf850171992 = L.circleMarker(\n",
+       "                [-38.71312173189683, 143.7101941717927],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4c3c557083a3f015f7d832dae317ed64 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3ba59fb53a659661b1723cc20247e2e7 = $(`&lt;div id=&quot;html_3ba59fb53a659661b1723cc20247e2e7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_4c3c557083a3f015f7d832dae317ed64.setContent(html_3ba59fb53a659661b1723cc20247e2e7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_24ec39639bb3c28e63f46bf850171992.bindPopup(popup_4c3c557083a3f015f7d832dae317ed64)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bf27ca429daac32f0b00636ffb30dcce = L.circleMarker(\n",
+       "                [-38.584345838348895, 143.71533209253593],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_21409e251d65a10e61a31875aac614de = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_333854d431eff9bb98863677997fbb9e = $(`&lt;div id=&quot;html_333854d431eff9bb98863677997fbb9e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_21409e251d65a10e61a31875aac614de.setContent(html_333854d431eff9bb98863677997fbb9e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bf27ca429daac32f0b00636ffb30dcce.bindPopup(popup_21409e251d65a10e61a31875aac614de)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ea7871805b90ce3f59e755ca2c35c976 = L.circleMarker(\n",
+       "                [-38.31321169184776, 143.5919823435204],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_889104e1358394bbbad3824faa3e898f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a2acb10c5665eeb8162adfbc70e8a849 = $(`&lt;div id=&quot;html_a2acb10c5665eeb8162adfbc70e8a849&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_889104e1358394bbbad3824faa3e898f.setContent(html_a2acb10c5665eeb8162adfbc70e8a849);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ea7871805b90ce3f59e755ca2c35c976.bindPopup(popup_889104e1358394bbbad3824faa3e898f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3f01908ce4db6a5402119f0e21b6a08c = L.circleMarker(\n",
+       "                [-38.03284136458981, 143.66602260903394],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1878af55339bf2116b5840f4eb7e2c19 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3e9e855e196cb7df00e3d9b403dabddb = $(`&lt;div id=&quot;html_3e9e855e196cb7df00e3d9b403dabddb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_1878af55339bf2116b5840f4eb7e2c19.setContent(html_3e9e855e196cb7df00e3d9b403dabddb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3f01908ce4db6a5402119f0e21b6a08c.bindPopup(popup_1878af55339bf2116b5840f4eb7e2c19)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4904c6212fd9878b8bd93802ef388108 = L.circleMarker(\n",
+       "                [-38.262406285952856, 143.5366577232929],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ca67d2ed4d58540c81ab48a599f2cfd8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_535ea4e894b4bf80a2799267c21719bf = $(`&lt;div id=&quot;html_535ea4e894b4bf80a2799267c21719bf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_ca67d2ed4d58540c81ab48a599f2cfd8.setContent(html_535ea4e894b4bf80a2799267c21719bf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4904c6212fd9878b8bd93802ef388108.bindPopup(popup_ca67d2ed4d58540c81ab48a599f2cfd8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_82253fea93ff27546568466ad9c1e286 = L.circleMarker(\n",
+       "                [-38.106645750432776, 143.56095339870467],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_91019769b9db43088757175152a47ea3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e3ce6b1155f8bb4b01d746d358436edc = $(`&lt;div id=&quot;html_e3ce6b1155f8bb4b01d746d358436edc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_91019769b9db43088757175152a47ea3.setContent(html_e3ce6b1155f8bb4b01d746d358436edc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_82253fea93ff27546568466ad9c1e286.bindPopup(popup_91019769b9db43088757175152a47ea3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2024cbd32cb2c5d19fcdd70aba824dda = L.circleMarker(\n",
+       "                [-38.4206731330087, 143.80871031337716],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff2e0ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff2e0ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ee03549e4f706e246cdeab5990bfd7c3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_47c034816a6f83ec3782d1b5f035a5b2 = $(`&lt;div id=&quot;html_47c034816a6f83ec3782d1b5f035a5b2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Colac Otway: crime count = -0.5549480260861143&lt;/div&gt;`)[0];\n",
+       "                popup_ee03549e4f706e246cdeab5990bfd7c3.setContent(html_47c034816a6f83ec3782d1b5f035a5b2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2024cbd32cb2c5d19fcdd70aba824dda.bindPopup(popup_ee03549e4f706e246cdeab5990bfd7c3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2a8f4d8a578aec208de50ac4a9e2e238 = L.circleMarker(\n",
+       "                [-38.48917902357842, 142.9759847775949],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a65fe31921cd7509a74bcab4113cae88 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ac85694dcf40f86932cfef492ecf0d21 = $(`&lt;div id=&quot;html_ac85694dcf40f86932cfef492ecf0d21&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_a65fe31921cd7509a74bcab4113cae88.setContent(html_ac85694dcf40f86932cfef492ecf0d21);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2a8f4d8a578aec208de50ac4a9e2e238.bindPopup(popup_a65fe31921cd7509a74bcab4113cae88)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c3e7a6c9316c866bb4794890a2f4bd85 = L.circleMarker(\n",
+       "                [-38.3496482853918, 143.140423471538],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4c625a328c3e4136031d1f4072c67032 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_79f6f9d08828d1357fb1273e3eb4753e = $(`&lt;div id=&quot;html_79f6f9d08828d1357fb1273e3eb4753e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_4c625a328c3e4136031d1f4072c67032.setContent(html_79f6f9d08828d1357fb1273e3eb4753e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c3e7a6c9316c866bb4794890a2f4bd85.bindPopup(popup_4c625a328c3e4136031d1f4072c67032)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8df57e76e2b142c6c816b7e40fc2265b = L.circleMarker(\n",
+       "                [-38.20121588459389, 143.08006819027],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dac2dd4eafdf66fc362cb14e398dc3e8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1c47609eb7214ee24132b1fcc8e6ae04 = $(`&lt;div id=&quot;html_1c47609eb7214ee24132b1fcc8e6ae04&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_dac2dd4eafdf66fc362cb14e398dc3e8.setContent(html_1c47609eb7214ee24132b1fcc8e6ae04);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8df57e76e2b142c6c816b7e40fc2265b.bindPopup(popup_dac2dd4eafdf66fc362cb14e398dc3e8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b78c580cc104ef46fef5900ce94060e4 = L.circleMarker(\n",
+       "                [-38.11484405444289, 143.36086768468263],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9fc15d15724303325e4c6aa00abd6686 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b5dc30a9a6105662e8278489392c220f = $(`&lt;div id=&quot;html_b5dc30a9a6105662e8278489392c220f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_9fc15d15724303325e4c6aa00abd6686.setContent(html_b5dc30a9a6105662e8278489392c220f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b78c580cc104ef46fef5900ce94060e4.bindPopup(popup_9fc15d15724303325e4c6aa00abd6686)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce283e3dfe09354f81bf436f103dba54 = L.circleMarker(\n",
+       "                [-37.69342734662072, 143.34240484567383],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_724e086fd062ae5a0f6ed6d9bcf7da5f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_66aa05efd59828ed53eab32dbd10af2f = $(`&lt;div id=&quot;html_66aa05efd59828ed53eab32dbd10af2f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_724e086fd062ae5a0f6ed6d9bcf7da5f.setContent(html_66aa05efd59828ed53eab32dbd10af2f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce283e3dfe09354f81bf436f103dba54.bindPopup(popup_724e086fd062ae5a0f6ed6d9bcf7da5f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4d3da28d98f9a49f9abb65d99f4c924d = L.circleMarker(\n",
+       "                [-38.29045705365391, 143.1670105962975],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_86060f754b56953d311d1e221a45d5c5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b36fdd6f7f768f892eff9f00af70eefa = $(`&lt;div id=&quot;html_b36fdd6f7f768f892eff9f00af70eefa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_86060f754b56953d311d1e221a45d5c5.setContent(html_b36fdd6f7f768f892eff9f00af70eefa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4d3da28d98f9a49f9abb65d99f4c924d.bindPopup(popup_86060f754b56953d311d1e221a45d5c5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fbd00581b890ce7885bf288b2f178f0e = L.circleMarker(\n",
+       "                [-38.57584222612609, 143.04948807309634],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d8b435735e5e270a58a8d5161e9666bb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f8ba7bccba8ae2781bfa45588514338f = $(`&lt;div id=&quot;html_f8ba7bccba8ae2781bfa45588514338f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_d8b435735e5e270a58a8d5161e9666bb.setContent(html_f8ba7bccba8ae2781bfa45588514338f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fbd00581b890ce7885bf288b2f178f0e.bindPopup(popup_d8b435735e5e270a58a8d5161e9666bb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_57cefa6b59ceec8b5468d9701a675cdd = L.circleMarker(\n",
+       "                [-38.22862284466639, 143.01491134429486],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7138c9500ff25b5cd204341a4641e998 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_669e2714552b5a23cbb7d991fc72f9b4 = $(`&lt;div id=&quot;html_669e2714552b5a23cbb7d991fc72f9b4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_7138c9500ff25b5cd204341a4641e998.setContent(html_669e2714552b5a23cbb7d991fc72f9b4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_57cefa6b59ceec8b5468d9701a675cdd.bindPopup(popup_7138c9500ff25b5cd204341a4641e998)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a4415809e4829a24b6aa5432c9575587 = L.circleMarker(\n",
+       "                [-37.78671752504143, 143.36971308090568],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_03c0ba3b1613bc4dae91cae64e425267 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5f7d81dbe2dff018be7c9cefeae8198c = $(`&lt;div id=&quot;html_5f7d81dbe2dff018be7c9cefeae8198c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_03c0ba3b1613bc4dae91cae64e425267.setContent(html_5f7d81dbe2dff018be7c9cefeae8198c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a4415809e4829a24b6aa5432c9575587.bindPopup(popup_03c0ba3b1613bc4dae91cae64e425267)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4ec9cb7a01600a03bc550a6cee2fc70a = L.circleMarker(\n",
+       "                [-38.34368476229124, 143.21357482646778],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_619d67e775792cc3e7a42bc4e20db9b0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d5864581f4fddc14d0b79b74392db4d = $(`&lt;div id=&quot;html_7d5864581f4fddc14d0b79b74392db4d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_619d67e775792cc3e7a42bc4e20db9b0.setContent(html_7d5864581f4fddc14d0b79b74392db4d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4ec9cb7a01600a03bc550a6cee2fc70a.bindPopup(popup_619d67e775792cc3e7a42bc4e20db9b0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6fbb90c8f7634ef8e39f77b7e34b42c5 = L.circleMarker(\n",
+       "                [-38.337870532544535, 143.08874183489797],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4897f3530941445382d0645101023bcf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d5a6fceb4d2b633ceb112988a8c3c9eb = $(`&lt;div id=&quot;html_d5a6fceb4d2b633ceb112988a8c3c9eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_4897f3530941445382d0645101023bcf.setContent(html_d5a6fceb4d2b633ceb112988a8c3c9eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6fbb90c8f7634ef8e39f77b7e34b42c5.bindPopup(popup_4897f3530941445382d0645101023bcf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_60f8e57943032c6e655cc8fb8fe9c965 = L.circleMarker(\n",
+       "                [-38.29256628533373, 143.01858873226394],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_af17c475ad2a285f7e88cb7634d742ac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_29efdbde44864cec4747afa74d4701f9 = $(`&lt;div id=&quot;html_29efdbde44864cec4747afa74d4701f9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_af17c475ad2a285f7e88cb7634d742ac.setContent(html_29efdbde44864cec4747afa74d4701f9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_60f8e57943032c6e655cc8fb8fe9c965.bindPopup(popup_af17c475ad2a285f7e88cb7634d742ac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1a777b1705ada6f97301ed977e2376b4 = L.circleMarker(\n",
+       "                [-38.60961285339039, 143.02493541414543],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e0f48a4b10cf25d2f939faed6100ef52 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_17f928d0335747bdaee448fda7e1d80e = $(`&lt;div id=&quot;html_17f928d0335747bdaee448fda7e1d80e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_e0f48a4b10cf25d2f939faed6100ef52.setContent(html_17f928d0335747bdaee448fda7e1d80e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1a777b1705ada6f97301ed977e2376b4.bindPopup(popup_e0f48a4b10cf25d2f939faed6100ef52)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_61b922ce97024a6f7d0a1bc4a1d7c4c6 = L.circleMarker(\n",
+       "                [-38.37334452821493, 143.01272850842827],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_14206cd2226c787fa56d5f7f42a4ba60 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b21ea4ade8b1a6807cc6c8736929f7f0 = $(`&lt;div id=&quot;html_b21ea4ade8b1a6807cc6c8736929f7f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_14206cd2226c787fa56d5f7f42a4ba60.setContent(html_b21ea4ade8b1a6807cc6c8736929f7f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_61b922ce97024a6f7d0a1bc4a1d7c4c6.bindPopup(popup_14206cd2226c787fa56d5f7f42a4ba60)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0ae22ec3cee736a6f722566bc7cf2d2f = L.circleMarker(\n",
+       "                [-38.34623472682447, 142.98328119706218],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7a54370630bc59dca816298aae6fc916 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a90acd77f705272a2201171f84764635 = $(`&lt;div id=&quot;html_a90acd77f705272a2201171f84764635&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_7a54370630bc59dca816298aae6fc916.setContent(html_a90acd77f705272a2201171f84764635);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0ae22ec3cee736a6f722566bc7cf2d2f.bindPopup(popup_7a54370630bc59dca816298aae6fc916)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5160b232807b44986e8e8fee1b26684a = L.circleMarker(\n",
+       "                [-38.30462659367055, 143.1261501644662],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3395c9614b52536a8a47540ebc06210c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8029bad0486f77724eb6064699f46553 = $(`&lt;div id=&quot;html_8029bad0486f77724eb6064699f46553&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_3395c9614b52536a8a47540ebc06210c.setContent(html_8029bad0486f77724eb6064699f46553);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5160b232807b44986e8e8fee1b26684a.bindPopup(popup_3395c9614b52536a8a47540ebc06210c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3a4a3bdd45b3a486604cd0d9c67abdba = L.circleMarker(\n",
+       "                [-38.38754409762987, 142.89988380162492],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_51328313d834d0f8d8f6681875a9e613 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9488a3dddaf9e0f2ed565ba6ab7ef092 = $(`&lt;div id=&quot;html_9488a3dddaf9e0f2ed565ba6ab7ef092&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_51328313d834d0f8d8f6681875a9e613.setContent(html_9488a3dddaf9e0f2ed565ba6ab7ef092);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3a4a3bdd45b3a486604cd0d9c67abdba.bindPopup(popup_51328313d834d0f8d8f6681875a9e613)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2eff7524dd9fec9a4c3d17ffe7628471 = L.circleMarker(\n",
+       "                [-38.20486597622417, 143.12865788911537],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_263c8b269ca87464eff3356c47ec01d1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3b8efc6a2d1484ffd54950f29e454eba = $(`&lt;div id=&quot;html_3b8efc6a2d1484ffd54950f29e454eba&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_263c8b269ca87464eff3356c47ec01d1.setContent(html_3b8efc6a2d1484ffd54950f29e454eba);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2eff7524dd9fec9a4c3d17ffe7628471.bindPopup(popup_263c8b269ca87464eff3356c47ec01d1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_efd1f56a59df040beb2a2b25651acd3a = L.circleMarker(\n",
+       "                [-38.536269653328034, 142.92397946183692],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c25bf0045b6f7288962e94c81d6e7faa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bb7a216900a6ea45a3cfb10f9923c304 = $(`&lt;div id=&quot;html_bb7a216900a6ea45a3cfb10f9923c304&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_c25bf0045b6f7288962e94c81d6e7faa.setContent(html_bb7a216900a6ea45a3cfb10f9923c304);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_efd1f56a59df040beb2a2b25651acd3a.bindPopup(popup_c25bf0045b6f7288962e94c81d6e7faa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6b7537986d5939f24dbc04ceeb438897 = L.circleMarker(\n",
+       "                [-37.84431619516756, 143.32222684594817],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c9229a36842bf982049de25344035248 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_28f38a3db6730c0525aee0dff791ee87 = $(`&lt;div id=&quot;html_28f38a3db6730c0525aee0dff791ee87&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_c9229a36842bf982049de25344035248.setContent(html_28f38a3db6730c0525aee0dff791ee87);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6b7537986d5939f24dbc04ceeb438897.bindPopup(popup_c9229a36842bf982049de25344035248)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d42714efae99629bc33b2fee2abdfd2d = L.circleMarker(\n",
+       "                [-38.25224329003693, 143.066933190502],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_81b32433510072b5fbac62138057942e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cce4b41eef64cdab693736f8ea448d6d = $(`&lt;div id=&quot;html_cce4b41eef64cdab693736f8ea448d6d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_81b32433510072b5fbac62138057942e.setContent(html_cce4b41eef64cdab693736f8ea448d6d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d42714efae99629bc33b2fee2abdfd2d.bindPopup(popup_81b32433510072b5fbac62138057942e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4ed4f67df774a6008c1f54bb86948e7f = L.circleMarker(\n",
+       "                [-38.56253279526324, 143.01048269290897],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_83447a69e96e9cc00def37a36fe7f63c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f6930677d859de272503f6fa2b9be138 = $(`&lt;div id=&quot;html_f6930677d859de272503f6fa2b9be138&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_83447a69e96e9cc00def37a36fe7f63c.setContent(html_f6930677d859de272503f6fa2b9be138);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4ed4f67df774a6008c1f54bb86948e7f.bindPopup(popup_83447a69e96e9cc00def37a36fe7f63c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_51dc3450d823462f6fbc8c22de4ab7a2 = L.circleMarker(\n",
+       "                [-37.97129453800533, 143.49037829652198],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8eb49c1fd424c6e26c6810a665671b14 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_022958f7ccf3aa2a0288cd21caa3fc9b = $(`&lt;div id=&quot;html_022958f7ccf3aa2a0288cd21caa3fc9b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_8eb49c1fd424c6e26c6810a665671b14.setContent(html_022958f7ccf3aa2a0288cd21caa3fc9b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_51dc3450d823462f6fbc8c22de4ab7a2.bindPopup(popup_8eb49c1fd424c6e26c6810a665671b14)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9382d5a615c2b2bf3e22599b21047530 = L.circleMarker(\n",
+       "                [-38.45977670494843, 142.89645819665097],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5b21afe4925672274e3b60168f14fba5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b3dd8e7c65a448ea33a21460d67a4508 = $(`&lt;div id=&quot;html_b3dd8e7c65a448ea33a21460d67a4508&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_5b21afe4925672274e3b60168f14fba5.setContent(html_b3dd8e7c65a448ea33a21460d67a4508);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9382d5a615c2b2bf3e22599b21047530.bindPopup(popup_5b21afe4925672274e3b60168f14fba5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4e3cd29991af5017b5754259c3d9a509 = L.circleMarker(\n",
+       "                [-38.31222358869076, 143.19341594531252],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0dd9146714b3df85bbb3c9ec995a6176 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0bda4311c10d5ca03589f1ecac1d1630 = $(`&lt;div id=&quot;html_0bda4311c10d5ca03589f1ecac1d1630&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_0dd9146714b3df85bbb3c9ec995a6176.setContent(html_0bda4311c10d5ca03589f1ecac1d1630);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4e3cd29991af5017b5754259c3d9a509.bindPopup(popup_0dd9146714b3df85bbb3c9ec995a6176)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5d823ce4858d2d6a445089b38a67c7da = L.circleMarker(\n",
+       "                [-38.36700879730586, 143.09123265503558],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d0451e8128fe46d09df46fa5dd17f70e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4f8703a73ba500e72f80b99f4b5b5049 = $(`&lt;div id=&quot;html_4f8703a73ba500e72f80b99f4b5b5049&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_d0451e8128fe46d09df46fa5dd17f70e.setContent(html_4f8703a73ba500e72f80b99f4b5b5049);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5d823ce4858d2d6a445089b38a67c7da.bindPopup(popup_d0451e8128fe46d09df46fa5dd17f70e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9c45ed7a8b8e5b005babaf96977f2136 = L.circleMarker(\n",
+       "                [-37.96909628736487, 143.35093053170294],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_973b3d3d411d853b4f91a36217d86930 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_87687e2f4b362908ca77b8c2265ebbc1 = $(`&lt;div id=&quot;html_87687e2f4b362908ca77b8c2265ebbc1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_973b3d3d411d853b4f91a36217d86930.setContent(html_87687e2f4b362908ca77b8c2265ebbc1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9c45ed7a8b8e5b005babaf96977f2136.bindPopup(popup_973b3d3d411d853b4f91a36217d86930)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3a9c2848edab66e892ecbcca3fc5ac63 = L.circleMarker(\n",
+       "                [-38.09796041559169, 143.23431792149805],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e6a386d9d26fa6b8abab431cd9922023 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_48386e330b57f947fb33b1afe113079f = $(`&lt;div id=&quot;html_48386e330b57f947fb33b1afe113079f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_e6a386d9d26fa6b8abab431cd9922023.setContent(html_48386e330b57f947fb33b1afe113079f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3a9c2848edab66e892ecbcca3fc5ac63.bindPopup(popup_e6a386d9d26fa6b8abab431cd9922023)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_480640dfb0d0ced863391a5da8fb7748 = L.circleMarker(\n",
+       "                [-38.553736917072506, 142.96790404580634],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e702cd92f5adc9c805f8359a4540bc5f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a25ec097819047074d783265ddd4f583 = $(`&lt;div id=&quot;html_a25ec097819047074d783265ddd4f583&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_e702cd92f5adc9c805f8359a4540bc5f.setContent(html_a25ec097819047074d783265ddd4f583);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_480640dfb0d0ced863391a5da8fb7748.bindPopup(popup_e702cd92f5adc9c805f8359a4540bc5f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f7fbfe181e02d14112115ff6aaec011d = L.circleMarker(\n",
+       "                [-38.29131601172575, 143.39658550362407],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_77cd55ab2ae67c97aba5fe3cc90c6ba7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8329202688a4ee0d81ba84e4aafdb540 = $(`&lt;div id=&quot;html_8329202688a4ee0d81ba84e4aafdb540&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_77cd55ab2ae67c97aba5fe3cc90c6ba7.setContent(html_8329202688a4ee0d81ba84e4aafdb540);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f7fbfe181e02d14112115ff6aaec011d.bindPopup(popup_77cd55ab2ae67c97aba5fe3cc90c6ba7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b3b82ac2f8138aaad32d6168f423a808 = L.circleMarker(\n",
+       "                [-38.33084491245042, 142.8710491786912],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ed29e479743cc79445db33d3a775c758 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_06f1c8bd468c5eba9d8fa3c6f4658ee1 = $(`&lt;div id=&quot;html_06f1c8bd468c5eba9d8fa3c6f4658ee1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_ed29e479743cc79445db33d3a775c758.setContent(html_06f1c8bd468c5eba9d8fa3c6f4658ee1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b3b82ac2f8138aaad32d6168f423a808.bindPopup(popup_ed29e479743cc79445db33d3a775c758)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_857b1411b536028af9e63d3e3433e6f9 = L.circleMarker(\n",
+       "                [-38.1165756514667, 143.0925426438836],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ca4f8851075504a0e679d0aa36841c91 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_35d147f73f0fbbbc8cd81aaf1e001973 = $(`&lt;div id=&quot;html_35d147f73f0fbbbc8cd81aaf1e001973&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_ca4f8851075504a0e679d0aa36841c91.setContent(html_35d147f73f0fbbbc8cd81aaf1e001973);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_857b1411b536028af9e63d3e3433e6f9.bindPopup(popup_ca4f8851075504a0e679d0aa36841c91)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_86d754576bbc7e9190c125689d86149e = L.circleMarker(\n",
+       "                [-38.51853252065045, 142.86443303055046],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_105df4de509e04f2fb0ada07e961ef34 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b5090539b8ab7e44dfc9a9f02e38f75e = $(`&lt;div id=&quot;html_b5090539b8ab7e44dfc9a9f02e38f75e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_105df4de509e04f2fb0ada07e961ef34.setContent(html_b5090539b8ab7e44dfc9a9f02e38f75e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_86d754576bbc7e9190c125689d86149e.bindPopup(popup_105df4de509e04f2fb0ada07e961ef34)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7b88cc27cd80e6e7512908c13a570eca = L.circleMarker(\n",
+       "                [-38.03805238211623, 143.56014428546104],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_09bc618e213834b45cb0a5173cd4df67 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_805b07bf4fd7196915991577e582b31d = $(`&lt;div id=&quot;html_805b07bf4fd7196915991577e582b31d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_09bc618e213834b45cb0a5173cd4df67.setContent(html_805b07bf4fd7196915991577e582b31d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7b88cc27cd80e6e7512908c13a570eca.bindPopup(popup_09bc618e213834b45cb0a5173cd4df67)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_de79d4b219bac9f6da6a50e135690c6f = L.circleMarker(\n",
+       "                [-38.29048678232407, 142.80123369670116],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2958975ce663ffd5f4b46cd4e1cace60 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_da1d9eaa1d65e3101157f840ea95623e = $(`&lt;div id=&quot;html_da1d9eaa1d65e3101157f840ea95623e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_2958975ce663ffd5f4b46cd4e1cace60.setContent(html_da1d9eaa1d65e3101157f840ea95623e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_de79d4b219bac9f6da6a50e135690c6f.bindPopup(popup_2958975ce663ffd5f4b46cd4e1cace60)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_26eb41af578929936726a9c9d5303a2c = L.circleMarker(\n",
+       "                [-38.23925705256366, 143.15295135334975],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8780103cb2ffccd6aa6bfd9bb37ea39b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_48fd802e9dc5c031483fdd05d5ab8a0f = $(`&lt;div id=&quot;html_48fd802e9dc5c031483fdd05d5ab8a0f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_8780103cb2ffccd6aa6bfd9bb37ea39b.setContent(html_48fd802e9dc5c031483fdd05d5ab8a0f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_26eb41af578929936726a9c9d5303a2c.bindPopup(popup_8780103cb2ffccd6aa6bfd9bb37ea39b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c300e2d5baf218b896dcc23e8979410 = L.circleMarker(\n",
+       "                [-38.44297799946095, 142.94594609750163],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a5128ea13254ef8b7a74d3ed2e7e49eb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ad9bdc87bd6ab35d984d553819c5d8de = $(`&lt;div id=&quot;html_ad9bdc87bd6ab35d984d553819c5d8de&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_a5128ea13254ef8b7a74d3ed2e7e49eb.setContent(html_ad9bdc87bd6ab35d984d553819c5d8de);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c300e2d5baf218b896dcc23e8979410.bindPopup(popup_a5128ea13254ef8b7a74d3ed2e7e49eb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c4555e0c05f4a862a5950ebb36fc4700 = L.circleMarker(\n",
+       "                [-37.96196209506349, 143.1821763412536],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_55d096d19e211f3b8e87dc315a5e0b30 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ae899398be05ee6410fbd0cad5e687de = $(`&lt;div id=&quot;html_ae899398be05ee6410fbd0cad5e687de&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_55d096d19e211f3b8e87dc315a5e0b30.setContent(html_ae899398be05ee6410fbd0cad5e687de);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c4555e0c05f4a862a5950ebb36fc4700.bindPopup(popup_55d096d19e211f3b8e87dc315a5e0b30)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_614b27187ad7efd4cdfe6df045f052e7 = L.circleMarker(\n",
+       "                [-38.20153672101589, 142.97738642771654],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_abf95942e4c8124d3a8948adde1cfd35 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_99e1812cf53f8b07727aa1b7fa32400d = $(`&lt;div id=&quot;html_99e1812cf53f8b07727aa1b7fa32400d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_abf95942e4c8124d3a8948adde1cfd35.setContent(html_99e1812cf53f8b07727aa1b7fa32400d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_614b27187ad7efd4cdfe6df045f052e7.bindPopup(popup_abf95942e4c8124d3a8948adde1cfd35)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_24e006f9e1e9cdb53a50d696b6bddd83 = L.circleMarker(\n",
+       "                [-38.30528167112457, 142.93106476991372],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_98d0f39e253052268c1b105662b1d7f3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6c3157deb1677c0c9ed37cc17692dbae = $(`&lt;div id=&quot;html_6c3157deb1677c0c9ed37cc17692dbae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_98d0f39e253052268c1b105662b1d7f3.setContent(html_6c3157deb1677c0c9ed37cc17692dbae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_24e006f9e1e9cdb53a50d696b6bddd83.bindPopup(popup_98d0f39e253052268c1b105662b1d7f3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_926f24f78443b2217ac8300712150908 = L.circleMarker(\n",
+       "                [-38.151231504473486, 142.99435021290466],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_62784d98065abb6d80f12d42da9a083d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b5c73599f3b514c6376c165064a1da94 = $(`&lt;div id=&quot;html_b5c73599f3b514c6376c165064a1da94&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_62784d98065abb6d80f12d42da9a083d.setContent(html_b5c73599f3b514c6376c165064a1da94);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_926f24f78443b2217ac8300712150908.bindPopup(popup_62784d98065abb6d80f12d42da9a083d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7d26589ab928a05ce29665d1bec633c7 = L.circleMarker(\n",
+       "                [-38.20178682702548, 143.1992933298383],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a0512ae66d680c2414ae9f6b1b1ae187 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d79c2faf8e1d9b837ac455c835a0a83c = $(`&lt;div id=&quot;html_d79c2faf8e1d9b837ac455c835a0a83c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_a0512ae66d680c2414ae9f6b1b1ae187.setContent(html_d79c2faf8e1d9b837ac455c835a0a83c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7d26589ab928a05ce29665d1bec633c7.bindPopup(popup_a0512ae66d680c2414ae9f6b1b1ae187)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2dd01cc57b26ddf1d457e7abcbb56eec = L.circleMarker(\n",
+       "                [-37.67461734545827, 143.4788166886001],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_781a2f81bda814fe15fdd5d97f08fa40 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b4246d38a89f986fa1c4ed28bbf86942 = $(`&lt;div id=&quot;html_b4246d38a89f986fa1c4ed28bbf86942&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_781a2f81bda814fe15fdd5d97f08fa40.setContent(html_b4246d38a89f986fa1c4ed28bbf86942);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2dd01cc57b26ddf1d457e7abcbb56eec.bindPopup(popup_781a2f81bda814fe15fdd5d97f08fa40)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c2afbcaac45462aeccba3bff8032285d = L.circleMarker(\n",
+       "                [-38.0536926508621, 143.47744984403388],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7d6740551befcdf161d58e4ba25793d5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9fd2a766e676fc55b1f1c1a22654ff34 = $(`&lt;div id=&quot;html_9fd2a766e676fc55b1f1c1a22654ff34&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_7d6740551befcdf161d58e4ba25793d5.setContent(html_9fd2a766e676fc55b1f1c1a22654ff34);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c2afbcaac45462aeccba3bff8032285d.bindPopup(popup_7d6740551befcdf161d58e4ba25793d5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_db0ba8d82137b4747aed39096ba25fed = L.circleMarker(\n",
+       "                [-38.5672774040108, 142.90334721521998],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bd76ced912b45850f6b3aae892bfb1ab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5f24c36e7c2f8c1eda96032df0dbfa6a = $(`&lt;div id=&quot;html_5f24c36e7c2f8c1eda96032df0dbfa6a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_bd76ced912b45850f6b3aae892bfb1ab.setContent(html_5f24c36e7c2f8c1eda96032df0dbfa6a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_db0ba8d82137b4747aed39096ba25fed.bindPopup(popup_bd76ced912b45850f6b3aae892bfb1ab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d18901d06d92300084dfe1f4f4d9c2c5 = L.circleMarker(\n",
+       "                [-38.60060730113457, 143.2535534782159],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4f4b7cef0487437bf7f19c8d19f1bf9a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9beb670a9b7ee25c1ae7c79c6f87946a = $(`&lt;div id=&quot;html_9beb670a9b7ee25c1ae7c79c6f87946a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_4f4b7cef0487437bf7f19c8d19f1bf9a.setContent(html_9beb670a9b7ee25c1ae7c79c6f87946a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d18901d06d92300084dfe1f4f4d9c2c5.bindPopup(popup_4f4b7cef0487437bf7f19c8d19f1bf9a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_63510405ece1aae7eb0c9e8e377bc050 = L.circleMarker(\n",
+       "                [-38.19338804218727, 142.93169772888214],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0d482a32a925674d5c78968209fedf16 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_97b23f96cca799b3c42ec1c61a2bdbf9 = $(`&lt;div id=&quot;html_97b23f96cca799b3c42ec1c61a2bdbf9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_0d482a32a925674d5c78968209fedf16.setContent(html_97b23f96cca799b3c42ec1c61a2bdbf9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_63510405ece1aae7eb0c9e8e377bc050.bindPopup(popup_0d482a32a925674d5c78968209fedf16)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f862a091f998c980e63c176464533fa3 = L.circleMarker(\n",
+       "                [-37.7896283098074, 143.20452484596305],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6d4da341de088cc9c2c94f78f4bdd730 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a1c8c391b24fd2d338ad894e825b8d3d = $(`&lt;div id=&quot;html_a1c8c391b24fd2d338ad894e825b8d3d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_6d4da341de088cc9c2c94f78f4bdd730.setContent(html_a1c8c391b24fd2d338ad894e825b8d3d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f862a091f998c980e63c176464533fa3.bindPopup(popup_6d4da341de088cc9c2c94f78f4bdd730)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_112ba1bfe2bbd4f09d7d11887637f1da = L.circleMarker(\n",
+       "                [-38.55965807264163, 143.13624642602252],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_12d3eb9eb9b180bd5c9b40438e7609d8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_42c8d3cb4d46bbaa01c3837ef01db9e4 = $(`&lt;div id=&quot;html_42c8d3cb4d46bbaa01c3837ef01db9e4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_12d3eb9eb9b180bd5c9b40438e7609d8.setContent(html_42c8d3cb4d46bbaa01c3837ef01db9e4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_112ba1bfe2bbd4f09d7d11887637f1da.bindPopup(popup_12d3eb9eb9b180bd5c9b40438e7609d8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2848b7fae064e6399083d4237b1e3e18 = L.circleMarker(\n",
+       "                [-37.87265002726411, 143.40546894979934],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_adc7cf9cbe7ebe518f7dd24c757daa11 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_04797a4b26dc2b81b93b0514c90fab46 = $(`&lt;div id=&quot;html_04797a4b26dc2b81b93b0514c90fab46&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_adc7cf9cbe7ebe518f7dd24c757daa11.setContent(html_04797a4b26dc2b81b93b0514c90fab46);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2848b7fae064e6399083d4237b1e3e18.bindPopup(popup_adc7cf9cbe7ebe518f7dd24c757daa11)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_89ac7a0b2c7fff7c2d940cb02d50956d = L.circleMarker(\n",
+       "                [-38.588026410144025, 142.882237972153],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1949b86b23de05124d10833ad8e579ea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aeca87657f1d7126699c49b33de0e77f = $(`&lt;div id=&quot;html_aeca87657f1d7126699c49b33de0e77f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_1949b86b23de05124d10833ad8e579ea.setContent(html_aeca87657f1d7126699c49b33de0e77f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_89ac7a0b2c7fff7c2d940cb02d50956d.bindPopup(popup_1949b86b23de05124d10833ad8e579ea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3ce996282fdc13443e245ef1f67408e9 = L.circleMarker(\n",
+       "                [-38.651346990560015, 143.172003738325],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9c4e854f9fb69f3c78aad8280a463b25 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8bbe2249b75bdec6a65dc6a601d6569d = $(`&lt;div id=&quot;html_8bbe2249b75bdec6a65dc6a601d6569d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_9c4e854f9fb69f3c78aad8280a463b25.setContent(html_8bbe2249b75bdec6a65dc6a601d6569d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3ce996282fdc13443e245ef1f67408e9.bindPopup(popup_9c4e854f9fb69f3c78aad8280a463b25)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_024b8b3584188836b8c2b9bb12de4caa = L.circleMarker(\n",
+       "                [-37.860094027373904, 143.14489581872257],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_70eae1432add50d4acac751bd8a33981 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_939274b3d69765fa1f10295f805bf7b1 = $(`&lt;div id=&quot;html_939274b3d69765fa1f10295f805bf7b1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_70eae1432add50d4acac751bd8a33981.setContent(html_939274b3d69765fa1f10295f805bf7b1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_024b8b3584188836b8c2b9bb12de4caa.bindPopup(popup_70eae1432add50d4acac751bd8a33981)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fcb1399643ee62e14c2505ab3c87dea3 = L.circleMarker(\n",
+       "                [-38.22654660712634, 143.25894122502837],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5e1524f8af92fc168c37bd886da29078 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_735c7ae7753de8aa70a902db90beceb5 = $(`&lt;div id=&quot;html_735c7ae7753de8aa70a902db90beceb5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_5e1524f8af92fc168c37bd886da29078.setContent(html_735c7ae7753de8aa70a902db90beceb5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fcb1399643ee62e14c2505ab3c87dea3.bindPopup(popup_5e1524f8af92fc168c37bd886da29078)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_80f7a7e349ff082572d09df2df3f3b16 = L.circleMarker(\n",
+       "                [-38.12734305534034, 142.9217333682039],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1ff0195fada764e3aa3cb5c569f02873 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d6278d5e054af4b8fcb64c7b59d0d8f9 = $(`&lt;div id=&quot;html_d6278d5e054af4b8fcb64c7b59d0d8f9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_1ff0195fada764e3aa3cb5c569f02873.setContent(html_d6278d5e054af4b8fcb64c7b59d0d8f9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_80f7a7e349ff082572d09df2df3f3b16.bindPopup(popup_1ff0195fada764e3aa3cb5c569f02873)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3676cfdc9afa889cdbbb3810921bde50 = L.circleMarker(\n",
+       "                [-38.29217244984599, 143.2883156065932],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a063a384453b308bcdb0be5f2e5a5488 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2c7781ad3ff6b374f980b9473b45d6b9 = $(`&lt;div id=&quot;html_2c7781ad3ff6b374f980b9473b45d6b9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_a063a384453b308bcdb0be5f2e5a5488.setContent(html_2c7781ad3ff6b374f980b9473b45d6b9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3676cfdc9afa889cdbbb3810921bde50.bindPopup(popup_a063a384453b308bcdb0be5f2e5a5488)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4f07fad0457e7ab7851bcdf1119c15b4 = L.circleMarker(\n",
+       "                [-38.23860188524068, 142.8788257707546],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d86c27a7f7688374ecf8e17a0c3008dd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c690ab440a80fc11d475f3a2b46ec7ef = $(`&lt;div id=&quot;html_c690ab440a80fc11d475f3a2b46ec7ef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_d86c27a7f7688374ecf8e17a0c3008dd.setContent(html_c690ab440a80fc11d475f3a2b46ec7ef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4f07fad0457e7ab7851bcdf1119c15b4.bindPopup(popup_d86c27a7f7688374ecf8e17a0c3008dd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_277fb2331426324465fef0267be6fcc6 = L.circleMarker(\n",
+       "                [-38.75539151872446, 143.2534562928178],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fab50a804a043f10cc8942433bb245cd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_af2cb97848226320ca0689257bb48e4a = $(`&lt;div id=&quot;html_af2cb97848226320ca0689257bb48e4a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_fab50a804a043f10cc8942433bb245cd.setContent(html_af2cb97848226320ca0689257bb48e4a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_277fb2331426324465fef0267be6fcc6.bindPopup(popup_fab50a804a043f10cc8942433bb245cd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8f5007ff47d48d714d00a6ed71703382 = L.circleMarker(\n",
+       "                [-37.929109924351046, 143.6055795688965],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7a556cc45ee20c814ccf0aaca2c0c7cb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c6ae5e18a90fe558e35bef3e684cbdde = $(`&lt;div id=&quot;html_c6ae5e18a90fe558e35bef3e684cbdde&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_7a556cc45ee20c814ccf0aaca2c0c7cb.setContent(html_c6ae5e18a90fe558e35bef3e684cbdde);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8f5007ff47d48d714d00a6ed71703382.bindPopup(popup_7a556cc45ee20c814ccf0aaca2c0c7cb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d4b99b745b91ef0a15ebdf72dff4bb38 = L.circleMarker(\n",
+       "                [-38.408717569475314, 143.00748493435134],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_17f3580c8c87d1f03e66372b00e491be = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a8000a55f3acdbe665df271f2b917768 = $(`&lt;div id=&quot;html_a8000a55f3acdbe665df271f2b917768&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_17f3580c8c87d1f03e66372b00e491be.setContent(html_a8000a55f3acdbe665df271f2b917768);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d4b99b745b91ef0a15ebdf72dff4bb38.bindPopup(popup_17f3580c8c87d1f03e66372b00e491be)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9901fbddcc680e866d84f576d6624399 = L.circleMarker(\n",
+       "                [-38.1643788546591, 142.9671108308773],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cbd40b41f794dfca8113cc445e09a9a8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1d522748e409e0120e5e3ac880247aea = $(`&lt;div id=&quot;html_1d522748e409e0120e5e3ac880247aea&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_cbd40b41f794dfca8113cc445e09a9a8.setContent(html_1d522748e409e0120e5e3ac880247aea);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9901fbddcc680e866d84f576d6624399.bindPopup(popup_cbd40b41f794dfca8113cc445e09a9a8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7a70d2f233a31c97d7d90c970e54d66b = L.circleMarker(\n",
+       "                [-38.43752156474808, 142.8523627105357],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_09b18816bba64af1ffa6da9d02e3a96c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0a3f1824859a11a53e3c89f0849bab79 = $(`&lt;div id=&quot;html_0a3f1824859a11a53e3c89f0849bab79&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_09b18816bba64af1ffa6da9d02e3a96c.setContent(html_0a3f1824859a11a53e3c89f0849bab79);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7a70d2f233a31c97d7d90c970e54d66b.bindPopup(popup_09b18816bba64af1ffa6da9d02e3a96c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_112b846c9f8480df3c4fb9a3c04b9ed4 = L.circleMarker(\n",
+       "                [-38.49916946170124, 143.04001504846028],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_31dc7580e64fcf721c15eca0167b88b6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1f868eae3be1a411a140152b24ca2b40 = $(`&lt;div id=&quot;html_1f868eae3be1a411a140152b24ca2b40&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_31dc7580e64fcf721c15eca0167b88b6.setContent(html_1f868eae3be1a411a140152b24ca2b40);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_112b846c9f8480df3c4fb9a3c04b9ed4.bindPopup(popup_31dc7580e64fcf721c15eca0167b88b6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_464c5244687a6cd665fed7a05925f2a6 = L.circleMarker(\n",
+       "                [-38.46143903791555, 143.0868052378356],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff318ce7eee03748a0d227a40df05ccb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d583df8331749f3c16118c11c2e13719 = $(`&lt;div id=&quot;html_d583df8331749f3c16118c11c2e13719&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_ff318ce7eee03748a0d227a40df05ccb.setContent(html_d583df8331749f3c16118c11c2e13719);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_464c5244687a6cd665fed7a05925f2a6.bindPopup(popup_ff318ce7eee03748a0d227a40df05ccb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_13e3f1995835b3de1d76efc376c97727 = L.circleMarker(\n",
+       "                [-38.21666569786986, 143.33660790339087],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d77be4d01f4b1a0fc53a949cf839f787 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4ad979c4bbb9bd6143d2ac2db796e8f6 = $(`&lt;div id=&quot;html_4ad979c4bbb9bd6143d2ac2db796e8f6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_d77be4d01f4b1a0fc53a949cf839f787.setContent(html_4ad979c4bbb9bd6143d2ac2db796e8f6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_13e3f1995835b3de1d76efc376c97727.bindPopup(popup_d77be4d01f4b1a0fc53a949cf839f787)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_02d2b57a5b8302cf8dd9848a4f189f87 = L.circleMarker(\n",
+       "                [-37.98771520150533, 143.03021144588146],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d0364c86ed9bdd954ef262dca180cf1f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7b27fe8ed0015544e101ed9a0badae1a = $(`&lt;div id=&quot;html_7b27fe8ed0015544e101ed9a0badae1a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_d0364c86ed9bdd954ef262dca180cf1f.setContent(html_7b27fe8ed0015544e101ed9a0badae1a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_02d2b57a5b8302cf8dd9848a4f189f87.bindPopup(popup_d0364c86ed9bdd954ef262dca180cf1f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e5e6379693e970b2ddc76eed0a9394fc = L.circleMarker(\n",
+       "                [-38.29219993673632, 143.23888553330278],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c2751e5b8c678aa8d61d63d1ff1d9b14 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_155347afa47a861e0c4efd669c1f6124 = $(`&lt;div id=&quot;html_155347afa47a861e0c4efd669c1f6124&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Corangamite: crime count = -0.7297376404919745&lt;/div&gt;`)[0];\n",
+       "                popup_c2751e5b8c678aa8d61d63d1ff1d9b14.setContent(html_155347afa47a861e0c4efd669c1f6124);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e5e6379693e970b2ddc76eed0a9394fc.bindPopup(popup_c2751e5b8c678aa8d61d63d1ff1d9b14)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a746d81516786bd15a71dc2453e77c75 = L.circleMarker(\n",
+       "                [-37.71224593096351, 145.0068855599227],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdad76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdad76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_27a575e6314e27bba2b9489564c21e2d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_20f956107624075e978a079ca1ec5e7c = $(`&lt;div id=&quot;html_20f956107624075e978a079ca1ec5e7c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Darebin: crime count = 1.7980302082092898&lt;/div&gt;`)[0];\n",
+       "                popup_27a575e6314e27bba2b9489564c21e2d.setContent(html_20f956107624075e978a079ca1ec5e7c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a746d81516786bd15a71dc2453e77c75.bindPopup(popup_27a575e6314e27bba2b9489564c21e2d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a81e3fec0d0861be41b408c385fc5037 = L.circleMarker(\n",
+       "                [-37.783916657095496, 144.98436770518853],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdad76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdad76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_87b47e6380772e77c80000f28827baac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_85abaedc7ef0665687b40057a9c223d6 = $(`&lt;div id=&quot;html_85abaedc7ef0665687b40057a9c223d6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Darebin: crime count = 1.7980302082092898&lt;/div&gt;`)[0];\n",
+       "                popup_87b47e6380772e77c80000f28827baac.setContent(html_85abaedc7ef0665687b40057a9c223d6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a81e3fec0d0861be41b408c385fc5037.bindPopup(popup_87b47e6380772e77c80000f28827baac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ee7a7304be05a6089183c698182b074e = L.circleMarker(\n",
+       "                [-37.772533532933984, 145.00052198819515],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdad76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdad76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c781b65125a1aa3cfdc4e8c81325b75a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_01399e6298b8500822d48ae5bedc1763 = $(`&lt;div id=&quot;html_01399e6298b8500822d48ae5bedc1763&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Darebin: crime count = 1.7980302082092898&lt;/div&gt;`)[0];\n",
+       "                popup_c781b65125a1aa3cfdc4e8c81325b75a.setContent(html_01399e6298b8500822d48ae5bedc1763);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ee7a7304be05a6089183c698182b074e.bindPopup(popup_c781b65125a1aa3cfdc4e8c81325b75a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_79d18c4bbb22391bae7db38001e91031 = L.circleMarker(\n",
+       "                [-37.71614102372888, 145.03414424113723],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdad76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdad76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_031e6255768853dc3d99b9c55d3d7db1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_69c81c123ccdc8d28bfa14dc114e126e = $(`&lt;div id=&quot;html_69c81c123ccdc8d28bfa14dc114e126e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Darebin: crime count = 1.7980302082092898&lt;/div&gt;`)[0];\n",
+       "                popup_031e6255768853dc3d99b9c55d3d7db1.setContent(html_69c81c123ccdc8d28bfa14dc114e126e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_79d18c4bbb22391bae7db38001e91031.bindPopup(popup_031e6255768853dc3d99b9c55d3d7db1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_eb3ad6b5e403612bd59eaaf1ce799314 = L.circleMarker(\n",
+       "                [-37.75817078041118, 145.0058603672855],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdad76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdad76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_143b0ddab2b60238682dd5fd96e1a912 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9a47f17c009da081f3977c1b0f00559f = $(`&lt;div id=&quot;html_9a47f17c009da081f3977c1b0f00559f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Darebin: crime count = 1.7980302082092898&lt;/div&gt;`)[0];\n",
+       "                popup_143b0ddab2b60238682dd5fd96e1a912.setContent(html_9a47f17c009da081f3977c1b0f00559f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_eb3ad6b5e403612bd59eaaf1ce799314.bindPopup(popup_143b0ddab2b60238682dd5fd96e1a912)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9364b830be1e1ed4a0d2df9df15e567d = L.circleMarker(\n",
+       "                [-37.70481496665689, 144.9694290467945],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdad76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdad76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6e38583172f5af32749fc04c64cf3328 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_50204072e88f7b248cb1ee244dfe08e4 = $(`&lt;div id=&quot;html_50204072e88f7b248cb1ee244dfe08e4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Darebin: crime count = 1.7980302082092898&lt;/div&gt;`)[0];\n",
+       "                popup_6e38583172f5af32749fc04c64cf3328.setContent(html_50204072e88f7b248cb1ee244dfe08e4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9364b830be1e1ed4a0d2df9df15e567d.bindPopup(popup_6e38583172f5af32749fc04c64cf3328)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_62b27970f49164c6bc8d3e12f6d52507 = L.circleMarker(\n",
+       "                [-37.74180552763098, 145.00786057872813],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdad76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdad76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_596c280e7b58615b3ef8a763a137446e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d94e4fd3d3a9611b6b9a91c60b2a3081 = $(`&lt;div id=&quot;html_d94e4fd3d3a9611b6b9a91c60b2a3081&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Darebin: crime count = 1.7980302082092898&lt;/div&gt;`)[0];\n",
+       "                popup_596c280e7b58615b3ef8a763a137446e.setContent(html_d94e4fd3d3a9611b6b9a91c60b2a3081);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_62b27970f49164c6bc8d3e12f6d52507.bindPopup(popup_596c280e7b58615b3ef8a763a137446e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bedff29cb4c04e8b98f8ca4e0b68ae56 = L.circleMarker(\n",
+       "                [-37.56617883386048, 147.6884297652787],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8d3a51521db5177b4326ba9ee43c58a2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_27fc5591c994169b61b010df4fb2fde3 = $(`&lt;div id=&quot;html_27fc5591c994169b61b010df4fb2fde3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_8d3a51521db5177b4326ba9ee43c58a2.setContent(html_27fc5591c994169b61b010df4fb2fde3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bedff29cb4c04e8b98f8ca4e0b68ae56.bindPopup(popup_8d3a51521db5177b4326ba9ee43c58a2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_22a1116e65f4dee212b4ec6c72cebdff = L.circleMarker(\n",
+       "                [-37.308652202633006, 147.73422551169995],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cb899785d31e594d62925fe5c4647114 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0c90d63cd4ce8282420dbc0c2dbc228e = $(`&lt;div id=&quot;html_0c90d63cd4ce8282420dbc0c2dbc228e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_cb899785d31e594d62925fe5c4647114.setContent(html_0c90d63cd4ce8282420dbc0c2dbc228e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_22a1116e65f4dee212b4ec6c72cebdff.bindPopup(popup_cb899785d31e594d62925fe5c4647114)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c295c2530df53b0ae4bc1f134c38ec3f = L.circleMarker(\n",
+       "                [-37.854995803279394, 147.6766992941311],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f077e980df356600cd962750046c59ce = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4e19d6574c3ddd5f97241bd5daeedc79 = $(`&lt;div id=&quot;html_4e19d6574c3ddd5f97241bd5daeedc79&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_f077e980df356600cd962750046c59ce.setContent(html_4e19d6574c3ddd5f97241bd5daeedc79);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c295c2530df53b0ae4bc1f134c38ec3f.bindPopup(popup_f077e980df356600cd962750046c59ce)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2bf47732f2a5b67b05860de5173c2c97 = L.circleMarker(\n",
+       "                [-37.40292036046796, 147.9469090784978],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5b1e6b850c5ae680556ea802f7ab3dec = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b8da1f50b539a34ce040b3cc7f8ecb56 = $(`&lt;div id=&quot;html_b8da1f50b539a34ce040b3cc7f8ecb56&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_5b1e6b850c5ae680556ea802f7ab3dec.setContent(html_b8da1f50b539a34ce040b3cc7f8ecb56);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2bf47732f2a5b67b05860de5173c2c97.bindPopup(popup_5b1e6b850c5ae680556ea802f7ab3dec)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_caafef604a172c0893c65d1c2fee8426 = L.circleMarker(\n",
+       "                [-37.79430316673299, 147.3940633695155],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_29e6e9a8a2cb66f11f0b69ba9f99f238 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2bb40387750df207168bfa88d991ffe5 = $(`&lt;div id=&quot;html_2bb40387750df207168bfa88d991ffe5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_29e6e9a8a2cb66f11f0b69ba9f99f238.setContent(html_2bb40387750df207168bfa88d991ffe5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_caafef604a172c0893c65d1c2fee8426.bindPopup(popup_29e6e9a8a2cb66f11f0b69ba9f99f238)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_37bf49a00b7a7d3cfc57439832285f21 = L.circleMarker(\n",
+       "                [-37.34155641114469, 149.48610196659453],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a8ea86ed3537cf24562ab4a9a8e85748 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3290c8b831329f666057bbbf711fa3f1 = $(`&lt;div id=&quot;html_3290c8b831329f666057bbbf711fa3f1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_a8ea86ed3537cf24562ab4a9a8e85748.setContent(html_3290c8b831329f666057bbbf711fa3f1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_37bf49a00b7a7d3cfc57439832285f21.bindPopup(popup_a8ea86ed3537cf24562ab4a9a8e85748)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a5484d69a051132f41a948fbcba8db4f = L.circleMarker(\n",
+       "                [-37.599529483729526, 148.2961411214218],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_13066fff9704bba49469398cded3dc23 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bd689443579b3281875ce95d6c52b6c6 = $(`&lt;div id=&quot;html_bd689443579b3281875ce95d6c52b6c6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_13066fff9704bba49469398cded3dc23.setContent(html_bd689443579b3281875ce95d6c52b6c6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a5484d69a051132f41a948fbcba8db4f.bindPopup(popup_13066fff9704bba49469398cded3dc23)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_74197bc39aa71cc2cc38320ce321abc2 = L.circleMarker(\n",
+       "                [-37.0092949830495, 148.05633161348092],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9bc86129b2bf4bdd558b0f05c532de28 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_58a35fc90df588a8966c224234f3e0b4 = $(`&lt;div id=&quot;html_58a35fc90df588a8966c224234f3e0b4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_9bc86129b2bf4bdd558b0f05c532de28.setContent(html_58a35fc90df588a8966c224234f3e0b4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_74197bc39aa71cc2cc38320ce321abc2.bindPopup(popup_9bc86129b2bf4bdd558b0f05c532de28)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7103df175e084e54e7a1d16750de4a32 = L.circleMarker(\n",
+       "                [-37.78158326250614, 147.51007644526544],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_688d1c72619a69480325c3aa62103d2a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_94937c12f69e1e2b84d148c8f0fc2a0b = $(`&lt;div id=&quot;html_94937c12f69e1e2b84d148c8f0fc2a0b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_688d1c72619a69480325c3aa62103d2a.setContent(html_94937c12f69e1e2b84d148c8f0fc2a0b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7103df175e084e54e7a1d16750de4a32.bindPopup(popup_688d1c72619a69480325c3aa62103d2a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9036d6f370108605556ecb43a159d8e9 = L.circleMarker(\n",
+       "                [-37.69236598858869, 148.79951140677696],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_289946230cb1b1a9cd9409529b8dc118 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f937552312cdcf881ba06d61bde4b8de = $(`&lt;div id=&quot;html_f937552312cdcf881ba06d61bde4b8de&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_289946230cb1b1a9cd9409529b8dc118.setContent(html_f937552312cdcf881ba06d61bde4b8de);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9036d6f370108605556ecb43a159d8e9.bindPopup(popup_289946230cb1b1a9cd9409529b8dc118)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2da1262c1d48ce29fc9e69612ae948f4 = L.circleMarker(\n",
+       "                [-37.926395856055095, 147.687869622104],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ee48ddc08257d59e7e75baadd4bc15ca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_15aa2fc8afb44672b7cabd178475d0e3 = $(`&lt;div id=&quot;html_15aa2fc8afb44672b7cabd178475d0e3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_ee48ddc08257d59e7e75baadd4bc15ca.setContent(html_15aa2fc8afb44672b7cabd178475d0e3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2da1262c1d48ce29fc9e69612ae948f4.bindPopup(popup_ee48ddc08257d59e7e75baadd4bc15ca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f3e413453e427b18a4d7148fad918d47 = L.circleMarker(\n",
+       "                [-37.75232039185068, 148.45139369016738],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bfd35b28f2c7c6511ab0ad654c85827c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7eb9cb218b54bba4d537769d90c8c193 = $(`&lt;div id=&quot;html_7eb9cb218b54bba4d537769d90c8c193&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_bfd35b28f2c7c6511ab0ad654c85827c.setContent(html_7eb9cb218b54bba4d537769d90c8c193);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f3e413453e427b18a4d7148fad918d47.bindPopup(popup_bfd35b28f2c7c6511ab0ad654c85827c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f5a2bb0da44ddaca2b4ddfe8dadc7480 = L.circleMarker(\n",
+       "                [-37.99787469393181, 147.6876175117064],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_24a3e4bea200cc94ee7605fd1c79e509 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2e755c66b107e887a45983dc7150e275 = $(`&lt;div id=&quot;html_2e755c66b107e887a45983dc7150e275&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_24a3e4bea200cc94ee7605fd1c79e509.setContent(html_2e755c66b107e887a45983dc7150e275);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f5a2bb0da44ddaca2b4ddfe8dadc7480.bindPopup(popup_24a3e4bea200cc94ee7605fd1c79e509)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_34b5f4f3ad22fdf37f6249ff8be7155f = L.circleMarker(\n",
+       "                [-37.20563853941541, 147.6052113817444],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_be92b8a3eddd9e92f31fe9f239dea590 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b649290178cc92964755ca96d61e7cce = $(`&lt;div id=&quot;html_b649290178cc92964755ca96d61e7cce&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_be92b8a3eddd9e92f31fe9f239dea590.setContent(html_b649290178cc92964755ca96d61e7cce);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_34b5f4f3ad22fdf37f6249ff8be7155f.bindPopup(popup_be92b8a3eddd9e92f31fe9f239dea590)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_388854178c2577f79045db346b848f00 = L.circleMarker(\n",
+       "                [-36.85220732991274, 148.09069646996957],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_996b7d9bbcde57bbaac3539806e1e156 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0b6d56a1fd0a1f823a508f5134b20a59 = $(`&lt;div id=&quot;html_0b6d56a1fd0a1f823a508f5134b20a59&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_996b7d9bbcde57bbaac3539806e1e156.setContent(html_0b6d56a1fd0a1f823a508f5134b20a59);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_388854178c2577f79045db346b848f00.bindPopup(popup_996b7d9bbcde57bbaac3539806e1e156)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ed1ec5847ddf6cfdd3002c68e0b166fe = L.circleMarker(\n",
+       "                [-37.93016934347781, 147.63245505589268],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2d5f1aeeaf674f6100b3e090d556ea0a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b166aa67f011d6ab7f3502d64e24253d = $(`&lt;div id=&quot;html_b166aa67f011d6ab7f3502d64e24253d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_2d5f1aeeaf674f6100b3e090d556ea0a.setContent(html_b166aa67f011d6ab7f3502d64e24253d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ed1ec5847ddf6cfdd3002c68e0b166fe.bindPopup(popup_2d5f1aeeaf674f6100b3e090d556ea0a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_53428f6e3b0c88997fe29681b7c032fc = L.circleMarker(\n",
+       "                [-37.42690003025843, 149.2194994939714],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_83296258f724438fcbf8dfc94e5e2afe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9ef4e61b5e92bae4b129784a55c04ea9 = $(`&lt;div id=&quot;html_9ef4e61b5e92bae4b129784a55c04ea9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_83296258f724438fcbf8dfc94e5e2afe.setContent(html_9ef4e61b5e92bae4b129784a55c04ea9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_53428f6e3b0c88997fe29681b7c032fc.bindPopup(popup_83296258f724438fcbf8dfc94e5e2afe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f01c0d15c3fa7f69cbbe48cfcd1bcff5 = L.circleMarker(\n",
+       "                [-37.11101803900122, 147.58460150407754],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_226c9d09598c095f9ca2ae889ac41acb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_df4985857dfcc07d494873e8c5abedda = $(`&lt;div id=&quot;html_df4985857dfcc07d494873e8c5abedda&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_226c9d09598c095f9ca2ae889ac41acb.setContent(html_df4985857dfcc07d494873e8c5abedda);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f01c0d15c3fa7f69cbbe48cfcd1bcff5.bindPopup(popup_226c9d09598c095f9ca2ae889ac41acb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_202eaedac89a6e44995544979df58178 = L.circleMarker(\n",
+       "                [-37.027324699077, 148.29925810965307],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c59e2f1feef1744193a50d55fa92eade = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_518816c039c38a970f9420f4faa85ec1 = $(`&lt;div id=&quot;html_518816c039c38a970f9420f4faa85ec1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_c59e2f1feef1744193a50d55fa92eade.setContent(html_518816c039c38a970f9420f4faa85ec1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_202eaedac89a6e44995544979df58178.bindPopup(popup_c59e2f1feef1744193a50d55fa92eade)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3eeaa015f74136958f5a0ce0abb14108 = L.circleMarker(\n",
+       "                [-37.2084589315794, 148.89402528473667],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ccdbcc688c264ff5a316cd729ae642e7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca86ecce5ded06526af3ef2b34cd21a6 = $(`&lt;div id=&quot;html_ca86ecce5ded06526af3ef2b34cd21a6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_ccdbcc688c264ff5a316cd729ae642e7.setContent(html_ca86ecce5ded06526af3ef2b34cd21a6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3eeaa015f74136958f5a0ce0abb14108.bindPopup(popup_ccdbcc688c264ff5a316cd729ae642e7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f9b27f09ad9e79296f60f9b452668d33 = L.circleMarker(\n",
+       "                [-37.58903235322615, 149.15885383070497],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0f3482cf1ebf662484c43441b1afb529 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_09304464a35fea24ab1f8cc7665c2ae5 = $(`&lt;div id=&quot;html_09304464a35fea24ab1f8cc7665c2ae5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_0f3482cf1ebf662484c43441b1afb529.setContent(html_09304464a35fea24ab1f8cc7665c2ae5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f9b27f09ad9e79296f60f9b452668d33.bindPopup(popup_0f3482cf1ebf662484c43441b1afb529)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6ac1f14042ca05f72ebe94583668401a = L.circleMarker(\n",
+       "                [-37.48238441123086, 149.54375531395945],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5c700f1fad1b16d385ff2786c4de827f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b5b93416c5786ed1b1baeefeaf04765 = $(`&lt;div id=&quot;html_2b5b93416c5786ed1b1baeefeaf04765&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_5c700f1fad1b16d385ff2786c4de827f.setContent(html_2b5b93416c5786ed1b1baeefeaf04765);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6ac1f14042ca05f72ebe94583668401a.bindPopup(popup_5c700f1fad1b16d385ff2786c4de827f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fe3cb5b9b00a7932d3e73200526141ad = L.circleMarker(\n",
+       "                [-37.6614928331771, 148.4019750944395],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c4bc89663a505fe8bd409588489fd2d3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0bf2f30ff039c240ce81026530914e67 = $(`&lt;div id=&quot;html_0bf2f30ff039c240ce81026530914e67&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_c4bc89663a505fe8bd409588489fd2d3.setContent(html_0bf2f30ff039c240ce81026530914e67);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fe3cb5b9b00a7932d3e73200526141ad.bindPopup(popup_c4bc89663a505fe8bd409588489fd2d3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d393ab9f2340b33f19534c8be9328f43 = L.circleMarker(\n",
+       "                [-36.5069790211996, 147.8399609983391],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f35cbc020d6232d79cbf94ecddfe416e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e71190b466138338c8f8f68e0274f940 = $(`&lt;div id=&quot;html_e71190b466138338c8f8f68e0274f940&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_f35cbc020d6232d79cbf94ecddfe416e.setContent(html_e71190b466138338c8f8f68e0274f940);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d393ab9f2340b33f19534c8be9328f43.bindPopup(popup_f35cbc020d6232d79cbf94ecddfe416e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_06987c0e38db2275151ca91d598b54ea = L.circleMarker(\n",
+       "                [-37.33766017583176, 148.2934063439315],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_90f1edfb8391454a64b76c367e1b0aa8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_98c697cbbb15c1a13f6c569f5c9da051 = $(`&lt;div id=&quot;html_98c697cbbb15c1a13f6c569f5c9da051&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_90f1edfb8391454a64b76c367e1b0aa8.setContent(html_98c697cbbb15c1a13f6c569f5c9da051);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_06987c0e38db2275151ca91d598b54ea.bindPopup(popup_90f1edfb8391454a64b76c367e1b0aa8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d4c5362c25f4f0ec04c2e5a0be0566c7 = L.circleMarker(\n",
+       "                [-37.69520999839661, 148.5914525762184],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1e5a2cda2ee637e71b0fc27f0554550c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_01c860171bdf0571b28e285011da99dd = $(`&lt;div id=&quot;html_01c860171bdf0571b28e285011da99dd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_1e5a2cda2ee637e71b0fc27f0554550c.setContent(html_01c860171bdf0571b28e285011da99dd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d4c5362c25f4f0ec04c2e5a0be0566c7.bindPopup(popup_1e5a2cda2ee637e71b0fc27f0554550c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_756f8f618c59cc664f41599062575c19 = L.circleMarker(\n",
+       "                [-37.69553720183524, 147.34288237640038],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_15e36313a033409c4bac9a1856a73928 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4f4b5bf5445cd3f61ce2d21dda2860bc = $(`&lt;div id=&quot;html_4f4b5bf5445cd3f61ce2d21dda2860bc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_15e36313a033409c4bac9a1856a73928.setContent(html_4f4b5bf5445cd3f61ce2d21dda2860bc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_756f8f618c59cc664f41599062575c19.bindPopup(popup_15e36313a033409c4bac9a1856a73928)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_884bea694b33c855b6f484790bca05e7 = L.circleMarker(\n",
+       "                [-37.49116583228943, 147.9334447440223],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d9c10d1c3b9df227293066c5b5937e4d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b2126d69704a07182c7fd31237260359 = $(`&lt;div id=&quot;html_b2126d69704a07182c7fd31237260359&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_d9c10d1c3b9df227293066c5b5937e4d.setContent(html_b2126d69704a07182c7fd31237260359);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_884bea694b33c855b6f484790bca05e7.bindPopup(popup_d9c10d1c3b9df227293066c5b5937e4d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7502dddc8b44145c02bbd68c7c1e76d2 = L.circleMarker(\n",
+       "                [-37.391707761382506, 149.48587889495806],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dd4f39a9cb71163f9fabda72fec3bf3b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9aa71b6ee61e5d539ad7d7c2bd2302b6 = $(`&lt;div id=&quot;html_9aa71b6ee61e5d539ad7d7c2bd2302b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_dd4f39a9cb71163f9fabda72fec3bf3b.setContent(html_9aa71b6ee61e5d539ad7d7c2bd2302b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7502dddc8b44145c02bbd68c7c1e76d2.bindPopup(popup_dd4f39a9cb71163f9fabda72fec3bf3b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cbdc53c2087551ef02a91f9d68fd5c75 = L.circleMarker(\n",
+       "                [-37.85842971005168, 148.06171043264834],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2d979502edb8086f88f27b227c2eb4fb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6cdbede5ebfb35c5cc90e9773dec2a8d = $(`&lt;div id=&quot;html_6cdbede5ebfb35c5cc90e9773dec2a8d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_2d979502edb8086f88f27b227c2eb4fb.setContent(html_6cdbede5ebfb35c5cc90e9773dec2a8d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cbdc53c2087551ef02a91f9d68fd5c75.bindPopup(popup_2d979502edb8086f88f27b227c2eb4fb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_38942c0f29094178e6a4fc7f0836dc3c = L.circleMarker(\n",
+       "                [-37.44427702683552, 147.50760783120904],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e8e5b35b8adab5a4b5b9a2dd4f248657 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3db20b720cefd61fd281d4f3fb4cb59e = $(`&lt;div id=&quot;html_3db20b720cefd61fd281d4f3fb4cb59e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_e8e5b35b8adab5a4b5b9a2dd4f248657.setContent(html_3db20b720cefd61fd281d4f3fb4cb59e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_38942c0f29094178e6a4fc7f0836dc3c.bindPopup(popup_e8e5b35b8adab5a4b5b9a2dd4f248657)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ea1b4ca1c6dd2dda99cc3c653a9251d4 = L.circleMarker(\n",
+       "                [-37.76760346440184, 148.32024467174995],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c45412d4bc3f046dd954e4f59276edab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e9d8d5a07c99bb0c69e6d46c8514c83e = $(`&lt;div id=&quot;html_e9d8d5a07c99bb0c69e6d46c8514c83e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_c45412d4bc3f046dd954e4f59276edab.setContent(html_e9d8d5a07c99bb0c69e6d46c8514c83e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ea1b4ca1c6dd2dda99cc3c653a9251d4.bindPopup(popup_c45412d4bc3f046dd954e4f59276edab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b1eae2cb43bc269835301afc44e93dc7 = L.circleMarker(\n",
+       "                [-37.464863422574616, 148.75060632603305],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a102213e9a3928be2997927c26bcb60d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ba060e856da2aac7bc1635929376657d = $(`&lt;div id=&quot;html_ba060e856da2aac7bc1635929376657d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_a102213e9a3928be2997927c26bcb60d.setContent(html_ba060e856da2aac7bc1635929376657d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b1eae2cb43bc269835301afc44e93dc7.bindPopup(popup_a102213e9a3928be2997927c26bcb60d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e72c7f7837229d66757e4ead1c3f248c = L.circleMarker(\n",
+       "                [-37.49596350231816, 148.58130910237446],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8397f2b374256968cce47a59260d0728 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3ad4ed7243173b9f379f22175733ae7f = $(`&lt;div id=&quot;html_3ad4ed7243173b9f379f22175733ae7f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_8397f2b374256968cce47a59260d0728.setContent(html_3ad4ed7243173b9f379f22175733ae7f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e72c7f7837229d66757e4ead1c3f248c.bindPopup(popup_8397f2b374256968cce47a59260d0728)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2cc340fc801f5513811fafdc49395899 = L.circleMarker(\n",
+       "                [-37.773414133920646, 147.3850022460802],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7e1b70e3055b8a386142d9aca109bbc7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8055acf042ef98d77dacc626308650b4 = $(`&lt;div id=&quot;html_8055acf042ef98d77dacc626308650b4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_7e1b70e3055b8a386142d9aca109bbc7.setContent(html_8055acf042ef98d77dacc626308650b4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2cc340fc801f5513811fafdc49395899.bindPopup(popup_7e1b70e3055b8a386142d9aca109bbc7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_15933413e925ea5eaa44e7e48f56a4f9 = L.circleMarker(\n",
+       "                [-37.098001976567375, 148.27444709167435],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_62b1704e6a356d178529c6414c652cb9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b0b63bbe120da954a3837561d5ef5025 = $(`&lt;div id=&quot;html_b0b63bbe120da954a3837561d5ef5025&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_62b1704e6a356d178529c6414c652cb9.setContent(html_b0b63bbe120da954a3837561d5ef5025);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_15933413e925ea5eaa44e7e48f56a4f9.bindPopup(popup_62b1704e6a356d178529c6414c652cb9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8581b0a0ff09a308b22748a10f5904f5 = L.circleMarker(\n",
+       "                [-37.6425285437015, 147.58465873446664],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1a1d55025b5f8ad82c2cdf23eac4a5b5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e8729d5688d271bbc407d070e1f375d0 = $(`&lt;div id=&quot;html_e8729d5688d271bbc407d070e1f375d0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_1a1d55025b5f8ad82c2cdf23eac4a5b5.setContent(html_e8729d5688d271bbc407d070e1f375d0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8581b0a0ff09a308b22748a10f5904f5.bindPopup(popup_1a1d55025b5f8ad82c2cdf23eac4a5b5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_247f2232918e61de30b20f0d70e2e049 = L.circleMarker(\n",
+       "                [-37.81276519481116, 147.6345623480505],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_512431b56c53708fc011d1715f6d99f6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4e2cadd60f46e7ea37486c8c32d74b1d = $(`&lt;div id=&quot;html_4e2cadd60f46e7ea37486c8c32d74b1d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_512431b56c53708fc011d1715f6d99f6.setContent(html_4e2cadd60f46e7ea37486c8c32d74b1d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_247f2232918e61de30b20f0d70e2e049.bindPopup(popup_512431b56c53708fc011d1715f6d99f6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b4d9fc2e94d802c49490b112fc6680d = L.circleMarker(\n",
+       "                [-37.38479058359, 147.83936727990283],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f75c3d617eeb1358a2a1f133dc156106 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d5b459f329894cc0d4d8df688eca6080 = $(`&lt;div id=&quot;html_d5b459f329894cc0d4d8df688eca6080&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_f75c3d617eeb1358a2a1f133dc156106.setContent(html_d5b459f329894cc0d4d8df688eca6080);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b4d9fc2e94d802c49490b112fc6680d.bindPopup(popup_f75c3d617eeb1358a2a1f133dc156106)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e9dbb7c4e34786f8a351d09311403c4a = L.circleMarker(\n",
+       "                [-37.83939688294877, 148.12574207922887],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ea61094d9f41a7563258c8633f194bd4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_db08b7ea5d04c48d159fc8963493e35a = $(`&lt;div id=&quot;html_db08b7ea5d04c48d159fc8963493e35a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_ea61094d9f41a7563258c8633f194bd4.setContent(html_db08b7ea5d04c48d159fc8963493e35a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e9dbb7c4e34786f8a351d09311403c4a.bindPopup(popup_ea61094d9f41a7563258c8633f194bd4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_757ca0e5e96265055490e444f94ff7a5 = L.circleMarker(\n",
+       "                [-37.76225412845852, 148.25529579009304],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fcf7f76665088613daf7f9328aa4f77b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aa34a782ab1dbfcb5ee5e563a39129ea = $(`&lt;div id=&quot;html_aa34a782ab1dbfcb5ee5e563a39129ea&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_fcf7f76665088613daf7f9328aa4f77b.setContent(html_aa34a782ab1dbfcb5ee5e563a39129ea);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_757ca0e5e96265055490e444f94ff7a5.bindPopup(popup_fcf7f76665088613daf7f9328aa4f77b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_58b7bb60dc9aaf033cf0bc1106625be9 = L.circleMarker(\n",
+       "                [-37.19271404784704, 148.23899943769726],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6efff7a01f6a618f5b5264dc0ef3da0b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eb9a9323953583935971194736ebb2cb = $(`&lt;div id=&quot;html_eb9a9323953583935971194736ebb2cb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_6efff7a01f6a618f5b5264dc0ef3da0b.setContent(html_eb9a9323953583935971194736ebb2cb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_58b7bb60dc9aaf033cf0bc1106625be9.bindPopup(popup_6efff7a01f6a618f5b5264dc0ef3da0b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c4a674302ea2bd5efbc0bd8a6cff49f2 = L.circleMarker(\n",
+       "                [-37.4865961917925, 149.69062985977394],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2cddbb620fc38df63280b93e15088a16 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_96d98a40a8593b759a5409e659d66988 = $(`&lt;div id=&quot;html_96d98a40a8593b759a5409e659d66988&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_2cddbb620fc38df63280b93e15088a16.setContent(html_96d98a40a8593b759a5409e659d66988);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c4a674302ea2bd5efbc0bd8a6cff49f2.bindPopup(popup_2cddbb620fc38df63280b93e15088a16)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_04a0bff9aca7bbf7d35502ab0618d0b6 = L.circleMarker(\n",
+       "                [-37.86334278940198, 148.03621962288048],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d01706178e27d177782be53067df998b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_69f80657099cbe5886bb31f7fce13975 = $(`&lt;div id=&quot;html_69f80657099cbe5886bb31f7fce13975&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_d01706178e27d177782be53067df998b.setContent(html_69f80657099cbe5886bb31f7fce13975);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_04a0bff9aca7bbf7d35502ab0618d0b6.bindPopup(popup_d01706178e27d177782be53067df998b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1b4514d52604a97105316cf74547ad4f = L.circleMarker(\n",
+       "                [-37.75626124083764, 147.7363783259104],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_29bf2418aaa088476e2f88f0140744a0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0dd4d7ceddf26942167c5f82d05b9684 = $(`&lt;div id=&quot;html_0dd4d7ceddf26942167c5f82d05b9684&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_29bf2418aaa088476e2f88f0140744a0.setContent(html_0dd4d7ceddf26942167c5f82d05b9684);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1b4514d52604a97105316cf74547ad4f.bindPopup(popup_29bf2418aaa088476e2f88f0140744a0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_67317dc78f764bcbba7b58a1fb4d11c2 = L.circleMarker(\n",
+       "                [-37.69140619334985, 148.16605572156297],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fb2c66ddb67790cf24c8d16cf723c65b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d9defdf5bac13c9985b168e24be026e4 = $(`&lt;div id=&quot;html_d9defdf5bac13c9985b168e24be026e4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_fb2c66ddb67790cf24c8d16cf723c65b.setContent(html_d9defdf5bac13c9985b168e24be026e4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_67317dc78f764bcbba7b58a1fb4d11c2.bindPopup(popup_fb2c66ddb67790cf24c8d16cf723c65b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b940ba923652d92b3d4fca5c217a988e = L.circleMarker(\n",
+       "                [-36.88464530297877, 147.80701119621477],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7a2a2d2bd14115bccaf4a519c4bf2c43 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_510ebb56b771d2320c99b53053c5cc1c = $(`&lt;div id=&quot;html_510ebb56b771d2320c99b53053c5cc1c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_7a2a2d2bd14115bccaf4a519c4bf2c43.setContent(html_510ebb56b771d2320c99b53053c5cc1c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b940ba923652d92b3d4fca5c217a988e.bindPopup(popup_7a2a2d2bd14115bccaf4a519c4bf2c43)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1143b30e9ff0ed692c7085855581a4da = L.circleMarker(\n",
+       "                [-37.012519880918006, 147.6537562139811],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e8e2f3619e79d47e77fa2a7b83b33cc7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b9b40bd2e6eb1fd839fdc8a0601bdc9 = $(`&lt;div id=&quot;html_2b9b40bd2e6eb1fd839fdc8a0601bdc9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_e8e2f3619e79d47e77fa2a7b83b33cc7.setContent(html_2b9b40bd2e6eb1fd839fdc8a0601bdc9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1143b30e9ff0ed692c7085855581a4da.bindPopup(popup_e8e2f3619e79d47e77fa2a7b83b33cc7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_04c641ca3cdeb506999b9b1d85956c86 = L.circleMarker(\n",
+       "                [-37.81448737338663, 147.93940361248295],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_469602a179f7a5f939cf03eae9f9a642 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_de107c327e8833ee856a1cdc057ad113 = $(`&lt;div id=&quot;html_de107c327e8833ee856a1cdc057ad113&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_469602a179f7a5f939cf03eae9f9a642.setContent(html_de107c327e8833ee856a1cdc057ad113);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_04c641ca3cdeb506999b9b1d85956c86.bindPopup(popup_469602a179f7a5f939cf03eae9f9a642)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d3816390f4d8f3f6513b6e21bbd21c58 = L.circleMarker(\n",
+       "                [-37.45186500721713, 147.71010630236694],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_90672bf7d3011425b84ce4d57d3a0c4d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cd18fede500ed8e1da07682392d8a36d = $(`&lt;div id=&quot;html_cd18fede500ed8e1da07682392d8a36d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_90672bf7d3011425b84ce4d57d3a0c4d.setContent(html_cd18fede500ed8e1da07682392d8a36d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d3816390f4d8f3f6513b6e21bbd21c58.bindPopup(popup_90672bf7d3011425b84ce4d57d3a0c4d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e3467e3f704ea2df41385f07729a62ba = L.circleMarker(\n",
+       "                [-37.765126269879325, 147.8704082008502],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3e6c13b836c4fa69912df3616ca6e1e6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0b0c21579a22ec6c1112a04bc649c054 = $(`&lt;div id=&quot;html_0b0c21579a22ec6c1112a04bc649c054&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_3e6c13b836c4fa69912df3616ca6e1e6.setContent(html_0b0c21579a22ec6c1112a04bc649c054);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e3467e3f704ea2df41385f07729a62ba.bindPopup(popup_3e6c13b836c4fa69912df3616ca6e1e6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9c6b82a1a20016d8ce093239377ffe6a = L.circleMarker(\n",
+       "                [-37.647955966083536, 147.69333542699232],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b48eb45bac47fadb1e96c82d679dcaa8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8400fa24aef083273cc6635b8cadae61 = $(`&lt;div id=&quot;html_8400fa24aef083273cc6635b8cadae61&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_b48eb45bac47fadb1e96c82d679dcaa8.setContent(html_8400fa24aef083273cc6635b8cadae61);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9c6b82a1a20016d8ce093239377ffe6a.bindPopup(popup_b48eb45bac47fadb1e96c82d679dcaa8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3ff7cb402b51ff42710b643cc0048c49 = L.circleMarker(\n",
+       "                [-37.371144058708005, 149.01504848550954],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9898b48823f3133f0cfaa37528b79009 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_68464b2af466b1da045353e62d829056 = $(`&lt;div id=&quot;html_68464b2af466b1da045353e62d829056&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_9898b48823f3133f0cfaa37528b79009.setContent(html_68464b2af466b1da045353e62d829056);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3ff7cb402b51ff42710b643cc0048c49.bindPopup(popup_9898b48823f3133f0cfaa37528b79009)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5a9de04b44f93c810e8eebd355cda8d2 = L.circleMarker(\n",
+       "                [-37.77935716293487, 147.56463104788656],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3ab5247e0d6bc6f80a7517ecc037775b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cfde32386d4a62ed74ca9ddf86348040 = $(`&lt;div id=&quot;html_cfde32386d4a62ed74ca9ddf86348040&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_3ab5247e0d6bc6f80a7517ecc037775b.setContent(html_cfde32386d4a62ed74ca9ddf86348040);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5a9de04b44f93c810e8eebd355cda8d2.bindPopup(popup_3ab5247e0d6bc6f80a7517ecc037775b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ec8935498945519fc5f3ef5b3b590ff9 = L.circleMarker(\n",
+       "                [-37.68874310414937, 147.75738049992464],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0a2e03efd51944396050511c5de966e8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d47029024676c0322b7a5eb678c47832 = $(`&lt;div id=&quot;html_d47029024676c0322b7a5eb678c47832&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_0a2e03efd51944396050511c5de966e8.setContent(html_d47029024676c0322b7a5eb678c47832);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ec8935498945519fc5f3ef5b3b590ff9.bindPopup(popup_0a2e03efd51944396050511c5de966e8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dd717d0d358e7e94d813d2e573e456e0 = L.circleMarker(\n",
+       "                [-38.052472407414456, 147.4695385865107],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4595a0c336999e71caead4a424184b03 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5b7ce282c7424d95c8489b15389db32c = $(`&lt;div id=&quot;html_5b7ce282c7424d95c8489b15389db32c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_4595a0c336999e71caead4a424184b03.setContent(html_5b7ce282c7424d95c8489b15389db32c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dd717d0d358e7e94d813d2e573e456e0.bindPopup(popup_4595a0c336999e71caead4a424184b03)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_699d8dc4662ee478115d68dd5ae2d48f = L.circleMarker(\n",
+       "                [-37.868528165623765, 147.84332122183187],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fee5f6c3b8e32e31d5f126c16f28767d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1c0478f196eb44131b7c9d05b45cb5b3 = $(`&lt;div id=&quot;html_1c0478f196eb44131b7c9d05b45cb5b3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_fee5f6c3b8e32e31d5f126c16f28767d.setContent(html_1c0478f196eb44131b7c9d05b45cb5b3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_699d8dc4662ee478115d68dd5ae2d48f.bindPopup(popup_fee5f6c3b8e32e31d5f126c16f28767d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_53dc50f6f298a32b2170eb2e5dcafe80 = L.circleMarker(\n",
+       "                [-37.92114922184015, 147.7478988875106],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c5b99b997b99ee7fae331f35d64496ca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e4b34713785472c9ef6d594bdb43e59d = $(`&lt;div id=&quot;html_e4b34713785472c9ef6d594bdb43e59d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_c5b99b997b99ee7fae331f35d64496ca.setContent(html_e4b34713785472c9ef6d594bdb43e59d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_53dc50f6f298a32b2170eb2e5dcafe80.bindPopup(popup_c5b99b997b99ee7fae331f35d64496ca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_466dc7597e6564b31ab2da3f74d60dff = L.circleMarker(\n",
+       "                [-37.00885241551503, 147.5642188709766],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3c22a7a1c11a165405094fa39bc4e8bd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ecebdcea6d6dd4136e8a5291269e314 = $(`&lt;div id=&quot;html_6ecebdcea6d6dd4136e8a5291269e314&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_3c22a7a1c11a165405094fa39bc4e8bd.setContent(html_6ecebdcea6d6dd4136e8a5291269e314);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_466dc7597e6564b31ab2da3f74d60dff.bindPopup(popup_3c22a7a1c11a165405094fa39bc4e8bd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_89c260d5a2de8a1316b1425b9efda982 = L.circleMarker(\n",
+       "                [-37.5647387343825, 148.10385794702054],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_93266e64a66205ece4a83f0f29e62d28 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dcf0d0807aadd7d20761eba617722c4d = $(`&lt;div id=&quot;html_dcf0d0807aadd7d20761eba617722c4d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_93266e64a66205ece4a83f0f29e62d28.setContent(html_dcf0d0807aadd7d20761eba617722c4d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_89c260d5a2de8a1316b1425b9efda982.bindPopup(popup_93266e64a66205ece4a83f0f29e62d28)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c6e66cfba1e34af5537b8a7168c61727 = L.circleMarker(\n",
+       "                [-37.69510830135349, 149.2058040301613],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aac76bde8ea44f2457da385a47cf539e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0cf05d1a59812654607626bee74d53ae = $(`&lt;div id=&quot;html_0cf05d1a59812654607626bee74d53ae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_aac76bde8ea44f2457da385a47cf539e.setContent(html_0cf05d1a59812654607626bee74d53ae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c6e66cfba1e34af5537b8a7168c61727.bindPopup(popup_aac76bde8ea44f2457da385a47cf539e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_90757df49628c40291a3c18fa961b721 = L.circleMarker(\n",
+       "                [-37.31077308552745, 147.48997097886098],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ce9cfeaf40ea2c4323353c4df4072a69 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_210bb6ed8bef4666a6919fbae1812937 = $(`&lt;div id=&quot;html_210bb6ed8bef4666a6919fbae1812937&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_ce9cfeaf40ea2c4323353c4df4072a69.setContent(html_210bb6ed8bef4666a6919fbae1812937);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_90757df49628c40291a3c18fa961b721.bindPopup(popup_ce9cfeaf40ea2c4323353c4df4072a69)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c75f005ea384b60b5336b3ae541468fb = L.circleMarker(\n",
+       "                [-37.74506138705389, 147.42670277101286],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b730b6dca76cb6f992b98291a0ab465b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4a1d9b453cd61c117368501809e49a6f = $(`&lt;div id=&quot;html_4a1d9b453cd61c117368501809e49a6f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_b730b6dca76cb6f992b98291a0ab465b.setContent(html_4a1d9b453cd61c117368501809e49a6f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c75f005ea384b60b5336b3ae541468fb.bindPopup(popup_b730b6dca76cb6f992b98291a0ab465b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ccd70a8430f054984c3756700b22286f = L.circleMarker(\n",
+       "                [-37.71384014374061, 148.92751092515982],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_61d135c92ffc7fe35173911b0b4b83c9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5b1387d6f815427d76a54379547fa83a = $(`&lt;div id=&quot;html_5b1387d6f815427d76a54379547fa83a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_61d135c92ffc7fe35173911b0b4b83c9.setContent(html_5b1387d6f815427d76a54379547fa83a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ccd70a8430f054984c3756700b22286f.bindPopup(popup_61d135c92ffc7fe35173911b0b4b83c9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_01040987eb4a533e4c1e60f90acafde0 = L.circleMarker(\n",
+       "                [-37.32374160786339, 149.30902672677252],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1f96081666637904d5ad411977ed00cf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_64717647ed2eafbdf288ecc48ab87d03 = $(`&lt;div id=&quot;html_64717647ed2eafbdf288ecc48ab87d03&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_1f96081666637904d5ad411977ed00cf.setContent(html_64717647ed2eafbdf288ecc48ab87d03);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_01040987eb4a533e4c1e60f90acafde0.bindPopup(popup_1f96081666637904d5ad411977ed00cf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_67a671184b476102933f15538aa3dd7b = L.circleMarker(\n",
+       "                [-37.84070819427939, 147.5160450992548],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8bea564977fa8389958b68d645481d2b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_799e4c38b0fbf44b6ea11a846d863a45 = $(`&lt;div id=&quot;html_799e4c38b0fbf44b6ea11a846d863a45&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_8bea564977fa8389958b68d645481d2b.setContent(html_799e4c38b0fbf44b6ea11a846d863a45);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_67a671184b476102933f15538aa3dd7b.bindPopup(popup_8bea564977fa8389958b68d645481d2b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6b0cd148f35c7fa27e26470d92ae81f2 = L.circleMarker(\n",
+       "                [-37.85340126846656, 147.99966759828794],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_14935e4d6a309c2ef9c184f52f54af12 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_77c15be994dafc9f0ffaa5057ff15d48 = $(`&lt;div id=&quot;html_77c15be994dafc9f0ffaa5057ff15d48&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_14935e4d6a309c2ef9c184f52f54af12.setContent(html_77c15be994dafc9f0ffaa5057ff15d48);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6b0cd148f35c7fa27e26470d92ae81f2.bindPopup(popup_14935e4d6a309c2ef9c184f52f54af12)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4acc075981b18a57ebbc4cf8bc895d16 = L.circleMarker(\n",
+       "                [-37.51545776617029, 149.2153081749433],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cdf65779cb890e5674b0163fac3141ac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_56ea540f5bcae2dec1a8d65ab03fff93 = $(`&lt;div id=&quot;html_56ea540f5bcae2dec1a8d65ab03fff93&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_cdf65779cb890e5674b0163fac3141ac.setContent(html_56ea540f5bcae2dec1a8d65ab03fff93);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4acc075981b18a57ebbc4cf8bc895d16.bindPopup(popup_cdf65779cb890e5674b0163fac3141ac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b5aeb38b3126134e7a0085e0e0ef24ea = L.circleMarker(\n",
+       "                [-36.94446711757548, 147.6165805843438],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3a95b119572e52bf8d1ac172e80896b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aaa30d19575955490183dac1c8073fbd = $(`&lt;div id=&quot;html_aaa30d19575955490183dac1c8073fbd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_3a95b119572e52bf8d1ac172e80896b4.setContent(html_aaa30d19575955490183dac1c8073fbd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b5aeb38b3126134e7a0085e0e0ef24ea.bindPopup(popup_3a95b119572e52bf8d1ac172e80896b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_be5780c72be41f405faf06d5aad45ae1 = L.circleMarker(\n",
+       "                [-37.814270513245134, 147.86876317223445],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e67a9529c6218017005652f048e5c259 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d4e81dd5a29e47a147ec242b505de113 = $(`&lt;div id=&quot;html_d4e81dd5a29e47a147ec242b505de113&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_e67a9529c6218017005652f048e5c259.setContent(html_d4e81dd5a29e47a147ec242b505de113);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_be5780c72be41f405faf06d5aad45ae1.bindPopup(popup_e67a9529c6218017005652f048e5c259)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d1446da8782e745e0f749a2fed4fc095 = L.circleMarker(\n",
+       "                [-37.49813451180934, 147.8324615699725],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6689a3354b57de745750836c0e97ef16 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ebcd1b59458302f8c098da38bd727c9d = $(`&lt;div id=&quot;html_ebcd1b59458302f8c098da38bd727c9d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_6689a3354b57de745750836c0e97ef16.setContent(html_ebcd1b59458302f8c098da38bd727c9d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d1446da8782e745e0f749a2fed4fc095.bindPopup(popup_6689a3354b57de745750836c0e97ef16)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a0fe4db20f61e95722041df787ef41a9 = L.circleMarker(\n",
+       "                [-37.05774598435252, 148.5949034482789],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0d45e416165a8bd1454bddf491b5a05e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4705f16c6127a5f98b0a7d7090c76514 = $(`&lt;div id=&quot;html_4705f16c6127a5f98b0a7d7090c76514&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_0d45e416165a8bd1454bddf491b5a05e.setContent(html_4705f16c6127a5f98b0a7d7090c76514);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a0fe4db20f61e95722041df787ef41a9.bindPopup(popup_0d45e416165a8bd1454bddf491b5a05e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_90cdac39951d43c890fe3432cd68cdeb = L.circleMarker(\n",
+       "                [-37.68595609030224, 148.3007553002981],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1cc37cef055147adf685b3cf6dd5bc76 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e86b582bf5e6513641740e7c25f22fb6 = $(`&lt;div id=&quot;html_e86b582bf5e6513641740e7c25f22fb6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_1cc37cef055147adf685b3cf6dd5bc76.setContent(html_e86b582bf5e6513641740e7c25f22fb6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_90cdac39951d43c890fe3432cd68cdeb.bindPopup(popup_1cc37cef055147adf685b3cf6dd5bc76)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f9ac3f13618a52bf546fb6753a37daa0 = L.circleMarker(\n",
+       "                [-37.53249818322179, 148.93199188758717],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_457f13291b5c9168de95f3726bec4e1d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_832dea134d7b4bb706bc381a2d240f2a = $(`&lt;div id=&quot;html_832dea134d7b4bb706bc381a2d240f2a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_457f13291b5c9168de95f3726bec4e1d.setContent(html_832dea134d7b4bb706bc381a2d240f2a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f9ac3f13618a52bf546fb6753a37daa0.bindPopup(popup_457f13291b5c9168de95f3726bec4e1d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8eeb7903b7fbc291f58ae6f7091569f6 = L.circleMarker(\n",
+       "                [-37.9042139949054, 147.6801673321919],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_52822e04e3a7008def986229f1bc7f8b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_932c3210bc96c6c41bc7f3f22c947413 = $(`&lt;div id=&quot;html_932c3210bc96c6c41bc7f3f22c947413&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_52822e04e3a7008def986229f1bc7f8b.setContent(html_932c3210bc96c6c41bc7f3f22c947413);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8eeb7903b7fbc291f58ae6f7091569f6.bindPopup(popup_52822e04e3a7008def986229f1bc7f8b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4eba3f2ac83d9737461d868e2696d535 = L.circleMarker(\n",
+       "                [-37.30064551961261, 147.85711352466757],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9b7c2c1d5fbb894ffb3b031704a3b60e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ebdf38861aa500c0708d384be0e16e35 = $(`&lt;div id=&quot;html_ebdf38861aa500c0708d384be0e16e35&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_9b7c2c1d5fbb894ffb3b031704a3b60e.setContent(html_ebdf38861aa500c0708d384be0e16e35);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4eba3f2ac83d9737461d868e2696d535.bindPopup(popup_9b7c2c1d5fbb894ffb3b031704a3b60e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_adc05c325d3263262e76689cba7d3597 = L.circleMarker(\n",
+       "                [-36.83385521666766, 147.47673794154295],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7a93b8c20585cb93eaf1d1d3d7e33368 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_261d5fea298ce0a1a86f111d65f625a2 = $(`&lt;div id=&quot;html_261d5fea298ce0a1a86f111d65f625a2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_7a93b8c20585cb93eaf1d1d3d7e33368.setContent(html_261d5fea298ce0a1a86f111d65f625a2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_adc05c325d3263262e76689cba7d3597.bindPopup(popup_7a93b8c20585cb93eaf1d1d3d7e33368)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e9943ceb4ef84c51875a4b15c684503c = L.circleMarker(\n",
+       "                [-37.416300683739095, 148.21212485963173],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_590a698b4d6dfd76e0737d93e6899c58 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c0d9a3dfcba6ef64945708ef0bc012cf = $(`&lt;div id=&quot;html_c0d9a3dfcba6ef64945708ef0bc012cf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_590a698b4d6dfd76e0737d93e6899c58.setContent(html_c0d9a3dfcba6ef64945708ef0bc012cf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e9943ceb4ef84c51875a4b15c684503c.bindPopup(popup_590a698b4d6dfd76e0737d93e6899c58)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4c8ba297de47e94e89010075452db01c = L.circleMarker(\n",
+       "                [-37.7117452737284, 147.79295123071577],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff1b5caab45e32058177d147054cac8b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7e2f1ca8215186d644130b83d0bfee10 = $(`&lt;div id=&quot;html_7e2f1ca8215186d644130b83d0bfee10&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_ff1b5caab45e32058177d147054cac8b.setContent(html_7e2f1ca8215186d644130b83d0bfee10);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4c8ba297de47e94e89010075452db01c.bindPopup(popup_ff1b5caab45e32058177d147054cac8b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_815a55dda6e0f9ad3f14c808c4c318e4 = L.circleMarker(\n",
+       "                [-37.70721489216053, 147.6648880126775],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1feecf2e9e0e8ff2d90811043c626077 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b249a5997b1e0496efce9078c3ee6826 = $(`&lt;div id=&quot;html_b249a5997b1e0496efce9078c3ee6826&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_1feecf2e9e0e8ff2d90811043c626077.setContent(html_b249a5997b1e0496efce9078c3ee6826);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_815a55dda6e0f9ad3f14c808c4c318e4.bindPopup(popup_1feecf2e9e0e8ff2d90811043c626077)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0493805e6570b2a0a8c5c652eb44048f = L.circleMarker(\n",
+       "                [-37.34667954014687, 148.70123122038743],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_785f6dc5ae1ae8b713dfb66629b1dce8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3803966e896ef47d662a3314701be73a = $(`&lt;div id=&quot;html_3803966e896ef47d662a3314701be73a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_785f6dc5ae1ae8b713dfb66629b1dce8.setContent(html_3803966e896ef47d662a3314701be73a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0493805e6570b2a0a8c5c652eb44048f.bindPopup(popup_785f6dc5ae1ae8b713dfb66629b1dce8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a68169fac315af89a277660eb46506ce = L.circleMarker(\n",
+       "                [-37.72397313567616, 147.57627065920943],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4e7f8927ff7989cc3c5bdd30e707b13b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f5ded185f5838396c73ef566971aaf29 = $(`&lt;div id=&quot;html_f5ded185f5838396c73ef566971aaf29&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_4e7f8927ff7989cc3c5bdd30e707b13b.setContent(html_f5ded185f5838396c73ef566971aaf29);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a68169fac315af89a277660eb46506ce.bindPopup(popup_4e7f8927ff7989cc3c5bdd30e707b13b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a8a9ef059a4cac011f30e07ded83c77a = L.circleMarker(\n",
+       "                [-37.79123610513753, 147.60651896966658],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c7a7cde923e645743bc1874ccdc04a60 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_96b3376dee397e72f2502f95cb54cd2d = $(`&lt;div id=&quot;html_96b3376dee397e72f2502f95cb54cd2d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_c7a7cde923e645743bc1874ccdc04a60.setContent(html_96b3376dee397e72f2502f95cb54cd2d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a8a9ef059a4cac011f30e07ded83c77a.bindPopup(popup_c7a7cde923e645743bc1874ccdc04a60)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_673e9044250f3d57edafd92927eb6bdc = L.circleMarker(\n",
+       "                [-37.63822066075911, 148.81480086485482],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_808e991d77abe1413f1b44212927b1e3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_004ba92c0debb7fa4b6fa469248743b6 = $(`&lt;div id=&quot;html_004ba92c0debb7fa4b6fa469248743b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_808e991d77abe1413f1b44212927b1e3.setContent(html_004ba92c0debb7fa4b6fa469248743b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_673e9044250f3d57edafd92927eb6bdc.bindPopup(popup_808e991d77abe1413f1b44212927b1e3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_90647c0efe8f6ea88bb39ddf57568557 = L.circleMarker(\n",
+       "                [-37.79095312671946, 147.8321539216454],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_56761f09c18d7bd74283563002425eda = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_66803e2b8e21392ac86d63fe7c9c3595 = $(`&lt;div id=&quot;html_66803e2b8e21392ac86d63fe7c9c3595&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_56761f09c18d7bd74283563002425eda.setContent(html_66803e2b8e21392ac86d63fe7c9c3595);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_90647c0efe8f6ea88bb39ddf57568557.bindPopup(popup_56761f09c18d7bd74283563002425eda)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_66df95d3f0f55687005243a73ea587d0 = L.circleMarker(\n",
+       "                [-37.65153023073727, 148.51474796662103],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4a6d6855769875625d3fc0e1c3451e6c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_51bf8a11e1a260c3339b5f832b19ec6d = $(`&lt;div id=&quot;html_51bf8a11e1a260c3339b5f832b19ec6d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_4a6d6855769875625d3fc0e1c3451e6c.setContent(html_51bf8a11e1a260c3339b5f832b19ec6d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_66df95d3f0f55687005243a73ea587d0.bindPopup(popup_4a6d6855769875625d3fc0e1c3451e6c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_53b4f33ae941fab2c5ca28cad1d643a3 = L.circleMarker(\n",
+       "                [-37.78982211516598, 148.72635980363145],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9a461bc4f0c7b7d59328389aeb0c2a70 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_199c2582b894fd38b183d31265936840 = $(`&lt;div id=&quot;html_199c2582b894fd38b183d31265936840&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_9a461bc4f0c7b7d59328389aeb0c2a70.setContent(html_199c2582b894fd38b183d31265936840);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_53b4f33ae941fab2c5ca28cad1d643a3.bindPopup(popup_9a461bc4f0c7b7d59328389aeb0c2a70)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_50b41564103a61033ee4925d925fa4f3 = L.circleMarker(\n",
+       "                [-37.75345709972287, 147.48025784736458],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aa7e69aa7db8ab9fc8693fcbbf21879d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ed0904029dfea78bbfb481108a348bc = $(`&lt;div id=&quot;html_6ed0904029dfea78bbfb481108a348bc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_aa7e69aa7db8ab9fc8693fcbbf21879d.setContent(html_6ed0904029dfea78bbfb481108a348bc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_50b41564103a61033ee4925d925fa4f3.bindPopup(popup_aa7e69aa7db8ab9fc8693fcbbf21879d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_deb4a297de9415788dc24d56cdaca5af = L.circleMarker(\n",
+       "                [-37.80779069595115, 147.6715999865717],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7b9bb2c8571e26b13ec5325a7dc0673b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dbfc31539a8ac70cd1cf69d322b85e3a = $(`&lt;div id=&quot;html_dbfc31539a8ac70cd1cf69d322b85e3a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_7b9bb2c8571e26b13ec5325a7dc0673b.setContent(html_dbfc31539a8ac70cd1cf69d322b85e3a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_deb4a297de9415788dc24d56cdaca5af.bindPopup(popup_7b9bb2c8571e26b13ec5325a7dc0673b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4ae59ee6a7065b6d1ee862161ffe5872 = L.circleMarker(\n",
+       "                [-36.836289940285006, 147.3594155936006],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8a0819a585c46fe1fbaad4797a083196 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5bd4b37c58d281c272a20060096cc4b4 = $(`&lt;div id=&quot;html_5bd4b37c58d281c272a20060096cc4b4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_8a0819a585c46fe1fbaad4797a083196.setContent(html_5bd4b37c58d281c272a20060096cc4b4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4ae59ee6a7065b6d1ee862161ffe5872.bindPopup(popup_8a0819a585c46fe1fbaad4797a083196)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_beec2910422e9cfc67dc2076e0b9274c = L.circleMarker(\n",
+       "                [-37.89148474696312, 147.91915591909256],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f099f3093ae99fb59f7c530c3e8fcb3b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_111c333eaee1221241214293e73bfda7 = $(`&lt;div id=&quot;html_111c333eaee1221241214293e73bfda7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_f099f3093ae99fb59f7c530c3e8fcb3b.setContent(html_111c333eaee1221241214293e73bfda7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_beec2910422e9cfc67dc2076e0b9274c.bindPopup(popup_f099f3093ae99fb59f7c530c3e8fcb3b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_abd359bf92d184b50cae7184f8096204 = L.circleMarker(\n",
+       "                [-37.24436098794334, 149.11927956508063],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fe254c630a503f84118f7d9a993eea29 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_99355cbfb033421606e99639156c86a3 = $(`&lt;div id=&quot;html_99355cbfb033421606e99639156c86a3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_fe254c630a503f84118f7d9a993eea29.setContent(html_99355cbfb033421606e99639156c86a3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_abd359bf92d184b50cae7184f8096204.bindPopup(popup_fe254c630a503f84118f7d9a993eea29)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ca08b76385e8e89050a3ccb0b03ee649 = L.circleMarker(\n",
+       "                [-37.397350874039, 149.62028918381688],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f13279ec97c0c75cdf0910a8a4e4d648 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_86bdbf1f634da11c7cf001284483a84f = $(`&lt;div id=&quot;html_86bdbf1f634da11c7cf001284483a84f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_f13279ec97c0c75cdf0910a8a4e4d648.setContent(html_86bdbf1f634da11c7cf001284483a84f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ca08b76385e8e89050a3ccb0b03ee649.bindPopup(popup_f13279ec97c0c75cdf0910a8a4e4d648)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_228daf58fa57eba8ce625495abac9a32 = L.circleMarker(\n",
+       "                [-37.43380235008296, 149.74187693538929],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_41af2ba86401039c5af338cdd9750c3c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3c6061b054f99a8013579b3e27ffee38 = $(`&lt;div id=&quot;html_3c6061b054f99a8013579b3e27ffee38&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_41af2ba86401039c5af338cdd9750c3c.setContent(html_3c6061b054f99a8013579b3e27ffee38);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_228daf58fa57eba8ce625495abac9a32.bindPopup(popup_41af2ba86401039c5af338cdd9750c3c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2af092d52108b9d8c947df578c1ed3a9 = L.circleMarker(\n",
+       "                [-37.262470888510336, 148.2570351541139],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6a5eed9becd2611fd031ca982a59f5a8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9dd6973e2597e4943b0427ff2f17cae3 = $(`&lt;div id=&quot;html_9dd6973e2597e4943b0427ff2f17cae3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_6a5eed9becd2611fd031ca982a59f5a8.setContent(html_9dd6973e2597e4943b0427ff2f17cae3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2af092d52108b9d8c947df578c1ed3a9.bindPopup(popup_6a5eed9becd2611fd031ca982a59f5a8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b523bc30e1644e9f4576ca09fa9d5cd7 = L.circleMarker(\n",
+       "                [-37.78796214266023, 148.44850949493505],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7552b3f3d37ce7e5bc29517d6b488d2b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_455bd1669d4ca9d260e7dde5e42c4f04 = $(`&lt;div id=&quot;html_455bd1669d4ca9d260e7dde5e42c4f04&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_7552b3f3d37ce7e5bc29517d6b488d2b.setContent(html_455bd1669d4ca9d260e7dde5e42c4f04);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b523bc30e1644e9f4576ca09fa9d5cd7.bindPopup(popup_7552b3f3d37ce7e5bc29517d6b488d2b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2eb98ebc645cf30858b151c682e385cc = L.circleMarker(\n",
+       "                [-37.05855549707766, 148.47238668018744],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7f31d638b3e354d59446b9fa7bfdb525 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_675956e17b7b7eb29ed257696d973677 = $(`&lt;div id=&quot;html_675956e17b7b7eb29ed257696d973677&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_7f31d638b3e354d59446b9fa7bfdb525.setContent(html_675956e17b7b7eb29ed257696d973677);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2eb98ebc645cf30858b151c682e385cc.bindPopup(popup_7f31d638b3e354d59446b9fa7bfdb525)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_eb81a77253a9ee59f24824070d2661de = L.circleMarker(\n",
+       "                [-36.90965812028779, 147.5212982391475],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_73a7398253eb22c28779ebb6afb7bc38 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f53c20365d2cc27905160eb80f85e306 = $(`&lt;div id=&quot;html_f53c20365d2cc27905160eb80f85e306&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_73a7398253eb22c28779ebb6afb7bc38.setContent(html_f53c20365d2cc27905160eb80f85e306);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_eb81a77253a9ee59f24824070d2661de.bindPopup(popup_73a7398253eb22c28779ebb6afb7bc38)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d010d95861839cb38c947b44337de48c = L.circleMarker(\n",
+       "                [-37.55193097764637, 147.47451378831832],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_68578bf85a93539bdec8284471d6991d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_69df2c34c547bab1be6cc07e821df98d = $(`&lt;div id=&quot;html_69df2c34c547bab1be6cc07e821df98d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_68578bf85a93539bdec8284471d6991d.setContent(html_69df2c34c547bab1be6cc07e821df98d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d010d95861839cb38c947b44337de48c.bindPopup(popup_68578bf85a93539bdec8284471d6991d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0dfb77b684d1c0e8a643cd2b8fdc072c = L.circleMarker(\n",
+       "                [-37.0163066338953, 147.46744636786266],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d3d12645e363304cc0e6c65c2ac34a33 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a6cc4bf20b43e347ad28a43a22553802 = $(`&lt;div id=&quot;html_a6cc4bf20b43e347ad28a43a22553802&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_d3d12645e363304cc0e6c65c2ac34a33.setContent(html_a6cc4bf20b43e347ad28a43a22553802);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0dfb77b684d1c0e8a643cd2b8fdc072c.bindPopup(popup_d3d12645e363304cc0e6c65c2ac34a33)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7ff6faada686b0e72f4f40ed40b0b58a = L.circleMarker(\n",
+       "                [-37.16711423804865, 148.64791021547035],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cfdc14406ae02a9e1ba79457b467c919 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bf08864f729e38974757f6bc6874d68e = $(`&lt;div id=&quot;html_bf08864f729e38974757f6bc6874d68e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_cfdc14406ae02a9e1ba79457b467c919.setContent(html_bf08864f729e38974757f6bc6874d68e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7ff6faada686b0e72f4f40ed40b0b58a.bindPopup(popup_cfdc14406ae02a9e1ba79457b467c919)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1a8e2eb6e4355d14155b707e62aaa0f4 = L.circleMarker(\n",
+       "                [-37.59525343889161, 147.88557552052814],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3e02189fe40e88e131d7e81aeff77137 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b168798524d5f27a668f28d6db8bab9 = $(`&lt;div id=&quot;html_2b168798524d5f27a668f28d6db8bab9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_3e02189fe40e88e131d7e81aeff77137.setContent(html_2b168798524d5f27a668f28d6db8bab9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1a8e2eb6e4355d14155b707e62aaa0f4.bindPopup(popup_3e02189fe40e88e131d7e81aeff77137)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_79e3b6da305b32d118f476067b554c5f = L.circleMarker(\n",
+       "                [-37.73513124099729, 147.51191614823597],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_43fee9469028bffdad164470a470610b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4435bfd6869fb83054048a557affd053 = $(`&lt;div id=&quot;html_4435bfd6869fb83054048a557affd053&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_43fee9469028bffdad164470a470610b.setContent(html_4435bfd6869fb83054048a557affd053);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_79e3b6da305b32d118f476067b554c5f.bindPopup(popup_43fee9469028bffdad164470a470610b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_71d6212154d33d6e12d2dc31db6b9300 = L.circleMarker(\n",
+       "                [-37.74236801490103, 147.818099567156],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a5b2498ab7b8d6fde0efdcd995ce1849 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d7ffe40f7acaee2ad1ba34cd3abf7341 = $(`&lt;div id=&quot;html_d7ffe40f7acaee2ad1ba34cd3abf7341&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_a5b2498ab7b8d6fde0efdcd995ce1849.setContent(html_d7ffe40f7acaee2ad1ba34cd3abf7341);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_71d6212154d33d6e12d2dc31db6b9300.bindPopup(popup_a5b2498ab7b8d6fde0efdcd995ce1849)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1452e6c7725a9d09e68172bcb0e54e5a = L.circleMarker(\n",
+       "                [-37.224986320442085, 148.10863935593338],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a8bac62cab5b949b7a185942e138c4ba = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b32686f5c228b6d68cf532a6d6c41fb7 = $(`&lt;div id=&quot;html_b32686f5c228b6d68cf532a6d6c41fb7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_a8bac62cab5b949b7a185942e138c4ba.setContent(html_b32686f5c228b6d68cf532a6d6c41fb7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1452e6c7725a9d09e68172bcb0e54e5a.bindPopup(popup_a8bac62cab5b949b7a185942e138c4ba)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b7f97db6a83131113856670438185e5 = L.circleMarker(\n",
+       "                [-37.859788262266, 147.58713681168183],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8261750206e8de64fc267df5e9b4cf3a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d550f43baabe400a52f2540860df6ee7 = $(`&lt;div id=&quot;html_d550f43baabe400a52f2540860df6ee7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_8261750206e8de64fc267df5e9b4cf3a.setContent(html_d550f43baabe400a52f2540860df6ee7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b7f97db6a83131113856670438185e5.bindPopup(popup_8261750206e8de64fc267df5e9b4cf3a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c6b5c27270364d65d8abd3e3355ecd0 = L.circleMarker(\n",
+       "                [-37.96550736761416, 147.44221515213414],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_db7755c2d4cf23dc3f6c1a904bb1f29c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fae88c96a2f6ac7b686f87749e928f6f = $(`&lt;div id=&quot;html_fae88c96a2f6ac7b686f87749e928f6f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_db7755c2d4cf23dc3f6c1a904bb1f29c.setContent(html_fae88c96a2f6ac7b686f87749e928f6f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c6b5c27270364d65d8abd3e3355ecd0.bindPopup(popup_db7755c2d4cf23dc3f6c1a904bb1f29c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b18586c5714e94b52d44d2d4a4d14b56 = L.circleMarker(\n",
+       "                [-37.70714855541879, 147.8625308124751],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1257e671a268651ebb857c541335a7d1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_896fc45a4b1cbb32ebd29258acffd653 = $(`&lt;div id=&quot;html_896fc45a4b1cbb32ebd29258acffd653&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_1257e671a268651ebb857c541335a7d1.setContent(html_896fc45a4b1cbb32ebd29258acffd653);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b18586c5714e94b52d44d2d4a4d14b56.bindPopup(popup_1257e671a268651ebb857c541335a7d1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6ff54077bc0931b85a3719c05e7fedf0 = L.circleMarker(\n",
+       "                [-37.75005524663515, 147.30253109063446],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_73757263a5d6ee02f6e02eb55d9bba2a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d5d133ef1af92c48fb02ec216eb94ea9 = $(`&lt;div id=&quot;html_d5d133ef1af92c48fb02ec216eb94ea9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_73757263a5d6ee02f6e02eb55d9bba2a.setContent(html_d5d133ef1af92c48fb02ec216eb94ea9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6ff54077bc0931b85a3719c05e7fedf0.bindPopup(popup_73757263a5d6ee02f6e02eb55d9bba2a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2f9b90b6a3b7e7fea41a9a1a45261cfc = L.circleMarker(\n",
+       "                [-37.82022246911014, 147.80815474588877],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_319dcc042c8e64eddb5021eba9eb91c9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8833ca557ee9470ece4dbeee5d65ad62 = $(`&lt;div id=&quot;html_8833ca557ee9470ece4dbeee5d65ad62&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_319dcc042c8e64eddb5021eba9eb91c9.setContent(html_8833ca557ee9470ece4dbeee5d65ad62);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2f9b90b6a3b7e7fea41a9a1a45261cfc.bindPopup(popup_319dcc042c8e64eddb5021eba9eb91c9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9ae32419ed993afb1d8574dcb5513668 = L.circleMarker(\n",
+       "                [-37.87008440208445, 147.96683730019987],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_79ad099474dd07d3e666a95bdd23c947 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bfb08d24a7e3725a5304ffce949ac741 = $(`&lt;div id=&quot;html_bfb08d24a7e3725a5304ffce949ac741&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_79ad099474dd07d3e666a95bdd23c947.setContent(html_bfb08d24a7e3725a5304ffce949ac741);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9ae32419ed993afb1d8574dcb5513668.bindPopup(popup_79ad099474dd07d3e666a95bdd23c947)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_20577b8bd2e0f446b12d37705aa075c2 = L.circleMarker(\n",
+       "                [-37.86169419234419, 147.32173524718766],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e62d867497bac44807163e2981c2f77e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_50e8f0c387e38211648edd7476dc8971 = $(`&lt;div id=&quot;html_50e8f0c387e38211648edd7476dc8971&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_e62d867497bac44807163e2981c2f77e.setContent(html_50e8f0c387e38211648edd7476dc8971);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_20577b8bd2e0f446b12d37705aa075c2.bindPopup(popup_e62d867497bac44807163e2981c2f77e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_98f8ae6eadb47d1c096b73a22462b8b6 = L.circleMarker(\n",
+       "                [-37.98311625965646, 147.5467264386222],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d674f3560ba65d90e3c77c2b427c186d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_64ab5cce2b3a36be167d68ab2f4ea069 = $(`&lt;div id=&quot;html_64ab5cce2b3a36be167d68ab2f4ea069&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_d674f3560ba65d90e3c77c2b427c186d.setContent(html_64ab5cce2b3a36be167d68ab2f4ea069);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_98f8ae6eadb47d1c096b73a22462b8b6.bindPopup(popup_d674f3560ba65d90e3c77c2b427c186d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8d8e1351f13ab31f48248d6b7685afd6 = L.circleMarker(\n",
+       "                [-37.86834629458968, 147.42260821803208],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_94ef10132a831ef7f7d4eb1904d39bf1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cd1fea7a48d68cd22eb5e09c9007a139 = $(`&lt;div id=&quot;html_cd1fea7a48d68cd22eb5e09c9007a139&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_94ef10132a831ef7f7d4eb1904d39bf1.setContent(html_cd1fea7a48d68cd22eb5e09c9007a139);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8d8e1351f13ab31f48248d6b7685afd6.bindPopup(popup_94ef10132a831ef7f7d4eb1904d39bf1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a4db1e6118a942f8feeb202e428594f2 = L.circleMarker(\n",
+       "                [-37.69329117761801, 148.02017953665174],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2fb8a3a141dc3ba244325b35ea1d41dd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9fdec7b987a29793dece259ed74bcc75 = $(`&lt;div id=&quot;html_9fdec7b987a29793dece259ed74bcc75&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_2fb8a3a141dc3ba244325b35ea1d41dd.setContent(html_9fdec7b987a29793dece259ed74bcc75);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a4db1e6118a942f8feeb202e428594f2.bindPopup(popup_2fb8a3a141dc3ba244325b35ea1d41dd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9490125e73c3c23de64aa7765a06a760 = L.circleMarker(\n",
+       "                [-37.76588083582627, 148.3634049009368],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5e63b1c7ad7ab72ecdd3b822e71ac6fa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_981bca75ac5e3ab6d2298b0778f177a6 = $(`&lt;div id=&quot;html_981bca75ac5e3ab6d2298b0778f177a6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_5e63b1c7ad7ab72ecdd3b822e71ac6fa.setContent(html_981bca75ac5e3ab6d2298b0778f177a6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9490125e73c3c23de64aa7765a06a760.bindPopup(popup_5e63b1c7ad7ab72ecdd3b822e71ac6fa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6c78e25a9360da2e56ee28acbfa00561 = L.circleMarker(\n",
+       "                [-37.55655020139172, 147.37098547768971],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fc9f2810bda5e68f8269e66d9f271c57 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f6074988eaf44d80a09c9ba7b9d4bbe = $(`&lt;div id=&quot;html_6f6074988eaf44d80a09c9ba7b9d4bbe&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_fc9f2810bda5e68f8269e66d9f271c57.setContent(html_6f6074988eaf44d80a09c9ba7b9d4bbe);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6c78e25a9360da2e56ee28acbfa00561.bindPopup(popup_fc9f2810bda5e68f8269e66d9f271c57)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f5b9017fe1d15828d22f0da3c159d5f9 = L.circleMarker(\n",
+       "                [-37.352233117788224, 147.6531237546123],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d1175fb744cad34c4db77d74603856e6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bc27402adfea98f0fb5578e74625192f = $(`&lt;div id=&quot;html_bc27402adfea98f0fb5578e74625192f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_d1175fb744cad34c4db77d74603856e6.setContent(html_bc27402adfea98f0fb5578e74625192f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f5b9017fe1d15828d22f0da3c159d5f9.bindPopup(popup_d1175fb744cad34c4db77d74603856e6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f2b7a5d8b6f6429e7e762d23a9063af9 = L.circleMarker(\n",
+       "                [-37.63787166243198, 147.27092554560528],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d412a6cf307eb3341dd221830f5312d1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d3886733e5b102cd5e0c7667e90caf3e = $(`&lt;div id=&quot;html_d3886733e5b102cd5e0c7667e90caf3e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_d412a6cf307eb3341dd221830f5312d1.setContent(html_d3886733e5b102cd5e0c7667e90caf3e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f2b7a5d8b6f6429e7e762d23a9063af9.bindPopup(popup_d412a6cf307eb3341dd221830f5312d1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cc65e7fd9fb47a45d5b4809d87da99e3 = L.circleMarker(\n",
+       "                [-36.59777248577598, 147.6252266544446],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f0c221d6359be091d6824b69351ab386 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ff9c23ecc2e10a92be4f2078f9c6aa11 = $(`&lt;div id=&quot;html_ff9c23ecc2e10a92be4f2078f9c6aa11&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_f0c221d6359be091d6824b69351ab386.setContent(html_ff9c23ecc2e10a92be4f2078f9c6aa11);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cc65e7fd9fb47a45d5b4809d87da99e3.bindPopup(popup_f0c221d6359be091d6824b69351ab386)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7ab6eceff14eff7e3719c3f96e464a04 = L.circleMarker(\n",
+       "                [-36.924304570696016, 148.32796060597772],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f8f2e25c02004c79a3449bc4ce03f06c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_36a386c1a549b219f4ba889615621e80 = $(`&lt;div id=&quot;html_36a386c1a549b219f4ba889615621e80&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_f8f2e25c02004c79a3449bc4ce03f06c.setContent(html_36a386c1a549b219f4ba889615621e80);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7ab6eceff14eff7e3719c3f96e464a04.bindPopup(popup_f8f2e25c02004c79a3449bc4ce03f06c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e43bca4808f20f6ccb8314638720cef0 = L.circleMarker(\n",
+       "                [-37.63657566906388, 149.48882660332058],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b4a47a476e0fc2cfc888a92e5b6b3fdb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d4069ba855539d39c329c630b7332c1f = $(`&lt;div id=&quot;html_d4069ba855539d39c329c630b7332c1f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_b4a47a476e0fc2cfc888a92e5b6b3fdb.setContent(html_d4069ba855539d39c329c630b7332c1f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e43bca4808f20f6ccb8314638720cef0.bindPopup(popup_b4a47a476e0fc2cfc888a92e5b6b3fdb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_47cb34ff4c4c02080ef0d72dea668542 = L.circleMarker(\n",
+       "                [-37.25088428380619, 147.7236671155877],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8dfdb2f5f7f860151bbe55f0542b730e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dce15e465215cb96ed21619338301a7f = $(`&lt;div id=&quot;html_dce15e465215cb96ed21619338301a7f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_8dfdb2f5f7f860151bbe55f0542b730e.setContent(html_dce15e465215cb96ed21619338301a7f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_47cb34ff4c4c02080ef0d72dea668542.bindPopup(popup_8dfdb2f5f7f860151bbe55f0542b730e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a04f87dd6a9f6939b4bac88137bbc1da = L.circleMarker(\n",
+       "                [-37.41569364019151, 148.41435308366587],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9ac2ea42ea3b6685c8515a84ccd655a8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1ec6c64e8bd4e36528d8a23b9d3d9a49 = $(`&lt;div id=&quot;html_1ec6c64e8bd4e36528d8a23b9d3d9a49&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_9ac2ea42ea3b6685c8515a84ccd655a8.setContent(html_1ec6c64e8bd4e36528d8a23b9d3d9a49);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a04f87dd6a9f6939b4bac88137bbc1da.bindPopup(popup_9ac2ea42ea3b6685c8515a84ccd655a8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_056f70cc4e8e0f69f40039bf019d6e02 = L.circleMarker(\n",
+       "                [-37.12059489349357, 147.8352361620981],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_da022ea91a852bce789f6d7b5a5dfdb6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a43d7853eeea4d1e853507e91429d0fd = $(`&lt;div id=&quot;html_a43d7853eeea4d1e853507e91429d0fd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_da022ea91a852bce789f6d7b5a5dfdb6.setContent(html_a43d7853eeea4d1e853507e91429d0fd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_056f70cc4e8e0f69f40039bf019d6e02.bindPopup(popup_da022ea91a852bce789f6d7b5a5dfdb6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_949b262b9c7ce9afe62f8acd855f3d6b = L.circleMarker(\n",
+       "                [-37.41613215314078, 148.1447567383617],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_84b77df3e7696b04e28b667bdc50fe8e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_37d18bdebc9bc7e50e5be92061873483 = $(`&lt;div id=&quot;html_37d18bdebc9bc7e50e5be92061873483&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_84b77df3e7696b04e28b667bdc50fe8e.setContent(html_37d18bdebc9bc7e50e5be92061873483);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_949b262b9c7ce9afe62f8acd855f3d6b.bindPopup(popup_84b77df3e7696b04e28b667bdc50fe8e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2533c82d42161792fd25e8b6dd520bff = L.circleMarker(\n",
+       "                [-37.75694831691343, 147.6719408326282],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_79a9fe9de9001a1aabd97d754ff315fd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e552937205ba0560019a158d291bd8c8 = $(`&lt;div id=&quot;html_e552937205ba0560019a158d291bd8c8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_79a9fe9de9001a1aabd97d754ff315fd.setContent(html_e552937205ba0560019a158d291bd8c8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2533c82d42161792fd25e8b6dd520bff.bindPopup(popup_79a9fe9de9001a1aabd97d754ff315fd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d50a370a045b2beba0b5b8686affeaed = L.circleMarker(\n",
+       "                [-37.79914275148979, 147.46628998913215],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_506703d2583dd19939465b453b0813fe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_58a7f3b3b4b15ad1d9bd6dbf5419dcd9 = $(`&lt;div id=&quot;html_58a7f3b3b4b15ad1d9bd6dbf5419dcd9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_506703d2583dd19939465b453b0813fe.setContent(html_58a7f3b3b4b15ad1d9bd6dbf5419dcd9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d50a370a045b2beba0b5b8686affeaed.bindPopup(popup_506703d2583dd19939465b453b0813fe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_60b4ea15bec3a55dbaa22e952bc326d3 = L.circleMarker(\n",
+       "                [-37.77167244300656, 148.6873658632314],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6b2bccc74c9b59aec92de1d810c743c3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d68732cc0921537554c95772bba27faa = $(`&lt;div id=&quot;html_d68732cc0921537554c95772bba27faa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_6b2bccc74c9b59aec92de1d810c743c3.setContent(html_d68732cc0921537554c95772bba27faa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_60b4ea15bec3a55dbaa22e952bc326d3.bindPopup(popup_6b2bccc74c9b59aec92de1d810c743c3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a38036732f34e6982dd2bfdabd4a8098 = L.circleMarker(\n",
+       "                [-37.6546278546653, 147.44073580392018],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e0c30a8a5f8a24faef6c67d1a24624e6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f50df40c09fb03c185d5314296e9fcfe = $(`&lt;div id=&quot;html_f50df40c09fb03c185d5314296e9fcfe&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_e0c30a8a5f8a24faef6c67d1a24624e6.setContent(html_f50df40c09fb03c185d5314296e9fcfe);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a38036732f34e6982dd2bfdabd4a8098.bindPopup(popup_e0c30a8a5f8a24faef6c67d1a24624e6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0ed65a1f5a3b08bcbf4121d8f8596c0f = L.circleMarker(\n",
+       "                [-37.81284835201016, 147.7489256540574],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8ce802e450a49ab377156cdf2a6b2a7a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_98706d18e50f08b3d5ec1ecdca6ce827 = $(`&lt;div id=&quot;html_98706d18e50f08b3d5ec1ecdca6ce827&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_8ce802e450a49ab377156cdf2a6b2a7a.setContent(html_98706d18e50f08b3d5ec1ecdca6ce827);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0ed65a1f5a3b08bcbf4121d8f8596c0f.bindPopup(popup_8ce802e450a49ab377156cdf2a6b2a7a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4773bd7ce0ad5a071515b587ead94dd9 = L.circleMarker(\n",
+       "                [-37.607389199933785, 149.07160721161543],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c415b4ba22da4c2d771c9a02ff83ddfc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_074f7f38a92dab75a13aebc32664b5a7 = $(`&lt;div id=&quot;html_074f7f38a92dab75a13aebc32664b5a7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_c415b4ba22da4c2d771c9a02ff83ddfc.setContent(html_074f7f38a92dab75a13aebc32664b5a7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4773bd7ce0ad5a071515b587ead94dd9.bindPopup(popup_c415b4ba22da4c2d771c9a02ff83ddfc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8171206c30002df478a827f26e855293 = L.circleMarker(\n",
+       "                [-37.7808859460398, 148.19089017992414],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f10fb4e504c77f197f3a15e0e3d8652 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5503e6fadf831ab342ae2b664c075e55 = $(`&lt;div id=&quot;html_5503e6fadf831ab342ae2b664c075e55&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_8f10fb4e504c77f197f3a15e0e3d8652.setContent(html_5503e6fadf831ab342ae2b664c075e55);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8171206c30002df478a827f26e855293.bindPopup(popup_8f10fb4e504c77f197f3a15e0e3d8652)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ee8d3be710a20bf0e8407ece718be9e7 = L.circleMarker(\n",
+       "                [-37.65531489694997, 148.71267202320956],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e22284e42467d10ddf16b93905985ea1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0532fe0b02be7ec9e007fbcd72a803b4 = $(`&lt;div id=&quot;html_0532fe0b02be7ec9e007fbcd72a803b4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_e22284e42467d10ddf16b93905985ea1.setContent(html_0532fe0b02be7ec9e007fbcd72a803b4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ee8d3be710a20bf0e8407ece718be9e7.bindPopup(popup_e22284e42467d10ddf16b93905985ea1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b915ada48ae35535db3a4e5fed40cc40 = L.circleMarker(\n",
+       "                [-37.8583758577457, 147.89705953187033],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_74695d8cc8c13c6e621bc2b06a13528f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bf32cbf6e345f2562d3d311a15b1bcec = $(`&lt;div id=&quot;html_bf32cbf6e345f2562d3d311a15b1bcec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_74695d8cc8c13c6e621bc2b06a13528f.setContent(html_bf32cbf6e345f2562d3d311a15b1bcec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b915ada48ae35535db3a4e5fed40cc40.bindPopup(popup_74695d8cc8c13c6e621bc2b06a13528f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1c00462a484af0ab9c3c324d5fb98c30 = L.circleMarker(\n",
+       "                [-37.16909294664672, 147.6956330204604],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_86166f8d62a8108e477acbb8637cb469 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ff84974943c07008180771f8459d3bd5 = $(`&lt;div id=&quot;html_ff84974943c07008180771f8459d3bd5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_86166f8d62a8108e477acbb8637cb469.setContent(html_ff84974943c07008180771f8459d3bd5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1c00462a484af0ab9c3c324d5fb98c30.bindPopup(popup_86166f8d62a8108e477acbb8637cb469)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e4c40fae73ffd59a034c3af0719b8a6d = L.circleMarker(\n",
+       "                [-37.79261109770158, 148.0617502655176],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5fdc87fe26a723fb76d8afa7aea5eaeb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0cd21c572459befc569943f2a1b8ba8c = $(`&lt;div id=&quot;html_0cd21c572459befc569943f2a1b8ba8c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_5fdc87fe26a723fb76d8afa7aea5eaeb.setContent(html_0cd21c572459befc569943f2a1b8ba8c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e4c40fae73ffd59a034c3af0719b8a6d.bindPopup(popup_5fdc87fe26a723fb76d8afa7aea5eaeb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d0b42998294086e80ad6d71c57c1a94c = L.circleMarker(\n",
+       "                [-37.89931930696548, 147.78962569811748],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e40b032d324149c54c110e5252d4bebc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_03d5241912fe0eaef90731fe11dc68a5 = $(`&lt;div id=&quot;html_03d5241912fe0eaef90731fe11dc68a5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_e40b032d324149c54c110e5252d4bebc.setContent(html_03d5241912fe0eaef90731fe11dc68a5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d0b42998294086e80ad6d71c57c1a94c.bindPopup(popup_e40b032d324149c54c110e5252d4bebc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1053c75b213f35cfb690a1e4f43e5063 = L.circleMarker(\n",
+       "                [-36.97776046982441, 147.33973714254384],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1b6aa9f4058aa41185789475d3b95a46 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f86ffd8403e1ee851c7c3a615ab4f4ea = $(`&lt;div id=&quot;html_f86ffd8403e1ee851c7c3a615ab4f4ea&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_1b6aa9f4058aa41185789475d3b95a46.setContent(html_f86ffd8403e1ee851c7c3a615ab4f4ea);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1053c75b213f35cfb690a1e4f43e5063.bindPopup(popup_1b6aa9f4058aa41185789475d3b95a46)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aa956305eeedf51c8a1a048fa27c5e30 = L.circleMarker(\n",
+       "                [-37.10941745670422, 148.81273575472275],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_486053a6db18a7b5bd8dd19594adbf92 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e7203349101fb91f6da99f66d8cb9404 = $(`&lt;div id=&quot;html_e7203349101fb91f6da99f66d8cb9404&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_486053a6db18a7b5bd8dd19594adbf92.setContent(html_e7203349101fb91f6da99f66d8cb9404);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aa956305eeedf51c8a1a048fa27c5e30.bindPopup(popup_486053a6db18a7b5bd8dd19594adbf92)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_60482b1974e0460d0c997ebe88044df2 = L.circleMarker(\n",
+       "                [-37.22311771369865, 147.95449330847222],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f7526befa0b030eb3d011404598fe805 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca4418a87fc7ce08bd6cc7435843297d = $(`&lt;div id=&quot;html_ca4418a87fc7ce08bd6cc7435843297d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_f7526befa0b030eb3d011404598fe805.setContent(html_ca4418a87fc7ce08bd6cc7435843297d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_60482b1974e0460d0c997ebe88044df2.bindPopup(popup_f7526befa0b030eb3d011404598fe805)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_27c4d5693a5d9f8f602c6f1560fe607c = L.circleMarker(\n",
+       "                [-37.911410146142806, 147.71519720120264],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee8c8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee8c8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fea97203ce9698e1ea6db2350695a093 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_655cc981bd5a8b848f410f2a30aa1630 = $(`&lt;div id=&quot;html_655cc981bd5a8b848f410f2a30aa1630&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;East Gippsland: crime count = -0.03307363200378509&lt;/div&gt;`)[0];\n",
+       "                popup_fea97203ce9698e1ea6db2350695a093.setContent(html_655cc981bd5a8b848f410f2a30aa1630);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_27c4d5693a5d9f8f602c6f1560fe607c.bindPopup(popup_fea97203ce9698e1ea6db2350695a093)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_57a7a9a63d89e5bf6d0c6594b320a0ab = L.circleMarker(\n",
+       "                [-38.15454197047232, 145.1974264611376],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdae77ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdae77ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4498e4ac871420d773ace5f1831388ee = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2038ac4ec75cb88dce9b98fc17b4be40 = $(`&lt;div id=&quot;html_2038ac4ec75cb88dce9b98fc17b4be40&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Frankston: crime count = 1.7812817640154561&lt;/div&gt;`)[0];\n",
+       "                popup_4498e4ac871420d773ace5f1831388ee.setContent(html_2038ac4ec75cb88dce9b98fc17b4be40);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_57a7a9a63d89e5bf6d0c6594b320a0ab.bindPopup(popup_4498e4ac871420d773ace5f1831388ee)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3c070011cde3c4bcacf4d847c59ba5ca = L.circleMarker(\n",
+       "                [-38.12390795059855, 145.16384086727342],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdae77ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdae77ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_74b794ba1ae5a1bd8e3d25197403083d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e1c5db6161b53ba64c6c7cec0631b04e = $(`&lt;div id=&quot;html_e1c5db6161b53ba64c6c7cec0631b04e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Frankston: crime count = 1.7812817640154561&lt;/div&gt;`)[0];\n",
+       "                popup_74b794ba1ae5a1bd8e3d25197403083d.setContent(html_e1c5db6161b53ba64c6c7cec0631b04e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3c070011cde3c4bcacf4d847c59ba5ca.bindPopup(popup_74b794ba1ae5a1bd8e3d25197403083d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_376b0a3641c7d126ad712ecb352d86f3 = L.circleMarker(\n",
+       "                [-38.18906184983939, 145.19099501670493],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdae77ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdae77ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f022eae1597fd219648cd327f9a68ccd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_db12b21a0c2b57328f95551cdda91436 = $(`&lt;div id=&quot;html_db12b21a0c2b57328f95551cdda91436&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Frankston: crime count = 1.7812817640154561&lt;/div&gt;`)[0];\n",
+       "                popup_f022eae1597fd219648cd327f9a68ccd.setContent(html_db12b21a0c2b57328f95551cdda91436);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_376b0a3641c7d126ad712ecb352d86f3.bindPopup(popup_f022eae1597fd219648cd327f9a68ccd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_737da7b85a51ad1fb20ccdf3bf346ba8 = L.circleMarker(\n",
+       "                [-38.08210232588162, 145.20868769327157],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdae77ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdae77ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f73f8246a014478040848a8615874c9e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7a65bd318a776afde930c0985ed53579 = $(`&lt;div id=&quot;html_7a65bd318a776afde930c0985ed53579&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Frankston: crime count = 1.7812817640154561&lt;/div&gt;`)[0];\n",
+       "                popup_f73f8246a014478040848a8615874c9e.setContent(html_7a65bd318a776afde930c0985ed53579);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_737da7b85a51ad1fb20ccdf3bf346ba8.bindPopup(popup_f73f8246a014478040848a8615874c9e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c11f0aa36f4bfdf5c2845bf830b0a529 = L.circleMarker(\n",
+       "                [-38.1481429820104, 145.1456595992945],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdae77ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdae77ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8164becf86f19f499a9244eb05c097c6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_95a78d420a5dcdebc1cbc900818d8341 = $(`&lt;div id=&quot;html_95a78d420a5dcdebc1cbc900818d8341&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Frankston: crime count = 1.7812817640154561&lt;/div&gt;`)[0];\n",
+       "                popup_8164becf86f19f499a9244eb05c097c6.setContent(html_95a78d420a5dcdebc1cbc900818d8341);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c11f0aa36f4bfdf5c2845bf830b0a529.bindPopup(popup_8164becf86f19f499a9244eb05c097c6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1bb5507848aa4f7bf9410d9a999a572b = L.circleMarker(\n",
+       "                [-38.17645357887896, 145.1295517283702],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdae77ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdae77ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c99f7dd58a7ee57f49300bfbfd85e74b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_62a1c946ed6dcfe17a1552b67192bcd3 = $(`&lt;div id=&quot;html_62a1c946ed6dcfe17a1552b67192bcd3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Frankston: crime count = 1.7812817640154561&lt;/div&gt;`)[0];\n",
+       "                popup_c99f7dd58a7ee57f49300bfbfd85e74b.setContent(html_62a1c946ed6dcfe17a1552b67192bcd3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1bb5507848aa4f7bf9410d9a999a572b.bindPopup(popup_c99f7dd58a7ee57f49300bfbfd85e74b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f1171033c2a2f4974e621a20cc9befbe = L.circleMarker(\n",
+       "                [-38.09275476181432, 145.17581733246527],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdae77ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdae77ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_933074320092bb9453399d03ea1e6c5e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7c073878fcbe80a512b597191f0e3b1f = $(`&lt;div id=&quot;html_7c073878fcbe80a512b597191f0e3b1f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Frankston: crime count = 1.7812817640154561&lt;/div&gt;`)[0];\n",
+       "                popup_933074320092bb9453399d03ea1e6c5e.setContent(html_7c073878fcbe80a512b597191f0e3b1f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f1171033c2a2f4974e621a20cc9befbe.bindPopup(popup_933074320092bb9453399d03ea1e6c5e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_743c99fa21c6ad6d96f8f3776ad13197 = L.circleMarker(\n",
+       "                [-38.10476593108847, 145.1384733321178],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdae77ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdae77ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8cf9bd069647dd6fe66e84b92c48152a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_de3228fb3ad79d2fb8d707340131dceb = $(`&lt;div id=&quot;html_de3228fb3ad79d2fb8d707340131dceb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Frankston: crime count = 1.7812817640154561&lt;/div&gt;`)[0];\n",
+       "                popup_8cf9bd069647dd6fe66e84b92c48152a.setContent(html_de3228fb3ad79d2fb8d707340131dceb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_743c99fa21c6ad6d96f8f3776ad13197.bindPopup(popup_8cf9bd069647dd6fe66e84b92c48152a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8d45a9f8a71f3a29003bc26046bf2b3b = L.circleMarker(\n",
+       "                [-38.105027699479095, 145.21632338656593],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdae77ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdae77ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_426f5448b0d5073a4464160e9867812e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_41529bb8b1f6bb6fae7c9e3d6a818ba2 = $(`&lt;div id=&quot;html_41529bb8b1f6bb6fae7c9e3d6a818ba2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Frankston: crime count = 1.7812817640154561&lt;/div&gt;`)[0];\n",
+       "                popup_426f5448b0d5073a4464160e9867812e.setContent(html_41529bb8b1f6bb6fae7c9e3d6a818ba2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8d45a9f8a71f3a29003bc26046bf2b3b.bindPopup(popup_426f5448b0d5073a4464160e9867812e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7885df8dfdbd434ed114f85446f5877a = L.circleMarker(\n",
+       "                [-35.62576774700066, 143.62504979352343],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d57a7bede731f49c483a76b1852b9556 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f44b9bc983e05ed224885e381e2a2a35 = $(`&lt;div id=&quot;html_f44b9bc983e05ed224885e381e2a2a35&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_d57a7bede731f49c483a76b1852b9556.setContent(html_f44b9bc983e05ed224885e381e2a2a35);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7885df8dfdbd434ed114f85446f5877a.bindPopup(popup_d57a7bede731f49c483a76b1852b9556)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4f73ddfcde706ce27093e97d68972e12 = L.circleMarker(\n",
+       "                [-35.73717020086761, 143.823638054275],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_46ccf0128fe5f65f5de62e114562cded = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d940b13d30de8d6bdfa20d72fad89767 = $(`&lt;div id=&quot;html_d940b13d30de8d6bdfa20d72fad89767&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_46ccf0128fe5f65f5de62e114562cded.setContent(html_d940b13d30de8d6bdfa20d72fad89767);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4f73ddfcde706ce27093e97d68972e12.bindPopup(popup_46ccf0128fe5f65f5de62e114562cded)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5480f89d698c0edb881ffa570c817080 = L.circleMarker(\n",
+       "                [-35.93068087761662, 143.86424949522643],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b56f2a8026781106020b5b858eabff70 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e3c3389ef015a76d4b397a8ffe738d5b = $(`&lt;div id=&quot;html_e3c3389ef015a76d4b397a8ffe738d5b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_b56f2a8026781106020b5b858eabff70.setContent(html_e3c3389ef015a76d4b397a8ffe738d5b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5480f89d698c0edb881ffa570c817080.bindPopup(popup_b56f2a8026781106020b5b858eabff70)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e5fbf13e2994ea8c500b1d4a0accd38a = L.circleMarker(\n",
+       "                [-35.960126446073225, 143.61658153289503],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f554107501856e9592f9cafef9f3ff4f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4955527676c510cc14492e1a0501d4cf = $(`&lt;div id=&quot;html_4955527676c510cc14492e1a0501d4cf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_f554107501856e9592f9cafef9f3ff4f.setContent(html_4955527676c510cc14492e1a0501d4cf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e5fbf13e2994ea8c500b1d4a0accd38a.bindPopup(popup_f554107501856e9592f9cafef9f3ff4f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5b151d65e8533f90cc89cbd9c5c7259c = L.circleMarker(\n",
+       "                [-35.855831296396666, 144.24619735763162],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e070d7f3413d3e68bdd7eeddfa662fd9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a5bce4f9db22fc9789cc43114da9a299 = $(`&lt;div id=&quot;html_a5bce4f9db22fc9789cc43114da9a299&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_e070d7f3413d3e68bdd7eeddfa662fd9.setContent(html_a5bce4f9db22fc9789cc43114da9a299);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5b151d65e8533f90cc89cbd9c5c7259c.bindPopup(popup_e070d7f3413d3e68bdd7eeddfa662fd9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_624d634aea9a34b7a6b47de9e428daf7 = L.circleMarker(\n",
+       "                [-35.779836956907666, 144.01403297909522],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f661743b63727d8a269a7e80235d8117 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1915f4d090dd62c2cc44544f1c68648d = $(`&lt;div id=&quot;html_1915f4d090dd62c2cc44544f1c68648d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_f661743b63727d8a269a7e80235d8117.setContent(html_1915f4d090dd62c2cc44544f1c68648d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_624d634aea9a34b7a6b47de9e428daf7.bindPopup(popup_f661743b63727d8a269a7e80235d8117)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_109e23fb6624733b9c79befcaacf928c = L.circleMarker(\n",
+       "                [-35.7701992739182, 143.65181257700706],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9aa15662f32cd021643aa19530242ef9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d6bcfc3c9e4431be0b156e00a7e06005 = $(`&lt;div id=&quot;html_d6bcfc3c9e4431be0b156e00a7e06005&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_9aa15662f32cd021643aa19530242ef9.setContent(html_d6bcfc3c9e4431be0b156e00a7e06005);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_109e23fb6624733b9c79befcaacf928c.bindPopup(popup_9aa15662f32cd021643aa19530242ef9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_246f28b7551620f6d976d9721ad91a43 = L.circleMarker(\n",
+       "                [-35.783896970056404, 144.15738079057817],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_69d766e9f798fb5c00c7ee3ba21c2539 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a46ed398364c26063eaa493c99a49840 = $(`&lt;div id=&quot;html_a46ed398364c26063eaa493c99a49840&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_69d766e9f798fb5c00c7ee3ba21c2539.setContent(html_a46ed398364c26063eaa493c99a49840);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_246f28b7551620f6d976d9721ad91a43.bindPopup(popup_69d766e9f798fb5c00c7ee3ba21c2539)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c7cf35c2c35eedab7e4e1854e1452b46 = L.circleMarker(\n",
+       "                [-35.93007177706718, 143.54327566581992],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_02c302f4b19af812e194bebd7949d54f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b73dcaebc05669801da867b1b47d5ba4 = $(`&lt;div id=&quot;html_b73dcaebc05669801da867b1b47d5ba4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_02c302f4b19af812e194bebd7949d54f.setContent(html_b73dcaebc05669801da867b1b47d5ba4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c7cf35c2c35eedab7e4e1854e1452b46.bindPopup(popup_02c302f4b19af812e194bebd7949d54f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0f0eba53a281b2bcc04c13ba5fc42cf2 = L.circleMarker(\n",
+       "                [-35.683190381192794, 143.81308682828902],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f84a096be333a681482a06d9e4f346d8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_da15092b2f81b9e7b0bd31a4d12de66f = $(`&lt;div id=&quot;html_da15092b2f81b9e7b0bd31a4d12de66f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_f84a096be333a681482a06d9e4f346d8.setContent(html_da15092b2f81b9e7b0bd31a4d12de66f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0f0eba53a281b2bcc04c13ba5fc42cf2.bindPopup(popup_f84a096be333a681482a06d9e4f346d8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ca4fd64000889a6949272f4d20ab91ac = L.circleMarker(\n",
+       "                [-35.643642380369585, 144.10941782555125],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a52277b97659ab7f5a24f9a5bda8c1dd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1ab41ff088d220ed6860940dc1fdad6f = $(`&lt;div id=&quot;html_1ab41ff088d220ed6860940dc1fdad6f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_a52277b97659ab7f5a24f9a5bda8c1dd.setContent(html_1ab41ff088d220ed6860940dc1fdad6f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ca4fd64000889a6949272f4d20ab91ac.bindPopup(popup_a52277b97659ab7f5a24f9a5bda8c1dd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_89241f938393be9c23bed09269e56239 = L.circleMarker(\n",
+       "                [-35.846762063990816, 143.5295396657071],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7668f6317bc13a445fe1d44bf2f749f5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f37017e525b62e3679145a1c3e6bdc11 = $(`&lt;div id=&quot;html_f37017e525b62e3679145a1c3e6bdc11&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_7668f6317bc13a445fe1d44bf2f749f5.setContent(html_f37017e525b62e3679145a1c3e6bdc11);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_89241f938393be9c23bed09269e56239.bindPopup(popup_7668f6317bc13a445fe1d44bf2f749f5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b7178b58c07a91a7881153a108c9f99c = L.circleMarker(\n",
+       "                [-35.88554597094349, 143.70753195456794],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_571af38b8964211197bfac52cc31b22f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8877f3c94032c1bb12a7972466541404 = $(`&lt;div id=&quot;html_8877f3c94032c1bb12a7972466541404&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_571af38b8964211197bfac52cc31b22f.setContent(html_8877f3c94032c1bb12a7972466541404);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b7178b58c07a91a7881153a108c9f99c.bindPopup(popup_571af38b8964211197bfac52cc31b22f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b06178124dcb384f81b01da78178f768 = L.circleMarker(\n",
+       "                [-35.89475242165397, 143.793668255815],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7ddcf8ff85aa65722fbf46279ab5464e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ccc13a73d79432ae7f206b6d0842f65 = $(`&lt;div id=&quot;html_6ccc13a73d79432ae7f206b6d0842f65&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_7ddcf8ff85aa65722fbf46279ab5464e.setContent(html_6ccc13a73d79432ae7f206b6d0842f65);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b06178124dcb384f81b01da78178f768.bindPopup(popup_7ddcf8ff85aa65722fbf46279ab5464e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_89b523ee805fe48bde66fe2519cfa5ff = L.circleMarker(\n",
+       "                [-35.81116433922379, 143.84205427313066],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_21343da9eb7861fb0a0e296e27825839 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_60f87cdf746f1b55a1d0e2384d7ce932 = $(`&lt;div id=&quot;html_60f87cdf746f1b55a1d0e2384d7ce932&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_21343da9eb7861fb0a0e296e27825839.setContent(html_60f87cdf746f1b55a1d0e2384d7ce932);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_89b523ee805fe48bde66fe2519cfa5ff.bindPopup(popup_21343da9eb7861fb0a0e296e27825839)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_18050ef841cb7457b2112a6d1ec53340 = L.circleMarker(\n",
+       "                [-35.799995983706665, 143.7322221150559],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_454f6137960e9df38acaf40e3d5f1be0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b587df5baa69c2a2c74669c07b91c2c3 = $(`&lt;div id=&quot;html_b587df5baa69c2a2c74669c07b91c2c3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_454f6137960e9df38acaf40e3d5f1be0.setContent(html_b587df5baa69c2a2c74669c07b91c2c3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_18050ef841cb7457b2112a6d1ec53340.bindPopup(popup_454f6137960e9df38acaf40e3d5f1be0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_84310c0a480948a70f19d4823bffa4b1 = L.circleMarker(\n",
+       "                [-35.8086420945386, 143.6648025340463],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_322630fd948ea196a8817be0e1965cea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3c145435f76cfd0e6a7f7dd4bf2c7435 = $(`&lt;div id=&quot;html_3c145435f76cfd0e6a7f7dd4bf2c7435&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_322630fd948ea196a8817be0e1965cea.setContent(html_3c145435f76cfd0e6a7f7dd4bf2c7435);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_84310c0a480948a70f19d4823bffa4b1.bindPopup(popup_322630fd948ea196a8817be0e1965cea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_80d655dc5e2f3702f8a16fd5af9ded29 = L.circleMarker(\n",
+       "                [-35.82996010912149, 144.33829339894783],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e382dfcc9d7ead3bafff4f789801bbaf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_400038999102fb3260e4bbb51d691df2 = $(`&lt;div id=&quot;html_400038999102fb3260e4bbb51d691df2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_e382dfcc9d7ead3bafff4f789801bbaf.setContent(html_400038999102fb3260e4bbb51d691df2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_80d655dc5e2f3702f8a16fd5af9ded29.bindPopup(popup_e382dfcc9d7ead3bafff4f789801bbaf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_415045b0eb6171edb7439520f73133b9 = L.circleMarker(\n",
+       "                [-35.81084457126659, 144.11499831601267],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_50c61485c618995cae66505364738ff9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_054bb1a10afd3f6213f97a2db860966b = $(`&lt;div id=&quot;html_054bb1a10afd3f6213f97a2db860966b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_50c61485c618995cae66505364738ff9.setContent(html_054bb1a10afd3f6213f97a2db860966b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_415045b0eb6171edb7439520f73133b9.bindPopup(popup_50c61485c618995cae66505364738ff9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d805aa0437d54075d5faf222485ef7b0 = L.circleMarker(\n",
+       "                [-35.56488999941856, 143.7320735622692],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c7f6af503fb106ecdca819fa0e2918b0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d7e069f65368022dc7b330674e13ebf0 = $(`&lt;div id=&quot;html_d7e069f65368022dc7b330674e13ebf0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_c7f6af503fb106ecdca819fa0e2918b0.setContent(html_d7e069f65368022dc7b330674e13ebf0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d805aa0437d54075d5faf222485ef7b0.bindPopup(popup_c7f6af503fb106ecdca819fa0e2918b0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d5a3cbfd7b6e8558dfefbfba8fc169e6 = L.circleMarker(\n",
+       "                [-35.66386222889379, 143.87576736342828],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8799f34cdc86c0aed30a1cf7e3bc891a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9a882cc70f309d184446536b9f14b3a0 = $(`&lt;div id=&quot;html_9a882cc70f309d184446536b9f14b3a0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_8799f34cdc86c0aed30a1cf7e3bc891a.setContent(html_9a882cc70f309d184446536b9f14b3a0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d5a3cbfd7b6e8558dfefbfba8fc169e6.bindPopup(popup_8799f34cdc86c0aed30a1cf7e3bc891a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_55961502afa7de6eac2c33bc601fa5cb = L.circleMarker(\n",
+       "                [-35.6396669530679, 143.96827457292116],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6c0f998ffc7fdceab4df8c0a91f2c558 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_244ca8e9186f1d22447d5ec8a8e0dc41 = $(`&lt;div id=&quot;html_244ca8e9186f1d22447d5ec8a8e0dc41&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_6c0f998ffc7fdceab4df8c0a91f2c558.setContent(html_244ca8e9186f1d22447d5ec8a8e0dc41);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_55961502afa7de6eac2c33bc601fa5cb.bindPopup(popup_6c0f998ffc7fdceab4df8c0a91f2c558)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1641695936f8e5aebee74193646e089a = L.circleMarker(\n",
+       "                [-35.77606049294021, 144.2429280899236],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1e5771766517f3bdb9c14f282c3098f0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_47282a867f84843a9f0ccb86c84fdbc9 = $(`&lt;div id=&quot;html_47282a867f84843a9f0ccb86c84fdbc9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_1e5771766517f3bdb9c14f282c3098f0.setContent(html_47282a867f84843a9f0ccb86c84fdbc9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1641695936f8e5aebee74193646e089a.bindPopup(popup_1e5771766517f3bdb9c14f282c3098f0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e27b069544881250ac84ac239f31c2fa = L.circleMarker(\n",
+       "                [-35.84484392573827, 143.97246291292947],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e5fd2d54beb393479d4992bfec0e4971 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fd828cb3546198ad7f38cf56877a3417 = $(`&lt;div id=&quot;html_fd828cb3546198ad7f38cf56877a3417&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_e5fd2d54beb393479d4992bfec0e4971.setContent(html_fd828cb3546198ad7f38cf56877a3417);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e27b069544881250ac84ac239f31c2fa.bindPopup(popup_e5fd2d54beb393479d4992bfec0e4971)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3013fed9fe0836f229c3075052c31103 = L.circleMarker(\n",
+       "                [-35.60898031827347, 143.91636994602246],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1af9f3c622aae2a85e0fe1bdcadb793e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d6b286665c235063bbc37b3e9ecf67a6 = $(`&lt;div id=&quot;html_d6b286665c235063bbc37b3e9ecf67a6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_1af9f3c622aae2a85e0fe1bdcadb793e.setContent(html_d6b286665c235063bbc37b3e9ecf67a6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3013fed9fe0836f229c3075052c31103.bindPopup(popup_1af9f3c622aae2a85e0fe1bdcadb793e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b8f3cfa9b6750bb5f8d561111ee53b91 = L.circleMarker(\n",
+       "                [-35.92554272761116, 143.9950496079655],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2d5bc7185a5331da2cb60c52604b9aa4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7ba74d5f3bb645ff3e77c1b56f0d080a = $(`&lt;div id=&quot;html_7ba74d5f3bb645ff3e77c1b56f0d080a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_2d5bc7185a5331da2cb60c52604b9aa4.setContent(html_7ba74d5f3bb645ff3e77c1b56f0d080a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b8f3cfa9b6750bb5f8d561111ee53b91.bindPopup(popup_2d5bc7185a5331da2cb60c52604b9aa4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_056dfc7adabb988fcccc2f935881d3b5 = L.circleMarker(\n",
+       "                [-35.84472730217088, 144.0818053408236],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e3e87b6e1d98ecda7196adaa9da2e674 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_28a3fcda30760a898e3d19e3820668a8 = $(`&lt;div id=&quot;html_28a3fcda30760a898e3d19e3820668a8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_e3e87b6e1d98ecda7196adaa9da2e674.setContent(html_28a3fcda30760a898e3d19e3820668a8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_056dfc7adabb988fcccc2f935881d3b5.bindPopup(popup_e3e87b6e1d98ecda7196adaa9da2e674)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3f5724a735ff31d09e3247e4433bc2b7 = L.circleMarker(\n",
+       "                [-35.848934133336705, 144.1632338933524],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_636f8eebfe7892977c702eecc9e13c51 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e89e3359413ab0bdc90c355626ff0a46 = $(`&lt;div id=&quot;html_e89e3359413ab0bdc90c355626ff0a46&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_636f8eebfe7892977c702eecc9e13c51.setContent(html_e89e3359413ab0bdc90c355626ff0a46);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3f5724a735ff31d09e3247e4433bc2b7.bindPopup(popup_636f8eebfe7892977c702eecc9e13c51)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7ac38efd8289e443dbaac99f5eb1c9b4 = L.circleMarker(\n",
+       "                [-35.862049249844375, 144.2914027310211],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c1f0a594fc9d95e39a1693b03c8cd9ca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cf9d817e4880b4b80b5308c55708a5d5 = $(`&lt;div id=&quot;html_cf9d817e4880b4b80b5308c55708a5d5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_c1f0a594fc9d95e39a1693b03c8cd9ca.setContent(html_cf9d817e4880b4b80b5308c55708a5d5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7ac38efd8289e443dbaac99f5eb1c9b4.bindPopup(popup_c1f0a594fc9d95e39a1693b03c8cd9ca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_655622c80775cc11eafb22243f2b5578 = L.circleMarker(\n",
+       "                [-35.751012407518054, 143.49842549787647],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_76313446fbf6f1f12e276243f3c396fd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_caa7edb4ab91c279a7c4f9e6b2085da1 = $(`&lt;div id=&quot;html_caa7edb4ab91c279a7c4f9e6b2085da1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_76313446fbf6f1f12e276243f3c396fd.setContent(html_caa7edb4ab91c279a7c4f9e6b2085da1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_655622c80775cc11eafb22243f2b5578.bindPopup(popup_76313446fbf6f1f12e276243f3c396fd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6702eb28910a32084f6612ecb2863f2a = L.circleMarker(\n",
+       "                [-35.50999734865726, 143.88256561190016],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7f62bdaa4541738ccf40af392afb5aeb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_55dc5d1ceb54d8766a705d7b104235c4 = $(`&lt;div id=&quot;html_55dc5d1ceb54d8766a705d7b104235c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_7f62bdaa4541738ccf40af392afb5aeb.setContent(html_55dc5d1ceb54d8766a705d7b104235c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6702eb28910a32084f6612ecb2863f2a.bindPopup(popup_7f62bdaa4541738ccf40af392afb5aeb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2816b837f8c021b24657b2660f82c2b5 = L.circleMarker(\n",
+       "                [-35.600726453091724, 144.01995714952508],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7c16114036a204daf47ca987f7d915a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c158a75c4186043a2415b48e51e5bd22 = $(`&lt;div id=&quot;html_c158a75c4186043a2415b48e51e5bd22&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_7c16114036a204daf47ca987f7d915a1.setContent(html_c158a75c4186043a2415b48e51e5bd22);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2816b837f8c021b24657b2660f82c2b5.bindPopup(popup_7c16114036a204daf47ca987f7d915a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_08b98081874ee927329259a01183e602 = L.circleMarker(\n",
+       "                [-35.738573137969304, 143.68943899888995],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_238467737743f4450dae47d11da37cc0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7185a3b14fa8c8463713241edb32cd39 = $(`&lt;div id=&quot;html_7185a3b14fa8c8463713241edb32cd39&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_238467737743f4450dae47d11da37cc0.setContent(html_7185a3b14fa8c8463713241edb32cd39);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_08b98081874ee927329259a01183e602.bindPopup(popup_238467737743f4450dae47d11da37cc0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d953126840e8733fd6729cb51d474fb6 = L.circleMarker(\n",
+       "                [-35.54322546379499, 143.93905319019274],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_deed439d764bd0e61f5d19fe38a66b5a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c820e81e7c7db41dfccde36e33a725f1 = $(`&lt;div id=&quot;html_c820e81e7c7db41dfccde36e33a725f1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_deed439d764bd0e61f5d19fe38a66b5a.setContent(html_c820e81e7c7db41dfccde36e33a725f1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d953126840e8733fd6729cb51d474fb6.bindPopup(popup_deed439d764bd0e61f5d19fe38a66b5a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a34a03b616cfa433a3360e0442189232 = L.circleMarker(\n",
+       "                [-35.88998774757018, 144.21473927848623],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f5674da413a9aaf181d561312ac196f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4feee81db65b151d82801038f38535bd = $(`&lt;div id=&quot;html_4feee81db65b151d82801038f38535bd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_8f5674da413a9aaf181d561312ac196f.setContent(html_4feee81db65b151d82801038f38535bd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a34a03b616cfa433a3360e0442189232.bindPopup(popup_8f5674da413a9aaf181d561312ac196f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_126bb94a2a461999bd53ae54802eddb0 = L.circleMarker(\n",
+       "                [-35.957420393737976, 143.42133548329076],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_55afce17909de4ecb295a27030c92d76 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_84df16706e669fc7c58b0fa1d81892a0 = $(`&lt;div id=&quot;html_84df16706e669fc7c58b0fa1d81892a0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_55afce17909de4ecb295a27030c92d76.setContent(html_84df16706e669fc7c58b0fa1d81892a0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_126bb94a2a461999bd53ae54802eddb0.bindPopup(popup_55afce17909de4ecb295a27030c92d76)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_367d29bf5e5a7e15f201e9f7fa80c9fb = L.circleMarker(\n",
+       "                [-35.72458817041207, 143.94550042142825],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_282824ff3a983cabe978dabd783de35f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c40225627ce9b438d3cf273e5ce634a0 = $(`&lt;div id=&quot;html_c40225627ce9b438d3cf273e5ce634a0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_282824ff3a983cabe978dabd783de35f.setContent(html_c40225627ce9b438d3cf273e5ce634a0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_367d29bf5e5a7e15f201e9f7fa80c9fb.bindPopup(popup_282824ff3a983cabe978dabd783de35f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_451618d66bc65872fe6645d6f9aa670c = L.circleMarker(\n",
+       "                [-35.49293230047385, 143.8266222400636],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_42f40a659729ea5ff72a5fb0406291a5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_11b6bfb0ca7bef19a637cc8d4ae765b1 = $(`&lt;div id=&quot;html_11b6bfb0ca7bef19a637cc8d4ae765b1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_42f40a659729ea5ff72a5fb0406291a5.setContent(html_11b6bfb0ca7bef19a637cc8d4ae765b1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_451618d66bc65872fe6645d6f9aa670c.bindPopup(popup_42f40a659729ea5ff72a5fb0406291a5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1c075b502e45370d122ce165dc2d23d3 = L.circleMarker(\n",
+       "                [-35.78603307541222, 144.08242956538962],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2f40acd154dd07e723c3ec78fa7702cd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e71b2a481131788898737dc923992eb3 = $(`&lt;div id=&quot;html_e71b2a481131788898737dc923992eb3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_2f40acd154dd07e723c3ec78fa7702cd.setContent(html_e71b2a481131788898737dc923992eb3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1c075b502e45370d122ce165dc2d23d3.bindPopup(popup_2f40acd154dd07e723c3ec78fa7702cd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a1001eaebf43f8e7cf7f32293baed117 = L.circleMarker(\n",
+       "                [-35.68720834217039, 143.73821277182222],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b6e0a838a9590716f1e33b4d8e941f1c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f0c988686717190b71fd4c891986bf37 = $(`&lt;div id=&quot;html_f0c988686717190b71fd4c891986bf37&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_b6e0a838a9590716f1e33b4d8e941f1c.setContent(html_f0c988686717190b71fd4c891986bf37);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a1001eaebf43f8e7cf7f32293baed117.bindPopup(popup_b6e0a838a9590716f1e33b4d8e941f1c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2b426ab87f74ecf9784f0e3bf6308717 = L.circleMarker(\n",
+       "                [-35.57201404101288, 143.35540209338475],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b418f53add6fd25358a543416a178a90 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9f0b14b3e623f060f4eaf536c44ef01a = $(`&lt;div id=&quot;html_9f0b14b3e623f060f4eaf536c44ef01a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_b418f53add6fd25358a543416a178a90.setContent(html_9f0b14b3e623f060f4eaf536c44ef01a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2b426ab87f74ecf9784f0e3bf6308717.bindPopup(popup_b418f53add6fd25358a543416a178a90)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_384dba220345fea3cf13d36558bcc8aa = L.circleMarker(\n",
+       "                [-35.82327645082641, 144.28414667602664],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0eddf3270511a3620f5f53a9e1a7a3ad = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5f7638374c7007de898fee37843b0a6d = $(`&lt;div id=&quot;html_5f7638374c7007de898fee37843b0a6d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_0eddf3270511a3620f5f53a9e1a7a3ad.setContent(html_5f7638374c7007de898fee37843b0a6d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_384dba220345fea3cf13d36558bcc8aa.bindPopup(popup_0eddf3270511a3620f5f53a9e1a7a3ad)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2150c2ee2499e12bbc2ab81f49291586 = L.circleMarker(\n",
+       "                [-35.59433414658544, 143.81770122151198],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e15b2e1ca0f99d02ec5ac6d2b63ba41e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1ffdf53a69743b9cc190d6585d9c8e31 = $(`&lt;div id=&quot;html_1ffdf53a69743b9cc190d6585d9c8e31&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_e15b2e1ca0f99d02ec5ac6d2b63ba41e.setContent(html_1ffdf53a69743b9cc190d6585d9c8e31);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2150c2ee2499e12bbc2ab81f49291586.bindPopup(popup_e15b2e1ca0f99d02ec5ac6d2b63ba41e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9835104cc617e186305456ea0556e337 = L.circleMarker(\n",
+       "                [-35.87955724320992, 143.86846500163435],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4d4f94a8594518e4b8f1392954797d23 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5c93b56436ad8f576a1706bef573aeae = $(`&lt;div id=&quot;html_5c93b56436ad8f576a1706bef573aeae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_4d4f94a8594518e4b8f1392954797d23.setContent(html_5c93b56436ad8f576a1706bef573aeae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9835104cc617e186305456ea0556e337.bindPopup(popup_4d4f94a8594518e4b8f1392954797d23)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e886dce0510b0687d6cb82061f94ea40 = L.circleMarker(\n",
+       "                [-35.51103216301238, 143.9274559208345],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_499770e317414089d36a2c5b202c8d29 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e079ab302997d5a9d0f37aee7999b59c = $(`&lt;div id=&quot;html_e079ab302997d5a9d0f37aee7999b59c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_499770e317414089d36a2c5b202c8d29.setContent(html_e079ab302997d5a9d0f37aee7999b59c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e886dce0510b0687d6cb82061f94ea40.bindPopup(popup_499770e317414089d36a2c5b202c8d29)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8f08c67e602136528165e39eb8a1b21a = L.circleMarker(\n",
+       "                [-35.91439865966034, 144.12915745975792],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_36e7df87d6f3b4edcda5420721e39b7f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_12f1d1b049e6282d6771f0afeb9f23f1 = $(`&lt;div id=&quot;html_12f1d1b049e6282d6771f0afeb9f23f1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_36e7df87d6f3b4edcda5420721e39b7f.setContent(html_12f1d1b049e6282d6771f0afeb9f23f1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8f08c67e602136528165e39eb8a1b21a.bindPopup(popup_36e7df87d6f3b4edcda5420721e39b7f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_86bf0498e9ca34dc5aad1ac2c25c9752 = L.circleMarker(\n",
+       "                [-35.73544858478552, 144.07013315507385],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ca6999384c726ef54017144531b016f1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bfa5de68fa699bd678d4dca4539291a8 = $(`&lt;div id=&quot;html_bfa5de68fa699bd678d4dca4539291a8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_ca6999384c726ef54017144531b016f1.setContent(html_bfa5de68fa699bd678d4dca4539291a8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_86bf0498e9ca34dc5aad1ac2c25c9752.bindPopup(popup_ca6999384c726ef54017144531b016f1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_13dacc6fc768f1c6219f0f988d5e8321 = L.circleMarker(\n",
+       "                [-35.680055608602736, 144.05093245764306],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3ba9a7a6956783a4bba076a885771c2b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2f9854f708211bf461b16adef9f1f710 = $(`&lt;div id=&quot;html_2f9854f708211bf461b16adef9f1f710&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_3ba9a7a6956783a4bba076a885771c2b.setContent(html_2f9854f708211bf461b16adef9f1f710);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_13dacc6fc768f1c6219f0f988d5e8321.bindPopup(popup_3ba9a7a6956783a4bba076a885771c2b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3bfb033db2dc19fc5303560e06ac18e8 = L.circleMarker(\n",
+       "                [-35.76138525402576, 143.38252516485963],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bf2ecc2e0b02f9434710e66916f235e5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c2fd408de5aff3d74e5df55f2595a87c = $(`&lt;div id=&quot;html_c2fd408de5aff3d74e5df55f2595a87c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_bf2ecc2e0b02f9434710e66916f235e5.setContent(html_c2fd408de5aff3d74e5df55f2595a87c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3bfb033db2dc19fc5303560e06ac18e8.bindPopup(popup_bf2ecc2e0b02f9434710e66916f235e5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2262bcbfda151b9af9c9455a60767489 = L.circleMarker(\n",
+       "                [-35.71744369516944, 144.1402964904932],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8398c0b065f76537a9b3dd923d612e20 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ea2d13e6f53e3428a993c504fb81fd57 = $(`&lt;div id=&quot;html_ea2d13e6f53e3428a993c504fb81fd57&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_8398c0b065f76537a9b3dd923d612e20.setContent(html_ea2d13e6f53e3428a993c504fb81fd57);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2262bcbfda151b9af9c9455a60767489.bindPopup(popup_8398c0b065f76537a9b3dd923d612e20)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7d76ad9461c5e8f290054bdbfb104eef = L.circleMarker(\n",
+       "                [-35.65157313367158, 143.44429981593024],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_65ee2ecfde24bb96ac20fd91df35fff3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c38a49a04ef5ba810162c61ba38980b9 = $(`&lt;div id=&quot;html_c38a49a04ef5ba810162c61ba38980b9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Gannawarra: crime count = -0.7090693476570308&lt;/div&gt;`)[0];\n",
+       "                popup_65ee2ecfde24bb96ac20fd91df35fff3.setContent(html_c38a49a04ef5ba810162c61ba38980b9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7d76ad9461c5e8f290054bdbfb104eef.bindPopup(popup_65ee2ecfde24bb96ac20fd91df35fff3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e20ba498107eeda99b700648a59607af = L.circleMarker(\n",
+       "                [-37.99835541664855, 141.39866878322644],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_be70b4d3f3948abfb8bb1714e2283f87 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f4258cd407d7c81402351da80c55246c = $(`&lt;div id=&quot;html_f4258cd407d7c81402351da80c55246c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_be70b4d3f3948abfb8bb1714e2283f87.setContent(html_f4258cd407d7c81402351da80c55246c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e20ba498107eeda99b700648a59607af.bindPopup(popup_be70b4d3f3948abfb8bb1714e2283f87)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d5c9402f4dcfdac4503663ec0a0c03c2 = L.circleMarker(\n",
+       "                [-37.73971840507592, 141.71892781858568],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dae32d90317f21ccb39bcc53b670d92b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3efea42357301216b72df000b528079a = $(`&lt;div id=&quot;html_3efea42357301216b72df000b528079a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_dae32d90317f21ccb39bcc53b670d92b.setContent(html_3efea42357301216b72df000b528079a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d5c9402f4dcfdac4503663ec0a0c03c2.bindPopup(popup_dae32d90317f21ccb39bcc53b670d92b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7bfad9d688ad192753de7636b0648b36 = L.circleMarker(\n",
+       "                [-37.8277547113526, 140.9080464888252],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c0143c34f9c40840d817b69e23f77d2c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bd4e06751dddccd3f3debf1a9258d5b4 = $(`&lt;div id=&quot;html_bd4e06751dddccd3f3debf1a9258d5b4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_c0143c34f9c40840d817b69e23f77d2c.setContent(html_bd4e06751dddccd3f3debf1a9258d5b4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7bfad9d688ad192753de7636b0648b36.bindPopup(popup_c0143c34f9c40840d817b69e23f77d2c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d62780116ae179988e19b0ae45fd03b6 = L.circleMarker(\n",
+       "                [-38.13471886818808, 141.80943298443287],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5ffd1241b153e7b34da4f68f996cea9f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_93715e9a2e083d93dbb11e489f8b14f9 = $(`&lt;div id=&quot;html_93715e9a2e083d93dbb11e489f8b14f9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_5ffd1241b153e7b34da4f68f996cea9f.setContent(html_93715e9a2e083d93dbb11e489f8b14f9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d62780116ae179988e19b0ae45fd03b6.bindPopup(popup_5ffd1241b153e7b34da4f68f996cea9f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9bb70a7bfe7ee48c34c7d1dc14ffd244 = L.circleMarker(\n",
+       "                [-37.728367260585614, 141.54810185153397],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ecbb4d475377666b94dc7a67731e13ba = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1d7de039d0570b652a52f93068e984c4 = $(`&lt;div id=&quot;html_1d7de039d0570b652a52f93068e984c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_ecbb4d475377666b94dc7a67731e13ba.setContent(html_1d7de039d0570b652a52f93068e984c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9bb70a7bfe7ee48c34c7d1dc14ffd244.bindPopup(popup_ecbb4d475377666b94dc7a67731e13ba)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8c3cf2ae4c677cc57301e5128b209930 = L.circleMarker(\n",
+       "                [-38.050502883688814, 141.70873448566152],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c17f0058174e36bcd0082b6c7c10ac93 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4d8d6841625d67bc932bb3f4ce7839c5 = $(`&lt;div id=&quot;html_4d8d6841625d67bc932bb3f4ce7839c5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_c17f0058174e36bcd0082b6c7c10ac93.setContent(html_4d8d6841625d67bc932bb3f4ce7839c5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8c3cf2ae4c677cc57301e5128b209930.bindPopup(popup_c17f0058174e36bcd0082b6c7c10ac93)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_02b0d3f283f0c44a60146413e59a7cf7 = L.circleMarker(\n",
+       "                [-38.15441197050205, 141.33240085651124],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c538327792520ff4577bf702ed46af78 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0c782b96b7f9ce0b5406b2a190fa28d9 = $(`&lt;div id=&quot;html_0c782b96b7f9ce0b5406b2a190fa28d9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_c538327792520ff4577bf702ed46af78.setContent(html_0c782b96b7f9ce0b5406b2a190fa28d9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_02b0d3f283f0c44a60146413e59a7cf7.bindPopup(popup_c538327792520ff4577bf702ed46af78)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d4559008aea29ffe6fd4e49d634a2b91 = L.circleMarker(\n",
+       "                [-37.35124198015017, 141.19076967420912],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2f29dd38e6837599962d3ec32fe9dc89 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_892abe4321d6bd84ef9aaa2bb74894e5 = $(`&lt;div id=&quot;html_892abe4321d6bd84ef9aaa2bb74894e5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_2f29dd38e6837599962d3ec32fe9dc89.setContent(html_892abe4321d6bd84ef9aaa2bb74894e5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d4559008aea29ffe6fd4e49d634a2b91.bindPopup(popup_2f29dd38e6837599962d3ec32fe9dc89)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_af27b09fc54379bb6e2e7a0fdf862d57 = L.circleMarker(\n",
+       "                [-38.06580705608316, 141.10986010981952],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cc694bcbdd933ac1b1b597daac572a85 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6d48c614fa7c6043b1ce6f6a0efba7dd = $(`&lt;div id=&quot;html_6d48c614fa7c6043b1ce6f6a0efba7dd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_cc694bcbdd933ac1b1b597daac572a85.setContent(html_6d48c614fa7c6043b1ce6f6a0efba7dd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_af27b09fc54379bb6e2e7a0fdf862d57.bindPopup(popup_cc694bcbdd933ac1b1b597daac572a85)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_db2ed91c251b6e2dfaab11c5d9a8280b = L.circleMarker(\n",
+       "                [-37.66035819246415, 141.6042061268364],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0c3f7be6dbc450d79675b8da23af3f15 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4c1b110793cd615cb07c42bbd76e444d = $(`&lt;div id=&quot;html_4c1b110793cd615cb07c42bbd76e444d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_0c3f7be6dbc450d79675b8da23af3f15.setContent(html_4c1b110793cd615cb07c42bbd76e444d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_db2ed91c251b6e2dfaab11c5d9a8280b.bindPopup(popup_0c3f7be6dbc450d79675b8da23af3f15)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_96505ae2167d5a1d3f83536676e42512 = L.circleMarker(\n",
+       "                [-37.57335980379887, 141.54430201553652],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d77b4e7bfbf71753d062642277a13f87 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_59d4d5c0f586c4c4529c00815228d6c0 = $(`&lt;div id=&quot;html_59d4d5c0f586c4c4529c00815228d6c0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_d77b4e7bfbf71753d062642277a13f87.setContent(html_59d4d5c0f586c4c4529c00815228d6c0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_96505ae2167d5a1d3f83536676e42512.bindPopup(popup_d77b4e7bfbf71753d062642277a13f87)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b9e27399be0991af5ddcc92f09064042 = L.circleMarker(\n",
+       "                [-37.69587627879002, 141.31268370114935],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d45fa1d27e3a62358d79511456b17d76 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3c7f920786d7a4ca5daad5a81dee4bec = $(`&lt;div id=&quot;html_3c7f920786d7a4ca5daad5a81dee4bec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_d45fa1d27e3a62358d79511456b17d76.setContent(html_3c7f920786d7a4ca5daad5a81dee4bec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b9e27399be0991af5ddcc92f09064042.bindPopup(popup_d45fa1d27e3a62358d79511456b17d76)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1e01c5ffae13a5bcae379898c3c09889 = L.circleMarker(\n",
+       "                [-37.39330306694309, 141.4057649508695],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6f032701ee1ebde529e1fe2e61eb6875 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cc6a274fe7e92313e5a1242086b486ac = $(`&lt;div id=&quot;html_cc6a274fe7e92313e5a1242086b486ac&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_6f032701ee1ebde529e1fe2e61eb6875.setContent(html_cc6a274fe7e92313e5a1242086b486ac);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1e01c5ffae13a5bcae379898c3c09889.bindPopup(popup_6f032701ee1ebde529e1fe2e61eb6875)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7eb33cf9f88606ecbe71d5c0b8b9d756 = L.circleMarker(\n",
+       "                [-37.38624232062999, 141.53684602792654],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aa34f5c336de82157a6124470de60203 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8091f3a908911f777d4e5cda0f8f91af = $(`&lt;div id=&quot;html_8091f3a908911f777d4e5cda0f8f91af&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_aa34f5c336de82157a6124470de60203.setContent(html_8091f3a908911f777d4e5cda0f8f91af);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7eb33cf9f88606ecbe71d5c0b8b9d756.bindPopup(popup_aa34f5c336de82157a6124470de60203)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_91fb0f969ab8a6ec387a16df27c81eb2 = L.circleMarker(\n",
+       "                [-38.21073210390959, 141.79374105798112],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f56854543e4cfe2c7ecb53d949015066 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fb847d5341f2cf50f71687c070678415 = $(`&lt;div id=&quot;html_fb847d5341f2cf50f71687c070678415&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_f56854543e4cfe2c7ecb53d949015066.setContent(html_fb847d5341f2cf50f71687c070678415);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_91fb0f969ab8a6ec387a16df27c81eb2.bindPopup(popup_f56854543e4cfe2c7ecb53d949015066)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2f8cc01da09bf78f85c2ed061a9e0544 = L.circleMarker(\n",
+       "                [-37.48619975359706, 141.49457407413726],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cfda2eed3764dc366cb730782ce7a994 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dc204a40becca248a231200f02d3f4d5 = $(`&lt;div id=&quot;html_dc204a40becca248a231200f02d3f4d5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_cfda2eed3764dc366cb730782ce7a994.setContent(html_dc204a40becca248a231200f02d3f4d5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2f8cc01da09bf78f85c2ed061a9e0544.bindPopup(popup_cfda2eed3764dc366cb730782ce7a994)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7897769f845275246cef4720533843b6 = L.circleMarker(\n",
+       "                [-37.54079805962834, 141.25467891282054],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3f3ca92788edd4e08a60b7dc83f877ec = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c8089620e56579b376137a1789990d5a = $(`&lt;div id=&quot;html_c8089620e56579b376137a1789990d5a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_3f3ca92788edd4e08a60b7dc83f877ec.setContent(html_c8089620e56579b376137a1789990d5a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7897769f845275246cef4720533843b6.bindPopup(popup_3f3ca92788edd4e08a60b7dc83f877ec)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ca9af71b8d9d964e9ea9a2bba3228509 = L.circleMarker(\n",
+       "                [-38.21290010071946, 141.62530617761573],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_189843bd9008df108b0ed0cf1baf0121 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_654388887df6165b397e36a0d7b11d6a = $(`&lt;div id=&quot;html_654388887df6165b397e36a0d7b11d6a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_189843bd9008df108b0ed0cf1baf0121.setContent(html_654388887df6165b397e36a0d7b11d6a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ca9af71b8d9d964e9ea9a2bba3228509.bindPopup(popup_189843bd9008df108b0ed0cf1baf0121)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e0631d11f94ecf247b1492a04a6c840a = L.circleMarker(\n",
+       "                [-37.92109071220905, 141.0887483192666],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aaf05b27d9dce8b1c2fdb11811e8a688 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_363c8f38bd2389512ec0dc38ac778841 = $(`&lt;div id=&quot;html_363c8f38bd2389512ec0dc38ac778841&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_aaf05b27d9dce8b1c2fdb11811e8a688.setContent(html_363c8f38bd2389512ec0dc38ac778841);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e0631d11f94ecf247b1492a04a6c840a.bindPopup(popup_aaf05b27d9dce8b1c2fdb11811e8a688)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_708f75b867149c66f8b2062a8a0db65f = L.circleMarker(\n",
+       "                [-38.36125544103191, 141.60370471228103],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7618fadef232ab79befd3468be090603 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_26e01a8c77d0872223e2d47724ed155b = $(`&lt;div id=&quot;html_26e01a8c77d0872223e2d47724ed155b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_7618fadef232ab79befd3468be090603.setContent(html_26e01a8c77d0872223e2d47724ed155b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_708f75b867149c66f8b2062a8a0db65f.bindPopup(popup_7618fadef232ab79befd3468be090603)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4ef958495acfce857e22986058973f36 = L.circleMarker(\n",
+       "                [-38.03209141613523, 141.8189999385602],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e9e67dcd3d467bfe272a0fa987d6c778 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bb021ce4c026b4f3201aec8bcd8be29b = $(`&lt;div id=&quot;html_bb021ce4c026b4f3201aec8bcd8be29b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_e9e67dcd3d467bfe272a0fa987d6c778.setContent(html_bb021ce4c026b4f3201aec8bcd8be29b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4ef958495acfce857e22986058973f36.bindPopup(popup_e9e67dcd3d467bfe272a0fa987d6c778)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8800baa1cecd302e0933433d708c968b = L.circleMarker(\n",
+       "                [-37.4789254754712, 141.3394866093335],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e742d99195e248d55d37ee0102cbea7b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7c3e71248334837bf6c5680eea4d9231 = $(`&lt;div id=&quot;html_7c3e71248334837bf6c5680eea4d9231&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_e742d99195e248d55d37ee0102cbea7b.setContent(html_7c3e71248334837bf6c5680eea4d9231);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8800baa1cecd302e0933433d708c968b.bindPopup(popup_e742d99195e248d55d37ee0102cbea7b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b7aa643f8d63e39fed71a1d3333f7241 = L.circleMarker(\n",
+       "                [-38.23885829734137, 141.70708554882438],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d55aec32ba98f790e898628e5a0f8b6b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5610e99bd08c3cd830fbfc7e65f71dd4 = $(`&lt;div id=&quot;html_5610e99bd08c3cd830fbfc7e65f71dd4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_d55aec32ba98f790e898628e5a0f8b6b.setContent(html_5610e99bd08c3cd830fbfc7e65f71dd4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b7aa643f8d63e39fed71a1d3333f7241.bindPopup(popup_d55aec32ba98f790e898628e5a0f8b6b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3097c05df31da8fb07496aacfc34303e = L.circleMarker(\n",
+       "                [-37.64714501091157, 141.45198869736365],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3c6253e7308e3947c0a6a03f58df5835 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ec9e001f29a76ab9bb10db63db21d2a6 = $(`&lt;div id=&quot;html_ec9e001f29a76ab9bb10db63db21d2a6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_3c6253e7308e3947c0a6a03f58df5835.setContent(html_ec9e001f29a76ab9bb10db63db21d2a6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3097c05df31da8fb07496aacfc34303e.bindPopup(popup_3c6253e7308e3947c0a6a03f58df5835)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9794e90f98f86eac983ed002df23b616 = L.circleMarker(\n",
+       "                [-37.519585452081095, 141.3784506139531],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_811aa3be3fe52baf358ffa55defd5096 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1e133fb14fcc5017c725b63d07805a23 = $(`&lt;div id=&quot;html_1e133fb14fcc5017c725b63d07805a23&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_811aa3be3fe52baf358ffa55defd5096.setContent(html_1e133fb14fcc5017c725b63d07805a23);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9794e90f98f86eac983ed002df23b616.bindPopup(popup_811aa3be3fe52baf358ffa55defd5096)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1c0be686d46fb9506d303000133b9515 = L.circleMarker(\n",
+       "                [-37.82530987214925, 141.6457814570232],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b4ee94a6e835454a81135fedc9d75af4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fa7b12265367d11c8f28b26a3ee7564a = $(`&lt;div id=&quot;html_fa7b12265367d11c8f28b26a3ee7564a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_b4ee94a6e835454a81135fedc9d75af4.setContent(html_fa7b12265367d11c8f28b26a3ee7564a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1c0be686d46fb9506d303000133b9515.bindPopup(popup_b4ee94a6e835454a81135fedc9d75af4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_30c916d369822771ec866436d0c58a65 = L.circleMarker(\n",
+       "                [-38.09120224554197, 141.8147155295938],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_06c0711e79ea80d254f7541cdaec56f7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3248080386863eccc55349bce7d02deb = $(`&lt;div id=&quot;html_3248080386863eccc55349bce7d02deb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_06c0711e79ea80d254f7541cdaec56f7.setContent(html_3248080386863eccc55349bce7d02deb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_30c916d369822771ec866436d0c58a65.bindPopup(popup_06c0711e79ea80d254f7541cdaec56f7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_87d520fb0dc0572b04893c4d904b2bc4 = L.circleMarker(\n",
+       "                [-37.4304538061996, 141.29410235985523],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_be87ff235a4b9a6c4d96cde32273ca0a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0f433fca8ac10f7dd46351eb4f277eab = $(`&lt;div id=&quot;html_0f433fca8ac10f7dd46351eb4f277eab&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_be87ff235a4b9a6c4d96cde32273ca0a.setContent(html_0f433fca8ac10f7dd46351eb4f277eab);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_87d520fb0dc0572b04893c4d904b2bc4.bindPopup(popup_be87ff235a4b9a6c4d96cde32273ca0a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fee4cb1b6d449c77f8a1ac25cb6f43bb = L.circleMarker(\n",
+       "                [-38.27028768208105, 141.65622625753147],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b19d1e6b4707940d4225f722b4a65207 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d48d62c86d2efdd8d441e4bf9d2f3aa5 = $(`&lt;div id=&quot;html_d48d62c86d2efdd8d441e4bf9d2f3aa5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_b19d1e6b4707940d4225f722b4a65207.setContent(html_d48d62c86d2efdd8d441e4bf9d2f3aa5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fee4cb1b6d449c77f8a1ac25cb6f43bb.bindPopup(popup_b19d1e6b4707940d4225f722b4a65207)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bed7a0ec9c4b130e5deebb0bde1ffdb0 = L.circleMarker(\n",
+       "                [-38.24867739374218, 141.47418722865103],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_531287357445e2f1823bbbc33c968423 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_30f99a79bab7b37650b27991378462cd = $(`&lt;div id=&quot;html_30f99a79bab7b37650b27991378462cd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_531287357445e2f1823bbbc33c968423.setContent(html_30f99a79bab7b37650b27991378462cd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bed7a0ec9c4b130e5deebb0bde1ffdb0.bindPopup(popup_531287357445e2f1823bbbc33c968423)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0cf7c28daf357a7ad36a0e8f263b02eb = L.circleMarker(\n",
+       "                [-38.00385735016168, 141.71384511287772],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5f0b5b5b2b3ea1b0d2c67ccfa78347ac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f3c0448b31dce67d9a8f6214c660bf67 = $(`&lt;div id=&quot;html_f3c0448b31dce67d9a8f6214c660bf67&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_5f0b5b5b2b3ea1b0d2c67ccfa78347ac.setContent(html_f3c0448b31dce67d9a8f6214c660bf67);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0cf7c28daf357a7ad36a0e8f263b02eb.bindPopup(popup_5f0b5b5b2b3ea1b0d2c67ccfa78347ac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7171d0a9c930300a0133e099dff9f841 = L.circleMarker(\n",
+       "                [-38.302002924361226, 141.5699170677578],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_89bda75164ad2c4fb7eea3eb4512e86b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e5d3ce1a0a6c7cd11fc35c6435008707 = $(`&lt;div id=&quot;html_e5d3ce1a0a6c7cd11fc35c6435008707&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_89bda75164ad2c4fb7eea3eb4512e86b.setContent(html_e5d3ce1a0a6c7cd11fc35c6435008707);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7171d0a9c930300a0133e099dff9f841.bindPopup(popup_89bda75164ad2c4fb7eea3eb4512e86b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_855daf64bf7619e35533e2c5c51c79f8 = L.circleMarker(\n",
+       "                [-38.32699372958209, 141.41491882601912],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_07c49d60ecdfd9c2eeed6cded20c0f61 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eb2f4dce3a4a3bf708c0361fb4f712b4 = $(`&lt;div id=&quot;html_eb2f4dce3a4a3bf708c0361fb4f712b4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_07c49d60ecdfd9c2eeed6cded20c0f61.setContent(html_eb2f4dce3a4a3bf708c0361fb4f712b4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_855daf64bf7619e35533e2c5c51c79f8.bindPopup(popup_07c49d60ecdfd9c2eeed6cded20c0f61)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f52204da496845414e81840769fccb32 = L.circleMarker(\n",
+       "                [-37.94574795403818, 141.96759340696048],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d899bbd850e213e4e6382ce2fe5aa297 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fc95982513b048dc834754b70bfe8e7f = $(`&lt;div id=&quot;html_fc95982513b048dc834754b70bfe8e7f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_d899bbd850e213e4e6382ce2fe5aa297.setContent(html_fc95982513b048dc834754b70bfe8e7f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f52204da496845414e81840769fccb32.bindPopup(popup_d899bbd850e213e4e6382ce2fe5aa297)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a98c9cb6e3d8d21869f922b2425b3e82 = L.circleMarker(\n",
+       "                [-38.098035322621314, 141.49386950087336],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7458fa83cd54e29b1f68a20f5624a25a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_480c7e8357e2d3b61523e20d51a6353d = $(`&lt;div id=&quot;html_480c7e8357e2d3b61523e20d51a6353d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_7458fa83cd54e29b1f68a20f5624a25a.setContent(html_480c7e8357e2d3b61523e20d51a6353d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a98c9cb6e3d8d21869f922b2425b3e82.bindPopup(popup_7458fa83cd54e29b1f68a20f5624a25a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8377a36351c5ab2a5fbde24bbb6fa491 = L.circleMarker(\n",
+       "                [-37.90071976643888, 141.38695701804372],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d4d4a81dc4715d2d74be336e0edab917 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a9ef26270df27b98772dd76bc9ed2477 = $(`&lt;div id=&quot;html_a9ef26270df27b98772dd76bc9ed2477&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_d4d4a81dc4715d2d74be336e0edab917.setContent(html_a9ef26270df27b98772dd76bc9ed2477);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8377a36351c5ab2a5fbde24bbb6fa491.bindPopup(popup_d4d4a81dc4715d2d74be336e0edab917)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b474b2f805e28ad6d40b1ff52137d47a = L.circleMarker(\n",
+       "                [-38.01101436120772, 141.2645112498342],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e0c8cf4537cdc7c766cf378e2390019d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ea199fb8ff7545a7c29f469ed0fe55c2 = $(`&lt;div id=&quot;html_ea199fb8ff7545a7c29f469ed0fe55c2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_e0c8cf4537cdc7c766cf378e2390019d.setContent(html_ea199fb8ff7545a7c29f469ed0fe55c2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b474b2f805e28ad6d40b1ff52137d47a.bindPopup(popup_e0c8cf4537cdc7c766cf378e2390019d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ba7d7ac69a4a221c4a1acfda5bbec9e6 = L.circleMarker(\n",
+       "                [-37.658964333354426, 141.52670584763644],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_30ac4b58b49bd8e733f4576eac2f1ebb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1501cc47fe4d55ddbefeba8ab26ace5b = $(`&lt;div id=&quot;html_1501cc47fe4d55ddbefeba8ab26ace5b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_30ac4b58b49bd8e733f4576eac2f1ebb.setContent(html_1501cc47fe4d55ddbefeba8ab26ace5b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ba7d7ac69a4a221c4a1acfda5bbec9e6.bindPopup(popup_30ac4b58b49bd8e733f4576eac2f1ebb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d128ac89f166eec4eb653422db27877b = L.circleMarker(\n",
+       "                [-37.49917560909367, 141.08102426664718],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bf2bb8b1c7f599099b2f37d4dd737c03 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9d48a60c5bac95ed37b2a29b3d378af1 = $(`&lt;div id=&quot;html_9d48a60c5bac95ed37b2a29b3d378af1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_bf2bb8b1c7f599099b2f37d4dd737c03.setContent(html_9d48a60c5bac95ed37b2a29b3d378af1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d128ac89f166eec4eb653422db27877b.bindPopup(popup_bf2bb8b1c7f599099b2f37d4dd737c03)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_792f6f5740bf7e39a40e9b98352cb7a3 = L.circleMarker(\n",
+       "                [-37.84597798286953, 141.8055240386315],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_54c3c66fb6c50a44cdec20b884e54cdc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ec6816d25e3e3a2b9967f3c7b9ecc1c4 = $(`&lt;div id=&quot;html_ec6816d25e3e3a2b9967f3c7b9ecc1c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_54c3c66fb6c50a44cdec20b884e54cdc.setContent(html_ec6816d25e3e3a2b9967f3c7b9ecc1c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_792f6f5740bf7e39a40e9b98352cb7a3.bindPopup(popup_54c3c66fb6c50a44cdec20b884e54cdc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_477341faf7314b0a535b4f77fe55ea2c = L.circleMarker(\n",
+       "                [-37.94467263369924, 141.70905028722007],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d170c6dd6a2f9471a27440f3c33e8a78 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4bfc8d2bfcf3064d17712a38ea61e090 = $(`&lt;div id=&quot;html_4bfc8d2bfcf3064d17712a38ea61e090&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_d170c6dd6a2f9471a27440f3c33e8a78.setContent(html_4bfc8d2bfcf3064d17712a38ea61e090);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_477341faf7314b0a535b4f77fe55ea2c.bindPopup(popup_d170c6dd6a2f9471a27440f3c33e8a78)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_50184531e2eb9221845d95505b590280 = L.circleMarker(\n",
+       "                [-37.810898600665794, 141.52836390877707],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_55fa9d45e06cf4bc1ebd51c407cde77a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_957c164061230558231c2fa00920bc4d = $(`&lt;div id=&quot;html_957c164061230558231c2fa00920bc4d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_55fa9d45e06cf4bc1ebd51c407cde77a.setContent(html_957c164061230558231c2fa00920bc4d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_50184531e2eb9221845d95505b590280.bindPopup(popup_55fa9d45e06cf4bc1ebd51c407cde77a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f2b9fb21614ee463fdf268323c4932e6 = L.circleMarker(\n",
+       "                [-37.87186411021725, 141.2890878821798],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b62687eb8891136a742484407d8185d1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a9424f9469260d7aff00c435d87a8b64 = $(`&lt;div id=&quot;html_a9424f9469260d7aff00c435d87a8b64&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_b62687eb8891136a742484407d8185d1.setContent(html_a9424f9469260d7aff00c435d87a8b64);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f2b9fb21614ee463fdf268323c4932e6.bindPopup(popup_b62687eb8891136a742484407d8185d1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_558a72c759e0d7b21f19489943801a48 = L.circleMarker(\n",
+       "                [-38.2920510849932, 141.63155058480402],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_41d5fd91ea6429ae513b07a9a5382b78 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_69a9324a65c533df6f8390d82ccb67a6 = $(`&lt;div id=&quot;html_69a9324a65c533df6f8390d82ccb67a6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_41d5fd91ea6429ae513b07a9a5382b78.setContent(html_69a9324a65c533df6f8390d82ccb67a6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_558a72c759e0d7b21f19489943801a48.bindPopup(popup_41d5fd91ea6429ae513b07a9a5382b78)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_616e4a1acf010321c90628eeacf6cdea = L.circleMarker(\n",
+       "                [-38.13437848653451, 141.64694494546072],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b03c5acd983e71a3bd67a77debc482cb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3d58bbcbbac824d7a06faa1cac5922a1 = $(`&lt;div id=&quot;html_3d58bbcbbac824d7a06faa1cac5922a1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_b03c5acd983e71a3bd67a77debc482cb.setContent(html_3d58bbcbbac824d7a06faa1cac5922a1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_616e4a1acf010321c90628eeacf6cdea.bindPopup(popup_b03c5acd983e71a3bd67a77debc482cb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_334a773050a481c9b4889c84632c80e6 = L.circleMarker(\n",
+       "                [-37.68849138915216, 141.64953644452308],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ad74a0175b5c4ba4ade85cd3998ab1fa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6eaeff525b2bd85f54707b06d5ba3988 = $(`&lt;div id=&quot;html_6eaeff525b2bd85f54707b06d5ba3988&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_ad74a0175b5c4ba4ade85cd3998ab1fa.setContent(html_6eaeff525b2bd85f54707b06d5ba3988);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_334a773050a481c9b4889c84632c80e6.bindPopup(popup_ad74a0175b5c4ba4ade85cd3998ab1fa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5863e5a1e5fa0d10605768aa66e4e54c = L.circleMarker(\n",
+       "                [-38.307058267799526, 141.49489036600215],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b183355d1d25b9c52a6a02fbe7d8019a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6e9ac76bff6303b44714f4c28a70d103 = $(`&lt;div id=&quot;html_6e9ac76bff6303b44714f4c28a70d103&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_b183355d1d25b9c52a6a02fbe7d8019a.setContent(html_6e9ac76bff6303b44714f4c28a70d103);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5863e5a1e5fa0d10605768aa66e4e54c.bindPopup(popup_b183355d1d25b9c52a6a02fbe7d8019a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f027c351b0868db4e98b7e49ddb1f0c2 = L.circleMarker(\n",
+       "                [-37.607829693462186, 141.56271491781433],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ebb56179e9069211ce5c59f905eaf3a0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_37b26299290c16c4a634df6ba0589d37 = $(`&lt;div id=&quot;html_37b26299290c16c4a634df6ba0589d37&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_ebb56179e9069211ce5c59f905eaf3a0.setContent(html_37b26299290c16c4a634df6ba0589d37);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f027c351b0868db4e98b7e49ddb1f0c2.bindPopup(popup_ebb56179e9069211ce5c59f905eaf3a0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fb077ec2b09eaa39a7c5e212ee45048d = L.circleMarker(\n",
+       "                [-37.6115936053953, 141.06099920419138],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_22c429223287f3e335bf2bcb963d2f32 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_74a0ebd86393cfc8f123e74196c34522 = $(`&lt;div id=&quot;html_74a0ebd86393cfc8f123e74196c34522&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_22c429223287f3e335bf2bcb963d2f32.setContent(html_74a0ebd86393cfc8f123e74196c34522);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fb077ec2b09eaa39a7c5e212ee45048d.bindPopup(popup_22c429223287f3e335bf2bcb963d2f32)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_38bba7c0c72e5cf05b9c2efd876313f0 = L.circleMarker(\n",
+       "                [-37.737020211736514, 141.63020020783532],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f393c8a71002821851bd1331fc6c163f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a7a5a86d0698bb5d66ad6237544646bf = $(`&lt;div id=&quot;html_a7a5a86d0698bb5d66ad6237544646bf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_f393c8a71002821851bd1331fc6c163f.setContent(html_a7a5a86d0698bb5d66ad6237544646bf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_38bba7c0c72e5cf05b9c2efd876313f0.bindPopup(popup_f393c8a71002821851bd1331fc6c163f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bf4b5002a1b94da18eacb1744e5f16b4 = L.circleMarker(\n",
+       "                [-37.93281512652017, 141.82278855020792],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_217e4722d4c6aa55a15c365e3f691e60 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d48dcf30c2e7ea2a8782126c20a98fb = $(`&lt;div id=&quot;html_7d48dcf30c2e7ea2a8782126c20a98fb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_217e4722d4c6aa55a15c365e3f691e60.setContent(html_7d48dcf30c2e7ea2a8782126c20a98fb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bf4b5002a1b94da18eacb1744e5f16b4.bindPopup(popup_217e4722d4c6aa55a15c365e3f691e60)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_95bdcbac7ffbea0df3b5638e3cc6fce1 = L.circleMarker(\n",
+       "                [-38.16161173679299, 141.92959253622337],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8a2f5c9d48dca7f59667bf6e61de6b1b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0c9a84348e2116b0ac419ffaabb6fe90 = $(`&lt;div id=&quot;html_0c9a84348e2116b0ac419ffaabb6fe90&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_8a2f5c9d48dca7f59667bf6e61de6b1b.setContent(html_0c9a84348e2116b0ac419ffaabb6fe90);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_95bdcbac7ffbea0df3b5638e3cc6fce1.bindPopup(popup_8a2f5c9d48dca7f59667bf6e61de6b1b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2308c3d3ce77550f70084433ff7a010f = L.circleMarker(\n",
+       "                [-37.29564064059668, 141.38064718994085],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bfb1d944b89722e628dc3d55afcc2a59 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f65014e26b59b81c7351f5be5f48f47 = $(`&lt;div id=&quot;html_6f65014e26b59b81c7351f5be5f48f47&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_bfb1d944b89722e628dc3d55afcc2a59.setContent(html_6f65014e26b59b81c7351f5be5f48f47);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2308c3d3ce77550f70084433ff7a010f.bindPopup(popup_bfb1d944b89722e628dc3d55afcc2a59)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c727d9ad7e57100080afae2c0c50b9fc = L.circleMarker(\n",
+       "                [-37.94280091125957, 141.55931675319562],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b36e154ec87937538429df105a73091b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_033c3d0b05fca90bc54c00ae01c30956 = $(`&lt;div id=&quot;html_033c3d0b05fca90bc54c00ae01c30956&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_b36e154ec87937538429df105a73091b.setContent(html_033c3d0b05fca90bc54c00ae01c30956);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c727d9ad7e57100080afae2c0c50b9fc.bindPopup(popup_b36e154ec87937538429df105a73091b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ed1770dfa512e1fda9423ac748ba6dce = L.circleMarker(\n",
+       "                [-38.36605034882542, 141.5332031368551],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1b00c16fc8fdbd16b0396b565d012d7a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7cdb28bcc94dafa8d7561aa264d6ad4f = $(`&lt;div id=&quot;html_7cdb28bcc94dafa8d7561aa264d6ad4f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_1b00c16fc8fdbd16b0396b565d012d7a.setContent(html_7cdb28bcc94dafa8d7561aa264d6ad4f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ed1770dfa512e1fda9423ac748ba6dce.bindPopup(popup_1b00c16fc8fdbd16b0396b565d012d7a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3d25ffd5009cb77cabc7f29abd56569c = L.circleMarker(\n",
+       "                [-37.60312196347599, 141.33173210798586],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7838070283dd2bab381e279bfcd516a9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ae563a5b6da08ca3836e072025c2a672 = $(`&lt;div id=&quot;html_ae563a5b6da08ca3836e072025c2a672&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_7838070283dd2bab381e279bfcd516a9.setContent(html_ae563a5b6da08ca3836e072025c2a672);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3d25ffd5009cb77cabc7f29abd56569c.bindPopup(popup_7838070283dd2bab381e279bfcd516a9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1aec5c16a80cb9c20c4c7b58972fdc0e = L.circleMarker(\n",
+       "                [-37.75198390841941, 141.4000490070065],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e15dc0b66b04bed788d1e6c82cc491d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_38e4c27a7242ba5b103ab37100f8ed1a = $(`&lt;div id=&quot;html_38e4c27a7242ba5b103ab37100f8ed1a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_e15dc0b66b04bed788d1e6c82cc491d9.setContent(html_38e4c27a7242ba5b103ab37100f8ed1a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1aec5c16a80cb9c20c4c7b58972fdc0e.bindPopup(popup_e15dc0b66b04bed788d1e6c82cc491d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cabd7ea55c9f04ba629d19a89ab4f481 = L.circleMarker(\n",
+       "                [-37.99728520198598, 141.48215728072557],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4cf32518f90cbdab7159de0b367e3821 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bf6c08ee8145a3604c3f0d9ede9d3561 = $(`&lt;div id=&quot;html_bf6c08ee8145a3604c3f0d9ede9d3561&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_4cf32518f90cbdab7159de0b367e3821.setContent(html_bf6c08ee8145a3604c3f0d9ede9d3561);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cabd7ea55c9f04ba629d19a89ab4f481.bindPopup(popup_4cf32518f90cbdab7159de0b367e3821)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1d472af3903938094a84fa3e3b7f6646 = L.circleMarker(\n",
+       "                [-38.279114217704176, 141.6140396082493],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f1f62fcfba6060c129cd26eeccb9a4c0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fb74260cfbbc4a3f26cf4520a02efb4f = $(`&lt;div id=&quot;html_fb74260cfbbc4a3f26cf4520a02efb4f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_f1f62fcfba6060c129cd26eeccb9a4c0.setContent(html_fb74260cfbbc4a3f26cf4520a02efb4f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1d472af3903938094a84fa3e3b7f6646.bindPopup(popup_f1f62fcfba6060c129cd26eeccb9a4c0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3bb701567bab78f27c9a6a912265d873 = L.circleMarker(\n",
+       "                [-37.51648981464597, 141.55503193796605],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4a43725ec4e1abbccfb8d05c84844b79 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cdac1fd40b83522c6d339944035be1c8 = $(`&lt;div id=&quot;html_cdac1fd40b83522c6d339944035be1c8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_4a43725ec4e1abbccfb8d05c84844b79.setContent(html_cdac1fd40b83522c6d339944035be1c8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3bb701567bab78f27c9a6a912265d873.bindPopup(popup_4a43725ec4e1abbccfb8d05c84844b79)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_73732d323cc25d12053d26dfd8f50df2 = L.circleMarker(\n",
+       "                [-38.23673165645919, 141.55179110088525],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_107f474ef4a82ee5fe2a5e027cceaa56 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9bd9a97959a084753a12156d398ea167 = $(`&lt;div id=&quot;html_9bd9a97959a084753a12156d398ea167&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_107f474ef4a82ee5fe2a5e027cceaa56.setContent(html_9bd9a97959a084753a12156d398ea167);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_73732d323cc25d12053d26dfd8f50df2.bindPopup(popup_107f474ef4a82ee5fe2a5e027cceaa56)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d638b8be9c6c689ec8509ca42cf0d1c9 = L.circleMarker(\n",
+       "                [-37.7338014304004, 141.11111873268283],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f6f236edfcf40c6c019dbcbaf264f657 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5e068d2cd7b4a6dda1c4768102bcc0f2 = $(`&lt;div id=&quot;html_5e068d2cd7b4a6dda1c4768102bcc0f2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_f6f236edfcf40c6c019dbcbaf264f657.setContent(html_5e068d2cd7b4a6dda1c4768102bcc0f2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d638b8be9c6c689ec8509ca42cf0d1c9.bindPopup(popup_f6f236edfcf40c6c019dbcbaf264f657)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2357c6f46da44193464b88cf29eed84c = L.circleMarker(\n",
+       "                [-37.43926530409772, 141.4239151024776],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aa3a3a7b35541e788e049dbbfac29625 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3f91eb4099a9a00c5b23467acd05baf1 = $(`&lt;div id=&quot;html_3f91eb4099a9a00c5b23467acd05baf1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glenelg: crime count = -0.6274652259466496&lt;/div&gt;`)[0];\n",
+       "                popup_aa3a3a7b35541e788e049dbbfac29625.setContent(html_3f91eb4099a9a00c5b23467acd05baf1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2357c6f46da44193464b88cf29eed84c.bindPopup(popup_aa3a3a7b35541e788e049dbbfac29625)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2403a50666b356344aafb98f00fb4d80 = L.circleMarker(\n",
+       "                [-37.82629224050236, 143.59612402199687],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a5460e214e5e2f80c69bdf54a2c92fcf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ec8d12375c36a478958b43d2805216e2 = $(`&lt;div id=&quot;html_ec8d12375c36a478958b43d2805216e2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_a5460e214e5e2f80c69bdf54a2c92fcf.setContent(html_ec8d12375c36a478958b43d2805216e2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2403a50666b356344aafb98f00fb4d80.bindPopup(popup_a5460e214e5e2f80c69bdf54a2c92fcf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_98c3d35c945a6618c05580e0f53d729f = L.circleMarker(\n",
+       "                [-38.02365578763184, 144.05488126010192],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_315a304137380f4373d1bcff69964293 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ede2a17196dde08c7bb49609bf081728 = $(`&lt;div id=&quot;html_ede2a17196dde08c7bb49609bf081728&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_315a304137380f4373d1bcff69964293.setContent(html_ede2a17196dde08c7bb49609bf081728);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_98c3d35c945a6618c05580e0f53d729f.bindPopup(popup_315a304137380f4373d1bcff69964293)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f01f5070df6813f4d342780df96f6db3 = L.circleMarker(\n",
+       "                [-38.08716937087697, 144.27454151613776],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d9c9b589f6c1c43d4db0f4086e35b7df = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e77014c3507ecb910c523092f624fbce = $(`&lt;div id=&quot;html_e77014c3507ecb910c523092f624fbce&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_d9c9b589f6c1c43d4db0f4086e35b7df.setContent(html_e77014c3507ecb910c523092f624fbce);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f01f5070df6813f4d342780df96f6db3.bindPopup(popup_d9c9b589f6c1c43d4db0f4086e35b7df)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f4c7e70229e66d458aeb0865667ed3e5 = L.circleMarker(\n",
+       "                [-38.00425090126537, 144.18170961142548],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_160c66d48eeb1d4e53759d17fdb863c0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1c2813edee7748ba71e8503726cc967f = $(`&lt;div id=&quot;html_1c2813edee7748ba71e8503726cc967f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_160c66d48eeb1d4e53759d17fdb863c0.setContent(html_1c2813edee7748ba71e8503726cc967f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f4c7e70229e66d458aeb0865667ed3e5.bindPopup(popup_160c66d48eeb1d4e53759d17fdb863c0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_068f9365bbd0c5af1ed5ecd0c3c2a9e0 = L.circleMarker(\n",
+       "                [-37.7027495249797, 143.65938797056145],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3506eba754ab0dd4ecd423fc84294f78 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5645ff08c4a4e4b0f1137a238e2dac3e = $(`&lt;div id=&quot;html_5645ff08c4a4e4b0f1137a238e2dac3e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_3506eba754ab0dd4ecd423fc84294f78.setContent(html_5645ff08c4a4e4b0f1137a238e2dac3e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_068f9365bbd0c5af1ed5ecd0c3c2a9e0.bindPopup(popup_3506eba754ab0dd4ecd423fc84294f78)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_53cd1fbb49dd33538ba68af979676cd7 = L.circleMarker(\n",
+       "                [-38.004327068661496, 143.82497395507886],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c45479a4fa4091ae5addd0a871d50810 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0f5b8e3994ed2ff5f42757b3fd71e0bf = $(`&lt;div id=&quot;html_0f5b8e3994ed2ff5f42757b3fd71e0bf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_c45479a4fa4091ae5addd0a871d50810.setContent(html_0f5b8e3994ed2ff5f42757b3fd71e0bf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_53cd1fbb49dd33538ba68af979676cd7.bindPopup(popup_c45479a4fa4091ae5addd0a871d50810)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1ceefe4f33d9769dcd5f18b09e65e903 = L.circleMarker(\n",
+       "                [-37.92720304512699, 143.74824466588274],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7426fb2acfd65d197e2d3fdd5a76aaa9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c6234460077c2e6c69ca68772c3c8d8b = $(`&lt;div id=&quot;html_c6234460077c2e6c69ca68772c3c8d8b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_7426fb2acfd65d197e2d3fdd5a76aaa9.setContent(html_c6234460077c2e6c69ca68772c3c8d8b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1ceefe4f33d9769dcd5f18b09e65e903.bindPopup(popup_7426fb2acfd65d197e2d3fdd5a76aaa9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c0cca8ee0c1191de49c9454685c5a948 = L.circleMarker(\n",
+       "                [-37.6402608105666, 143.8186877552411],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5d69381e96936101aa38cd4594b93de5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a1b714d1688137216d542c7107c68e9f = $(`&lt;div id=&quot;html_a1b714d1688137216d542c7107c68e9f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_5d69381e96936101aa38cd4594b93de5.setContent(html_a1b714d1688137216d542c7107c68e9f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c0cca8ee0c1191de49c9454685c5a948.bindPopup(popup_5d69381e96936101aa38cd4594b93de5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a9049434f21c76179cbbd55e923cf30a = L.circleMarker(\n",
+       "                [-37.74664427495632, 143.62909263279843],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_068492d72f26361e5ac0e01edf39f51c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a6139f3a26e5191f1a2d9569a818b372 = $(`&lt;div id=&quot;html_a6139f3a26e5191f1a2d9569a818b372&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_068492d72f26361e5ac0e01edf39f51c.setContent(html_a6139f3a26e5191f1a2d9569a818b372);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a9049434f21c76179cbbd55e923cf30a.bindPopup(popup_068492d72f26361e5ac0e01edf39f51c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_63f5a71f92fe1e38a4066c76252c7e52 = L.circleMarker(\n",
+       "                [-37.862573256522616, 144.1887235541316],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5be78948c72f99cf20db25672b8f020a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5445424ee259f78ecd974e80da55940b = $(`&lt;div id=&quot;html_5445424ee259f78ecd974e80da55940b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_5be78948c72f99cf20db25672b8f020a.setContent(html_5445424ee259f78ecd974e80da55940b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_63f5a71f92fe1e38a4066c76252c7e52.bindPopup(popup_5be78948c72f99cf20db25672b8f020a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5efa1da942cd2b8daf6e5f7949913849 = L.circleMarker(\n",
+       "                [-37.58914754604452, 143.69591131252227],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d915cb4f617167e8e364957bd0ce5355 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7be1a362f71c63943e00a9af4969105e = $(`&lt;div id=&quot;html_7be1a362f71c63943e00a9af4969105e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_d915cb4f617167e8e364957bd0ce5355.setContent(html_7be1a362f71c63943e00a9af4969105e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5efa1da942cd2b8daf6e5f7949913849.bindPopup(popup_d915cb4f617167e8e364957bd0ce5355)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1d90b186547caf660540ac5da0f08e1d = L.circleMarker(\n",
+       "                [-37.82047813802846, 143.65199491268842],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_82100677030781103e9d8cc25f82976f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f4c17c38cd53358838873cd4e1aaf12d = $(`&lt;div id=&quot;html_f4c17c38cd53358838873cd4e1aaf12d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_82100677030781103e9d8cc25f82976f.setContent(html_f4c17c38cd53358838873cd4e1aaf12d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1d90b186547caf660540ac5da0f08e1d.bindPopup(popup_82100677030781103e9d8cc25f82976f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_36436f26c7247a65380980cac0b02018 = L.circleMarker(\n",
+       "                [-37.94662618419334, 144.18832065725582],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6767ef3a4556db1a05343780180d67b7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cda526506675662c76aa4104f9db27ce = $(`&lt;div id=&quot;html_cda526506675662c76aa4104f9db27ce&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_6767ef3a4556db1a05343780180d67b7.setContent(html_cda526506675662c76aa4104f9db27ce);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_36436f26c7247a65380980cac0b02018.bindPopup(popup_6767ef3a4556db1a05343780180d67b7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bdb3b07e0d7ade2a42665e73be6005fe = L.circleMarker(\n",
+       "                [-37.733936216848825, 143.68765696717014],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8be5dee893aa8b8e375d3c245313461a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6fb3352169a0ac2750521620f147f668 = $(`&lt;div id=&quot;html_6fb3352169a0ac2750521620f147f668&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_8be5dee893aa8b8e375d3c245313461a.setContent(html_6fb3352169a0ac2750521620f147f668);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bdb3b07e0d7ade2a42665e73be6005fe.bindPopup(popup_8be5dee893aa8b8e375d3c245313461a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a1a29b9a1e6aa2f93e4fe23a1215ded2 = L.circleMarker(\n",
+       "                [-38.04497337246757, 144.154248188836],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ac7e4f47174fc6377897fdd397fdd7ff = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5f7b464979ad5ad58d4fae3c23666777 = $(`&lt;div id=&quot;html_5f7b464979ad5ad58d4fae3c23666777&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_ac7e4f47174fc6377897fdd397fdd7ff.setContent(html_5f7b464979ad5ad58d4fae3c23666777);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a1a29b9a1e6aa2f93e4fe23a1215ded2.bindPopup(popup_ac7e4f47174fc6377897fdd397fdd7ff)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7c363a7d3178d29a61dcf956eeb0efa5 = L.circleMarker(\n",
+       "                [-37.77322128044784, 143.67495996817016],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_afd14db513df6a9f43224d965ed3528f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c8f9b9cb8c75a39194c87b3466a045f8 = $(`&lt;div id=&quot;html_c8f9b9cb8c75a39194c87b3466a045f8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_afd14db513df6a9f43224d965ed3528f.setContent(html_c8f9b9cb8c75a39194c87b3466a045f8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7c363a7d3178d29a61dcf956eeb0efa5.bindPopup(popup_afd14db513df6a9f43224d965ed3528f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_204329342f04de5d2a0b82a3534763f6 = L.circleMarker(\n",
+       "                [-37.86764737008232, 143.75398131664588],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cbc8f56324608d8521c5049ff0af5677 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f1775b998d4f3853dd3d95daf77a0b63 = $(`&lt;div id=&quot;html_f1775b998d4f3853dd3d95daf77a0b63&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_cbc8f56324608d8521c5049ff0af5677.setContent(html_f1775b998d4f3853dd3d95daf77a0b63);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_204329342f04de5d2a0b82a3534763f6.bindPopup(popup_cbc8f56324608d8521c5049ff0af5677)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bec6b3ed1b8ae9ccc89d6d68da382d43 = L.circleMarker(\n",
+       "                [-37.82174208382733, 143.7589817605131],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5af6488bce5be83786b833d0aa4452a7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f853d82771f75da24c9c0f21ab706924 = $(`&lt;div id=&quot;html_f853d82771f75da24c9c0f21ab706924&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_5af6488bce5be83786b833d0aa4452a7.setContent(html_f853d82771f75da24c9c0f21ab706924);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bec6b3ed1b8ae9ccc89d6d68da382d43.bindPopup(popup_5af6488bce5be83786b833d0aa4452a7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ab96a5bf40f35c52b93e0aed2c0541f8 = L.circleMarker(\n",
+       "                [-37.73156699693695, 143.8584387006115],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_05db90e13a5013af87c3c90e2751da14 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9f5e1c7e838bd8f275e750b32a019219 = $(`&lt;div id=&quot;html_9f5e1c7e838bd8f275e750b32a019219&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_05db90e13a5013af87c3c90e2751da14.setContent(html_9f5e1c7e838bd8f275e750b32a019219);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ab96a5bf40f35c52b93e0aed2c0541f8.bindPopup(popup_05db90e13a5013af87c3c90e2751da14)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_968a1a4de895a5f67328964acae68666 = L.circleMarker(\n",
+       "                [-37.74961973364741, 143.77651649937937],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b90c1a5b612e5a2a1a389a6c3680e2ce = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e9a326188f000dad6da45e78030a89f7 = $(`&lt;div id=&quot;html_e9a326188f000dad6da45e78030a89f7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_b90c1a5b612e5a2a1a389a6c3680e2ce.setContent(html_e9a326188f000dad6da45e78030a89f7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_968a1a4de895a5f67328964acae68666.bindPopup(popup_b90c1a5b612e5a2a1a389a6c3680e2ce)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_639451c1819ec5671d2801ee1a58e8db = L.circleMarker(\n",
+       "                [-38.08221980375796, 143.8834779856551],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_250824024d82cd4416e3a9016ef3bde4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1a9edcde3780369a29a852f327a7a219 = $(`&lt;div id=&quot;html_1a9edcde3780369a29a852f327a7a219&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_250824024d82cd4416e3a9016ef3bde4.setContent(html_1a9edcde3780369a29a852f327a7a219);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_639451c1819ec5671d2801ee1a58e8db.bindPopup(popup_250824024d82cd4416e3a9016ef3bde4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9a6fc81d7193a5f792bcdaf461753b26 = L.circleMarker(\n",
+       "                [-37.67946664818208, 143.66695913336483],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d816628ff59561724c6cc9c7e177a49f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0388baccba549a23c236bc89acda21d6 = $(`&lt;div id=&quot;html_0388baccba549a23c236bc89acda21d6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_d816628ff59561724c6cc9c7e177a49f.setContent(html_0388baccba549a23c236bc89acda21d6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9a6fc81d7193a5f792bcdaf461753b26.bindPopup(popup_d816628ff59561724c6cc9c7e177a49f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f069789290d67bf1250da03d41636147 = L.circleMarker(\n",
+       "                [-37.96798722112851, 143.93048467152622],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8abf577c436d8aff2a225ffde60ff45f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1257143184e085e8d3474c7f906de3ec = $(`&lt;div id=&quot;html_1257143184e085e8d3474c7f906de3ec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_8abf577c436d8aff2a225ffde60ff45f.setContent(html_1257143184e085e8d3474c7f906de3ec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f069789290d67bf1250da03d41636147.bindPopup(popup_8abf577c436d8aff2a225ffde60ff45f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cd744cecb0fa4b8648f92f6890faa8de = L.circleMarker(\n",
+       "                [-37.87258545582343, 143.51917013960608],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_51575818f55fa9c806cea788239a0437 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_73ee325993e15d798433eb413d9a097a = $(`&lt;div id=&quot;html_73ee325993e15d798433eb413d9a097a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_51575818f55fa9c806cea788239a0437.setContent(html_73ee325993e15d798433eb413d9a097a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cd744cecb0fa4b8648f92f6890faa8de.bindPopup(popup_51575818f55fa9c806cea788239a0437)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_12c0f110792f68309bf7a38d5ad5e5bc = L.circleMarker(\n",
+       "                [-37.82079008990143, 144.18678895267664],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e5706bfcd734fc0ce46b7390ab6a2d96 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fc22a038c2dd8a09fbc3733415102c9c = $(`&lt;div id=&quot;html_fc22a038c2dd8a09fbc3733415102c9c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_e5706bfcd734fc0ce46b7390ab6a2d96.setContent(html_fc22a038c2dd8a09fbc3733415102c9c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_12c0f110792f68309bf7a38d5ad5e5bc.bindPopup(popup_e5706bfcd734fc0ce46b7390ab6a2d96)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_54a16f0da0170069d27c862d417a560a = L.circleMarker(\n",
+       "                [-37.84855072518146, 143.68820094385285],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_325aeaca4a154cd9e505ed47fd12f87f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_10b173f547d4edcb131bbdc0b0954c44 = $(`&lt;div id=&quot;html_10b173f547d4edcb131bbdc0b0954c44&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_325aeaca4a154cd9e505ed47fd12f87f.setContent(html_10b173f547d4edcb131bbdc0b0954c44);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_54a16f0da0170069d27c862d417a560a.bindPopup(popup_325aeaca4a154cd9e505ed47fd12f87f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ed9de7c4ace7102139861746c4d1c8a0 = L.circleMarker(\n",
+       "                [-37.78113008286972, 143.6114810292066],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_db086d471f0ba1f7f8e5cefe831487a6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b1d43a0bfcb422c334be1210a48ec39f = $(`&lt;div id=&quot;html_b1d43a0bfcb422c334be1210a48ec39f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_db086d471f0ba1f7f8e5cefe831487a6.setContent(html_b1d43a0bfcb422c334be1210a48ec39f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ed9de7c4ace7102139861746c4d1c8a0.bindPopup(popup_db086d471f0ba1f7f8e5cefe831487a6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c93e0fbd3390c9e840bcb270b88ef76c = L.circleMarker(\n",
+       "                [-38.07846959420217, 144.22762249616792],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_528c1e61b42fd10cc42b8968fedd9645 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a7775e8cd325dda363b7d7086c382d1c = $(`&lt;div id=&quot;html_a7775e8cd325dda363b7d7086c382d1c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_528c1e61b42fd10cc42b8968fedd9645.setContent(html_a7775e8cd325dda363b7d7086c382d1c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c93e0fbd3390c9e840bcb270b88ef76c.bindPopup(popup_528c1e61b42fd10cc42b8968fedd9645)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3f6af3e8d841bf5fcf7371e1bf92f730 = L.circleMarker(\n",
+       "                [-37.69009229554349, 143.8075291312114],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a21ee64c47018c9a94d9b29bcbc2c31c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_35dc8d50b77d4af7955dc436e2b1b8de = $(`&lt;div id=&quot;html_35dc8d50b77d4af7955dc436e2b1b8de&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_a21ee64c47018c9a94d9b29bcbc2c31c.setContent(html_35dc8d50b77d4af7955dc436e2b1b8de);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3f6af3e8d841bf5fcf7371e1bf92f730.bindPopup(popup_a21ee64c47018c9a94d9b29bcbc2c31c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c6a1bf828f9b3cc9718f011c8bbca61d = L.circleMarker(\n",
+       "                [-37.724080017103255, 143.63537373364414],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_97b7f04d9e76a09d8662cbb1d7332022 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_20cd41c197f6a37e5ffabb041e5fae8e = $(`&lt;div id=&quot;html_20cd41c197f6a37e5ffabb041e5fae8e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_97b7f04d9e76a09d8662cbb1d7332022.setContent(html_20cd41c197f6a37e5ffabb041e5fae8e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c6a1bf828f9b3cc9718f011c8bbca61d.bindPopup(popup_97b7f04d9e76a09d8662cbb1d7332022)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5d8ec798b46839a610999f2cdd7d620d = L.circleMarker(\n",
+       "                [-37.63916338862965, 143.68196924418598],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8b6fcab3a5d4d01310d6eec7c521580b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0b2d080f3754bb7201fe7fd640404e76 = $(`&lt;div id=&quot;html_0b2d080f3754bb7201fe7fd640404e76&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_8b6fcab3a5d4d01310d6eec7c521580b.setContent(html_0b2d080f3754bb7201fe7fd640404e76);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5d8ec798b46839a610999f2cdd7d620d.bindPopup(popup_8b6fcab3a5d4d01310d6eec7c521580b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8d43a93580a710838d3f2176bcab0568 = L.circleMarker(\n",
+       "                [-37.72759139155989, 143.59551590592005],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_86abe3d2b215ef0eddd9b20e27a55f55 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f44d2a25fc540c7c459dd7faef9ad6fa = $(`&lt;div id=&quot;html_f44d2a25fc540c7c459dd7faef9ad6fa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_86abe3d2b215ef0eddd9b20e27a55f55.setContent(html_f44d2a25fc540c7c459dd7faef9ad6fa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8d43a93580a710838d3f2176bcab0568.bindPopup(popup_86abe3d2b215ef0eddd9b20e27a55f55)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_67b036254b0779701191e55980dbdfe6 = L.circleMarker(\n",
+       "                [-37.93781691549004, 143.99406545890434],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c7ca67f1845be476b07af5ef949f67d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_287075defcaa42edb7a53b7ed4212d85 = $(`&lt;div id=&quot;html_287075defcaa42edb7a53b7ed4212d85&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_c7ca67f1845be476b07af5ef949f67d9.setContent(html_287075defcaa42edb7a53b7ed4212d85);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_67b036254b0779701191e55980dbdfe6.bindPopup(popup_c7ca67f1845be476b07af5ef949f67d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7650cd816d89dd6a1e4ac36581a7ff7a = L.circleMarker(\n",
+       "                [-37.95597172529812, 144.0965051670252],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_011e4d0e465feff458e4afbb77b4a234 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_404f566fb4834f423129b4dfcfbe05eb = $(`&lt;div id=&quot;html_404f566fb4834f423129b4dfcfbe05eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_011e4d0e465feff458e4afbb77b4a234.setContent(html_404f566fb4834f423129b4dfcfbe05eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7650cd816d89dd6a1e4ac36581a7ff7a.bindPopup(popup_011e4d0e465feff458e4afbb77b4a234)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2a65a03458376b0fa05fd2ef4165f3f1 = L.circleMarker(\n",
+       "                [-37.77319842716926, 143.51068726332397],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a407d8c6ae75f2fe4c9575c997d7448f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f71939787b7d1135ca0dcebcf2cc3f4b = $(`&lt;div id=&quot;html_f71939787b7d1135ca0dcebcf2cc3f4b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_a407d8c6ae75f2fe4c9575c997d7448f.setContent(html_f71939787b7d1135ca0dcebcf2cc3f4b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2a65a03458376b0fa05fd2ef4165f3f1.bindPopup(popup_a407d8c6ae75f2fe4c9575c997d7448f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6535a744183868a56daa78904c5b2359 = L.circleMarker(\n",
+       "                [-37.8617814986652, 144.04338999148058],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4307ee9e484303f419e475685cc146d3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1b1196778149dc43054b1369eeb5d1cf = $(`&lt;div id=&quot;html_1b1196778149dc43054b1369eeb5d1cf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_4307ee9e484303f419e475685cc146d3.setContent(html_1b1196778149dc43054b1369eeb5d1cf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6535a744183868a56daa78904c5b2359.bindPopup(popup_4307ee9e484303f419e475685cc146d3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6bd82bf8512e9dd6904e581f652a5e0f = L.circleMarker(\n",
+       "                [-37.8979282360876, 144.14588578589286],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_095a86be31c24cc97697256e4ac709ca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e80bea50572b29cdcde6c17ab938c761 = $(`&lt;div id=&quot;html_e80bea50572b29cdcde6c17ab938c761&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_095a86be31c24cc97697256e4ac709ca.setContent(html_e80bea50572b29cdcde6c17ab938c761);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6bd82bf8512e9dd6904e581f652a5e0f.bindPopup(popup_095a86be31c24cc97697256e4ac709ca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d33311e0df1321304b265deb20f49b2d = L.circleMarker(\n",
+       "                [-37.84908997205497, 143.4633371440787],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8d2e24bfeee235049b97a8c98246d1b6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6e817ecfed0ca7fb12b3da6a6437b8a3 = $(`&lt;div id=&quot;html_6e817ecfed0ca7fb12b3da6a6437b8a3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_8d2e24bfeee235049b97a8c98246d1b6.setContent(html_6e817ecfed0ca7fb12b3da6a6437b8a3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d33311e0df1321304b265deb20f49b2d.bindPopup(popup_8d2e24bfeee235049b97a8c98246d1b6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8756af589668ae200f72a7296848752c = L.circleMarker(\n",
+       "                [-38.108921930742646, 144.00117262600045],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e39f73bcc016d128240476a5e1772e08 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3532ca1fac657654aeeddcf3da6ec01e = $(`&lt;div id=&quot;html_3532ca1fac657654aeeddcf3da6ec01e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_e39f73bcc016d128240476a5e1772e08.setContent(html_3532ca1fac657654aeeddcf3da6ec01e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8756af589668ae200f72a7296848752c.bindPopup(popup_e39f73bcc016d128240476a5e1772e08)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_355d2a332ce767857a748ce516d99a0f = L.circleMarker(\n",
+       "                [-38.100358264753474, 144.13882358736691],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7559ab04e736cd00c0b1393139c67cbe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_96841cd98bb1c4fce6ca3271aa8571c4 = $(`&lt;div id=&quot;html_96841cd98bb1c4fce6ca3271aa8571c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_7559ab04e736cd00c0b1393139c67cbe.setContent(html_96841cd98bb1c4fce6ca3271aa8571c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_355d2a332ce767857a748ce516d99a0f.bindPopup(popup_7559ab04e736cd00c0b1393139c67cbe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3489dd11144e626252e010f0069b8770 = L.circleMarker(\n",
+       "                [-37.93803309534666, 144.28470027035377],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6f01b618e558d5bb3e134a6085f72031 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a6a44e6c98fba03bc29b7af78414bbaa = $(`&lt;div id=&quot;html_a6a44e6c98fba03bc29b7af78414bbaa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_6f01b618e558d5bb3e134a6085f72031.setContent(html_a6a44e6c98fba03bc29b7af78414bbaa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3489dd11144e626252e010f0069b8770.bindPopup(popup_6f01b618e558d5bb3e134a6085f72031)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1299bb4a2bdd4800c0f3179c55c7558a = L.circleMarker(\n",
+       "                [-37.75780949090785, 143.89500907571514],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_03f3b660bcc2c0ba6c490cf38569ac2f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_50bdf978e5bc2904d94606a31ec1cdc5 = $(`&lt;div id=&quot;html_50bdf978e5bc2904d94606a31ec1cdc5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_03f3b660bcc2c0ba6c490cf38569ac2f.setContent(html_50bdf978e5bc2904d94606a31ec1cdc5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1299bb4a2bdd4800c0f3179c55c7558a.bindPopup(popup_03f3b660bcc2c0ba6c490cf38569ac2f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4444d5aa26f6ab6e5c914cc43969743a = L.circleMarker(\n",
+       "                [-37.68905407866242, 143.5510274707738],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_880847e12790cd6602b30c4f0af7763d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8a6ad055b0eb729c3bf350e89cf6f37f = $(`&lt;div id=&quot;html_8a6ad055b0eb729c3bf350e89cf6f37f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_880847e12790cd6602b30c4f0af7763d.setContent(html_8a6ad055b0eb729c3bf350e89cf6f37f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4444d5aa26f6ab6e5c914cc43969743a.bindPopup(popup_880847e12790cd6602b30c4f0af7763d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_71de3ca1fd727158fadcf217fc046174 = L.circleMarker(\n",
+       "                [-38.00687555594495, 144.22193882574732],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_633c027f7540a0ff7fe1dd8ddbdfe5ac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_03a2ec1734ccef442437950ff891b5f8 = $(`&lt;div id=&quot;html_03a2ec1734ccef442437950ff891b5f8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_633c027f7540a0ff7fe1dd8ddbdfe5ac.setContent(html_03a2ec1734ccef442437950ff891b5f8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_71de3ca1fd727158fadcf217fc046174.bindPopup(popup_633c027f7540a0ff7fe1dd8ddbdfe5ac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7fad122c98fa4408faec18400b94d863 = L.circleMarker(\n",
+       "                [-37.83763640881925, 143.86955746322772],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b34a0abb71f4cd73a130258a9b229bef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d9d54157ad1d5267d8ab2a3f06e35062 = $(`&lt;div id=&quot;html_d9d54157ad1d5267d8ab2a3f06e35062&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_b34a0abb71f4cd73a130258a9b229bef.setContent(html_d9d54157ad1d5267d8ab2a3f06e35062);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7fad122c98fa4408faec18400b94d863.bindPopup(popup_b34a0abb71f4cd73a130258a9b229bef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_77052a7559d277b24bca89a5970cebfe = L.circleMarker(\n",
+       "                [-37.610417485851045, 143.72100103292607],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_afd82f17a3db4b2b7516f4f4f860f4a2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_757a19c9bad58946ddae22783038a449 = $(`&lt;div id=&quot;html_757a19c9bad58946ddae22783038a449&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_afd82f17a3db4b2b7516f4f4f860f4a2.setContent(html_757a19c9bad58946ddae22783038a449);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_77052a7559d277b24bca89a5970cebfe.bindPopup(popup_afd82f17a3db4b2b7516f4f4f860f4a2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3104789adb15c076a366e6ef733177cd = L.circleMarker(\n",
+       "                [-38.12202988882935, 144.2234227706776],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0dce27d563fe92dc36c8930bb31f9ca1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b50cea2d0036bcc06658067838fcbfef = $(`&lt;div id=&quot;html_b50cea2d0036bcc06658067838fcbfef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_0dce27d563fe92dc36c8930bb31f9ca1.setContent(html_b50cea2d0036bcc06658067838fcbfef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3104789adb15c076a366e6ef733177cd.bindPopup(popup_0dce27d563fe92dc36c8930bb31f9ca1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a9aa6e9ba94bb78a37713e28efabdc00 = L.circleMarker(\n",
+       "                [-37.64620007058726, 143.76414374249924],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7ee571e5b2f5a28694ad8309ec2c5fd9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8e7a81102e456590b307e9773dac2514 = $(`&lt;div id=&quot;html_8e7a81102e456590b307e9773dac2514&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Golden Plains: crime count = -0.7302721653066714&lt;/div&gt;`)[0];\n",
+       "                popup_7ee571e5b2f5a28694ad8309ec2c5fd9.setContent(html_8e7a81102e456590b307e9773dac2514);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a9aa6e9ba94bb78a37713e28efabdc00.bindPopup(popup_7ee571e5b2f5a28694ad8309ec2c5fd9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ff3a6a7c189163b783692612c3edd573 = L.circleMarker(\n",
+       "                [-36.7289156176143, 144.26028812117107],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8502544d58ecc2be81f35b0bec39cf4e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e45e978dfd934b273338d34492d6945e = $(`&lt;div id=&quot;html_e45e978dfd934b273338d34492d6945e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_8502544d58ecc2be81f35b0bec39cf4e.setContent(html_e45e978dfd934b273338d34492d6945e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ff3a6a7c189163b783692612c3edd573.bindPopup(popup_8502544d58ecc2be81f35b0bec39cf4e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9be05e4b46e9c17f967d773eceed4a0c = L.circleMarker(\n",
+       "                [-36.7712125093181, 144.30299728282233],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7716617f8d33d1a0ad9878ead627c9ef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_af2ad73bb456a2d1e6e313808410915c = $(`&lt;div id=&quot;html_af2ad73bb456a2d1e6e313808410915c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_7716617f8d33d1a0ad9878ead627c9ef.setContent(html_af2ad73bb456a2d1e6e313808410915c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9be05e4b46e9c17f967d773eceed4a0c.bindPopup(popup_7716617f8d33d1a0ad9878ead627c9ef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8c01ec73d25c61ac9919d72dc060fc91 = L.circleMarker(\n",
+       "                [-36.93641045017376, 144.40595748777287],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fe8d07a5ab880eeb845a30f54b2ef408 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2a7d845780aae51abfcd54efe24faefc = $(`&lt;div id=&quot;html_2a7d845780aae51abfcd54efe24faefc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_fe8d07a5ab880eeb845a30f54b2ef408.setContent(html_2a7d845780aae51abfcd54efe24faefc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8c01ec73d25c61ac9919d72dc060fc91.bindPopup(popup_fe8d07a5ab880eeb845a30f54b2ef408)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f4a9816fbf18951878b37e7eec85d46f = L.circleMarker(\n",
+       "                [-36.7025173337702, 144.30863584856755],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_10d215cec84721c9dd793845f35641c4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d0b458a1bea133ec41e73ab92c57562 = $(`&lt;div id=&quot;html_7d0b458a1bea133ec41e73ab92c57562&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_10d215cec84721c9dd793845f35641c4.setContent(html_7d0b458a1bea133ec41e73ab92c57562);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f4a9816fbf18951878b37e7eec85d46f.bindPopup(popup_10d215cec84721c9dd793845f35641c4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_997ff1ca15067360584629cd06a0b3e8 = L.circleMarker(\n",
+       "                [-36.65033933661592, 144.26871026748492],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f783c934c267cae317be47cb09bdc14f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5e978edcf0e431e8412a2f73b04de143 = $(`&lt;div id=&quot;html_5e978edcf0e431e8412a2f73b04de143&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_f783c934c267cae317be47cb09bdc14f.setContent(html_5e978edcf0e431e8412a2f73b04de143);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_997ff1ca15067360584629cd06a0b3e8.bindPopup(popup_f783c934c267cae317be47cb09bdc14f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bf911e7eecc8662c74fcd6fc47a10eae = L.circleMarker(\n",
+       "                [-36.69684074327617, 144.47927424953795],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a6bd9a1ffc2f469a5a150c974125f8da = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7b6f766db4acf0addb8140e3ee252a68 = $(`&lt;div id=&quot;html_7b6f766db4acf0addb8140e3ee252a68&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_a6bd9a1ffc2f469a5a150c974125f8da.setContent(html_7b6f766db4acf0addb8140e3ee252a68);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bf911e7eecc8662c74fcd6fc47a10eae.bindPopup(popup_a6bd9a1ffc2f469a5a150c974125f8da)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_59caa7985ce92229562e71f1c85ddd4b = L.circleMarker(\n",
+       "                [-36.753068676644034, 144.24702928454352],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_37561ebfcb99c9c65ebb5f9df83aab5b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1b34dcbbee474e5767c9f1991939daee = $(`&lt;div id=&quot;html_1b34dcbbee474e5767c9f1991939daee&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_37561ebfcb99c9c65ebb5f9df83aab5b.setContent(html_1b34dcbbee474e5767c9f1991939daee);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_59caa7985ce92229562e71f1c85ddd4b.bindPopup(popup_37561ebfcb99c9c65ebb5f9df83aab5b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b2691d523f8f456744141b0391c62ee7 = L.circleMarker(\n",
+       "                [-36.58636720193718, 144.41375512895365],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3c1811cf60c3ac82dc6f38de424d742a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_01eaeae20a0459b435ef6c30ac399087 = $(`&lt;div id=&quot;html_01eaeae20a0459b435ef6c30ac399087&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_3c1811cf60c3ac82dc6f38de424d742a.setContent(html_01eaeae20a0459b435ef6c30ac399087);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b2691d523f8f456744141b0391c62ee7.bindPopup(popup_3c1811cf60c3ac82dc6f38de424d742a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e329bf940b9ab9a7ef3b1c0cf89555c6 = L.circleMarker(\n",
+       "                [-36.51752896928365, 144.18503606527145],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_988cd6c60adcf0054c4a0b7ec2b63996 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_91595231412b1d22eb4a2d7586bc8aca = $(`&lt;div id=&quot;html_91595231412b1d22eb4a2d7586bc8aca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_988cd6c60adcf0054c4a0b7ec2b63996.setContent(html_91595231412b1d22eb4a2d7586bc8aca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e329bf940b9ab9a7ef3b1c0cf89555c6.bindPopup(popup_988cd6c60adcf0054c4a0b7ec2b63996)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_eea8773cf0669051f78ab6ca0c337e00 = L.circleMarker(\n",
+       "                [-36.86063993917729, 144.38911749425188],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_21aa758b643f1b455941578b6a95f53c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a1afbe0e37cb225d3ea844a4960d9b02 = $(`&lt;div id=&quot;html_a1afbe0e37cb225d3ea844a4960d9b02&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_21aa758b643f1b455941578b6a95f53c.setContent(html_a1afbe0e37cb225d3ea844a4960d9b02);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_eea8773cf0669051f78ab6ca0c337e00.bindPopup(popup_21aa758b643f1b455941578b6a95f53c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e725f396b915c8ec37753e7d49638193 = L.circleMarker(\n",
+       "                [-36.740998719936215, 144.3194082976055],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8ef63dea21da272b62fe475572efbbac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0e987f144858b66b1b0f69b29d690670 = $(`&lt;div id=&quot;html_0e987f144858b66b1b0f69b29d690670&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_8ef63dea21da272b62fe475572efbbac.setContent(html_0e987f144858b66b1b0f69b29d690670);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e725f396b915c8ec37753e7d49638193.bindPopup(popup_8ef63dea21da272b62fe475572efbbac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7ccdcb61594c05665ffed241e89c7b22 = L.circleMarker(\n",
+       "                [-36.77380210208543, 144.25275856699952],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c619b1d00506226ab3525537b28ab7e2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_19bdc47ef0d01179825a6dfb39383747 = $(`&lt;div id=&quot;html_19bdc47ef0d01179825a6dfb39383747&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_c619b1d00506226ab3525537b28ab7e2.setContent(html_19bdc47ef0d01179825a6dfb39383747);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7ccdcb61594c05665ffed241e89c7b22.bindPopup(popup_c619b1d00506226ab3525537b28ab7e2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bca38c3d84022410330b8dda33997c02 = L.circleMarker(\n",
+       "                [-36.92029702176886, 144.49128033079867],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6997f542a81da6ad2ae00c697cdd29c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9fb407d44be74dbf110bedfdc1832aa3 = $(`&lt;div id=&quot;html_9fb407d44be74dbf110bedfdc1832aa3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_6997f542a81da6ad2ae00c697cdd29c8.setContent(html_9fb407d44be74dbf110bedfdc1832aa3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bca38c3d84022410330b8dda33997c02.bindPopup(popup_6997f542a81da6ad2ae00c697cdd29c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2ab2a0fc9e24d2b6cd44bfc2e6b52170 = L.circleMarker(\n",
+       "                [-36.99003974166194, 144.60795295050832],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7049496c46770d791f97b1cfd167e87b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c61229833fcdc80a9ad4246ec26e2f45 = $(`&lt;div id=&quot;html_c61229833fcdc80a9ad4246ec26e2f45&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_7049496c46770d791f97b1cfd167e87b.setContent(html_c61229833fcdc80a9ad4246ec26e2f45);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2ab2a0fc9e24d2b6cd44bfc2e6b52170.bindPopup(popup_7049496c46770d791f97b1cfd167e87b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_40754c0d373afd3389f1befd1aa042ba = L.circleMarker(\n",
+       "                [-36.728978282866514, 144.09063270046462],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0dc9c86a1170148359ea02c56e205e92 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_13b9ed172106e617778cb44486d50d0a = $(`&lt;div id=&quot;html_13b9ed172106e617778cb44486d50d0a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_0dc9c86a1170148359ea02c56e205e92.setContent(html_13b9ed172106e617778cb44486d50d0a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_40754c0d373afd3389f1befd1aa042ba.bindPopup(popup_0dc9c86a1170148359ea02c56e205e92)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_186df8fc5375b4ddca9d36d582cfa017 = L.circleMarker(\n",
+       "                [-36.82917982217632, 144.60085975785006],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4a5fe73ed3c19d8194d7fbb8f40b354f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_25f2909af23bd7018f9dce6f8d75674e = $(`&lt;div id=&quot;html_25f2909af23bd7018f9dce6f8d75674e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_4a5fe73ed3c19d8194d7fbb8f40b354f.setContent(html_25f2909af23bd7018f9dce6f8d75674e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_186df8fc5375b4ddca9d36d582cfa017.bindPopup(popup_4a5fe73ed3c19d8194d7fbb8f40b354f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3ca8d256cc4461cb6296fd413915f663 = L.circleMarker(\n",
+       "                [-36.76477363863457, 144.43277621853443],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b47913bdc5326466449c919b207a2d4a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b6cf08faf8556b32abe0c5653897a82a = $(`&lt;div id=&quot;html_b6cf08faf8556b32abe0c5653897a82a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_b47913bdc5326466449c919b207a2d4a.setContent(html_b6cf08faf8556b32abe0c5653897a82a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3ca8d256cc4461cb6296fd413915f663.bindPopup(popup_b47913bdc5326466449c919b207a2d4a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1938824a8480f0a1b31b2b6aa23fd6c0 = L.circleMarker(\n",
+       "                [-36.75140478498752, 144.10362335585845],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_02d531f5ae7339f491a634dbfb351a2c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_902fe14265202d5dd99aa859177a30b4 = $(`&lt;div id=&quot;html_902fe14265202d5dd99aa859177a30b4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_02d531f5ae7339f491a634dbfb351a2c.setContent(html_902fe14265202d5dd99aa859177a30b4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1938824a8480f0a1b31b2b6aa23fd6c0.bindPopup(popup_02d531f5ae7339f491a634dbfb351a2c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3acfc9c077c5984c957908f75e2db589 = L.circleMarker(\n",
+       "                [-36.83527597202803, 144.22952888562864],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f05fddaa5e871dcd992acf6d387363a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0f3aedcc5ac08069a3ed8e8179e4ddb5 = $(`&lt;div id=&quot;html_0f3aedcc5ac08069a3ed8e8179e4ddb5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_8f05fddaa5e871dcd992acf6d387363a.setContent(html_0f3aedcc5ac08069a3ed8e8179e4ddb5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3acfc9c077c5984c957908f75e2db589.bindPopup(popup_8f05fddaa5e871dcd992acf6d387363a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_44e4c7c0910203448811df78c9fa827a = L.circleMarker(\n",
+       "                [-36.68720197282661, 144.07609667764302],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3270a08070045acfc63f4f6ab025511b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5632cf5d7e8665e10e3cead1091296cc = $(`&lt;div id=&quot;html_5632cf5d7e8665e10e3cead1091296cc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_3270a08070045acfc63f4f6ab025511b.setContent(html_5632cf5d7e8665e10e3cead1091296cc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_44e4c7c0910203448811df78c9fa827a.bindPopup(popup_3270a08070045acfc63f4f6ab025511b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_71876f064b98b905a6e22e12d59b415d = L.circleMarker(\n",
+       "                [-36.76583580872395, 144.31547290742006],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1c369ae3ed92f8bd39656aacaba005ec = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6527a30da66eee991a818c6f5726787e = $(`&lt;div id=&quot;html_6527a30da66eee991a818c6f5726787e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_1c369ae3ed92f8bd39656aacaba005ec.setContent(html_6527a30da66eee991a818c6f5726787e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_71876f064b98b905a6e22e12d59b415d.bindPopup(popup_1c369ae3ed92f8bd39656aacaba005ec)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9dea20ab24bb6202979dc28531464694 = L.circleMarker(\n",
+       "                [-36.70632582058997, 144.2658448912744],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e941d39dde3f12d5097fee8b47c52cd4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b986ea79a1cab29f476225969c7e5a9b = $(`&lt;div id=&quot;html_b986ea79a1cab29f476225969c7e5a9b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_e941d39dde3f12d5097fee8b47c52cd4.setContent(html_b986ea79a1cab29f476225969c7e5a9b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9dea20ab24bb6202979dc28531464694.bindPopup(popup_e941d39dde3f12d5097fee8b47c52cd4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5b5c90d7709d5b05062f7e785f35de9d = L.circleMarker(\n",
+       "                [-36.59048219035025, 144.33944970731298],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7c4fceb5d3f8bfaa7abf28f0c5315bc7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_850cee092430f27bbf4a043952e0c3a8 = $(`&lt;div id=&quot;html_850cee092430f27bbf4a043952e0c3a8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_7c4fceb5d3f8bfaa7abf28f0c5315bc7.setContent(html_850cee092430f27bbf4a043952e0c3a8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5b5c90d7709d5b05062f7e785f35de9d.bindPopup(popup_7c4fceb5d3f8bfaa7abf28f0c5315bc7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_df04095c1cf2a26522345d80beebb247 = L.circleMarker(\n",
+       "                [-36.77504438587486, 144.36421317866768],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_65701a8b55c2bc255cac61a1d4232309 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4cdaa1ca0f6497fdbb911c7d35652d57 = $(`&lt;div id=&quot;html_4cdaa1ca0f6497fdbb911c7d35652d57&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_65701a8b55c2bc255cac61a1d4232309.setContent(html_4cdaa1ca0f6497fdbb911c7d35652d57);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_df04095c1cf2a26522345d80beebb247.bindPopup(popup_65701a8b55c2bc255cac61a1d4232309)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c45f02aa9200a50152fc2a143cbb2c22 = L.circleMarker(\n",
+       "                [-36.88556623244484, 144.55837698555243],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_94856f47de54503525b18f5a471cb838 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_941ea2cea7a5714e571c365ffe9c4252 = $(`&lt;div id=&quot;html_941ea2cea7a5714e571c365ffe9c4252&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_94856f47de54503525b18f5a471cb838.setContent(html_941ea2cea7a5714e571c365ffe9c4252);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c45f02aa9200a50152fc2a143cbb2c22.bindPopup(popup_94856f47de54503525b18f5a471cb838)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1370c58c2f6bfd4ca13736bbb80841bb = L.circleMarker(\n",
+       "                [-36.80776751126324, 144.7468486752522],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6b21922d47dfdc3bc1b8c229cbd88ce2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d83c88db444970dca899af87c28759a8 = $(`&lt;div id=&quot;html_d83c88db444970dca899af87c28759a8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_6b21922d47dfdc3bc1b8c229cbd88ce2.setContent(html_d83c88db444970dca899af87c28759a8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1370c58c2f6bfd4ca13736bbb80841bb.bindPopup(popup_6b21922d47dfdc3bc1b8c229cbd88ce2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2577c4d3fae596c27ea42f12f2108953 = L.circleMarker(\n",
+       "                [-36.61497094234272, 144.49848415125825],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ecffb13ca6c2e4309d299b23021597ac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_84849fbbf06b2d55c7010fb8b2c0197f = $(`&lt;div id=&quot;html_84849fbbf06b2d55c7010fb8b2c0197f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_ecffb13ca6c2e4309d299b23021597ac.setContent(html_84849fbbf06b2d55c7010fb8b2c0197f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2577c4d3fae596c27ea42f12f2108953.bindPopup(popup_ecffb13ca6c2e4309d299b23021597ac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6b2894949c1a3584c0596ec4f80a6a78 = L.circleMarker(\n",
+       "                [-36.74305837968072, 144.25786371928675],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_68ac1f00902fae835af2e458308ce395 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_14ad78072bb38a00edd2d9cbbb244e07 = $(`&lt;div id=&quot;html_14ad78072bb38a00edd2d9cbbb244e07&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_68ac1f00902fae835af2e458308ce395.setContent(html_14ad78072bb38a00edd2d9cbbb244e07);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6b2894949c1a3584c0596ec4f80a6a78.bindPopup(popup_68ac1f00902fae835af2e458308ce395)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_14047b58f4d6647433967f61c1473d4d = L.circleMarker(\n",
+       "                [-36.75633283663394, 144.2078564080696],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ab61d9ab02891351f903ef438f81bbb9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_785f2ef26680eeedad728e33fa7d6876 = $(`&lt;div id=&quot;html_785f2ef26680eeedad728e33fa7d6876&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_ab61d9ab02891351f903ef438f81bbb9.setContent(html_785f2ef26680eeedad728e33fa7d6876);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_14047b58f4d6647433967f61c1473d4d.bindPopup(popup_ab61d9ab02891351f903ef438f81bbb9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_650aeda743130db35ed4cec4612bfb84 = L.circleMarker(\n",
+       "                [-36.82838161806267, 144.29418637549193],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cc33cb7c5975b3236737acaa1654a272 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6db31d75025352171347420f3fb07434 = $(`&lt;div id=&quot;html_6db31d75025352171347420f3fb07434&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_cc33cb7c5975b3236737acaa1654a272.setContent(html_6db31d75025352171347420f3fb07434);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_650aeda743130db35ed4cec4612bfb84.bindPopup(popup_cc33cb7c5975b3236737acaa1654a272)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_01bf9eaa6bd4971a725b56246559f45c = L.circleMarker(\n",
+       "                [-36.86233989370319, 144.27680004791404],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_54da1e44f76a621740abf9d2767fe760 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8cd32d2d7a7826d03260f4fdd16682cf = $(`&lt;div id=&quot;html_8cd32d2d7a7826d03260f4fdd16682cf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_54da1e44f76a621740abf9d2767fe760.setContent(html_8cd32d2d7a7826d03260f4fdd16682cf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_01bf9eaa6bd4971a725b56246559f45c.bindPopup(popup_54da1e44f76a621740abf9d2767fe760)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c4dc62bd5e9d314b1fc3bffc94cac0ac = L.circleMarker(\n",
+       "                [-36.68817205521115, 144.2566912443808],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_80bd5a651b4456212695f6855b8ec251 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6021280befe276b1ee273f0da3c6b07e = $(`&lt;div id=&quot;html_6021280befe276b1ee273f0da3c6b07e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_80bd5a651b4456212695f6855b8ec251.setContent(html_6021280befe276b1ee273f0da3c6b07e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c4dc62bd5e9d314b1fc3bffc94cac0ac.bindPopup(popup_80bd5a651b4456212695f6855b8ec251)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6dce63451ca41d0cd5864fca1bab4022 = L.circleMarker(\n",
+       "                [-36.89190574793631, 144.1996070436204],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ebea62c848919385f887dbc75efefac1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7aba0e7bc98c13664245157a74aa26a6 = $(`&lt;div id=&quot;html_7aba0e7bc98c13664245157a74aa26a6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_ebea62c848919385f887dbc75efefac1.setContent(html_7aba0e7bc98c13664245157a74aa26a6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6dce63451ca41d0cd5864fca1bab4022.bindPopup(popup_ebea62c848919385f887dbc75efefac1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2818858a0e5db33a1ae2592a895f9f40 = L.circleMarker(\n",
+       "                [-36.59445991836884, 144.19817170832386],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1aebc44e8b98c162167684f62e108fcd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d5c6522f10eb30933e629c58c908c031 = $(`&lt;div id=&quot;html_d5c6522f10eb30933e629c58c908c031&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_1aebc44e8b98c162167684f62e108fcd.setContent(html_d5c6522f10eb30933e629c58c908c031);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2818858a0e5db33a1ae2592a895f9f40.bindPopup(popup_1aebc44e8b98c162167684f62e108fcd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_14c5c765b46a914120c62312ac1bd5e4 = L.circleMarker(\n",
+       "                [-36.70538805138096, 144.1828177248488],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_83e67b0c63c6c7f72682f208268b7c0c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_27641fa296f03da6a8e421942be4c11e = $(`&lt;div id=&quot;html_27641fa296f03da6a8e421942be4c11e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_83e67b0c63c6c7f72682f208268b7c0c.setContent(html_27641fa296f03da6a8e421942be4c11e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_14c5c765b46a914120c62312ac1bd5e4.bindPopup(popup_83e67b0c63c6c7f72682f208268b7c0c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0265f5e3337cd702e41a89e70f22566d = L.circleMarker(\n",
+       "                [-36.53704673306341, 144.53619892285383],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e5925138a966a75287ac15d407585570 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_72ac156443f402e53d53c19a1bdbe916 = $(`&lt;div id=&quot;html_72ac156443f402e53d53c19a1bdbe916&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_e5925138a966a75287ac15d407585570.setContent(html_72ac156443f402e53d53c19a1bdbe916);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0265f5e3337cd702e41a89e70f22566d.bindPopup(popup_e5925138a966a75287ac15d407585570)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_87044bd423a2a4e22d38796d55bebae9 = L.circleMarker(\n",
+       "                [-36.75707401135484, 144.27939362066616],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9fd34de056f5cefc52ec9ea507f52cb0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0eadb700848a6afa4f788bb09c505005 = $(`&lt;div id=&quot;html_0eadb700848a6afa4f788bb09c505005&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_9fd34de056f5cefc52ec9ea507f52cb0.setContent(html_0eadb700848a6afa4f788bb09c505005);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_87044bd423a2a4e22d38796d55bebae9.bindPopup(popup_9fd34de056f5cefc52ec9ea507f52cb0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b65b3ee2b7ac5fd506cbbcbd9dcfed54 = L.circleMarker(\n",
+       "                [-36.8734321966093, 144.80000845088594],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2d6e85efd2be97976f61962e34b60620 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f09a32cd5d67005868dfa90b185ba12e = $(`&lt;div id=&quot;html_f09a32cd5d67005868dfa90b185ba12e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_2d6e85efd2be97976f61962e34b60620.setContent(html_f09a32cd5d67005868dfa90b185ba12e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b65b3ee2b7ac5fd506cbbcbd9dcfed54.bindPopup(popup_2d6e85efd2be97976f61962e34b60620)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d11fc908744fcab8ff7b1e2f88d8ff44 = L.circleMarker(\n",
+       "                [-36.4663144017223, 144.5807397280794],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d229121fa310c9746439ceb45ef1ed31 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_befed20c58c464823b4d9c0703091ac5 = $(`&lt;div id=&quot;html_befed20c58c464823b4d9c0703091ac5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_d229121fa310c9746439ceb45ef1ed31.setContent(html_befed20c58c464823b4d9c0703091ac5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d11fc908744fcab8ff7b1e2f88d8ff44.bindPopup(popup_d229121fa310c9746439ceb45ef1ed31)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dafdbcab2eefdfc52491f7223cdfbc26 = L.circleMarker(\n",
+       "                [-36.72235371800436, 144.37946856637734],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_010c8ab281f984d2b4e223144180d7a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c17d784e813196921edb345d991967d1 = $(`&lt;div id=&quot;html_c17d784e813196921edb345d991967d1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_010c8ab281f984d2b4e223144180d7a1.setContent(html_c17d784e813196921edb345d991967d1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dafdbcab2eefdfc52491f7223cdfbc26.bindPopup(popup_010c8ab281f984d2b4e223144180d7a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_12264781f863b34c4a1c5a0d55af57ec = L.circleMarker(\n",
+       "                [-36.84596132789025, 144.34963020215815],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_882aa435658d5f282048aa15baaac9f7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d3432069fd27fcb61c7c04c47cef588 = $(`&lt;div id=&quot;html_7d3432069fd27fcb61c7c04c47cef588&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_882aa435658d5f282048aa15baaac9f7.setContent(html_7d3432069fd27fcb61c7c04c47cef588);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_12264781f863b34c4a1c5a0d55af57ec.bindPopup(popup_882aa435658d5f282048aa15baaac9f7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_968858f15c096311737e555cadd876ff = L.circleMarker(\n",
+       "                [-36.431187797973614, 144.5139373138281],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a4651d804d8b909037da89b24c07cfc8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6a0dddc5c82736e5e2908da474a5a791 = $(`&lt;div id=&quot;html_6a0dddc5c82736e5e2908da474a5a791&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_a4651d804d8b909037da89b24c07cfc8.setContent(html_6a0dddc5c82736e5e2908da474a5a791);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_968858f15c096311737e555cadd876ff.bindPopup(popup_a4651d804d8b909037da89b24c07cfc8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0d601bc9ac7b7c04ac46c95135510c85 = L.circleMarker(\n",
+       "                [-36.77641913922545, 144.28022844182493],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_709985e7adbfd99c964cd2bc492f03c5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2c28701e046ea054c315b4bb214f72c5 = $(`&lt;div id=&quot;html_2c28701e046ea054c315b4bb214f72c5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_709985e7adbfd99c964cd2bc492f03c5.setContent(html_2c28701e046ea054c315b4bb214f72c5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0d601bc9ac7b7c04ac46c95135510c85.bindPopup(popup_709985e7adbfd99c964cd2bc492f03c5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0d8dc07cb8b21202a99ba56239a260ef = L.circleMarker(\n",
+       "                [-36.767512059464295, 144.52703922860988],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_07414a36197cd0c73215d1c9051ec9b6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_92a4af758a898ffd1fa6cbbd5b2192b1 = $(`&lt;div id=&quot;html_92a4af758a898ffd1fa6cbbd5b2192b1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_07414a36197cd0c73215d1c9051ec9b6.setContent(html_92a4af758a898ffd1fa6cbbd5b2192b1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0d8dc07cb8b21202a99ba56239a260ef.bindPopup(popup_07414a36197cd0c73215d1c9051ec9b6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3aeca3a3a2e96dc302dc63f74acb170f = L.circleMarker(\n",
+       "                [-36.95106136517961, 144.27616913109014],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_540d89a5a3790aa36348417059d99baf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c3373c05db8a517e7fe13019b323a570 = $(`&lt;div id=&quot;html_c3373c05db8a517e7fe13019b323a570&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_540d89a5a3790aa36348417059d99baf.setContent(html_c3373c05db8a517e7fe13019b323a570);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3aeca3a3a2e96dc302dc63f74acb170f.bindPopup(popup_540d89a5a3790aa36348417059d99baf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_228b3e57ec0dc812ae3e7c6a32e2907c = L.circleMarker(\n",
+       "                [-36.71894088158303, 144.28308868450944],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ddbbd4ee95e3570a299d89641bc7e681 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_44f77ff693b4d8e91645e6994621e2af = $(`&lt;div id=&quot;html_44f77ff693b4d8e91645e6994621e2af&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_ddbbd4ee95e3570a299d89641bc7e681.setContent(html_44f77ff693b4d8e91645e6994621e2af);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_228b3e57ec0dc812ae3e7c6a32e2907c.bindPopup(popup_ddbbd4ee95e3570a299d89641bc7e681)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b5845e2899b6eaff0e87c69e861bdd92 = L.circleMarker(\n",
+       "                [-36.70561442909168, 144.2330101002549],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_38a1042f15e963cdbcb2b563fd12e0fd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c5c8d2a1ba1abb907e049d5eb36a6129 = $(`&lt;div id=&quot;html_c5c8d2a1ba1abb907e049d5eb36a6129&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_38a1042f15e963cdbcb2b563fd12e0fd.setContent(html_c5c8d2a1ba1abb907e049d5eb36a6129);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b5845e2899b6eaff0e87c69e861bdd92.bindPopup(popup_38a1042f15e963cdbcb2b563fd12e0fd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_05a66bf508d6c7d296e8f40d149bd262 = L.circleMarker(\n",
+       "                [-36.80423068709254, 144.35577980025997],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff39b82d07cb777ceb07854a310d3653 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_734182d702ec042f17928d098f216e6d = $(`&lt;div id=&quot;html_734182d702ec042f17928d098f216e6d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_ff39b82d07cb777ceb07854a310d3653.setContent(html_734182d702ec042f17928d098f216e6d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_05a66bf508d6c7d296e8f40d149bd262.bindPopup(popup_ff39b82d07cb777ceb07854a310d3653)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_32a3768154bc49b63a2a941b47f4aee5 = L.circleMarker(\n",
+       "                [-36.96734508292403, 144.7168446289136],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6fc6f60a0e4f225f67c4ce3bef4ccc63 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2776f03ebc2a59024b3168859410817c = $(`&lt;div id=&quot;html_2776f03ebc2a59024b3168859410817c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_6fc6f60a0e4f225f67c4ce3bef4ccc63.setContent(html_2776f03ebc2a59024b3168859410817c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_32a3768154bc49b63a2a941b47f4aee5.bindPopup(popup_6fc6f60a0e4f225f67c4ce3bef4ccc63)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6b285f22bf1787e2941631215032a215 = L.circleMarker(\n",
+       "                [-36.91534797304174, 144.72249098407508],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d0edffeb214cf2d408f768891b896030 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_854b4725f4907c905fdca6e69d1d4127 = $(`&lt;div id=&quot;html_854b4725f4907c905fdca6e69d1d4127&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_d0edffeb214cf2d408f768891b896030.setContent(html_854b4725f4907c905fdca6e69d1d4127);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6b285f22bf1787e2941631215032a215.bindPopup(popup_d0edffeb214cf2d408f768891b896030)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8d6ed2338fdd0b78c7daf00e841649ea = L.circleMarker(\n",
+       "                [-36.78109601418927, 144.29567791837906],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d0a490ce0d0f5338ce6d931250d87b2a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f75ed958d4be1ad9b9ca872bc7d058ac = $(`&lt;div id=&quot;html_f75ed958d4be1ad9b9ca872bc7d058ac&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_d0a490ce0d0f5338ce6d931250d87b2a.setContent(html_f75ed958d4be1ad9b9ca872bc7d058ac);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8d6ed2338fdd0b78c7daf00e841649ea.bindPopup(popup_d0a490ce0d0f5338ce6d931250d87b2a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_127cd4e6525d774d4c379c3a4f0c0653 = L.circleMarker(\n",
+       "                [-36.56475076604456, 144.27437541814706],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e8a1ffc2544688a4e57aeab0dbe4e49c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4c5d706483f1cbf12606f7dcfa0b98ce = $(`&lt;div id=&quot;html_4c5d706483f1cbf12606f7dcfa0b98ce&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_e8a1ffc2544688a4e57aeab0dbe4e49c.setContent(html_4c5d706483f1cbf12606f7dcfa0b98ce);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_127cd4e6525d774d4c379c3a4f0c0653.bindPopup(popup_e8a1ffc2544688a4e57aeab0dbe4e49c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d899be7a03dd11f567f58ff0f48685f2 = L.circleMarker(\n",
+       "                [-37.0091276999417, 144.48418968983165],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3eeb8e4e2a0b83313749780a9c26159c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ecce752838f8decf952bd11b7113d243 = $(`&lt;div id=&quot;html_ecce752838f8decf952bd11b7113d243&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_3eeb8e4e2a0b83313749780a9c26159c.setContent(html_ecce752838f8decf952bd11b7113d243);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d899be7a03dd11f567f58ff0f48685f2.bindPopup(popup_3eeb8e4e2a0b83313749780a9c26159c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_55abe8fed7b5e5107387aa50904e1402 = L.circleMarker(\n",
+       "                [-36.8456711339527, 144.0647616356747],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ebd77aa136e45b79880354631a95cc3f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_04d9dd3a3e708e8dc3b592504aa4c646 = $(`&lt;div id=&quot;html_04d9dd3a3e708e8dc3b592504aa4c646&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_ebd77aa136e45b79880354631a95cc3f.setContent(html_04d9dd3a3e708e8dc3b592504aa4c646);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_55abe8fed7b5e5107387aa50904e1402.bindPopup(popup_ebd77aa136e45b79880354631a95cc3f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d620689a54b49c9a1db9f95057724379 = L.circleMarker(\n",
+       "                [-36.7247299059755, 144.30153439570654],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_daf7025610ae2864e213621bb269be07 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d5ccdc24a8312c5fa9532031829b5410 = $(`&lt;div id=&quot;html_d5ccdc24a8312c5fa9532031829b5410&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_daf7025610ae2864e213621bb269be07.setContent(html_d5ccdc24a8312c5fa9532031829b5410);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d620689a54b49c9a1db9f95057724379.bindPopup(popup_daf7025610ae2864e213621bb269be07)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2117b3656bc5783f1db05af42d2a6c6e = L.circleMarker(\n",
+       "                [-36.70916004400635, 144.335229511712],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_12ae46b48d6daa0ebd76846ae2400dac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_27810bf41fe1b331e979eb8489ba40a3 = $(`&lt;div id=&quot;html_27810bf41fe1b331e979eb8489ba40a3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_12ae46b48d6daa0ebd76846ae2400dac.setContent(html_27810bf41fe1b331e979eb8489ba40a3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2117b3656bc5783f1db05af42d2a6c6e.bindPopup(popup_12ae46b48d6daa0ebd76846ae2400dac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_11f1b79d40dde29369e2be00a0fc65dd = L.circleMarker(\n",
+       "                [-36.79186155156382, 144.26582175043131],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_303d7f95d3054ad2bd3cc17fac02294a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_53271d89668eb9cdb14a7bcf36c5ebbd = $(`&lt;div id=&quot;html_53271d89668eb9cdb14a7bcf36c5ebbd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_303d7f95d3054ad2bd3cc17fac02294a.setContent(html_53271d89668eb9cdb14a7bcf36c5ebbd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_11f1b79d40dde29369e2be00a0fc65dd.bindPopup(popup_303d7f95d3054ad2bd3cc17fac02294a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3d4cd3639684c7587a0ee7446932b9b8 = L.circleMarker(\n",
+       "                [-36.73760602862336, 144.2803090164049],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dcfcee7ba19dd266fdd4e972e667da7b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1921c4b98a4d4f9180a485582e8c7eff = $(`&lt;div id=&quot;html_1921c4b98a4d4f9180a485582e8c7eff&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_dcfcee7ba19dd266fdd4e972e667da7b.setContent(html_1921c4b98a4d4f9180a485582e8c7eff);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3d4cd3639684c7587a0ee7446932b9b8.bindPopup(popup_dcfcee7ba19dd266fdd4e972e667da7b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5371bd4267fb6460d17597b692973f38 = L.circleMarker(\n",
+       "                [-36.902522601735626, 144.3229431866824],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fa1e6ee9969e80a4bde425311d03d93a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_625f6f001250d3a0ee07a1373ba35209 = $(`&lt;div id=&quot;html_625f6f001250d3a0ee07a1373ba35209&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_fa1e6ee9969e80a4bde425311d03d93a.setContent(html_625f6f001250d3a0ee07a1373ba35209);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5371bd4267fb6460d17597b692973f38.bindPopup(popup_fa1e6ee9969e80a4bde425311d03d93a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8a7a6edef5248092a70358afacf90bf6 = L.circleMarker(\n",
+       "                [-36.85248304008618, 144.46059952489475],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_73df3b98a24479bbf78a2bef37419397 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3e164d7dbd48f873e96366a4c3eb65d2 = $(`&lt;div id=&quot;html_3e164d7dbd48f873e96366a4c3eb65d2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_73df3b98a24479bbf78a2bef37419397.setContent(html_3e164d7dbd48f873e96366a4c3eb65d2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8a7a6edef5248092a70358afacf90bf6.bindPopup(popup_73df3b98a24479bbf78a2bef37419397)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_98a7ff9c2741f6ddd1d57dd04d3eed2a = L.circleMarker(\n",
+       "                [-36.65727174072216, 144.32293932964882],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_07213228095c6454a4dd956e0d0f5691 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_adb34b4e8120301e11358db0161755df = $(`&lt;div id=&quot;html_adb34b4e8120301e11358db0161755df&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_07213228095c6454a4dd956e0d0f5691.setContent(html_adb34b4e8120301e11358db0161755df);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_98a7ff9c2741f6ddd1d57dd04d3eed2a.bindPopup(popup_07213228095c6454a4dd956e0d0f5691)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5201c476d258fd472593082e7ee6855e = L.circleMarker(\n",
+       "                [-36.43590068541351, 144.4075972501602],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a73e9c4a915de0ebdea8b7991fcdf14d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_57de6b912c10f7e188ecb52e1198733a = $(`&lt;div id=&quot;html_57de6b912c10f7e188ecb52e1198733a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_a73e9c4a915de0ebdea8b7991fcdf14d.setContent(html_57de6b912c10f7e188ecb52e1198733a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5201c476d258fd472593082e7ee6855e.bindPopup(popup_a73e9c4a915de0ebdea8b7991fcdf14d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a893567e59c997baba2f2090ada170a0 = L.circleMarker(\n",
+       "                [-36.820665467538994, 144.6924322301845],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_498f2e5403dbc34ac9fa048f429f8f0c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_16112c7b80e5c61f93aa5a9e77a52783 = $(`&lt;div id=&quot;html_16112c7b80e5c61f93aa5a9e77a52783&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_498f2e5403dbc34ac9fa048f429f8f0c.setContent(html_16112c7b80e5c61f93aa5a9e77a52783);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a893567e59c997baba2f2090ada170a0.bindPopup(popup_498f2e5403dbc34ac9fa048f429f8f0c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3e6ed39a2fda9276a3d61f7e28462ce1 = L.circleMarker(\n",
+       "                [-36.7547863694055, 144.26375655140518],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e1632dfa0468e56fbd491646b8661fac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_29e0b7503e2e16aa61c9d32f05482695 = $(`&lt;div id=&quot;html_29e0b7503e2e16aa61c9d32f05482695&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_e1632dfa0468e56fbd491646b8661fac.setContent(html_29e0b7503e2e16aa61c9d32f05482695);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3e6ed39a2fda9276a3d61f7e28462ce1.bindPopup(popup_e1632dfa0468e56fbd491646b8661fac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0957bb8af77aae9bf53e77f68c028322 = L.circleMarker(\n",
+       "                [-36.6529658003676, 144.19561532136467],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9ab7102622ea4858a8e6572811a1883d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c02d5e7692e90ddfc0d20f92d37aff83 = $(`&lt;div id=&quot;html_c02d5e7692e90ddfc0d20f92d37aff83&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_9ab7102622ea4858a8e6572811a1883d.setContent(html_c02d5e7692e90ddfc0d20f92d37aff83);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0957bb8af77aae9bf53e77f68c028322.bindPopup(popup_9ab7102622ea4858a8e6572811a1883d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_07416fda8704a9d462e6b70553d84c3c = L.circleMarker(\n",
+       "                [-36.89399116284874, 144.6091648083509],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_db3c9a650af398bbe058efc94f63a27a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7c328b70599631b74f5a3b42d1378f52 = $(`&lt;div id=&quot;html_7c328b70599631b74f5a3b42d1378f52&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_db3c9a650af398bbe058efc94f63a27a.setContent(html_7c328b70599631b74f5a3b42d1378f52);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_07416fda8704a9d462e6b70553d84c3c.bindPopup(popup_db3c9a650af398bbe058efc94f63a27a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8a72014bf5e7b483412862b2e759f557 = L.circleMarker(\n",
+       "                [-36.806485803219815, 144.24192888495716],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_99b403af5556807318124756521dc5b9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_29a238e16d0bb793497c573c6ef7df1e = $(`&lt;div id=&quot;html_29a238e16d0bb793497c573c6ef7df1e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_99b403af5556807318124756521dc5b9.setContent(html_29a238e16d0bb793497c573c6ef7df1e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8a72014bf5e7b483412862b2e759f557.bindPopup(popup_99b403af5556807318124756521dc5b9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_227f2e38242a649477196cc416d4688a = L.circleMarker(\n",
+       "                [-36.65283322564395, 144.39313086421149],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0510bd4aa61759051b01b05eaf37bd64 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_06456a30726e5ecf74c4d575147b6fef = $(`&lt;div id=&quot;html_06456a30726e5ecf74c4d575147b6fef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_0510bd4aa61759051b01b05eaf37bd64.setContent(html_06456a30726e5ecf74c4d575147b6fef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_227f2e38242a649477196cc416d4688a.bindPopup(popup_0510bd4aa61759051b01b05eaf37bd64)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c7413f7f459dfc7fb1ebf3566b2d5f8f = L.circleMarker(\n",
+       "                [-36.87236563999039, 144.14289740644156],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ada9e65de3c9c5d0975bf900e31129e9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ad8a5041be66bf1114b5d366cebde4e0 = $(`&lt;div id=&quot;html_ad8a5041be66bf1114b5d366cebde4e0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_ada9e65de3c9c5d0975bf900e31129e9.setContent(html_ad8a5041be66bf1114b5d366cebde4e0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c7413f7f459dfc7fb1ebf3566b2d5f8f.bindPopup(popup_ada9e65de3c9c5d0975bf900e31129e9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b1e7785430852c78a587ef0d02c2fad7 = L.circleMarker(\n",
+       "                [-36.6478146903277, 144.5262164615183],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c2e262a932c288605df475cdd5dd7464 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_943c40bddc64fc1f0c5d29b3f8a02dd7 = $(`&lt;div id=&quot;html_943c40bddc64fc1f0c5d29b3f8a02dd7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_c2e262a932c288605df475cdd5dd7464.setContent(html_943c40bddc64fc1f0c5d29b3f8a02dd7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b1e7785430852c78a587ef0d02c2fad7.bindPopup(popup_c2e262a932c288605df475cdd5dd7464)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_413e3758236991fe84e07e97b903392c = L.circleMarker(\n",
+       "                [-36.49681397396563, 144.3718406808424],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3997a2cbd567cedbd6baa24f5a8e8424 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b7f601246c85f20a2125127eea0d969a = $(`&lt;div id=&quot;html_b7f601246c85f20a2125127eea0d969a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_3997a2cbd567cedbd6baa24f5a8e8424.setContent(html_b7f601246c85f20a2125127eea0d969a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_413e3758236991fe84e07e97b903392c.bindPopup(popup_3997a2cbd567cedbd6baa24f5a8e8424)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3962c327abf4b06594872777601757bb = L.circleMarker(\n",
+       "                [-36.811487231289775, 144.1693140191659],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_91d563d221fe0736575858419aa48fdf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c8f42178188254c9ebac6e6eafa8db4d = $(`&lt;div id=&quot;html_c8f42178188254c9ebac6e6eafa8db4d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_91d563d221fe0736575858419aa48fdf.setContent(html_c8f42178188254c9ebac6e6eafa8db4d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3962c327abf4b06594872777601757bb.bindPopup(popup_91d563d221fe0736575858419aa48fdf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e7b69bbd3e30162fd1da02c893bfa217 = L.circleMarker(\n",
+       "                [-36.8002044288195, 144.28609072661033],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4d3a30e7fb0225516312b85ad511e106 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_da1d6c80eaca2c96e9ff5fe0539a6dab = $(`&lt;div id=&quot;html_da1d6c80eaca2c96e9ff5fe0539a6dab&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Bendigo: crime count = 1.1150856699649854&lt;/div&gt;`)[0];\n",
+       "                popup_4d3a30e7fb0225516312b85ad511e106.setContent(html_da1d6c80eaca2c96e9ff5fe0539a6dab);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e7b69bbd3e30162fd1da02c893bfa217.bindPopup(popup_4d3a30e7fb0225516312b85ad511e106)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d14dd38e7a5e4874493c2f8bfeb5b52c = L.circleMarker(\n",
+       "                [-38.13614752957329, 144.62169969041594],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d3d12e8eba762dfce1e57a65775fb41b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_24d43aaf7ae7dc1560af2a5847bdb20c = $(`&lt;div id=&quot;html_24d43aaf7ae7dc1560af2a5847bdb20c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_d3d12e8eba762dfce1e57a65775fb41b.setContent(html_24d43aaf7ae7dc1560af2a5847bdb20c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d14dd38e7a5e4874493c2f8bfeb5b52c.bindPopup(popup_d3d12e8eba762dfce1e57a65775fb41b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f569fa5fb161b574531bf8fbb6e37c97 = L.circleMarker(\n",
+       "                [-38.16461473797817, 144.27280042536069],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0acc72537a47dd8c9ce583d24458249f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bceec1c7fdbad942f01bfd6e08eae4d8 = $(`&lt;div id=&quot;html_bceec1c7fdbad942f01bfd6e08eae4d8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_0acc72537a47dd8c9ce583d24458249f.setContent(html_bceec1c7fdbad942f01bfd6e08eae4d8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f569fa5fb161b574531bf8fbb6e37c97.bindPopup(popup_0acc72537a47dd8c9ce583d24458249f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1c5aea209c39b4a2c676f2fbc005c221 = L.circleMarker(\n",
+       "                [-38.13932121419326, 144.3449409908072],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3257a259918288b88bb2632eb14a822d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f297857c05c92f2d833426245cec9de = $(`&lt;div id=&quot;html_6f297857c05c92f2d833426245cec9de&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_3257a259918288b88bb2632eb14a822d.setContent(html_6f297857c05c92f2d833426245cec9de);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1c5aea209c39b4a2c676f2fbc005c221.bindPopup(popup_3257a259918288b88bb2632eb14a822d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0cbc58db630841d23d44e595cb4764bb = L.circleMarker(\n",
+       "                [-37.93199905504136, 144.466873632058],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_135207e6f472684d13e35cdad9f5f375 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0a7ecad0345aa1851933ecdf461f3864 = $(`&lt;div id=&quot;html_0a7ecad0345aa1851933ecdf461f3864&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_135207e6f472684d13e35cdad9f5f375.setContent(html_0a7ecad0345aa1851933ecdf461f3864);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0cbc58db630841d23d44e595cb4764bb.bindPopup(popup_135207e6f472684d13e35cdad9f5f375)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3593c2fdf7140c01b2093cb230df8e5f = L.circleMarker(\n",
+       "                [-38.19830753417271, 144.27852238400027],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_de7181f43418f60cc6049a7f9da141c6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3807ff743e7360fa95ef553cb93c7cf6 = $(`&lt;div id=&quot;html_3807ff743e7360fa95ef553cb93c7cf6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_de7181f43418f60cc6049a7f9da141c6.setContent(html_3807ff743e7360fa95ef553cb93c7cf6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3593c2fdf7140c01b2093cb230df8e5f.bindPopup(popup_de7181f43418f60cc6049a7f9da141c6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c2279d2762a1db334eaa90f4552a4747 = L.circleMarker(\n",
+       "                [-38.17709690621295, 144.3920600844762],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c75366aa8d4a3d709949f252130fdfcc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d72939f7bca73c1e81ead46f25b1290 = $(`&lt;div id=&quot;html_7d72939f7bca73c1e81ead46f25b1290&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_c75366aa8d4a3d709949f252130fdfcc.setContent(html_7d72939f7bca73c1e81ead46f25b1290);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c2279d2762a1db334eaa90f4552a4747.bindPopup(popup_c75366aa8d4a3d709949f252130fdfcc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_647635b3f9b1bde833a3eb615b9bc101 = L.circleMarker(\n",
+       "                [-38.06720017460126, 144.37492990329787],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0d9694ce91a236c8cfa68a2094a3ac0d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1ae866615aa0bbd210cabcd02b1daa30 = $(`&lt;div id=&quot;html_1ae866615aa0bbd210cabcd02b1daa30&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_0d9694ce91a236c8cfa68a2094a3ac0d.setContent(html_1ae866615aa0bbd210cabcd02b1daa30);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_647635b3f9b1bde833a3eb615b9bc101.bindPopup(popup_0d9694ce91a236c8cfa68a2094a3ac0d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9e93ada53ec0647881524008c168c68b = L.circleMarker(\n",
+       "                [-38.13761240825826, 144.33370070712658],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f673be39051c8d8c58af3f36362e6a9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6472ac309fe8b70ec70df75a04579fdb = $(`&lt;div id=&quot;html_6472ac309fe8b70ec70df75a04579fdb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_8f673be39051c8d8c58af3f36362e6a9.setContent(html_6472ac309fe8b70ec70df75a04579fdb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9e93ada53ec0647881524008c168c68b.bindPopup(popup_8f673be39051c8d8c58af3f36362e6a9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ab83079a5c6fe29bd0d7c86373055636 = L.circleMarker(\n",
+       "                [-38.123798786292014, 144.3557553502128],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8eb84e7fe24b0a7c1413f433a5eb5a68 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f96cdd207f910eba79a651383db8ba94 = $(`&lt;div id=&quot;html_f96cdd207f910eba79a651383db8ba94&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_8eb84e7fe24b0a7c1413f433a5eb5a68.setContent(html_f96cdd207f910eba79a651383db8ba94);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ab83079a5c6fe29bd0d7c86373055636.bindPopup(popup_8eb84e7fe24b0a7c1413f433a5eb5a68)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8b58199e249f8e1b9cb1f461512782db = L.circleMarker(\n",
+       "                [-38.09482600060522, 144.32042944773664],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_90a9544b77892d44b2b3c4abde90a384 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0229226b901fe7e84e660bd0c24d6c86 = $(`&lt;div id=&quot;html_0229226b901fe7e84e660bd0c24d6c86&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_90a9544b77892d44b2b3c4abde90a384.setContent(html_0229226b901fe7e84e660bd0c24d6c86);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8b58199e249f8e1b9cb1f461512782db.bindPopup(popup_90a9544b77892d44b2b3c4abde90a384)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7804a27481533db24d866a61a6bac9e3 = L.circleMarker(\n",
+       "                [-38.24022600426058, 144.5717162434507],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a4563be6d4c597a862d5c8fec68bd8dd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0e599f4f020c6b52a0051676268e557e = $(`&lt;div id=&quot;html_0e599f4f020c6b52a0051676268e557e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_a4563be6d4c597a862d5c8fec68bd8dd.setContent(html_0e599f4f020c6b52a0051676268e557e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7804a27481533db24d866a61a6bac9e3.bindPopup(popup_a4563be6d4c597a862d5c8fec68bd8dd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5e36bf833f681eaa41a2fc3575787a81 = L.circleMarker(\n",
+       "                [-38.091984836566176, 144.35339774538323],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a92b1f242d500cc9e8aab255dbb4e2e7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b05cec0bf857b347dec3c33f296aeed = $(`&lt;div id=&quot;html_4b05cec0bf857b347dec3c33f296aeed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_a92b1f242d500cc9e8aab255dbb4e2e7.setContent(html_4b05cec0bf857b347dec3c33f296aeed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5e36bf833f681eaa41a2fc3575787a81.bindPopup(popup_a92b1f242d500cc9e8aab255dbb4e2e7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e9df15d13c1352694421a8f652afe448 = L.circleMarker(\n",
+       "                [-38.16950468669835, 144.3789348972076],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f66ec7dd843b0e3c5811d373e06d4ac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_db0272c115a74fb09a7b2dc3c15713d1 = $(`&lt;div id=&quot;html_db0272c115a74fb09a7b2dc3c15713d1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_8f66ec7dd843b0e3c5811d373e06d4ac.setContent(html_db0272c115a74fb09a7b2dc3c15713d1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e9df15d13c1352694421a8f652afe448.bindPopup(popup_8f66ec7dd843b0e3c5811d373e06d4ac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d56bd5e82618ecf29fad4dafe51247b7 = L.circleMarker(\n",
+       "                [-38.209277149674975, 144.36846905122957],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_87fd3da15b20b377b5415e84ae710626 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_89984a1a877a25b75774b60b327821f8 = $(`&lt;div id=&quot;html_89984a1a877a25b75774b60b327821f8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_87fd3da15b20b377b5415e84ae710626.setContent(html_89984a1a877a25b75774b60b327821f8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d56bd5e82618ecf29fad4dafe51247b7.bindPopup(popup_87fd3da15b20b377b5415e84ae710626)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4087685f05525f945d63b12f3f8e34f0 = L.circleMarker(\n",
+       "                [-38.14994731750037, 144.36176989571135],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9c31ce6591995edb79ae49303fcd1e1d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a6021d12f7c8a13ddf388174f3483242 = $(`&lt;div id=&quot;html_a6021d12f7c8a13ddf388174f3483242&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_9c31ce6591995edb79ae49303fcd1e1d.setContent(html_a6021d12f7c8a13ddf388174f3483242);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4087685f05525f945d63b12f3f8e34f0.bindPopup(popup_9c31ce6591995edb79ae49303fcd1e1d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1576bfc8b1423affefd3c999530a1713 = L.circleMarker(\n",
+       "                [-38.20280077798459, 144.3318456402087],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_84542dd096b626216d1e63843de4b3dc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cf2979ae4ecd5ac6a6794b6cc2fd77a9 = $(`&lt;div id=&quot;html_cf2979ae4ecd5ac6a6794b6cc2fd77a9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_84542dd096b626216d1e63843de4b3dc.setContent(html_cf2979ae4ecd5ac6a6794b6cc2fd77a9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1576bfc8b1423affefd3c999530a1713.bindPopup(popup_84542dd096b626216d1e63843de4b3dc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cc58502ee601d7c1188f85575c956ddf = L.circleMarker(\n",
+       "                [-38.23388897194868, 144.371115117629],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a9d9b5c23bdf5ecd5daf91076685f34d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3da2384d1b1adf5e7b0fad9431e17b62 = $(`&lt;div id=&quot;html_3da2384d1b1adf5e7b0fad9431e17b62&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_a9d9b5c23bdf5ecd5daf91076685f34d.setContent(html_3da2384d1b1adf5e7b0fad9431e17b62);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cc58502ee601d7c1188f85575c956ddf.bindPopup(popup_a9d9b5c23bdf5ecd5daf91076685f34d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_20db22cb4e622218009d04d33da27929 = L.circleMarker(\n",
+       "                [-38.294034102717305, 144.3881639379092],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0cec5fcb9bd958608f5c19bf8c002fbd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f460943c45da69e8eddad7be84266939 = $(`&lt;div id=&quot;html_f460943c45da69e8eddad7be84266939&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_0cec5fcb9bd958608f5c19bf8c002fbd.setContent(html_f460943c45da69e8eddad7be84266939);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_20db22cb4e622218009d04d33da27929.bindPopup(popup_0cec5fcb9bd958608f5c19bf8c002fbd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3578a85fa350bf15cea36e7ebc63826d = L.circleMarker(\n",
+       "                [-38.04906937416943, 144.28334248083925],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7b1c80982aa75200fc0e2a2aaf3d406b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_07c5949a6ccae199590d1c3dd4383246 = $(`&lt;div id=&quot;html_07c5949a6ccae199590d1c3dd4383246&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_7b1c80982aa75200fc0e2a2aaf3d406b.setContent(html_07c5949a6ccae199590d1c3dd4383246);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3578a85fa350bf15cea36e7ebc63826d.bindPopup(popup_7b1c80982aa75200fc0e2a2aaf3d406b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0e890ab51157772943f32c053133c56b = L.circleMarker(\n",
+       "                [-38.26802225972241, 144.60197858548335],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_df739d01c8c30f767967691077b5f613 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_96dcd440ecaab2972bd53a1f569cc107 = $(`&lt;div id=&quot;html_96dcd440ecaab2972bd53a1f569cc107&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_df739d01c8c30f767967691077b5f613.setContent(html_96dcd440ecaab2972bd53a1f569cc107);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0e890ab51157772943f32c053133c56b.bindPopup(popup_df739d01c8c30f767967691077b5f613)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4f8165f5890f4e86877ca15756efd7c8 = L.circleMarker(\n",
+       "                [-38.16680027798403, 144.36128702652294],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dd9ae629ccaf3ff975075b2c44e0ccbe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_401179b6d9660fa03b9caeb05a6b9bed = $(`&lt;div id=&quot;html_401179b6d9660fa03b9caeb05a6b9bed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_dd9ae629ccaf3ff975075b2c44e0ccbe.setContent(html_401179b6d9660fa03b9caeb05a6b9bed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4f8165f5890f4e86877ca15756efd7c8.bindPopup(popup_dd9ae629ccaf3ff975075b2c44e0ccbe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e9e2d100d2bfed1da51115779203be44 = L.circleMarker(\n",
+       "                [-38.17813242640095, 144.3421418964047],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e4391d8c7f0bb01a68bbf3276a4ee1c0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bc9451991b579c92868391ade1479ddb = $(`&lt;div id=&quot;html_bc9451991b579c92868391ade1479ddb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_e4391d8c7f0bb01a68bbf3276a4ee1c0.setContent(html_bc9451991b579c92868391ade1479ddb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e9e2d100d2bfed1da51115779203be44.bindPopup(popup_e4391d8c7f0bb01a68bbf3276a4ee1c0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_128351bf4d46c7bd4dae4f494ad382ac = L.circleMarker(\n",
+       "                [-38.25955176793249, 144.53834557771248],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c107d278ba98bf73589d98d116cd8552 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_104465447193e48c593bd4e36a22eaba = $(`&lt;div id=&quot;html_104465447193e48c593bd4e36a22eaba&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_c107d278ba98bf73589d98d116cd8552.setContent(html_104465447193e48c593bd4e36a22eaba);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_128351bf4d46c7bd4dae4f494ad382ac.bindPopup(popup_c107d278ba98bf73589d98d116cd8552)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e8bf7d9bfc84cd5a8ba6f3913f072cfb = L.circleMarker(\n",
+       "                [-38.246122552263735, 144.3075000770835],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cde148342e85b1e7b20506b323c10fe4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_60da00deaebcc06b616732cbb188d001 = $(`&lt;div id=&quot;html_60da00deaebcc06b616732cbb188d001&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_cde148342e85b1e7b20506b323c10fe4.setContent(html_60da00deaebcc06b616732cbb188d001);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e8bf7d9bfc84cd5a8ba6f3913f072cfb.bindPopup(popup_cde148342e85b1e7b20506b323c10fe4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2bf5ec91daeccf12f272959e1ee18ba4 = L.circleMarker(\n",
+       "                [-38.15513328463522, 144.56995593888232],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_db915677586dd505897da3a586d511f0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5fd5f91ee056cbfe2bbe697318f3115f = $(`&lt;div id=&quot;html_5fd5f91ee056cbfe2bbe697318f3115f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_db915677586dd505897da3a586d511f0.setContent(html_5fd5f91ee056cbfe2bbe697318f3115f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2bf5ec91daeccf12f272959e1ee18ba4.bindPopup(popup_db915677586dd505897da3a586d511f0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2fc1aedf7dba1e0167b660a12b73574a = L.circleMarker(\n",
+       "                [-38.25761664015463, 144.4229576045095],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d371e9efcd257f59c0afe0bd82a569b6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6c2970bbfeb63131ceb4725c9b1d77fa = $(`&lt;div id=&quot;html_6c2970bbfeb63131ceb4725c9b1d77fa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_d371e9efcd257f59c0afe0bd82a569b6.setContent(html_6c2970bbfeb63131ceb4725c9b1d77fa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2fc1aedf7dba1e0167b660a12b73574a.bindPopup(popup_d371e9efcd257f59c0afe0bd82a569b6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bcff9eaecacf0ea34a0ae1e859394aab = L.circleMarker(\n",
+       "                [-38.04060441923514, 144.32233948622886],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a81b7c4ec20e9844e49954469c75ea38 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_efc91a9fee93976d1c2e07f5a98993de = $(`&lt;div id=&quot;html_efc91a9fee93976d1c2e07f5a98993de&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_a81b7c4ec20e9844e49954469c75ea38.setContent(html_efc91a9fee93976d1c2e07f5a98993de);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bcff9eaecacf0ea34a0ae1e859394aab.bindPopup(popup_a81b7c4ec20e9844e49954469c75ea38)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0bcff43b3bfb484f350371f38232d307 = L.circleMarker(\n",
+       "                [-38.15390788904781, 144.33507509073644],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d96431dfa892059ff521cb0c8f491b62 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_382f95c3d144db705b82019b47ea65b8 = $(`&lt;div id=&quot;html_382f95c3d144db705b82019b47ea65b8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_d96431dfa892059ff521cb0c8f491b62.setContent(html_382f95c3d144db705b82019b47ea65b8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0bcff43b3bfb484f350371f38232d307.bindPopup(popup_d96431dfa892059ff521cb0c8f491b62)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e42c8c9948670ad35fc99de69fe1c184 = L.circleMarker(\n",
+       "                [-38.105452509411535, 144.33836827585029],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_05c066b96fde8546ca5120d4b498ec6f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ac9825df8df683a30aeab0967f1fb7a5 = $(`&lt;div id=&quot;html_ac9825df8df683a30aeab0967f1fb7a5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_05c066b96fde8546ca5120d4b498ec6f.setContent(html_ac9825df8df683a30aeab0967f1fb7a5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e42c8c9948670ad35fc99de69fe1c184.bindPopup(popup_05c066b96fde8546ca5120d4b498ec6f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_845df3a326284392117ed8a9ffc8436a = L.circleMarker(\n",
+       "                [-38.174068243370215, 144.6013877006999],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f6321c20975728665d4ccde704bd47ba = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_45bdcb1903415b25ec3712c3decff159 = $(`&lt;div id=&quot;html_45bdcb1903415b25ec3712c3decff159&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_f6321c20975728665d4ccde704bd47ba.setContent(html_45bdcb1903415b25ec3712c3decff159);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_845df3a326284392117ed8a9ffc8436a.bindPopup(popup_f6321c20975728665d4ccde704bd47ba)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f1492f33465294cee5e16ff8b38d6a6 = L.circleMarker(\n",
+       "                [-38.12459350157533, 144.29269984347405],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8e21ea4850acf66b9e56349db683ab97 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_35df9533c1e7953dddb99e02b1e6116a = $(`&lt;div id=&quot;html_35df9533c1e7953dddb99e02b1e6116a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_8e21ea4850acf66b9e56349db683ab97.setContent(html_35df9533c1e7953dddb99e02b1e6116a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f1492f33465294cee5e16ff8b38d6a6.bindPopup(popup_8e21ea4850acf66b9e56349db683ab97)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d26072d480fb965c2e67b685068665b1 = L.circleMarker(\n",
+       "                [-38.004753030790376, 144.4019167997695],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_14cf4ef4c7cf8b174403ee39060d815a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ed1637921980e52dc1fd90393636ebc3 = $(`&lt;div id=&quot;html_ed1637921980e52dc1fd90393636ebc3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_14cf4ef4c7cf8b174403ee39060d815a.setContent(html_ed1637921980e52dc1fd90393636ebc3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d26072d480fb965c2e67b685068665b1.bindPopup(popup_14cf4ef4c7cf8b174403ee39060d815a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2bd0310c8f6e2122e527a0a1fef94088 = L.circleMarker(\n",
+       "                [-38.19282059699272, 144.46886250741093],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_697e803b846feaa9ed8fbc786505d90d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_00827097201ee666087ccc16333a0834 = $(`&lt;div id=&quot;html_00827097201ee666087ccc16333a0834&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_697e803b846feaa9ed8fbc786505d90d.setContent(html_00827097201ee666087ccc16333a0834);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2bd0310c8f6e2122e527a0a1fef94088.bindPopup(popup_697e803b846feaa9ed8fbc786505d90d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b411f01e208c874c8af5081a48b29e71 = L.circleMarker(\n",
+       "                [-38.18096098285508, 144.42389997942269],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c1f5c2f4923b19c2d212bd0cb6e6596a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4c72e0c6e7870a7909fb7d591746b9d9 = $(`&lt;div id=&quot;html_4c72e0c6e7870a7909fb7d591746b9d9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_c1f5c2f4923b19c2d212bd0cb6e6596a.setContent(html_4c72e0c6e7870a7909fb7d591746b9d9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b411f01e208c874c8af5081a48b29e71.bindPopup(popup_c1f5c2f4923b19c2d212bd0cb6e6596a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_31a31cee2202fb09496b500146585f4c = L.circleMarker(\n",
+       "                [-38.155281463210194, 144.3801170997682],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3f56ba4be4c8d5ad6915785ca9b304d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c5a418691a258cedaa6b492b1510d9d7 = $(`&lt;div id=&quot;html_c5a418691a258cedaa6b492b1510d9d7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_3f56ba4be4c8d5ad6915785ca9b304d9.setContent(html_c5a418691a258cedaa6b492b1510d9d7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_31a31cee2202fb09496b500146585f4c.bindPopup(popup_3f56ba4be4c8d5ad6915785ca9b304d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_75459eb27ca634fba460c57bc5fc02a9 = L.circleMarker(\n",
+       "                [-38.17020091190548, 144.31154882748814],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a0878d1d7ed8cc6acbacf136e9848700 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3f1a7517f3616334e8a621b6bd2351df = $(`&lt;div id=&quot;html_3f1a7517f3616334e8a621b6bd2351df&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_a0878d1d7ed8cc6acbacf136e9848700.setContent(html_3f1a7517f3616334e8a621b6bd2351df);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_75459eb27ca634fba460c57bc5fc02a9.bindPopup(popup_a0878d1d7ed8cc6acbacf136e9848700)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dd8ce4049a09f03acdde78dad8b4c328 = L.circleMarker(\n",
+       "                [-38.21836128542351, 144.603449988789],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6965ba3dc6072e51506282dc1b212966 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ff78d19d9c9555f6a635a0f73524c42a = $(`&lt;div id=&quot;html_ff78d19d9c9555f6a635a0f73524c42a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_6965ba3dc6072e51506282dc1b212966.setContent(html_ff78d19d9c9555f6a635a0f73524c42a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dd8ce4049a09f03acdde78dad8b4c328.bindPopup(popup_6965ba3dc6072e51506282dc1b212966)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_63cc94b1884a68b8e9d34659a5173cb2 = L.circleMarker(\n",
+       "                [-37.81842839444568, 144.34502365473367],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_90c1c6658c2b41e2fa1abcd0fe58dc87 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7dda0b96c6f88b68128818d6e938a687 = $(`&lt;div id=&quot;html_7dda0b96c6f88b68128818d6e938a687&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_90c1c6658c2b41e2fa1abcd0fe58dc87.setContent(html_7dda0b96c6f88b68128818d6e938a687);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_63cc94b1884a68b8e9d34659a5173cb2.bindPopup(popup_90c1c6658c2b41e2fa1abcd0fe58dc87)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9f44cf07ddd9c13c6a964248998324c7 = L.circleMarker(\n",
+       "                [-38.18228397354383, 144.373559688603],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b1d3c1947e982ffe3442eade6931baaf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5e5e0ce2a3b29e9e8204995f29ed7526 = $(`&lt;div id=&quot;html_5e5e0ce2a3b29e9e8204995f29ed7526&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_b1d3c1947e982ffe3442eade6931baaf.setContent(html_5e5e0ce2a3b29e9e8204995f29ed7526);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9f44cf07ddd9c13c6a964248998324c7.bindPopup(popup_b1d3c1947e982ffe3442eade6931baaf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_21ede97882404412d5a12e185349a114 = L.circleMarker(\n",
+       "                [-38.2208890938198, 144.6459767758985],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f2c605a3e22997f66a00e494c0728b5a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3806f77d89dd743b11564edce66389c8 = $(`&lt;div id=&quot;html_3806f77d89dd743b11564edce66389c8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_f2c605a3e22997f66a00e494c0728b5a.setContent(html_3806f77d89dd743b11564edce66389c8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_21ede97882404412d5a12e185349a114.bindPopup(popup_f2c605a3e22997f66a00e494c0728b5a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f02da8dcdd955a9bb55bdbd8ace9239c = L.circleMarker(\n",
+       "                [-38.13018770459977, 144.3539930506839],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_888ef2f23d1d293ed7498dfd255b42fc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_32eb3a155788aa821a5164cde8c2ebe3 = $(`&lt;div id=&quot;html_32eb3a155788aa821a5164cde8c2ebe3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_888ef2f23d1d293ed7498dfd255b42fc.setContent(html_32eb3a155788aa821a5164cde8c2ebe3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f02da8dcdd955a9bb55bdbd8ace9239c.bindPopup(popup_888ef2f23d1d293ed7498dfd255b42fc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f2229efd0e1c8e62a3933a694f840445 = L.circleMarker(\n",
+       "                [-38.02413380127356, 144.52590205867654],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cd5dd782fbbeed8b1aab3f2af2ea4fe4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8aea8877fda104b60905ae0ec09a7a12 = $(`&lt;div id=&quot;html_8aea8877fda104b60905ae0ec09a7a12&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_cd5dd782fbbeed8b1aab3f2af2ea4fe4.setContent(html_8aea8877fda104b60905ae0ec09a7a12);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f2229efd0e1c8e62a3933a694f840445.bindPopup(popup_cd5dd782fbbeed8b1aab3f2af2ea4fe4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f1e5b0b9989c4871f93d14eeac83a68d = L.circleMarker(\n",
+       "                [-38.17762670679962, 144.29961922073673],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9be609525ab61ce245b1c3c5052610ea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_222b5fbd65d974ce8231b5f02ed98fd2 = $(`&lt;div id=&quot;html_222b5fbd65d974ce8231b5f02ed98fd2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_9be609525ab61ce245b1c3c5052610ea.setContent(html_222b5fbd65d974ce8231b5f02ed98fd2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f1e5b0b9989c4871f93d14eeac83a68d.bindPopup(popup_9be609525ab61ce245b1c3c5052610ea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_99e80c736c637b991671b5a40f4c3d15 = L.circleMarker(\n",
+       "                [-38.13705588117115, 144.7037193554934],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_918ba52d8df1181c3b61702fee058d23 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5c5e9fd983d4145f49d43473c43a07a2 = $(`&lt;div id=&quot;html_5c5e9fd983d4145f49d43473c43a07a2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_918ba52d8df1181c3b61702fee058d23.setContent(html_5c5e9fd983d4145f49d43473c43a07a2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_99e80c736c637b991671b5a40f4c3d15.bindPopup(popup_918ba52d8df1181c3b61702fee058d23)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bdae899533c4501c5e35a16aa4312728 = L.circleMarker(\n",
+       "                [-38.1901881803054, 144.39043371479215],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2f1ba567d8e265ee24cc876f032548b1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dfd2ed90f7d6ec420dc192aff5fab7cd = $(`&lt;div id=&quot;html_dfd2ed90f7d6ec420dc192aff5fab7cd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_2f1ba567d8e265ee24cc876f032548b1.setContent(html_dfd2ed90f7d6ec420dc192aff5fab7cd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bdae899533c4501c5e35a16aa4312728.bindPopup(popup_2f1ba567d8e265ee24cc876f032548b1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ff9279d628d7450147d6812cf4e466e5 = L.circleMarker(\n",
+       "                [-38.05093405976884, 144.45171061923347],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ae6718329402f74d31097ba0c465282d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ed904328d8ec7436f99f94859fdd8c9f = $(`&lt;div id=&quot;html_ed904328d8ec7436f99f94859fdd8c9f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_ae6718329402f74d31097ba0c465282d.setContent(html_ed904328d8ec7436f99f94859fdd8c9f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ff9279d628d7450147d6812cf4e466e5.bindPopup(popup_ae6718329402f74d31097ba0c465282d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e7d5dab8234506b761a54c2b1e1ca389 = L.circleMarker(\n",
+       "                [-38.17871075426131, 144.5283146882722],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e339cdcd4942aa476e0a44c9814fc83b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8ab70b78361c5a1ef9fc04e4555bbb04 = $(`&lt;div id=&quot;html_8ab70b78361c5a1ef9fc04e4555bbb04&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_e339cdcd4942aa476e0a44c9814fc83b.setContent(html_8ab70b78361c5a1ef9fc04e4555bbb04);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e7d5dab8234506b761a54c2b1e1ca389.bindPopup(popup_e339cdcd4942aa476e0a44c9814fc83b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4359b560a9ab53234460a1d4cd5ee215 = L.circleMarker(\n",
+       "                [-38.19722767338344, 144.35622262460524],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_23d012505f15779fb5767bd5e29f4d1e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_93b9d7a2eb44b0204dcbccedc68c53eb = $(`&lt;div id=&quot;html_93b9d7a2eb44b0204dcbccedc68c53eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_23d012505f15779fb5767bd5e29f4d1e.setContent(html_93b9d7a2eb44b0204dcbccedc68c53eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4359b560a9ab53234460a1d4cd5ee215.bindPopup(popup_23d012505f15779fb5767bd5e29f4d1e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5aa97da9b087ef17bd3431dbd3bfffcc = L.circleMarker(\n",
+       "                [-38.163112397489314, 144.39531166010954],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9cb96d6ada4ebb6bbd74e1ed9ffa56a7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_56eded01a5e416a31a9ab0167940e273 = $(`&lt;div id=&quot;html_56eded01a5e416a31a9ab0167940e273&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_9cb96d6ada4ebb6bbd74e1ed9ffa56a7.setContent(html_56eded01a5e416a31a9ab0167940e273);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5aa97da9b087ef17bd3431dbd3bfffcc.bindPopup(popup_9cb96d6ada4ebb6bbd74e1ed9ffa56a7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ed4b7c1a5b36bab27aace034e3113e88 = L.circleMarker(\n",
+       "                [-38.09505857101525, 144.3733568413486],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_89d3f1959fedc5f67f60cdb34e02c20f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_62ea5ccf7293fa7c5aed60ee7a0c7804 = $(`&lt;div id=&quot;html_62ea5ccf7293fa7c5aed60ee7a0c7804&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_89d3f1959fedc5f67f60cdb34e02c20f.setContent(html_62ea5ccf7293fa7c5aed60ee7a0c7804);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ed4b7c1a5b36bab27aace034e3113e88.bindPopup(popup_89d3f1959fedc5f67f60cdb34e02c20f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7ec9fb42a27991d7f6c048718166f1be = L.circleMarker(\n",
+       "                [-38.13424591940942, 144.32411277494822],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_69b28d5ff865d5c709213b84d1c7cc5e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_16e5ac1265eb2f0551d8b64e1b7c3c2c = $(`&lt;div id=&quot;html_16e5ac1265eb2f0551d8b64e1b7c3c2c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_69b28d5ff865d5c709213b84d1c7cc5e.setContent(html_16e5ac1265eb2f0551d8b64e1b7c3c2c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7ec9fb42a27991d7f6c048718166f1be.bindPopup(popup_69b28d5ff865d5c709213b84d1c7cc5e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_061bb588ddd21b7df3888a416a405395 = L.circleMarker(\n",
+       "                [-37.840413216155845, 144.25502284932432],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0d18801537b31cc49b3fc6260efdf09d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fe3c186af0dfa654142536efa56b952f = $(`&lt;div id=&quot;html_fe3c186af0dfa654142536efa56b952f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_0d18801537b31cc49b3fc6260efdf09d.setContent(html_fe3c186af0dfa654142536efa56b952f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_061bb588ddd21b7df3888a416a405395.bindPopup(popup_0d18801537b31cc49b3fc6260efdf09d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b264f3ec999190c36cb57d11c23ac2f6 = L.circleMarker(\n",
+       "                [-38.12188302895424, 144.3275657875378],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_816d4da70bd3f7e45fdf3d7ae8ea72f6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_19e501c068dd423dc5c20beb92ae8d4f = $(`&lt;div id=&quot;html_19e501c068dd423dc5c20beb92ae8d4f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_816d4da70bd3f7e45fdf3d7ae8ea72f6.setContent(html_19e501c068dd423dc5c20beb92ae8d4f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b264f3ec999190c36cb57d11c23ac2f6.bindPopup(popup_816d4da70bd3f7e45fdf3d7ae8ea72f6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_80af4b5459656392c73c2a0ab12d5b77 = L.circleMarker(\n",
+       "                [-38.27472836069397, 144.4881135462714],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_db9fce9b2dcb9447ec0a78737b22d15e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_580647068fa00ed148bea3361e341969 = $(`&lt;div id=&quot;html_580647068fa00ed148bea3361e341969&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_db9fce9b2dcb9447ec0a78737b22d15e.setContent(html_580647068fa00ed148bea3361e341969);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_80af4b5459656392c73c2a0ab12d5b77.bindPopup(popup_db9fce9b2dcb9447ec0a78737b22d15e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4ef296e2f9533608044ac4a3a1ccea34 = L.circleMarker(\n",
+       "                [-38.13759716423587, 144.66365305576298],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8adde2d9bd2211db715ba9ffc0b8e77e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ad1305821169fd4b73441d570634f805 = $(`&lt;div id=&quot;html_ad1305821169fd4b73441d570634f805&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_8adde2d9bd2211db715ba9ffc0b8e77e.setContent(html_ad1305821169fd4b73441d570634f805);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4ef296e2f9533608044ac4a3a1ccea34.bindPopup(popup_8adde2d9bd2211db715ba9ffc0b8e77e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_755107af8a467837a91a78face97faeb = L.circleMarker(\n",
+       "                [-38.177080527342056, 144.6855995048103],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_14850104095fdd36c58d7e64496806d8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f13a352cadf060006f580e254e5e57f0 = $(`&lt;div id=&quot;html_f13a352cadf060006f580e254e5e57f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_14850104095fdd36c58d7e64496806d8.setContent(html_f13a352cadf060006f580e254e5e57f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_755107af8a467837a91a78face97faeb.bindPopup(popup_14850104095fdd36c58d7e64496806d8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cf9baa3fd4e146756902612b8da4926c = L.circleMarker(\n",
+       "                [-38.226342054444856, 144.5119536201205],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2fa84c76b18491b6eec6ce30925e4a27 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_43abeb4a85ca3eb241e74ddc4ba21ff4 = $(`&lt;div id=&quot;html_43abeb4a85ca3eb241e74ddc4ba21ff4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_2fa84c76b18491b6eec6ce30925e4a27.setContent(html_43abeb4a85ca3eb241e74ddc4ba21ff4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cf9baa3fd4e146756902612b8da4926c.bindPopup(popup_2fa84c76b18491b6eec6ce30925e4a27)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_51d060ad7ff2c2f2bad2c23765f08ac1 = L.circleMarker(\n",
+       "                [-38.11592136947908, 144.34924947107038],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f4724eff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f4724eff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6788c7faf89774b89415816b394d382d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d044e9993f2f97f0fff3dd10e32e16bf = $(`&lt;div id=&quot;html_d044e9993f2f97f0fff3dd10e32e16bf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Geelong: crime count = 2.8608437147648016&lt;/div&gt;`)[0];\n",
+       "                popup_6788c7faf89774b89415816b394d382d.setContent(html_d044e9993f2f97f0fff3dd10e32e16bf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_51d060ad7ff2c2f2bad2c23765f08ac1.bindPopup(popup_6788c7faf89774b89415816b394d382d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3b45e756ad8a1e07972ea30ea2737bc3 = L.circleMarker(\n",
+       "                [-36.380130006997454, 145.30108870241452],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d93476ddf2ad9c58a910a424a0d6aa47 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c81d54e48b1bcde9cb965d81f39d0cc5 = $(`&lt;div id=&quot;html_c81d54e48b1bcde9cb965d81f39d0cc5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_d93476ddf2ad9c58a910a424a0d6aa47.setContent(html_c81d54e48b1bcde9cb965d81f39d0cc5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3b45e756ad8a1e07972ea30ea2737bc3.bindPopup(popup_d93476ddf2ad9c58a910a424a0d6aa47)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_261e9fa8d8ff589fb6e549cb927a0e05 = L.circleMarker(\n",
+       "                [-36.62546073874067, 145.17950714974052],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3f0a288e295d787c5cad218718340c12 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_71f218f01b33b188b0abf622cfba0fec = $(`&lt;div id=&quot;html_71f218f01b33b188b0abf622cfba0fec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_3f0a288e295d787c5cad218718340c12.setContent(html_71f218f01b33b188b0abf622cfba0fec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_261e9fa8d8ff589fb6e549cb927a0e05.bindPopup(popup_3f0a288e295d787c5cad218718340c12)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cf26e4ce4c7cf98e9e44d52927596b3d = L.circleMarker(\n",
+       "                [-36.231326793435386, 145.44006219769022],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dae8c89a20cd8d75b7b151986bd175b3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2a6ad5b10f403d93fbf34e0eaa493680 = $(`&lt;div id=&quot;html_2a6ad5b10f403d93fbf34e0eaa493680&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_dae8c89a20cd8d75b7b151986bd175b3.setContent(html_2a6ad5b10f403d93fbf34e0eaa493680);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cf26e4ce4c7cf98e9e44d52927596b3d.bindPopup(popup_dae8c89a20cd8d75b7b151986bd175b3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5cfdaf46e3b40dccac81318e918b7b10 = L.circleMarker(\n",
+       "                [-36.52631884914112, 145.5784263586861],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a006ef57e0aeee61659eac75a89eb2ac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_150d6a8d2a73382f81ade2e1885473e8 = $(`&lt;div id=&quot;html_150d6a8d2a73382f81ade2e1885473e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_a006ef57e0aeee61659eac75a89eb2ac.setContent(html_150d6a8d2a73382f81ade2e1885473e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5cfdaf46e3b40dccac81318e918b7b10.bindPopup(popup_a006ef57e0aeee61659eac75a89eb2ac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d7c3f9b61150a5fd99f68642ee1bf2b1 = L.circleMarker(\n",
+       "                [-36.47163668586756, 145.69778603825708],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ac9d2ecaf130e0783d6f5240724b070b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b5d443ae5648692b79fe01a8d632cb8 = $(`&lt;div id=&quot;html_4b5d443ae5648692b79fe01a8d632cb8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_ac9d2ecaf130e0783d6f5240724b070b.setContent(html_4b5d443ae5648692b79fe01a8d632cb8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d7c3f9b61150a5fd99f68642ee1bf2b1.bindPopup(popup_ac9d2ecaf130e0783d6f5240724b070b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_616acc4959e7eee92b843adeab3e76ab = L.circleMarker(\n",
+       "                [-36.35516625194024, 145.54774416641175],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_16b146e3ba9f109c2c1e1a69e6a52674 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_512eba02e3cee92f4fd545effce19d04 = $(`&lt;div id=&quot;html_512eba02e3cee92f4fd545effce19d04&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_16b146e3ba9f109c2c1e1a69e6a52674.setContent(html_512eba02e3cee92f4fd545effce19d04);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_616acc4959e7eee92b843adeab3e76ab.bindPopup(popup_16b146e3ba9f109c2c1e1a69e6a52674)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_32203d3adf50d4a485c89152453ed192 = L.circleMarker(\n",
+       "                [-36.465056234894654, 145.59810093661088],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9d905fbd66ff0db9fac20aff504f27de = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_607f4b3a814a1bd349b53c83dcd74318 = $(`&lt;div id=&quot;html_607f4b3a814a1bd349b53c83dcd74318&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_9d905fbd66ff0db9fac20aff504f27de.setContent(html_607f4b3a814a1bd349b53c83dcd74318);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_32203d3adf50d4a485c89152453ed192.bindPopup(popup_9d905fbd66ff0db9fac20aff504f27de)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ded570610acec963216b84dc6783a65f = L.circleMarker(\n",
+       "                [-36.48358794440007, 145.2688983356935],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5bb7cff262fe042a73e5575bf328a72b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9fe0977336d5e7a26d03646039fbcff1 = $(`&lt;div id=&quot;html_9fe0977336d5e7a26d03646039fbcff1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_5bb7cff262fe042a73e5575bf328a72b.setContent(html_9fe0977336d5e7a26d03646039fbcff1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ded570610acec963216b84dc6783a65f.bindPopup(popup_5bb7cff262fe042a73e5575bf328a72b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b25d76a728dfa495d4585276250859b3 = L.circleMarker(\n",
+       "                [-36.38495239335631, 145.06777449540596],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_deee7b7fb67f12ed99ac1713af9b7d6d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_70843a5c3e6288b7404f910bd641f1a8 = $(`&lt;div id=&quot;html_70843a5c3e6288b7404f910bd641f1a8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_deee7b7fb67f12ed99ac1713af9b7d6d.setContent(html_70843a5c3e6288b7404f910bd641f1a8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b25d76a728dfa495d4585276250859b3.bindPopup(popup_deee7b7fb67f12ed99ac1713af9b7d6d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_560551dae6e33a90c4f8612c3e775c9b = L.circleMarker(\n",
+       "                [-36.3247858057746, 145.31107801719688],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_298c29ed75f2b911970e42297bde5464 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_083bf337fbf3221c3aed0ac0b19d0406 = $(`&lt;div id=&quot;html_083bf337fbf3221c3aed0ac0b19d0406&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_298c29ed75f2b911970e42297bde5464.setContent(html_083bf337fbf3221c3aed0ac0b19d0406);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_560551dae6e33a90c4f8612c3e775c9b.bindPopup(popup_298c29ed75f2b911970e42297bde5464)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7b38f0a2b5192b22d7900e038d48dc65 = L.circleMarker(\n",
+       "                [-36.20782941223235, 145.15101615189977],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_66c5d8cb5af942a2fa2e8c6f0d0c3636 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_894e3d3bf09a8bb2be12d082c066de05 = $(`&lt;div id=&quot;html_894e3d3bf09a8bb2be12d082c066de05&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_66c5d8cb5af942a2fa2e8c6f0d0c3636.setContent(html_894e3d3bf09a8bb2be12d082c066de05);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7b38f0a2b5192b22d7900e038d48dc65.bindPopup(popup_66c5d8cb5af942a2fa2e8c6f0d0c3636)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1db93e7d8f01068a2345ce4b93de722b = L.circleMarker(\n",
+       "                [-36.44175173682383, 145.21712738573856],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e4035e48bccb3b236587d15940ffc6fc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0cfa039aac7850c02faa96e97eb38056 = $(`&lt;div id=&quot;html_0cfa039aac7850c02faa96e97eb38056&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_e4035e48bccb3b236587d15940ffc6fc.setContent(html_0cfa039aac7850c02faa96e97eb38056);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1db93e7d8f01068a2345ce4b93de722b.bindPopup(popup_e4035e48bccb3b236587d15940ffc6fc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bba13568c92a9b4b9a25623766d87062 = L.circleMarker(\n",
+       "                [-36.44939530314141, 145.41517378355033],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_83e1e5f8b364cf2cceb1d100c38e19d5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b97a56bd5d3b901294f4b8e8cf869a8d = $(`&lt;div id=&quot;html_b97a56bd5d3b901294f4b8e8cf869a8d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_83e1e5f8b364cf2cceb1d100c38e19d5.setContent(html_b97a56bd5d3b901294f4b8e8cf869a8d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bba13568c92a9b4b9a25623766d87062.bindPopup(popup_83e1e5f8b364cf2cceb1d100c38e19d5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2a5674bcbc552087862a905d1881f61f = L.circleMarker(\n",
+       "                [-36.39397971658735, 145.69980606118966],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_619cd12f8664e714d6d9b0dbf032262e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f0602833cc039000e46883f9cb203e6 = $(`&lt;div id=&quot;html_6f0602833cc039000e46883f9cb203e6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_619cd12f8664e714d6d9b0dbf032262e.setContent(html_6f0602833cc039000e46883f9cb203e6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2a5674bcbc552087862a905d1881f61f.bindPopup(popup_619cd12f8664e714d6d9b0dbf032262e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b4110cf468a9aaae38f2a7b483318a49 = L.circleMarker(\n",
+       "                [-36.53837382765234, 145.3733643622503],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8d1db29f55bca969199cf27c9be00415 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8a6ed513feaad08b598328a5db5c43c0 = $(`&lt;div id=&quot;html_8a6ed513feaad08b598328a5db5c43c0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_8d1db29f55bca969199cf27c9be00415.setContent(html_8a6ed513feaad08b598328a5db5c43c0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b4110cf468a9aaae38f2a7b483318a49.bindPopup(popup_8d1db29f55bca969199cf27c9be00415)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_89129b4a02087965d0fd532dca6c8514 = L.circleMarker(\n",
+       "                [-36.53054031408725, 145.49185153128113],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8dea5960d36b772ceb0615a6bbd1546e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_de3c57eeac3709ef820287234a41cbf8 = $(`&lt;div id=&quot;html_de3c57eeac3709ef820287234a41cbf8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_8dea5960d36b772ceb0615a6bbd1546e.setContent(html_de3c57eeac3709ef820287234a41cbf8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_89129b4a02087965d0fd532dca6c8514.bindPopup(popup_8dea5960d36b772ceb0615a6bbd1546e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1e893365844c82da34891a5f2ddcea82 = L.circleMarker(\n",
+       "                [-36.2739960626684, 145.39681642111736],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_beae9feeef17313986d0f689451a1e86 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2203bc779c18c5c3aaf7972e88806f4e = $(`&lt;div id=&quot;html_2203bc779c18c5c3aaf7972e88806f4e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_beae9feeef17313986d0f689451a1e86.setContent(html_2203bc779c18c5c3aaf7972e88806f4e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1e893365844c82da34891a5f2ddcea82.bindPopup(popup_beae9feeef17313986d0f689451a1e86)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e15d2a434fdc7f5282ced9e597c9142e = L.circleMarker(\n",
+       "                [-36.2736842800969, 145.2975429818316],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bf8b79a0c27503f8012379a61e3682e3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_42e80bf1ebdecb08785f77fa17a909ec = $(`&lt;div id=&quot;html_42e80bf1ebdecb08785f77fa17a909ec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_bf8b79a0c27503f8012379a61e3682e3.setContent(html_42e80bf1ebdecb08785f77fa17a909ec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e15d2a434fdc7f5282ced9e597c9142e.bindPopup(popup_bf8b79a0c27503f8012379a61e3682e3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ba009a1971bd31c15d5d32c7f55fe395 = L.circleMarker(\n",
+       "                [-36.348331401364426, 145.43616901298537],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_064ee93b5d89b553135fcf4110c692b2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3fc0ec4c23afa287bc74409efa0ac5b2 = $(`&lt;div id=&quot;html_3fc0ec4c23afa287bc74409efa0ac5b2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_064ee93b5d89b553135fcf4110c692b2.setContent(html_3fc0ec4c23afa287bc74409efa0ac5b2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ba009a1971bd31c15d5d32c7f55fe395.bindPopup(popup_064ee93b5d89b553135fcf4110c692b2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4d25602ad25f6122b773e6ef53dd0eb1 = L.circleMarker(\n",
+       "                [-36.47896454914161, 145.38974717762784],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7bb35606838534f303c1eb64a74d153e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6250b6c22dc2e6777901a707dadea21c = $(`&lt;div id=&quot;html_6250b6c22dc2e6777901a707dadea21c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_7bb35606838534f303c1eb64a74d153e.setContent(html_6250b6c22dc2e6777901a707dadea21c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4d25602ad25f6122b773e6ef53dd0eb1.bindPopup(popup_7bb35606838534f303c1eb64a74d153e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0a18a769b623be994d6abab156cb244a = L.circleMarker(\n",
+       "                [-36.3682304080887, 145.15019739992994],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e6e309b49c7df75c90cb72b039519aa7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_56f1cc58b7f831f1059deda85b97656e = $(`&lt;div id=&quot;html_56f1cc58b7f831f1059deda85b97656e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_e6e309b49c7df75c90cb72b039519aa7.setContent(html_56f1cc58b7f831f1059deda85b97656e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0a18a769b623be994d6abab156cb244a.bindPopup(popup_e6e309b49c7df75c90cb72b039519aa7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8ffa2b6df1eecadf0b64fcfcbd54014b = L.circleMarker(\n",
+       "                [-36.34727667689068, 145.6271784515926],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c83f826794b2c5bc34fbccbb8a715a80 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0a5c96cbd96e37b64cb3c21ecb0c23b1 = $(`&lt;div id=&quot;html_0a5c96cbd96e37b64cb3c21ecb0c23b1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_c83f826794b2c5bc34fbccbb8a715a80.setContent(html_0a5c96cbd96e37b64cb3c21ecb0c23b1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8ffa2b6df1eecadf0b64fcfcbd54014b.bindPopup(popup_c83f826794b2c5bc34fbccbb8a715a80)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e38022c0548db8a2adc8153b54dfb308 = L.circleMarker(\n",
+       "                [-36.24374970031096, 145.55848419285547],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_86828a69bb1214d9710b8873b17ddb19 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c7a87a334eb6d2c6901907b31a7a57cf = $(`&lt;div id=&quot;html_c7a87a334eb6d2c6901907b31a7a57cf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_86828a69bb1214d9710b8873b17ddb19.setContent(html_c7a87a334eb6d2c6901907b31a7a57cf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e38022c0548db8a2adc8153b54dfb308.bindPopup(popup_86828a69bb1214d9710b8873b17ddb19)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_602a4e7ce5cbc872abb9d7c337c9b603 = L.circleMarker(\n",
+       "                [-36.39705374271161, 145.48308908388822],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ea658da5dd1ecdc1d7a5903171e4d91b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_78a02c152b6db18836e95ea87947be7f = $(`&lt;div id=&quot;html_78a02c152b6db18836e95ea87947be7f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_ea658da5dd1ecdc1d7a5903171e4d91b.setContent(html_78a02c152b6db18836e95ea87947be7f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_602a4e7ce5cbc872abb9d7c337c9b603.bindPopup(popup_ea658da5dd1ecdc1d7a5903171e4d91b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fd30a905393cb297a679a22491a97367 = L.circleMarker(\n",
+       "                [-36.41206683354065, 145.164683325696],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_095bef63b29b78cae5fb37d7a24ea94d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5b414f6c49eff3eccfcd8eb4bbd94acf = $(`&lt;div id=&quot;html_5b414f6c49eff3eccfcd8eb4bbd94acf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_095bef63b29b78cae5fb37d7a24ea94d.setContent(html_5b414f6c49eff3eccfcd8eb4bbd94acf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fd30a905393cb297a679a22491a97367.bindPopup(popup_095bef63b29b78cae5fb37d7a24ea94d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6b772909c724ae7c981f2c060cd998e9 = L.circleMarker(\n",
+       "                [-36.466574895642886, 145.11826519911884],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6114baafe26335ec4f75567590e29c7e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bf8faf9cb07ff0fe9805d3a1f8089e59 = $(`&lt;div id=&quot;html_bf8faf9cb07ff0fe9805d3a1f8089e59&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_6114baafe26335ec4f75567590e29c7e.setContent(html_bf8faf9cb07ff0fe9805d3a1f8089e59);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6b772909c724ae7c981f2c060cd998e9.bindPopup(popup_6114baafe26335ec4f75567590e29c7e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_63b8711c54abd97417d7a3b28ae9bb27 = L.circleMarker(\n",
+       "                [-36.56580119613185, 145.26999714236857],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cfe08423814272b4c7d7a0b5c3a7e3e5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_189ad886ee6a3669a82e15bf474f7a41 = $(`&lt;div id=&quot;html_189ad886ee6a3669a82e15bf474f7a41&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_cfe08423814272b4c7d7a0b5c3a7e3e5.setContent(html_189ad886ee6a3669a82e15bf474f7a41);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_63b8711c54abd97417d7a3b28ae9bb27.bindPopup(popup_cfe08423814272b4c7d7a0b5c3a7e3e5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6262f1a5bc2652f37f7728493445f7cc = L.circleMarker(\n",
+       "                [-36.49355622895836, 145.3237405414348],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c527639ccb47b6df90beae1571b068f1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3120c7b38bcb80990cecf60a51fedc26 = $(`&lt;div id=&quot;html_3120c7b38bcb80990cecf60a51fedc26&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_c527639ccb47b6df90beae1571b068f1.setContent(html_3120c7b38bcb80990cecf60a51fedc26);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6262f1a5bc2652f37f7728493445f7cc.bindPopup(popup_c527639ccb47b6df90beae1571b068f1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e2f4253d04ecbccbd3edece73f110ce8 = L.circleMarker(\n",
+       "                [-36.23556870232396, 145.33142237918884],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_512f403b13db69b8590b40d789cda5ed = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_98dad2d18acbb20d228c363db164cbb9 = $(`&lt;div id=&quot;html_98dad2d18acbb20d228c363db164cbb9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_512f403b13db69b8590b40d789cda5ed.setContent(html_98dad2d18acbb20d228c363db164cbb9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e2f4253d04ecbccbd3edece73f110ce8.bindPopup(popup_512f403b13db69b8590b40d789cda5ed)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1a3d3fd1676b4282bdfa0e59b25aaf38 = L.circleMarker(\n",
+       "                [-36.61480035067528, 145.2527319647498],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0497ebe845ef64a5006a4a2fee9d77df = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_55eb38b92afb5b4f800b55aa9407f3c9 = $(`&lt;div id=&quot;html_55eb38b92afb5b4f800b55aa9407f3c9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_0497ebe845ef64a5006a4a2fee9d77df.setContent(html_55eb38b92afb5b4f800b55aa9407f3c9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1a3d3fd1676b4282bdfa0e59b25aaf38.bindPopup(popup_0497ebe845ef64a5006a4a2fee9d77df)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3d1e4386d526e5d5632700e31b7c1d88 = L.circleMarker(\n",
+       "                [-36.3722956909438, 145.3977654644139],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ba230c65d924ba579213610c6cb8165a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5871912b5b7249224be2995378be7899 = $(`&lt;div id=&quot;html_5871912b5b7249224be2995378be7899&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_ba230c65d924ba579213610c6cb8165a.setContent(html_5871912b5b7249224be2995378be7899);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3d1e4386d526e5d5632700e31b7c1d88.bindPopup(popup_ba230c65d924ba579213610c6cb8165a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a5d297fda4b579d02b95d5a91fa51782 = L.circleMarker(\n",
+       "                [-36.263686580808205, 145.52637202011218],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7af3c527e698d41a07194b5a6042b876 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_76e6950e2b48dacd2403cf126ad8d758 = $(`&lt;div id=&quot;html_76e6950e2b48dacd2403cf126ad8d758&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_7af3c527e698d41a07194b5a6042b876.setContent(html_76e6950e2b48dacd2403cf126ad8d758);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a5d297fda4b579d02b95d5a91fa51782.bindPopup(popup_7af3c527e698d41a07194b5a6042b876)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7cae9f80596149f7350648c70feb9f27 = L.circleMarker(\n",
+       "                [-36.24537684156373, 145.2139166239613],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3ff43c1150e781374e3315222bfbdccd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3be94bc081974ceb6d13d98873e9f400 = $(`&lt;div id=&quot;html_3be94bc081974ceb6d13d98873e9f400&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_3ff43c1150e781374e3315222bfbdccd.setContent(html_3be94bc081974ceb6d13d98873e9f400);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7cae9f80596149f7350648c70feb9f27.bindPopup(popup_3ff43c1150e781374e3315222bfbdccd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_39c259d47a63652db3219128d25655ff = L.circleMarker(\n",
+       "                [-36.41033269012405, 145.6333280609116],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_be2e5f17aed8b04802ef77a93516f2eb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d9bf95f3870445f764668370237cfda2 = $(`&lt;div id=&quot;html_d9bf95f3870445f764668370237cfda2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_be2e5f17aed8b04802ef77a93516f2eb.setContent(html_d9bf95f3870445f764668370237cfda2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_39c259d47a63652db3219128d25655ff.bindPopup(popup_be2e5f17aed8b04802ef77a93516f2eb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7427aadc32d0c20d20c50ce359767fe4 = L.circleMarker(\n",
+       "                [-36.32515715217893, 145.70735304584352],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9110d35e1dddda1c2e580ce6be6fa143 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6433545d0888f26022b171a2a76c8cd0 = $(`&lt;div id=&quot;html_6433545d0888f26022b171a2a76c8cd0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_9110d35e1dddda1c2e580ce6be6fa143.setContent(html_6433545d0888f26022b171a2a76c8cd0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7427aadc32d0c20d20c50ce359767fe4.bindPopup(popup_9110d35e1dddda1c2e580ce6be6fa143)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bb6b96a087f2500d55e30e10ac947512 = L.circleMarker(\n",
+       "                [-36.63146335062576, 145.30419677503295],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff9bc8b97e6b711d2a4e1d25eb4816c3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fd14be62634d548be0fd0b252c5f97db = $(`&lt;div id=&quot;html_fd14be62634d548be0fd0b252c5f97db&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_ff9bc8b97e6b711d2a4e1d25eb4816c3.setContent(html_fd14be62634d548be0fd0b252c5f97db);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bb6b96a087f2500d55e30e10ac947512.bindPopup(popup_ff9bc8b97e6b711d2a4e1d25eb4816c3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_513e8ee72a6bc7f78ba2043222d7f4b3 = L.circleMarker(\n",
+       "                [-36.25076748941697, 145.60594451735383],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c648130a18033566b6f74d1aabce5976 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_91391948e753bee6dc1ae86df7cb58ff = $(`&lt;div id=&quot;html_91391948e753bee6dc1ae86df7cb58ff&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_c648130a18033566b6f74d1aabce5976.setContent(html_91391948e753bee6dc1ae86df7cb58ff);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_513e8ee72a6bc7f78ba2043222d7f4b3.bindPopup(popup_c648130a18033566b6f74d1aabce5976)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b62da077ccf23ed51c4fba703ceb9487 = L.circleMarker(\n",
+       "                [-36.42262803473199, 145.72381234857667],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f71c169d258ece7857305a54af9973d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_239b7009e7f87e48bc403ea06bc3b26e = $(`&lt;div id=&quot;html_239b7009e7f87e48bc403ea06bc3b26e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_f71c169d258ece7857305a54af9973d9.setContent(html_239b7009e7f87e48bc403ea06bc3b26e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b62da077ccf23ed51c4fba703ceb9487.bindPopup(popup_f71c169d258ece7857305a54af9973d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4abb095f842d7e2997151bef8b0fd7cb = L.circleMarker(\n",
+       "                [-36.43962236710897, 145.29331728532586],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bf0e086d37f6881d11d39eef916655c0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9d917b2513ac95815701e4dfc94fabe6 = $(`&lt;div id=&quot;html_9d917b2513ac95815701e4dfc94fabe6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_bf0e086d37f6881d11d39eef916655c0.setContent(html_9d917b2513ac95815701e4dfc94fabe6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4abb095f842d7e2997151bef8b0fd7cb.bindPopup(popup_bf0e086d37f6881d11d39eef916655c0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_73599c348e66ce8b05ee88ad3b5bb860 = L.circleMarker(\n",
+       "                [-36.33426161213946, 145.20740516557237],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_142c890e29bdbaae0de6511603b4b21c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b7d67d61c3dd4510c1c56611e1764d0 = $(`&lt;div id=&quot;html_4b7d67d61c3dd4510c1c56611e1764d0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_142c890e29bdbaae0de6511603b4b21c.setContent(html_4b7d67d61c3dd4510c1c56611e1764d0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_73599c348e66ce8b05ee88ad3b5bb860.bindPopup(popup_142c890e29bdbaae0de6511603b4b21c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f57d63beb1566561b13c77ec43d196b = L.circleMarker(\n",
+       "                [-36.46486088086361, 145.49888460541712],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_23a4b4a84b877c2807cb1dcc4e7c4805 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7b619c427c872e4c2ef5f4542afbb3bf = $(`&lt;div id=&quot;html_7b619c427c872e4c2ef5f4542afbb3bf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_23a4b4a84b877c2807cb1dcc4e7c4805.setContent(html_7b619c427c872e4c2ef5f4542afbb3bf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f57d63beb1566561b13c77ec43d196b.bindPopup(popup_23a4b4a84b877c2807cb1dcc4e7c4805)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_82b013ae1ec1e1bbb3b1d0e6c0ca90fe = L.circleMarker(\n",
+       "                [-36.29457922221693, 145.46910945604768],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2d7993db4d0d9604a22f736d6d1a1ead = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_916dfb5453db0bd1ea94d801cef0f170 = $(`&lt;div id=&quot;html_916dfb5453db0bd1ea94d801cef0f170&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_2d7993db4d0d9604a22f736d6d1a1ead.setContent(html_916dfb5453db0bd1ea94d801cef0f170);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_82b013ae1ec1e1bbb3b1d0e6c0ca90fe.bindPopup(popup_2d7993db4d0d9604a22f736d6d1a1ead)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1b3a75c3b8c294e4e1251336aaabbe4f = L.circleMarker(\n",
+       "                [-36.36501221477487, 145.6990165983212],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d0f2be3b8ce451905965a8a477595d26 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e855afd62004ffb75003b54ec3e2a95b = $(`&lt;div id=&quot;html_e855afd62004ffb75003b54ec3e2a95b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_d0f2be3b8ce451905965a8a477595d26.setContent(html_e855afd62004ffb75003b54ec3e2a95b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1b3a75c3b8c294e4e1251336aaabbe4f.bindPopup(popup_d0f2be3b8ce451905965a8a477595d26)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_da34bbb4fc86e0ffc35c722d8f6a0ee5 = L.circleMarker(\n",
+       "                [-36.31946763536419, 145.39071487456977],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_16e3b0596e3e2ac006b1827f25bc2857 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4cdfe9ac2c1861d33edd52dcc2a82c5c = $(`&lt;div id=&quot;html_4cdfe9ac2c1861d33edd52dcc2a82c5c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_16e3b0596e3e2ac006b1827f25bc2857.setContent(html_4cdfe9ac2c1861d33edd52dcc2a82c5c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_da34bbb4fc86e0ffc35c722d8f6a0ee5.bindPopup(popup_16e3b0596e3e2ac006b1827f25bc2857)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b0dd547714983b9b2b56a1378fe2ca5c = L.circleMarker(\n",
+       "                [-36.343976588306894, 145.47430653316232],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_935f75c79bdae4e53f5614ff856e7ff6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_09b801ed091ce6d545dfe79b75fd8499 = $(`&lt;div id=&quot;html_09b801ed091ce6d545dfe79b75fd8499&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_935f75c79bdae4e53f5614ff856e7ff6.setContent(html_09b801ed091ce6d545dfe79b75fd8499);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b0dd547714983b9b2b56a1378fe2ca5c.bindPopup(popup_935f75c79bdae4e53f5614ff856e7ff6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_260aa58dff9ca1474a6cce691c691765 = L.circleMarker(\n",
+       "                [-36.411529135411946, 145.44684577570982],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dc66154a6e27264cb0530f7b54951255 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3c665861e403b99d4a6c5363d4c0733e = $(`&lt;div id=&quot;html_3c665861e403b99d4a6c5363d4c0733e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_dc66154a6e27264cb0530f7b54951255.setContent(html_3c665861e403b99d4a6c5363d4c0733e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_260aa58dff9ca1474a6cce691c691765.bindPopup(popup_dc66154a6e27264cb0530f7b54951255)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c2d339f272783bbcb58a055c760eb98e = L.circleMarker(\n",
+       "                [-36.45704097207043, 145.06526613423358],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2cc9d22c35ae52f5457de77cb1dfebbc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_54930690f6e827e27dfc2cbedfecb0f1 = $(`&lt;div id=&quot;html_54930690f6e827e27dfc2cbedfecb0f1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_2cc9d22c35ae52f5457de77cb1dfebbc.setContent(html_54930690f6e827e27dfc2cbedfecb0f1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c2d339f272783bbcb58a055c760eb98e.bindPopup(popup_2cc9d22c35ae52f5457de77cb1dfebbc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_63d69d07a768489fa78f625fe9dabe15 = L.circleMarker(\n",
+       "                [-36.3472179787462, 145.2512853904028],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_af6e2323e5aa55e6182af42ce939394a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_83e67ccb13c55680bc0a5483f5de8bf1 = $(`&lt;div id=&quot;html_83e67ccb13c55680bc0a5483f5de8bf1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_af6e2323e5aa55e6182af42ce939394a.setContent(html_83e67ccb13c55680bc0a5483f5de8bf1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_63d69d07a768489fa78f625fe9dabe15.bindPopup(popup_af6e2323e5aa55e6182af42ce939394a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ae7f05b3cd9ca06224bfbba8513daa8a = L.circleMarker(\n",
+       "                [-36.41136705104964, 145.07133186707048],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9344df0c1c63182cf6aaa20c4efa1638 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_504e9c7fd5fa7d296a50b149aae0f52c = $(`&lt;div id=&quot;html_504e9c7fd5fa7d296a50b149aae0f52c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_9344df0c1c63182cf6aaa20c4efa1638.setContent(html_504e9c7fd5fa7d296a50b149aae0f52c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ae7f05b3cd9ca06224bfbba8513daa8a.bindPopup(popup_9344df0c1c63182cf6aaa20c4efa1638)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d32d1c1e1381a55cb028c2088273ea71 = L.circleMarker(\n",
+       "                [-36.19555303926471, 145.525595672729],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4057964ba84865fa07d176f87400c243 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_74796c2d18e3bad310551bdc5b2d0389 = $(`&lt;div id=&quot;html_74796c2d18e3bad310551bdc5b2d0389&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_4057964ba84865fa07d176f87400c243.setContent(html_74796c2d18e3bad310551bdc5b2d0389);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d32d1c1e1381a55cb028c2088273ea71.bindPopup(popup_4057964ba84865fa07d176f87400c243)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ff49bfbbbf0506d207430ecdbf0ec006 = L.circleMarker(\n",
+       "                [-36.39878938031484, 145.3461375690627],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_00d3c83786b3279331a5fc10f0041734 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f8fba671ee7adb76aa7707ba938f002b = $(`&lt;div id=&quot;html_f8fba671ee7adb76aa7707ba938f002b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_00d3c83786b3279331a5fc10f0041734.setContent(html_f8fba671ee7adb76aa7707ba938f002b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ff49bfbbbf0506d207430ecdbf0ec006.bindPopup(popup_00d3c83786b3279331a5fc10f0041734)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2a9ebe2b6e05985f5d4a8b5a838b4fd3 = L.circleMarker(\n",
+       "                [-36.53184230398839, 145.2131500084977],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed59fff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed59fff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e58ee677d7e0062d121896cb584f5c67 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_be23f53200e774f2aa6244f5edab83fd = $(`&lt;div id=&quot;html_be23f53200e774f2aa6244f5edab83fd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Shepparton: crime count = 0.7455508480712502&lt;/div&gt;`)[0];\n",
+       "                popup_e58ee677d7e0062d121896cb584f5c67.setContent(html_be23f53200e774f2aa6244f5edab83fd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2a9ebe2b6e05985f5d4a8b5a838b4fd3.bindPopup(popup_e58ee677d7e0062d121896cb584f5c67)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b0d91860d0809aa0589e81980bac0ed4 = L.circleMarker(\n",
+       "                [-37.44264299859773, 144.1387254984058],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2fb77981b2786f26f012ed3bbf6e39eb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_739f2770ef73ffba7c54a8bfb9e526d9 = $(`&lt;div id=&quot;html_739f2770ef73ffba7c54a8bfb9e526d9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_2fb77981b2786f26f012ed3bbf6e39eb.setContent(html_739f2770ef73ffba7c54a8bfb9e526d9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b0d91860d0809aa0589e81980bac0ed4.bindPopup(popup_2fb77981b2786f26f012ed3bbf6e39eb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5a5c3a9241190e3bac7e21261dc340cc = L.circleMarker(\n",
+       "                [-37.46883038344576, 144.04407028838324],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1371657cd2e5fe01fc30a9442c102067 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cde284602f35c3642f6dbf4bbb0de743 = $(`&lt;div id=&quot;html_cde284602f35c3642f6dbf4bbb0de743&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_1371657cd2e5fe01fc30a9442c102067.setContent(html_cde284602f35c3642f6dbf4bbb0de743);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5a5c3a9241190e3bac7e21261dc340cc.bindPopup(popup_1371657cd2e5fe01fc30a9442c102067)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_77ae37bdd8f9e9c678dbc4ad2c6d6648 = L.circleMarker(\n",
+       "                [-37.30800888735924, 143.6951810198174],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_04cf56253e3ad3a7847c15676f5de9a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0d75cfe612decfd8cd1c7371cc356158 = $(`&lt;div id=&quot;html_0d75cfe612decfd8cd1c7371cc356158&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_04cf56253e3ad3a7847c15676f5de9a1.setContent(html_0d75cfe612decfd8cd1c7371cc356158);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_77ae37bdd8f9e9c678dbc4ad2c6d6648.bindPopup(popup_04cf56253e3ad3a7847c15676f5de9a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e890b256a5b00c3e79e24c3d6b0d9bf2 = L.circleMarker(\n",
+       "                [-37.14132169541057, 144.34908748357998],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_447705e587c697adc293fc5f18ed22ac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_21c0925b5c00c0f8d5991aab96d36bfc = $(`&lt;div id=&quot;html_21c0925b5c00c0f8d5991aab96d36bfc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_447705e587c697adc293fc5f18ed22ac.setContent(html_21c0925b5c00c0f8d5991aab96d36bfc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e890b256a5b00c3e79e24c3d6b0d9bf2.bindPopup(popup_447705e587c697adc293fc5f18ed22ac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2ed49c233556a0a9c9c4434856a058b0 = L.circleMarker(\n",
+       "                [-37.24442290424802, 144.02329477206175],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eb1a7f1e4ef26fed2be9bc3ddee6d2da = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b654bbe6a3aafd8b615b0d455c264eb5 = $(`&lt;div id=&quot;html_b654bbe6a3aafd8b615b0d455c264eb5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_eb1a7f1e4ef26fed2be9bc3ddee6d2da.setContent(html_b654bbe6a3aafd8b615b0d455c264eb5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2ed49c233556a0a9c9c4434856a058b0.bindPopup(popup_eb1a7f1e4ef26fed2be9bc3ddee6d2da)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d4065f436077e07a0c7b68e901fe3a52 = L.circleMarker(\n",
+       "                [-37.36125019602538, 144.12535356300288],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7e4a53e2daab0c00d2f5d5846faa2d64 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b42d93c960d660af8d33d2d26ee39561 = $(`&lt;div id=&quot;html_b42d93c960d660af8d33d2d26ee39561&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_7e4a53e2daab0c00d2f5d5846faa2d64.setContent(html_b42d93c960d660af8d33d2d26ee39561);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d4065f436077e07a0c7b68e901fe3a52.bindPopup(popup_7e4a53e2daab0c00d2f5d5846faa2d64)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6c5307118c7ad69cec50c5b44489c906 = L.circleMarker(\n",
+       "                [-37.20230210592843, 144.1051703209899],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2216d2cc5010f3567d92e4bb76350520 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f67798b4874e26964dccf7d6e2d9ea2d = $(`&lt;div id=&quot;html_f67798b4874e26964dccf7d6e2d9ea2d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_2216d2cc5010f3567d92e4bb76350520.setContent(html_f67798b4874e26964dccf7d6e2d9ea2d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6c5307118c7ad69cec50c5b44489c906.bindPopup(popup_2216d2cc5010f3567d92e4bb76350520)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_937dabb4af8432ae10c58ccc0b8aad41 = L.circleMarker(\n",
+       "                [-37.38960168656333, 144.22171855294428],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cf4f673a569715e396ecf6ce4cd75ccc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7be407627f4540f49ed15205a01987a4 = $(`&lt;div id=&quot;html_7be407627f4540f49ed15205a01987a4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_cf4f673a569715e396ecf6ce4cd75ccc.setContent(html_7be407627f4540f49ed15205a01987a4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_937dabb4af8432ae10c58ccc0b8aad41.bindPopup(popup_cf4f673a569715e396ecf6ce4cd75ccc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2030ef390af8e94d9bcebad78d9ee6ee = L.circleMarker(\n",
+       "                [-37.46402148426849, 143.9030998150467],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_15679c101aadf552f4002f20ed0ee3d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ebe4d0b47b1d67e01e5fcb773b9f040c = $(`&lt;div id=&quot;html_ebe4d0b47b1d67e01e5fcb773b9f040c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_15679c101aadf552f4002f20ed0ee3d9.setContent(html_ebe4d0b47b1d67e01e5fcb773b9f040c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2030ef390af8e94d9bcebad78d9ee6ee.bindPopup(popup_15679c101aadf552f4002f20ed0ee3d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bae03432e09115f8fd7afb6d5dc880be = L.circleMarker(\n",
+       "                [-37.35594641827011, 144.09369972414902],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_af3d964e785e3b73e3e11a4cf4bfcbb3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0ddf3de3aaffb213ab8864447cefd373 = $(`&lt;div id=&quot;html_0ddf3de3aaffb213ab8864447cefd373&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_af3d964e785e3b73e3e11a4cf4bfcbb3.setContent(html_0ddf3de3aaffb213ab8864447cefd373);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bae03432e09115f8fd7afb6d5dc880be.bindPopup(popup_af3d964e785e3b73e3e11a4cf4bfcbb3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ded57cf0c6a7bb6af0b42b65f528ce09 = L.circleMarker(\n",
+       "                [-37.39487181486839, 144.00812093436735],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6d6a23d8683134c5360b698c19107d5c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6fcdbf3f20a2c816841b619713eda25b = $(`&lt;div id=&quot;html_6fcdbf3f20a2c816841b619713eda25b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_6d6a23d8683134c5360b698c19107d5c.setContent(html_6fcdbf3f20a2c816841b619713eda25b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ded57cf0c6a7bb6af0b42b65f528ce09.bindPopup(popup_6d6a23d8683134c5360b698c19107d5c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5e6066cb5d5d6e15ee6d8b156d94569e = L.circleMarker(\n",
+       "                [-37.39310945763667, 144.11286279448316],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5c0a8fcc683190e69470f742fa9b2131 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0f8a63289c7be81d5816081f37760c12 = $(`&lt;div id=&quot;html_0f8a63289c7be81d5816081f37760c12&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_5c0a8fcc683190e69470f742fa9b2131.setContent(html_0f8a63289c7be81d5816081f37760c12);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5e6066cb5d5d6e15ee6d8b156d94569e.bindPopup(popup_5c0a8fcc683190e69470f742fa9b2131)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2180aa6766d6c42055e95e14eab13206 = L.circleMarker(\n",
+       "                [-37.14418132211601, 144.09541324299272],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0afe831bc0f281a3901797728661b271 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cbfe0fabb42360c895b80c6bcc2286c3 = $(`&lt;div id=&quot;html_cbfe0fabb42360c895b80c6bcc2286c3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_0afe831bc0f281a3901797728661b271.setContent(html_cbfe0fabb42360c895b80c6bcc2286c3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2180aa6766d6c42055e95e14eab13206.bindPopup(popup_0afe831bc0f281a3901797728661b271)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5ecf68454438da5ce6d849695f277552 = L.circleMarker(\n",
+       "                [-37.17908453760409, 144.39708190964436],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_095fe907a9e67863f79d1cafa51de70f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bdfb64b56f4b711a496362b8e954d3d2 = $(`&lt;div id=&quot;html_bdfb64b56f4b711a496362b8e954d3d2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_095fe907a9e67863f79d1cafa51de70f.setContent(html_bdfb64b56f4b711a496362b8e954d3d2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5ecf68454438da5ce6d849695f277552.bindPopup(popup_095fe907a9e67863f79d1cafa51de70f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2e083ec389edcac6edd62437115e339d = L.circleMarker(\n",
+       "                [-37.27493303625511, 144.10550439935187],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5d3f5596d1f4d30d2e7c605d5c9058e0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_37c8d81eb52589c7a3a700c2b7a5c271 = $(`&lt;div id=&quot;html_37c8d81eb52589c7a3a700c2b7a5c271&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_5d3f5596d1f4d30d2e7c605d5c9058e0.setContent(html_37c8d81eb52589c7a3a700c2b7a5c271);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2e083ec389edcac6edd62437115e339d.bindPopup(popup_5d3f5596d1f4d30d2e7c605d5c9058e0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7e05f219890da63c6ec32b309e55e5a4 = L.circleMarker(\n",
+       "                [-37.30275888330301, 144.34786272674117],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_42cc00db653effbc94f8207c7c2dfe66 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_229ccf234192a02e06c50904f0d9b4ef = $(`&lt;div id=&quot;html_229ccf234192a02e06c50904f0d9b4ef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_42cc00db653effbc94f8207c7c2dfe66.setContent(html_229ccf234192a02e06c50904f0d9b4ef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7e05f219890da63c6ec32b309e55e5a4.bindPopup(popup_42cc00db653effbc94f8207c7c2dfe66)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bfdd84e38b459ee6e179b23aa383b907 = L.circleMarker(\n",
+       "                [-37.3306325301745, 144.1976061458191],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a6363273b91d28904d4a2f9d1121e297 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_717bb504018ee9fcdba0f27f1d1ac657 = $(`&lt;div id=&quot;html_717bb504018ee9fcdba0f27f1d1ac657&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_a6363273b91d28904d4a2f9d1121e297.setContent(html_717bb504018ee9fcdba0f27f1d1ac657);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bfdd84e38b459ee6e179b23aa383b907.bindPopup(popup_a6363273b91d28904d4a2f9d1121e297)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b123b7298cc1e8180b61be95e1124248 = L.circleMarker(\n",
+       "                [-37.31965900034759, 144.1395088370681],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f5f0e1c66b7ada32034721af0bc37c1f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c2634367770069ce0ace6888ed2f75e7 = $(`&lt;div id=&quot;html_c2634367770069ce0ace6888ed2f75e7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_f5f0e1c66b7ada32034721af0bc37c1f.setContent(html_c2634367770069ce0ace6888ed2f75e7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b123b7298cc1e8180b61be95e1124248.bindPopup(popup_f5f0e1c66b7ada32034721af0bc37c1f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7093fc6d5214be310ef03bd80e51f978 = L.circleMarker(\n",
+       "                [-37.38351960908352, 144.14495790469422],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_750b4447e6f182e00946dba41afe20cd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5de8b13a96c68452410a0f11413bd25d = $(`&lt;div id=&quot;html_5de8b13a96c68452410a0f11413bd25d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_750b4447e6f182e00946dba41afe20cd.setContent(html_5de8b13a96c68452410a0f11413bd25d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7093fc6d5214be310ef03bd80e51f978.bindPopup(popup_750b4447e6f182e00946dba41afe20cd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c6a813c35147775476e8baeffc8cced3 = L.circleMarker(\n",
+       "                [-37.242052807100265, 144.09626205341434],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e80ae18d04a912a69008f281eb77ef21 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_469e96f50702db4fd7ef00fb13299862 = $(`&lt;div id=&quot;html_469e96f50702db4fd7ef00fb13299862&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_e80ae18d04a912a69008f281eb77ef21.setContent(html_469e96f50702db4fd7ef00fb13299862);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c6a813c35147775476e8baeffc8cced3.bindPopup(popup_e80ae18d04a912a69008f281eb77ef21)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_691f4965c6b81f9c404303257e09cae6 = L.circleMarker(\n",
+       "                [-37.328638012966266, 144.41334600879517],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_919b60c14fe25a59e2ce8d136b2b922e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_25eb0b83aa56f9edc50529e6f11a1e15 = $(`&lt;div id=&quot;html_25eb0b83aa56f9edc50529e6f11a1e15&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_919b60c14fe25a59e2ce8d136b2b922e.setContent(html_25eb0b83aa56f9edc50529e6f11a1e15);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_691f4965c6b81f9c404303257e09cae6.bindPopup(popup_919b60c14fe25a59e2ce8d136b2b922e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_74bb42c232fad65934eec9e3999e1585 = L.circleMarker(\n",
+       "                [-37.38436264725309, 143.9069927414049],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_043a6086894e0f4c82bc0feff31966b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cefdf075fddd9ce2b6b03638ad17ce66 = $(`&lt;div id=&quot;html_cefdf075fddd9ce2b6b03638ad17ce66&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_043a6086894e0f4c82bc0feff31966b4.setContent(html_cefdf075fddd9ce2b6b03638ad17ce66);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_74bb42c232fad65934eec9e3999e1585.bindPopup(popup_043a6086894e0f4c82bc0feff31966b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_19b3c153b42762f9b2186f19412577f7 = L.circleMarker(\n",
+       "                [-37.34467979990635, 144.15003848802618],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5aa2764f295a9cf3e3913bbeb4d06e90 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fd3990598268bfb6a858f6d961993f09 = $(`&lt;div id=&quot;html_fd3990598268bfb6a858f6d961993f09&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_5aa2764f295a9cf3e3913bbeb4d06e90.setContent(html_fd3990598268bfb6a858f6d961993f09);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_19b3c153b42762f9b2186f19412577f7.bindPopup(popup_5aa2764f295a9cf3e3913bbeb4d06e90)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ff9199b46517da672307a9d9b0fe5a68 = L.circleMarker(\n",
+       "                [-37.28449133617111, 144.29178832013037],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_89b354ed2cf7fa826dd212b9fa03aa62 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a92f415dfb09422bbe494a28b0a40f97 = $(`&lt;div id=&quot;html_a92f415dfb09422bbe494a28b0a40f97&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_89b354ed2cf7fa826dd212b9fa03aa62.setContent(html_a92f415dfb09422bbe494a28b0a40f97);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ff9199b46517da672307a9d9b0fe5a68.bindPopup(popup_89b354ed2cf7fa826dd212b9fa03aa62)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_564cb99a41b8a9df078515c7d3f15f1f = L.circleMarker(\n",
+       "                [-37.30051120098956, 144.04408741310033],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_278918f36dd8d6979a5301431db03ea3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_af5fc04f5a9c51ae6f3e9e28ae2687f7 = $(`&lt;div id=&quot;html_af5fc04f5a9c51ae6f3e9e28ae2687f7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_278918f36dd8d6979a5301431db03ea3.setContent(html_af5fc04f5a9c51ae6f3e9e28ae2687f7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_564cb99a41b8a9df078515c7d3f15f1f.bindPopup(popup_278918f36dd8d6979a5301431db03ea3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_658fd04cc2675cfe8db3fb05b9becf41 = L.circleMarker(\n",
+       "                [-37.30371470841821, 143.95657273905985],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_71061ec958e9a0957d4071e0f45427db = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_826007af5ea4a4b70a383aebc2749c02 = $(`&lt;div id=&quot;html_826007af5ea4a4b70a383aebc2749c02&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_71061ec958e9a0957d4071e0f45427db.setContent(html_826007af5ea4a4b70a383aebc2749c02);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_658fd04cc2675cfe8db3fb05b9becf41.bindPopup(popup_71061ec958e9a0957d4071e0f45427db)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6f1a225ab48b8dea143fc6059619dd60 = L.circleMarker(\n",
+       "                [-37.28829587503986, 143.78826198696598],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_583bbe82f7a1428ff364baf54de1e00b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e25af3216f85eb4e4f8d4492193f390c = $(`&lt;div id=&quot;html_e25af3216f85eb4e4f8d4492193f390c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_583bbe82f7a1428ff364baf54de1e00b.setContent(html_e25af3216f85eb4e4f8d4492193f390c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6f1a225ab48b8dea143fc6059619dd60.bindPopup(popup_583bbe82f7a1428ff364baf54de1e00b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_693849839262a6011a021c5c6de41c7b = L.circleMarker(\n",
+       "                [-37.294910468984014, 144.13292612574665],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3385fa5b559b927108265e852e6acaad = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7b030513ddae450716e169776cf232e8 = $(`&lt;div id=&quot;html_7b030513ddae450716e169776cf232e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_3385fa5b559b927108265e852e6acaad.setContent(html_7b030513ddae450716e169776cf232e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_693849839262a6011a021c5c6de41c7b.bindPopup(popup_3385fa5b559b927108265e852e6acaad)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2acd7da705ea2a004910cc51e960c74e = L.circleMarker(\n",
+       "                [-37.37822251095915, 143.95678046470448],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c11ed8a9a5c53f60b6d8d3d2c318166b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_98fdc7015972439218f31f45a45e92cb = $(`&lt;div id=&quot;html_98fdc7015972439218f31f45a45e92cb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_c11ed8a9a5c53f60b6d8d3d2c318166b.setContent(html_98fdc7015972439218f31f45a45e92cb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2acd7da705ea2a004910cc51e960c74e.bindPopup(popup_c11ed8a9a5c53f60b6d8d3d2c318166b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_18b0b38bc110bf3cd591c899a0a93170 = L.circleMarker(\n",
+       "                [-37.325484438274685, 143.89821523143857],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_70bec1e2b103639e43c4c9039d923eea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6b6500fbec5453dcdd78ebfce393abab = $(`&lt;div id=&quot;html_6b6500fbec5453dcdd78ebfce393abab&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_70bec1e2b103639e43c4c9039d923eea.setContent(html_6b6500fbec5453dcdd78ebfce393abab);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_18b0b38bc110bf3cd591c899a0a93170.bindPopup(popup_70bec1e2b103639e43c4c9039d923eea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_892750d3a72e16cb23efa611bc7713fe = L.circleMarker(\n",
+       "                [-37.19294834771254, 144.31103541494963],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_079c345c5572e796f690ae8a0c966335 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9915a0b4f9620fdea3c1cbfdafbf8c5d = $(`&lt;div id=&quot;html_9915a0b4f9620fdea3c1cbfdafbf8c5d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_079c345c5572e796f690ae8a0c966335.setContent(html_9915a0b4f9620fdea3c1cbfdafbf8c5d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_892750d3a72e16cb23efa611bc7713fe.bindPopup(popup_079c345c5572e796f690ae8a0c966335)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_23efed65bbe22f2e2669d15f45475907 = L.circleMarker(\n",
+       "                [-37.27627484710761, 143.8880127980229],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_be47c6aa4d050712e466eaa431276970 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b30368aaa82de5920ba752e68c9a1db = $(`&lt;div id=&quot;html_4b30368aaa82de5920ba752e68c9a1db&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_be47c6aa4d050712e466eaa431276970.setContent(html_4b30368aaa82de5920ba752e68c9a1db);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_23efed65bbe22f2e2669d15f45475907.bindPopup(popup_be47c6aa4d050712e466eaa431276970)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_220ffd7174c6008cb2a0ac1986c42575 = L.circleMarker(\n",
+       "                [-37.171689629229206, 144.0970030647312],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_78abd6aa59c90dec6c4b896c2957ff32 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4ce5635d503e7a680b5b0a86bf606b52 = $(`&lt;div id=&quot;html_4ce5635d503e7a680b5b0a86bf606b52&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_78abd6aa59c90dec6c4b896c2957ff32.setContent(html_4ce5635d503e7a680b5b0a86bf606b52);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_220ffd7174c6008cb2a0ac1986c42575.bindPopup(popup_78abd6aa59c90dec6c4b896c2957ff32)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_335a083bb465c919b578c7433eab2022 = L.circleMarker(\n",
+       "                [-37.41131391366491, 144.13963889344015],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_60e774c27093dea1aab1d2ad12d1aa4d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b0cee84811a6e5ee7564c896942fb623 = $(`&lt;div id=&quot;html_b0cee84811a6e5ee7564c896942fb623&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_60e774c27093dea1aab1d2ad12d1aa4d.setContent(html_b0cee84811a6e5ee7564c896942fb623);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_335a083bb465c919b578c7433eab2022.bindPopup(popup_60e774c27093dea1aab1d2ad12d1aa4d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_56391bbe283c8b5dd2c686f9dc3f4c8c = L.circleMarker(\n",
+       "                [-37.31423706656592, 144.12762932854105],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_033cc1b56e26f62dc07633fc2efd2c2c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d855d1698fc7b101b632257066c44fe8 = $(`&lt;div id=&quot;html_d855d1698fc7b101b632257066c44fe8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_033cc1b56e26f62dc07633fc2efd2c2c.setContent(html_d855d1698fc7b101b632257066c44fe8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_56391bbe283c8b5dd2c686f9dc3f4c8c.bindPopup(popup_033cc1b56e26f62dc07633fc2efd2c2c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_65fcbd61358e171e9560ecf87bbcd208 = L.circleMarker(\n",
+       "                [-37.35486381112149, 144.0315807286689],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_39100cf67f4896d9829fe475cbeac2f0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0fe0fcaddadcb9cb552df067043f7d8d = $(`&lt;div id=&quot;html_0fe0fcaddadcb9cb552df067043f7d8d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_39100cf67f4896d9829fe475cbeac2f0.setContent(html_0fe0fcaddadcb9cb552df067043f7d8d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_65fcbd61358e171e9560ecf87bbcd208.bindPopup(popup_39100cf67f4896d9829fe475cbeac2f0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3a5b7b9f481fc74979c81c6f714ed2b4 = L.circleMarker(\n",
+       "                [-37.39407883816082, 144.0463747489497],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b4ef352425eb4804761bdf7815c94d3f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_546f3b0a658bf7357fa9a2bddee9ecab = $(`&lt;div id=&quot;html_546f3b0a658bf7357fa9a2bddee9ecab&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_b4ef352425eb4804761bdf7815c94d3f.setContent(html_546f3b0a658bf7357fa9a2bddee9ecab);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3a5b7b9f481fc74979c81c6f714ed2b4.bindPopup(popup_b4ef352425eb4804761bdf7815c94d3f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3245ae850fce93c544ae4742f2cd145f = L.circleMarker(\n",
+       "                [-37.33895890703048, 144.24334868997136],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff66b98d4fd8ab16e03232381fa824a6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c6420d8d6ef43630199cdd2fd7fdd813 = $(`&lt;div id=&quot;html_c6420d8d6ef43630199cdd2fd7fdd813&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_ff66b98d4fd8ab16e03232381fa824a6.setContent(html_c6420d8d6ef43630199cdd2fd7fdd813);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3245ae850fce93c544ae4742f2cd145f.bindPopup(popup_ff66b98d4fd8ab16e03232381fa824a6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_67d434096ee473953990497b296e06e6 = L.circleMarker(\n",
+       "                [-37.36194654424663, 143.91509330719617],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c5f808abca126c9cba926c7c99aefeb5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_767d853c8dbd5e00a6a3af0c138da8fd = $(`&lt;div id=&quot;html_767d853c8dbd5e00a6a3af0c138da8fd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_c5f808abca126c9cba926c7c99aefeb5.setContent(html_767d853c8dbd5e00a6a3af0c138da8fd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_67d434096ee473953990497b296e06e6.bindPopup(popup_c5f808abca126c9cba926c7c99aefeb5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a68579c6efd9ed990bbaade8dd90a679 = L.circleMarker(\n",
+       "                [-37.427816584462754, 144.22225013556405],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_31ef7f784d1f2dc069685e976f08fd6a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a7ac1c09c4b9880e3773caf60a92578c = $(`&lt;div id=&quot;html_a7ac1c09c4b9880e3773caf60a92578c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_31ef7f784d1f2dc069685e976f08fd6a.setContent(html_a7ac1c09c4b9880e3773caf60a92578c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a68579c6efd9ed990bbaade8dd90a679.bindPopup(popup_31ef7f784d1f2dc069685e976f08fd6a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6e68cba60aad4512039597b7da5d71df = L.circleMarker(\n",
+       "                [-37.41762608072979, 144.36317479212204],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_07b823b24601269152d80678a5cb31d5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0c5e20810a9bcaa9d00bb63a26bd5ce2 = $(`&lt;div id=&quot;html_0c5e20810a9bcaa9d00bb63a26bd5ce2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_07b823b24601269152d80678a5cb31d5.setContent(html_0c5e20810a9bcaa9d00bb63a26bd5ce2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6e68cba60aad4512039597b7da5d71df.bindPopup(popup_07b823b24601269152d80678a5cb31d5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e679ec942aa9882905b26ebd250cd28a = L.circleMarker(\n",
+       "                [-37.41000341604403, 144.40275701504137],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_956276c85362db8018981c43dbe7d719 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4fd428e220a073e384285193a47382e7 = $(`&lt;div id=&quot;html_4fd428e220a073e384285193a47382e7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_956276c85362db8018981c43dbe7d719.setContent(html_4fd428e220a073e384285193a47382e7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e679ec942aa9882905b26ebd250cd28a.bindPopup(popup_956276c85362db8018981c43dbe7d719)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e534610c2a670d6ffe18aaba2375adcf = L.circleMarker(\n",
+       "                [-37.1880989699302, 144.16552452769864],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cd0b83d4bcba730be049a521c0d8ee3c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_816d3ccd1ebf2f8e542c711b257e8e68 = $(`&lt;div id=&quot;html_816d3ccd1ebf2f8e542c711b257e8e68&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_cd0b83d4bcba730be049a521c0d8ee3c.setContent(html_816d3ccd1ebf2f8e542c711b257e8e68);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e534610c2a670d6ffe18aaba2375adcf.bindPopup(popup_cd0b83d4bcba730be049a521c0d8ee3c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b8f741f253e656836022c10a727559ec = L.circleMarker(\n",
+       "                [-37.25964924488809, 144.1545679720215],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_159d2ffc4feb23f16a80c9fe4fcdef1e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_df317f91f019581285e68f78bcf7079f = $(`&lt;div id=&quot;html_df317f91f019581285e68f78bcf7079f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_159d2ffc4feb23f16a80c9fe4fcdef1e.setContent(html_df317f91f019581285e68f78bcf7079f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b8f741f253e656836022c10a727559ec.bindPopup(popup_159d2ffc4feb23f16a80c9fe4fcdef1e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0009b7f1b20c82dda20df4d67060ff1d = L.circleMarker(\n",
+       "                [-37.421430750156304, 144.2856136480169],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4ebc81808a247edf85220ecf30fc3b5c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b9b9884b3185c7a203debfb4691223d = $(`&lt;div id=&quot;html_2b9b9884b3185c7a203debfb4691223d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_4ebc81808a247edf85220ecf30fc3b5c.setContent(html_2b9b9884b3185c7a203debfb4691223d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0009b7f1b20c82dda20df4d67060ff1d.bindPopup(popup_4ebc81808a247edf85220ecf30fc3b5c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a229c0d8a8a00ca087dc93af25a34d08 = L.circleMarker(\n",
+       "                [-37.41295021691075, 143.93616211883867],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4f8509242823d2a077f08a2d50c871b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_68067d3d8e6daddb1e68d788f2e79ac1 = $(`&lt;div id=&quot;html_68067d3d8e6daddb1e68d788f2e79ac1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_4f8509242823d2a077f08a2d50c871b4.setContent(html_68067d3d8e6daddb1e68d788f2e79ac1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a229c0d8a8a00ca087dc93af25a34d08.bindPopup(popup_4f8509242823d2a077f08a2d50c871b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce57e99b23d46694d32bbdd62660875e = L.circleMarker(\n",
+       "                [-37.36120768572881, 143.87616165470072],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ce1a5b7f4d40f1b4430337d4d9d643ba = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_df4f8a8b5f850e1ae8da652aecd036dc = $(`&lt;div id=&quot;html_df4f8a8b5f850e1ae8da652aecd036dc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_ce1a5b7f4d40f1b4430337d4d9d643ba.setContent(html_df4f8a8b5f850e1ae8da652aecd036dc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce57e99b23d46694d32bbdd62660875e.bindPopup(popup_ce1a5b7f4d40f1b4430337d4d9d643ba)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_02658b3e160bd0f5a490954739b5a3ae = L.circleMarker(\n",
+       "                [-37.36747402483055, 144.2002898119931],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ce346e2f3e1dc96fc7c3602b8f6d70e2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7a6c116a878f6cf0f4a78aefbde7ac7f = $(`&lt;div id=&quot;html_7a6c116a878f6cf0f4a78aefbde7ac7f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_ce346e2f3e1dc96fc7c3602b8f6d70e2.setContent(html_7a6c116a878f6cf0f4a78aefbde7ac7f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_02658b3e160bd0f5a490954739b5a3ae.bindPopup(popup_ce346e2f3e1dc96fc7c3602b8f6d70e2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b2337c7f965be924b756dcd6509b694a = L.circleMarker(\n",
+       "                [-37.400023539085325, 143.9221782206136],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_376c898b45ea845eb264bfaa93a5f2c7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1100a71a047a0ae399ab320a09e0c9bb = $(`&lt;div id=&quot;html_1100a71a047a0ae399ab320a09e0c9bb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_376c898b45ea845eb264bfaa93a5f2c7.setContent(html_1100a71a047a0ae399ab320a09e0c9bb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b2337c7f965be924b756dcd6509b694a.bindPopup(popup_376c898b45ea845eb264bfaa93a5f2c7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3dbe1ee916a6de94a90c1a45e4ef4bf9 = L.circleMarker(\n",
+       "                [-37.177802095743466, 144.1912507255843],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c3473e26705eaca303d4d77ded17f8db = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5da810c66961b487b841117c850845aa = $(`&lt;div id=&quot;html_5da810c66961b487b841117c850845aa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_c3473e26705eaca303d4d77ded17f8db.setContent(html_5da810c66961b487b841117c850845aa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3dbe1ee916a6de94a90c1a45e4ef4bf9.bindPopup(popup_c3473e26705eaca303d4d77ded17f8db)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_65fb6f8ecd2685ee93d99ef6ef6b73ab = L.circleMarker(\n",
+       "                [-37.26653199416759, 144.2429683218274],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f9982a6154eb164f36f2dc7290bddb6b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bb7ab887d8397fba3534972490644963 = $(`&lt;div id=&quot;html_bb7ab887d8397fba3534972490644963&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_f9982a6154eb164f36f2dc7290bddb6b.setContent(html_bb7ab887d8397fba3534972490644963);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_65fb6f8ecd2685ee93d99ef6ef6b73ab.bindPopup(popup_f9982a6154eb164f36f2dc7290bddb6b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6d997138177e103601e1d9feed1c6280 = L.circleMarker(\n",
+       "                [-37.36126038547251, 144.2911856861588],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a5048b4898126ed5586e0eb825eea122 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_645983049b2e6799011fd6c914e8613a = $(`&lt;div id=&quot;html_645983049b2e6799011fd6c914e8613a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_a5048b4898126ed5586e0eb825eea122.setContent(html_645983049b2e6799011fd6c914e8613a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6d997138177e103601e1d9feed1c6280.bindPopup(popup_a5048b4898126ed5586e0eb825eea122)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ee051edc5a8fbdab586599d0aef3b393 = L.circleMarker(\n",
+       "                [-37.38099716352193, 144.33042992816462],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c0d9d05196fb1b651a3c69e9c0accc2a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_42d946362e402a4687c86c1ec9f12c5d = $(`&lt;div id=&quot;html_42d946362e402a4687c86c1ec9f12c5d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_c0d9d05196fb1b651a3c69e9c0accc2a.setContent(html_42d946362e402a4687c86c1ec9f12c5d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ee051edc5a8fbdab586599d0aef3b393.bindPopup(popup_c0d9d05196fb1b651a3c69e9c0accc2a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fcca24ae4c25e3061084883db123f060 = L.circleMarker(\n",
+       "                [-37.36761481531153, 144.41012017150933],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_736e3ea9f8b11d3ef735ee0bfe74e365 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fc98641e947cc849c680b8cc0dc3afda = $(`&lt;div id=&quot;html_fc98641e947cc849c680b8cc0dc3afda&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_736e3ea9f8b11d3ef735ee0bfe74e365.setContent(html_fc98641e947cc849c680b8cc0dc3afda);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fcca24ae4c25e3061084883db123f060.bindPopup(popup_736e3ea9f8b11d3ef735ee0bfe74e365)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_276c45639294cae700e93650f9004335 = L.circleMarker(\n",
+       "                [-37.395604226144926, 144.2644344106838],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7a81e0f5dced49b66a231528ed3dd35c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_311d7481b26a4fe1f2981a7e0e42dca2 = $(`&lt;div id=&quot;html_311d7481b26a4fe1f2981a7e0e42dca2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_7a81e0f5dced49b66a231528ed3dd35c.setContent(html_311d7481b26a4fe1f2981a7e0e42dca2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_276c45639294cae700e93650f9004335.bindPopup(popup_7a81e0f5dced49b66a231528ed3dd35c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cd2d291979c01daefdaca1925bca9cb7 = L.circleMarker(\n",
+       "                [-37.30784710218106, 144.10188366246055],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_24cde22083542e73dfba4ceae8a203d6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_51da8774e782bd05ccaba45644f7e1e7 = $(`&lt;div id=&quot;html_51da8774e782bd05ccaba45644f7e1e7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_24cde22083542e73dfba4ceae8a203d6.setContent(html_51da8774e782bd05ccaba45644f7e1e7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cd2d291979c01daefdaca1925bca9cb7.bindPopup(popup_24cde22083542e73dfba4ceae8a203d6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f5aec311bc67528775d918ec2d6b0df5 = L.circleMarker(\n",
+       "                [-37.296708439152525, 144.1586669569276],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9c02a268e67a6ec62fa7ccbda275d2ef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_015963d5729d35c80c0a243e39a90fc4 = $(`&lt;div id=&quot;html_015963d5729d35c80c0a243e39a90fc4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_9c02a268e67a6ec62fa7ccbda275d2ef.setContent(html_015963d5729d35c80c0a243e39a90fc4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f5aec311bc67528775d918ec2d6b0df5.bindPopup(popup_9c02a268e67a6ec62fa7ccbda275d2ef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_091e8dbad65d6ebd2e6502d0fca8493c = L.circleMarker(\n",
+       "                [-37.43648976799175, 144.05367287085218],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a3800c7670d2799c1b3b00f8ab4eb728 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f04a0755587277342d01cb4fb94a0012 = $(`&lt;div id=&quot;html_f04a0755587277342d01cb4fb94a0012&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_a3800c7670d2799c1b3b00f8ab4eb728.setContent(html_f04a0755587277342d01cb4fb94a0012);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_091e8dbad65d6ebd2e6502d0fca8493c.bindPopup(popup_a3800c7670d2799c1b3b00f8ab4eb728)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ae038757a76b80969739ae61a9f3735e = L.circleMarker(\n",
+       "                [-37.45540885938067, 143.98359508364723],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_49c142aa141405af7b4310b48f90ec0a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_925dc300540e54d993e13a8f792e1999 = $(`&lt;div id=&quot;html_925dc300540e54d993e13a8f792e1999&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_49c142aa141405af7b4310b48f90ec0a.setContent(html_925dc300540e54d993e13a8f792e1999);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ae038757a76b80969739ae61a9f3735e.bindPopup(popup_49c142aa141405af7b4310b48f90ec0a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f9abbaa345a6c0e82ae3a9800ce47a8a = L.circleMarker(\n",
+       "                [-37.24042206512082, 144.30471724531807],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f3baf5124d4406673ac22c35e5d123f9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_501db2ab00dcb7df9fe4f5f503502fb1 = $(`&lt;div id=&quot;html_501db2ab00dcb7df9fe4f5f503502fb1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_f3baf5124d4406673ac22c35e5d123f9.setContent(html_501db2ab00dcb7df9fe4f5f503502fb1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f9abbaa345a6c0e82ae3a9800ce47a8a.bindPopup(popup_f3baf5124d4406673ac22c35e5d123f9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_237d2479943fa1d8a42edce53a015f6d = L.circleMarker(\n",
+       "                [-37.4129778849582, 144.06620604495262],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_70641cd44ec5becb7faada8f3ee6b6df = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9e1afceb77a4845998438b29e5dd30ad = $(`&lt;div id=&quot;html_9e1afceb77a4845998438b29e5dd30ad&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_70641cd44ec5becb7faada8f3ee6b6df.setContent(html_9e1afceb77a4845998438b29e5dd30ad);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_237d2479943fa1d8a42edce53a015f6d.bindPopup(popup_70641cd44ec5becb7faada8f3ee6b6df)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a14bc08dfb68e94a0a92362651fd8258 = L.circleMarker(\n",
+       "                [-37.41670480706086, 143.98401785674093],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b903ce685ea1cf2a886773379242fe52 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_66798cde5cdcaeacaf9579b086a5a321 = $(`&lt;div id=&quot;html_66798cde5cdcaeacaf9579b086a5a321&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_b903ce685ea1cf2a886773379242fe52.setContent(html_66798cde5cdcaeacaf9579b086a5a321);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a14bc08dfb68e94a0a92362651fd8258.bindPopup(popup_b903ce685ea1cf2a886773379242fe52)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_924013171eda03c91d6a695a342a1df7 = L.circleMarker(\n",
+       "                [-37.27273890189299, 144.1956030250873],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4d97b3ed65c869af301a484cf4492363 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_878207ffa454b47dfc74d9e784c3b751 = $(`&lt;div id=&quot;html_878207ffa454b47dfc74d9e784c3b751&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hepburn: crime count = -0.7145927707422313&lt;/div&gt;`)[0];\n",
+       "                popup_4d97b3ed65c869af301a484cf4492363.setContent(html_878207ffa454b47dfc74d9e784c3b751);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_924013171eda03c91d6a695a342a1df7.bindPopup(popup_4d97b3ed65c869af301a484cf4492363)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c37f61c574ce500fdb7b1470228cc94b = L.circleMarker(\n",
+       "                [-37.9456527943901, 145.1577884952478],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fc8c58ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fc8c58ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aa4b46e8d05e26ce35974a64c8c9c3a7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_814a2db9049e67f78766455281d129ef = $(`&lt;div id=&quot;html_814a2db9049e67f78766455281d129ef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Dandenong: crime count = 2.3569649894439317&lt;/div&gt;`)[0];\n",
+       "                popup_aa4b46e8d05e26ce35974a64c8c9c3a7.setContent(html_814a2db9049e67f78766455281d129ef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c37f61c574ce500fdb7b1470228cc94b.bindPopup(popup_aa4b46e8d05e26ce35974a64c8c9c3a7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0e06ba4751c9d362cef88768e21f33c5 = L.circleMarker(\n",
+       "                [-38.027968919258754, 145.22084784722628],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fc8c58ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fc8c58ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9d420c5514e3d76dd314de0fb539bf89 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_49a9bace837b341c9042d95bca29f2e7 = $(`&lt;div id=&quot;html_49a9bace837b341c9042d95bca29f2e7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Dandenong: crime count = 2.3569649894439317&lt;/div&gt;`)[0];\n",
+       "                popup_9d420c5514e3d76dd314de0fb539bf89.setContent(html_49a9bace837b341c9042d95bca29f2e7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0e06ba4751c9d362cef88768e21f33c5.bindPopup(popup_9d420c5514e3d76dd314de0fb539bf89)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_85153905379ba4769d43ad9b9e9f62de = L.circleMarker(\n",
+       "                [-37.951185586577466, 145.19080369577418],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fc8c58ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fc8c58ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6e803799c79373402c1303d3df93461f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bc31ba02db2a62c640c631a53404249f = $(`&lt;div id=&quot;html_bc31ba02db2a62c640c631a53404249f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Dandenong: crime count = 2.3569649894439317&lt;/div&gt;`)[0];\n",
+       "                popup_6e803799c79373402c1303d3df93461f.setContent(html_bc31ba02db2a62c640c631a53404249f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_85153905379ba4769d43ad9b9e9f62de.bindPopup(popup_6e803799c79373402c1303d3df93461f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9d148bc97d9ce057f6e19f12c57b6bff = L.circleMarker(\n",
+       "                [-37.985017861695326, 145.21192033681191],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fc8c58ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fc8c58ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_905b60c9892570609837349bda0c95a9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_921451bcc6c4b4b3ac8a2be0133d48d0 = $(`&lt;div id=&quot;html_921451bcc6c4b4b3ac8a2be0133d48d0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Dandenong: crime count = 2.3569649894439317&lt;/div&gt;`)[0];\n",
+       "                popup_905b60c9892570609837349bda0c95a9.setContent(html_921451bcc6c4b4b3ac8a2be0133d48d0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9d148bc97d9ce057f6e19f12c57b6bff.bindPopup(popup_905b60c9892570609837349bda0c95a9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f2629b31bcf9db02718fb01532e16c23 = L.circleMarker(\n",
+       "                [-37.95588368314117, 145.21425768924823],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fc8c58ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fc8c58ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_00d0fd7f0c204ed23c18a9e9aa01f4ce = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_22a134e02a61d252fa16b02c1721c062 = $(`&lt;div id=&quot;html_22a134e02a61d252fa16b02c1721c062&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Dandenong: crime count = 2.3569649894439317&lt;/div&gt;`)[0];\n",
+       "                popup_00d0fd7f0c204ed23c18a9e9aa01f4ce.setContent(html_22a134e02a61d252fa16b02c1721c062);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f2629b31bcf9db02718fb01532e16c23.bindPopup(popup_00d0fd7f0c204ed23c18a9e9aa01f4ce)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bc3cbd02bb0106de1ff26cde96e8cf3d = L.circleMarker(\n",
+       "                [-37.969535970565246, 145.176748349019],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fc8c58ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fc8c58ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f53a45826a38d6aa7f3b884469c09f87 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_019b3f72134b2c9ba784950d93c5a1bf = $(`&lt;div id=&quot;html_019b3f72134b2c9ba784950d93c5a1bf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Dandenong: crime count = 2.3569649894439317&lt;/div&gt;`)[0];\n",
+       "                popup_f53a45826a38d6aa7f3b884469c09f87.setContent(html_019b3f72134b2c9ba784950d93c5a1bf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bc3cbd02bb0106de1ff26cde96e8cf3d.bindPopup(popup_f53a45826a38d6aa7f3b884469c09f87)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9962ae0a1aac6bd3a9a952dbf89e0ca9 = L.circleMarker(\n",
+       "                [-38.04838143833448, 145.172190638805],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fc8c58ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fc8c58ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2183efa4345bee5392556f858a11d7d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d36ab8337d7ba3deeff947a1aca4587c = $(`&lt;div id=&quot;html_d36ab8337d7ba3deeff947a1aca4587c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Dandenong: crime count = 2.3569649894439317&lt;/div&gt;`)[0];\n",
+       "                popup_2183efa4345bee5392556f858a11d7d9.setContent(html_d36ab8337d7ba3deeff947a1aca4587c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9962ae0a1aac6bd3a9a952dbf89e0ca9.bindPopup(popup_2183efa4345bee5392556f858a11d7d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a657121d85cd3514047b2e366a27afc4 = L.circleMarker(\n",
+       "                [-37.97087400252492, 145.14791300455508],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fc8c58ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fc8c58ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e0dadca8492d01b07678d03c5795d521 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_706c115d23f5c04c6f490907c352551e = $(`&lt;div id=&quot;html_706c115d23f5c04c6f490907c352551e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Dandenong: crime count = 2.3569649894439317&lt;/div&gt;`)[0];\n",
+       "                popup_e0dadca8492d01b07678d03c5795d521.setContent(html_706c115d23f5c04c6f490907c352551e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a657121d85cd3514047b2e366a27afc4.bindPopup(popup_e0dadca8492d01b07678d03c5795d521)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1c91d3c3369130ff45544a14cf62cad6 = L.circleMarker(\n",
+       "                [-38.0054236919668, 145.16734389948374],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fc8c58ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fc8c58ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4653a98dc99e5dad18bc56b1cc695a0e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a1555366d1418b06a037b58ea28d0dca = $(`&lt;div id=&quot;html_a1555366d1418b06a037b58ea28d0dca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Greater Dandenong: crime count = 2.3569649894439317&lt;/div&gt;`)[0];\n",
+       "                popup_4653a98dc99e5dad18bc56b1cc695a0e.setContent(html_a1555366d1418b06a037b58ea28d0dca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1c91d3c3369130ff45544a14cf62cad6.bindPopup(popup_4653a98dc99e5dad18bc56b1cc695a0e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5ebfeef8fd87cee414badefc06adda56 = L.circleMarker(\n",
+       "                [-37.91063393768596, 145.03837287618325],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5ce86b943bcf3939ba8ed74c6388dfe7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e23660ef4d9e33f75f591be636416e98 = $(`&lt;div id=&quot;html_e23660ef4d9e33f75f591be636416e98&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_5ce86b943bcf3939ba8ed74c6388dfe7.setContent(html_e23660ef4d9e33f75f591be636416e98);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5ebfeef8fd87cee414badefc06adda56.bindPopup(popup_5ce86b943bcf3939ba8ed74c6388dfe7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_11d592bc0ef734d842044d534097e9ef = L.circleMarker(\n",
+       "                [-37.88582680732716, 145.0070094521705],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c13e2870cb85fdd0e306242f6775bb99 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0256a14e4f831b1e431796ddb5a5d465 = $(`&lt;div id=&quot;html_0256a14e4f831b1e431796ddb5a5d465&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_c13e2870cb85fdd0e306242f6775bb99.setContent(html_0256a14e4f831b1e431796ddb5a5d465);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_11d592bc0ef734d842044d534097e9ef.bindPopup(popup_c13e2870cb85fdd0e306242f6775bb99)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_453b573267394978cab869c8df12878b = L.circleMarker(\n",
+       "                [-37.88124947705073, 145.04199709536374],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_104ff4f5ace2b984bfd6be51ff9912bd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1132db7e2cdc00b791887f155659692b = $(`&lt;div id=&quot;html_1132db7e2cdc00b791887f155659692b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_104ff4f5ace2b984bfd6be51ff9912bd.setContent(html_1132db7e2cdc00b791887f155659692b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_453b573267394978cab869c8df12878b.bindPopup(popup_104ff4f5ace2b984bfd6be51ff9912bd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9a7d1fe3ef0159f8923dd66947eba781 = L.circleMarker(\n",
+       "                [-37.892360011709705, 145.04134615337244],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a580c346c751e3f43e71bd041365a0e3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8af2c4aed818252069d49949b8ad2619 = $(`&lt;div id=&quot;html_8af2c4aed818252069d49949b8ad2619&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_a580c346c751e3f43e71bd041365a0e3.setContent(html_8af2c4aed818252069d49949b8ad2619);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9a7d1fe3ef0159f8923dd66947eba781.bindPopup(popup_a580c346c751e3f43e71bd041365a0e3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7a4fb7838cc1bec09080ac9eb3c649d2 = L.circleMarker(\n",
+       "                [-37.88404185016841, 145.02633647896369],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fe8b9b9cfe2e21be17c2cc3afbe7c81f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c183bb4df5e4be7828f4587058326376 = $(`&lt;div id=&quot;html_c183bb4df5e4be7828f4587058326376&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_fe8b9b9cfe2e21be17c2cc3afbe7c81f.setContent(html_c183bb4df5e4be7828f4587058326376);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7a4fb7838cc1bec09080ac9eb3c649d2.bindPopup(popup_fe8b9b9cfe2e21be17c2cc3afbe7c81f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e7b5df1560d1f3079e2528c5cd517b5c = L.circleMarker(\n",
+       "                [-37.89672014716408, 145.07008821044843],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a293e9f70c0e1ea9650462c78df94d8d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a3e4c49fee1abd2312240e1be00061c8 = $(`&lt;div id=&quot;html_a3e4c49fee1abd2312240e1be00061c8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_a293e9f70c0e1ea9650462c78df94d8d.setContent(html_a3e4c49fee1abd2312240e1be00061c8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e7b5df1560d1f3079e2528c5cd517b5c.bindPopup(popup_a293e9f70c0e1ea9650462c78df94d8d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3d68dea7be7361f683b96b382b8c4c89 = L.circleMarker(\n",
+       "                [-37.92208386324244, 145.06700237097843],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b06d7f1ae0de05e1fceb7fb583962eec = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f246bb6a0c2c4e2e2b68c8ef1109c97d = $(`&lt;div id=&quot;html_f246bb6a0c2c4e2e2b68c8ef1109c97d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_b06d7f1ae0de05e1fceb7fb583962eec.setContent(html_f246bb6a0c2c4e2e2b68c8ef1109c97d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3d68dea7be7361f683b96b382b8c4c89.bindPopup(popup_b06d7f1ae0de05e1fceb7fb583962eec)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_88ea1c05d45fd16345402d0b7902e8b5 = L.circleMarker(\n",
+       "                [-37.92441582098494, 145.094278928919],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_214578b4809c552b62898b8995b8a54f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a337c35997f263dd79ac512a9cdd5b84 = $(`&lt;div id=&quot;html_a337c35997f263dd79ac512a9cdd5b84&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_214578b4809c552b62898b8995b8a54f.setContent(html_a337c35997f263dd79ac512a9cdd5b84);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_88ea1c05d45fd16345402d0b7902e8b5.bindPopup(popup_214578b4809c552b62898b8995b8a54f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_75a7cda9f74fa965c9cb5c2105934f30 = L.circleMarker(\n",
+       "                [-37.922598729087845, 145.03844704749565],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eec0903135759c12871c66d7829975cf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4ebe256e73d7eb588a5acf14c2415232 = $(`&lt;div id=&quot;html_4ebe256e73d7eb588a5acf14c2415232&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_eec0903135759c12871c66d7829975cf.setContent(html_4ebe256e73d7eb588a5acf14c2415232);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_75a7cda9f74fa965c9cb5c2105934f30.bindPopup(popup_eec0903135759c12871c66d7829975cf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aeb1d0e1e0162caf944d694f4e6eff5a = L.circleMarker(\n",
+       "                [-37.87203610061687, 145.02158835227846],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6ca779169c2063b4ae626b0079e69c5d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_20c524c26979deca648215a5e631ac5a = $(`&lt;div id=&quot;html_20c524c26979deca648215a5e631ac5a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_6ca779169c2063b4ae626b0079e69c5d.setContent(html_20c524c26979deca648215a5e631ac5a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aeb1d0e1e0162caf944d694f4e6eff5a.bindPopup(popup_6ca779169c2063b4ae626b0079e69c5d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a344bb60f540eb5d77194926f946f34a = L.circleMarker(\n",
+       "                [-37.8946549225757, 145.02492841606443],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aa782d902362d2bdb9b8588bdcd0ef4c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f3f36a4845f35bce0e218af99ed02ab1 = $(`&lt;div id=&quot;html_f3f36a4845f35bce0e218af99ed02ab1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_aa782d902362d2bdb9b8588bdcd0ef4c.setContent(html_f3f36a4845f35bce0e218af99ed02ab1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a344bb60f540eb5d77194926f946f34a.bindPopup(popup_aa782d902362d2bdb9b8588bdcd0ef4c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_70405429c5b2d632b5fb851a4df2752a = L.circleMarker(\n",
+       "                [-37.89809283078647, 145.00906588594],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_66f4cd1b87c41af39facbff4c010cd78 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6c3c7523547e4525c1219851e8223185 = $(`&lt;div id=&quot;html_6c3c7523547e4525c1219851e8223185&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_66f4cd1b87c41af39facbff4c010cd78.setContent(html_6c3c7523547e4525c1219851e8223185);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_70405429c5b2d632b5fb851a4df2752a.bindPopup(popup_66f4cd1b87c41af39facbff4c010cd78)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_887f52199001c646c89e3fe3e59c6a71 = L.circleMarker(\n",
+       "                [-37.8668048282175, 145.0021734394345],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5768cd6186e940bf9ea0a3212cfb7887 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ffa7bde2c75e28005b61331b0ee4510f = $(`&lt;div id=&quot;html_ffa7bde2c75e28005b61331b0ee4510f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_5768cd6186e940bf9ea0a3212cfb7887.setContent(html_ffa7bde2c75e28005b61331b0ee4510f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_887f52199001c646c89e3fe3e59c6a71.bindPopup(popup_5768cd6186e940bf9ea0a3212cfb7887)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4b4230d65e39889dd45b2bbce1cf9398 = L.circleMarker(\n",
+       "                [-37.89332348214442, 145.05553995583423],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3484a1955a90b649816342c05042be5d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_23b0618a1d063d2f4146c502e16ac422 = $(`&lt;div id=&quot;html_23b0618a1d063d2f4146c502e16ac422&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_3484a1955a90b649816342c05042be5d.setContent(html_23b0618a1d063d2f4146c502e16ac422);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4b4230d65e39889dd45b2bbce1cf9398.bindPopup(popup_3484a1955a90b649816342c05042be5d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d073312510d7b4ccf1c8c6bddf0faed6 = L.circleMarker(\n",
+       "                [-37.90390164783212, 145.04163078769946],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee0b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee0b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fcb57b8b8ce98789bb621aea22086545 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_62db1bdd0e761923de69b2af8c4617e3 = $(`&lt;div id=&quot;html_62db1bdd0e761923de69b2af8c4617e3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Glen Eira: crime count = 0.28015790940855173&lt;/div&gt;`)[0];\n",
+       "                popup_fcb57b8b8ce98789bb621aea22086545.setContent(html_62db1bdd0e761923de69b2af8c4617e3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d073312510d7b4ccf1c8c6bddf0faed6.bindPopup(popup_fcb57b8b8ce98789bb621aea22086545)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4d05a8e47492f8f3875989a4c80c5709 = L.circleMarker(\n",
+       "                [-36.35747693947173, 141.78283660282756],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_93bffdf04d018863b825f8f868b0e4c6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0c3b8b522dae6dea518d22f92aa728ca = $(`&lt;div id=&quot;html_0c3b8b522dae6dea518d22f92aa728ca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_93bffdf04d018863b825f8f868b0e4c6.setContent(html_0c3b8b522dae6dea518d22f92aa728ca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4d05a8e47492f8f3875989a4c80c5709.bindPopup(popup_93bffdf04d018863b825f8f868b0e4c6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_26b2c8fcebc8a94f16e849ff31554ad4 = L.circleMarker(\n",
+       "                [-36.502587535627725, 141.7610168610086],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0aa16b46fb219d4f1768acac1fc4a44c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_827aec420b07a08d001bdbcd392b4132 = $(`&lt;div id=&quot;html_827aec420b07a08d001bdbcd392b4132&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_0aa16b46fb219d4f1768acac1fc4a44c.setContent(html_827aec420b07a08d001bdbcd392b4132);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_26b2c8fcebc8a94f16e849ff31554ad4.bindPopup(popup_0aa16b46fb219d4f1768acac1fc4a44c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9de20e18ea2b694c03d337b2faeacf16 = L.circleMarker(\n",
+       "                [-35.73961828071281, 141.96506001354098],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c6a44c8e6e322120f629647282f137b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1ee84e12912e9197085544cefe18ca82 = $(`&lt;div id=&quot;html_1ee84e12912e9197085544cefe18ca82&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_c6a44c8e6e322120f629647282f137b4.setContent(html_1ee84e12912e9197085544cefe18ca82);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9de20e18ea2b694c03d337b2faeacf16.bindPopup(popup_c6a44c8e6e322120f629647282f137b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b0aa29dfd8221d72cafed91fea60ea81 = L.circleMarker(\n",
+       "                [-35.902289680522536, 141.96119072677632],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ec83a89c2984cad48b38bb172baeedb9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eb062d8121bfcad5c258fe34f64d0f87 = $(`&lt;div id=&quot;html_eb062d8121bfcad5c258fe34f64d0f87&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_ec83a89c2984cad48b38bb172baeedb9.setContent(html_eb062d8121bfcad5c258fe34f64d0f87);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b0aa29dfd8221d72cafed91fea60ea81.bindPopup(popup_ec83a89c2984cad48b38bb172baeedb9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_01f55a9cab35911349a6a3a6900a64fc = L.circleMarker(\n",
+       "                [-36.23333410219281, 141.83252357259855],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b534979106b34efc76b8645bf4b4232a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_226517cb9859f951ffd43b5645c1f813 = $(`&lt;div id=&quot;html_226517cb9859f951ffd43b5645c1f813&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_b534979106b34efc76b8645bf4b4232a.setContent(html_226517cb9859f951ffd43b5645c1f813);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_01f55a9cab35911349a6a3a6900a64fc.bindPopup(popup_b534979106b34efc76b8645bf4b4232a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f1634ec1b809f994d80b5334afd86e5 = L.circleMarker(\n",
+       "                [-36.449070352869576, 142.24480019819154],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_087a5fa578ad7453d742cf2f5dc493f1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_76be3b95622deee48902a498933653af = $(`&lt;div id=&quot;html_76be3b95622deee48902a498933653af&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_087a5fa578ad7453d742cf2f5dc493f1.setContent(html_76be3b95622deee48902a498933653af);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f1634ec1b809f994d80b5334afd86e5.bindPopup(popup_087a5fa578ad7453d742cf2f5dc493f1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ccf9f3dbd02d86f7e0e8993789a5bd04 = L.circleMarker(\n",
+       "                [-35.4352781931238, 142.18751876247958],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1dea603aac4ea70e3a05cc96835d8ed7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_84008652ca877b77f1ac17072c049c7d = $(`&lt;div id=&quot;html_84008652ca877b77f1ac17072c049c7d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_1dea603aac4ea70e3a05cc96835d8ed7.setContent(html_84008652ca877b77f1ac17072c049c7d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ccf9f3dbd02d86f7e0e8993789a5bd04.bindPopup(popup_1dea603aac4ea70e3a05cc96835d8ed7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f4112e906807354821e15ce5fae8b300 = L.circleMarker(\n",
+       "                [-36.1509806772603, 141.3196659784134],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5cb6c103b8ba364fe16b2a8978559437 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_97c8e727bb3ecbdc6d4471c85c165e6d = $(`&lt;div id=&quot;html_97c8e727bb3ecbdc6d4471c85c165e6d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_5cb6c103b8ba364fe16b2a8978559437.setContent(html_97c8e727bb3ecbdc6d4471c85c165e6d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f4112e906807354821e15ce5fae8b300.bindPopup(popup_5cb6c103b8ba364fe16b2a8978559437)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_616957fd4fb43d6007645308bf3a3c6a = L.circleMarker(\n",
+       "                [-36.14625686550031, 141.77233295999852],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_493ff9289a7b22b75c3b0c2a117c51ad = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_206bfcc34d61ba968bd01a9b451a0097 = $(`&lt;div id=&quot;html_206bfcc34d61ba968bd01a9b451a0097&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_493ff9289a7b22b75c3b0c2a117c51ad.setContent(html_206bfcc34d61ba968bd01a9b451a0097);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_616957fd4fb43d6007645308bf3a3c6a.bindPopup(popup_493ff9289a7b22b75c3b0c2a117c51ad)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1767efd6b3e0ac55a2fc8d4dc51b5e33 = L.circleMarker(\n",
+       "                [-36.09809755003942, 141.97788328640985],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4f445fde877c380e3dc8d69eb30a48a3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_77cf23b59032ca29170c84168710c833 = $(`&lt;div id=&quot;html_77cf23b59032ca29170c84168710c833&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_4f445fde877c380e3dc8d69eb30a48a3.setContent(html_77cf23b59032ca29170c84168710c833);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1767efd6b3e0ac55a2fc8d4dc51b5e33.bindPopup(popup_4f445fde877c380e3dc8d69eb30a48a3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e957471a96161252c6135f800e376ae6 = L.circleMarker(\n",
+       "                [-36.22347630375202, 142.10065237737328],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9ed84e146086f7758f9c3e728ab6648d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f2c82196b8ae07ab6313189a4ea48e00 = $(`&lt;div id=&quot;html_f2c82196b8ae07ab6313189a4ea48e00&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_9ed84e146086f7758f9c3e728ab6648d.setContent(html_f2c82196b8ae07ab6313189a4ea48e00);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e957471a96161252c6135f800e376ae6.bindPopup(popup_9ed84e146086f7758f9c3e728ab6648d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2e81e90cebfe8317653b747da5ea5a35 = L.circleMarker(\n",
+       "                [-36.08580697240479, 141.40837414436484],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4d9987cfecc0fe2071e4961579af6c7c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0d144223e946e3882d065a727485ba0c = $(`&lt;div id=&quot;html_0d144223e946e3882d065a727485ba0c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_4d9987cfecc0fe2071e4961579af6c7c.setContent(html_0d144223e946e3882d065a727485ba0c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2e81e90cebfe8317653b747da5ea5a35.bindPopup(popup_4d9987cfecc0fe2071e4961579af6c7c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_be873b3f7e85cfca6a4532686a501f75 = L.circleMarker(\n",
+       "                [-36.38757664396387, 142.06114640608948],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_72c9d261b3221f0cafc66f3a792b2c57 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d4b6203eda12f7f98309a7e17f252dce = $(`&lt;div id=&quot;html_d4b6203eda12f7f98309a7e17f252dce&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_72c9d261b3221f0cafc66f3a792b2c57.setContent(html_d4b6203eda12f7f98309a7e17f252dce);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_be873b3f7e85cfca6a4532686a501f75.bindPopup(popup_72c9d261b3221f0cafc66f3a792b2c57)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_00fbcd2c8668f3b236c781b50144834a = L.circleMarker(\n",
+       "                [-35.93442114296355, 142.2048449125599],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d365a89227bb543d83e3664a3b8938ca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_744986fbf6e87c4be60d018837583950 = $(`&lt;div id=&quot;html_744986fbf6e87c4be60d018837583950&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_d365a89227bb543d83e3664a3b8938ca.setContent(html_744986fbf6e87c4be60d018837583950);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_00fbcd2c8668f3b236c781b50144834a.bindPopup(popup_d365a89227bb543d83e3664a3b8938ca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4bf1aff25d379e995491ba96d6d26252 = L.circleMarker(\n",
+       "                [-36.26745945145437, 141.9709332539272],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_94bd253a61c82b5a15e68ce3dca81c9e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e4f067a0febcfafb93806f9430dcd49e = $(`&lt;div id=&quot;html_e4f067a0febcfafb93806f9430dcd49e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_94bd253a61c82b5a15e68ce3dca81c9e.setContent(html_e4f067a0febcfafb93806f9430dcd49e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4bf1aff25d379e995491ba96d6d26252.bindPopup(popup_94bd253a61c82b5a15e68ce3dca81c9e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce731c4b408fa5a2b5c15a8d9f323ffa = L.circleMarker(\n",
+       "                [-36.38178198117897, 141.8783763486277],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d0de1e65ae30991e9b62b3efcaf40c7b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b7c5073de7c959da2325b1803925c1f0 = $(`&lt;div id=&quot;html_b7c5073de7c959da2325b1803925c1f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_d0de1e65ae30991e9b62b3efcaf40c7b.setContent(html_b7c5073de7c959da2325b1803925c1f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce731c4b408fa5a2b5c15a8d9f323ffa.bindPopup(popup_d0de1e65ae30991e9b62b3efcaf40c7b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_30d53e1b7c13bcf367337b566d842775 = L.circleMarker(\n",
+       "                [-36.30080154452651, 141.59118884930308],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c6b23f1fd26d069801d56de7312528d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_78a47c0d920ecf270e52e7c1042b504f = $(`&lt;div id=&quot;html_78a47c0d920ecf270e52e7c1042b504f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_c6b23f1fd26d069801d56de7312528d9.setContent(html_78a47c0d920ecf270e52e7c1042b504f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_30d53e1b7c13bcf367337b566d842775.bindPopup(popup_c6b23f1fd26d069801d56de7312528d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1818493e0204eadfdf3d059f3a74c091 = L.circleMarker(\n",
+       "                [-36.07392858020632, 141.6477813564084],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c4f2345dfd5565549abcc11c6bffcf4a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_31453607949104ae039838d11c58ceae = $(`&lt;div id=&quot;html_31453607949104ae039838d11c58ceae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_c4f2345dfd5565549abcc11c6bffcf4a.setContent(html_31453607949104ae039838d11c58ceae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1818493e0204eadfdf3d059f3a74c091.bindPopup(popup_c4f2345dfd5565549abcc11c6bffcf4a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ae61dc7b9f190289ba617a4aa21d8e7a = L.circleMarker(\n",
+       "                [-35.620982118495256, 141.48481791123038],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c5d603e11752d2f5d2bf344a31107579 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_71376f0675d849ed907cc5e14dc82ea0 = $(`&lt;div id=&quot;html_71376f0675d849ed907cc5e14dc82ea0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hindmarsh: crime count = -0.788000845293928&lt;/div&gt;`)[0];\n",
+       "                popup_c5d603e11752d2f5d2bf344a31107579.setContent(html_71376f0675d849ed907cc5e14dc82ea0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ae61dc7b9f190289ba617a4aa21d8e7a.bindPopup(popup_c5d603e11752d2f5d2bf344a31107579)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e1f2e67786183dbe78b4151d37873424 = L.circleMarker(\n",
+       "                [-37.88093885492225, 144.78443236431673],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b3f98a0d4518737bc54c91cde3346d40 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0f114b4ee880d07b7e6a84b36666b487 = $(`&lt;div id=&quot;html_0f114b4ee880d07b7e6a84b36666b487&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hobsons Bay: crime count = 0.27409996150865445&lt;/div&gt;`)[0];\n",
+       "                popup_b3f98a0d4518737bc54c91cde3346d40.setContent(html_0f114b4ee880d07b7e6a84b36666b487);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e1f2e67786183dbe78b4151d37873424.bindPopup(popup_b3f98a0d4518737bc54c91cde3346d40)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6dc3e44fb935143dd0c8d606c6857d77 = L.circleMarker(\n",
+       "                [-37.82995771566973, 144.887962084673],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_707f5547abce59c891ed31e474d19e5f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_623420cbc8fe1d7afee4f42846749377 = $(`&lt;div id=&quot;html_623420cbc8fe1d7afee4f42846749377&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hobsons Bay: crime count = 0.27409996150865445&lt;/div&gt;`)[0];\n",
+       "                popup_707f5547abce59c891ed31e474d19e5f.setContent(html_623420cbc8fe1d7afee4f42846749377);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6dc3e44fb935143dd0c8d606c6857d77.bindPopup(popup_707f5547abce59c891ed31e474d19e5f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_79f47df2b3122b9c2efa15e25c67d8b2 = L.circleMarker(\n",
+       "                [-37.86118676450844, 144.88997575191016],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_565b86d13095142c2880c734e1e8804f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cf36addf936db6d979d1b93277840aa6 = $(`&lt;div id=&quot;html_cf36addf936db6d979d1b93277840aa6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hobsons Bay: crime count = 0.27409996150865445&lt;/div&gt;`)[0];\n",
+       "                popup_565b86d13095142c2880c734e1e8804f.setContent(html_cf36addf936db6d979d1b93277840aa6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_79f47df2b3122b9c2efa15e25c67d8b2.bindPopup(popup_565b86d13095142c2880c734e1e8804f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0baf2e6956d5292e97cf028d43bc56fa = L.circleMarker(\n",
+       "                [-37.84368166137825, 144.87997223282025],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3078b2747ab8b7b4a161f8a963cfa01e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6c2992d18e241aaf0582ac74dfcf8619 = $(`&lt;div id=&quot;html_6c2992d18e241aaf0582ac74dfcf8619&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hobsons Bay: crime count = 0.27409996150865445&lt;/div&gt;`)[0];\n",
+       "                popup_3078b2747ab8b7b4a161f8a963cfa01e.setContent(html_6c2992d18e241aaf0582ac74dfcf8619);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0baf2e6956d5292e97cf028d43bc56fa.bindPopup(popup_3078b2747ab8b7b4a161f8a963cfa01e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4fef36004a6d156df53acb2b82e5097c = L.circleMarker(\n",
+       "                [-37.88094937617663, 144.75867116113488],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_782ac5c54bfb24e492f75de5aeb63b16 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_33124d73963221387fd6ed5d52ce5b93 = $(`&lt;div id=&quot;html_33124d73963221387fd6ed5d52ce5b93&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hobsons Bay: crime count = 0.27409996150865445&lt;/div&gt;`)[0];\n",
+       "                popup_782ac5c54bfb24e492f75de5aeb63b16.setContent(html_33124d73963221387fd6ed5d52ce5b93);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4fef36004a6d156df53acb2b82e5097c.bindPopup(popup_782ac5c54bfb24e492f75de5aeb63b16)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_64c04831f52d8f3e482f6a43f3997218 = L.circleMarker(\n",
+       "                [-37.852620251112505, 144.86894291208176],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_491065091ea348e47e36d44d985a1478 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f5f6921633f6ab65574e056e100621a = $(`&lt;div id=&quot;html_6f5f6921633f6ab65574e056e100621a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hobsons Bay: crime count = 0.27409996150865445&lt;/div&gt;`)[0];\n",
+       "                popup_491065091ea348e47e36d44d985a1478.setContent(html_6f5f6921633f6ab65574e056e100621a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_64c04831f52d8f3e482f6a43f3997218.bindPopup(popup_491065091ea348e47e36d44d985a1478)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c0d852b636788dd8a0f710929ff17e9c = L.circleMarker(\n",
+       "                [-37.86007196391906, 144.8133782478888],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4f1c6dc215c5b957f7347bbfd6e811f9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e2f30b7e0a6d887e3d2d040a832b5246 = $(`&lt;div id=&quot;html_e2f30b7e0a6d887e3d2d040a832b5246&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hobsons Bay: crime count = 0.27409996150865445&lt;/div&gt;`)[0];\n",
+       "                popup_4f1c6dc215c5b957f7347bbfd6e811f9.setContent(html_e2f30b7e0a6d887e3d2d040a832b5246);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c0d852b636788dd8a0f710929ff17e9c.bindPopup(popup_4f1c6dc215c5b957f7347bbfd6e811f9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7983eda06c00549423c63497753365f1 = L.circleMarker(\n",
+       "                [-37.86423528475069, 144.84404854673934],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8d8ab6559ad5d3e50b494c837baee68d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a7ae12fd2ad90e1ef9bcb13565256a29 = $(`&lt;div id=&quot;html_a7ae12fd2ad90e1ef9bcb13565256a29&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hobsons Bay: crime count = 0.27409996150865445&lt;/div&gt;`)[0];\n",
+       "                popup_8d8ab6559ad5d3e50b494c837baee68d.setContent(html_a7ae12fd2ad90e1ef9bcb13565256a29);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7983eda06c00549423c63497753365f1.bindPopup(popup_8d8ab6559ad5d3e50b494c837baee68d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_632e2982797c3290eb7e7c3dd9ed6636 = L.circleMarker(\n",
+       "                [-37.85936237911011, 144.76707758814058],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_22bd06df690ded0a4bd5afbd9c7343b3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3cfd949ea69042cb8afb86c0b773808c = $(`&lt;div id=&quot;html_3cfd949ea69042cb8afb86c0b773808c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hobsons Bay: crime count = 0.27409996150865445&lt;/div&gt;`)[0];\n",
+       "                popup_22bd06df690ded0a4bd5afbd9c7343b3.setContent(html_3cfd949ea69042cb8afb86c0b773808c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_632e2982797c3290eb7e7c3dd9ed6636.bindPopup(popup_22bd06df690ded0a4bd5afbd9c7343b3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8c53a5e4696ea430002268d8fd630666 = L.circleMarker(\n",
+       "                [-37.83779049678467, 144.83476206795638],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_afe4a539c77334ab27c66f594c488fce = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f40ecd0d79667764c201908b90687623 = $(`&lt;div id=&quot;html_f40ecd0d79667764c201908b90687623&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hobsons Bay: crime count = 0.27409996150865445&lt;/div&gt;`)[0];\n",
+       "                popup_afe4a539c77334ab27c66f594c488fce.setContent(html_f40ecd0d79667764c201908b90687623);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8c53a5e4696ea430002268d8fd630666.bindPopup(popup_afe4a539c77334ab27c66f594c488fce)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_db2b51c61907cc718dfb666b3681525b = L.circleMarker(\n",
+       "                [-37.83327251236851, 144.92220725248075],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ebaca2bd10357633a5740c55a9621c85 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_86bb313a1e9078e4191fd34785937ce8 = $(`&lt;div id=&quot;html_86bb313a1e9078e4191fd34785937ce8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hobsons Bay: crime count = 0.27409996150865445&lt;/div&gt;`)[0];\n",
+       "                popup_ebaca2bd10357633a5740c55a9621c85.setContent(html_86bb313a1e9078e4191fd34785937ce8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_db2b51c61907cc718dfb666b3681525b.bindPopup(popup_ebaca2bd10357633a5740c55a9621c85)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d2d2e20d5a6960640d10e776287f9acb = L.circleMarker(\n",
+       "                [-37.83096915017523, 144.87193638883713],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fee1b8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fee1b8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d1a5cb8c277f53435cb1b7eeee53499e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a6b8ca261c3e3e53e9819a47aa14aabe = $(`&lt;div id=&quot;html_a6b8ca261c3e3e53e9819a47aa14aabe&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hobsons Bay: crime count = 0.27409996150865445&lt;/div&gt;`)[0];\n",
+       "                popup_d1a5cb8c277f53435cb1b7eeee53499e.setContent(html_a6b8ca261c3e3e53e9819a47aa14aabe);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d2d2e20d5a6960640d10e776287f9acb.bindPopup(popup_d1a5cb8c277f53435cb1b7eeee53499e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f2318126c72e94003a235304fa7ecca9 = L.circleMarker(\n",
+       "                [-36.88549673976173, 142.19015742508603],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ee5d99aa4aa875311721049d9c9fd398 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_02aa02276168e24dee77171458357dcb = $(`&lt;div id=&quot;html_02aa02276168e24dee77171458357dcb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_ee5d99aa4aa875311721049d9c9fd398.setContent(html_02aa02276168e24dee77171458357dcb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f2318126c72e94003a235304fa7ecca9.bindPopup(popup_ee5d99aa4aa875311721049d9c9fd398)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_372de112e4e0b3a16257e60648958fd0 = L.circleMarker(\n",
+       "                [-36.89815056487321, 142.4947785793887],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ebf964e3f8f814fa2a7eb4b75b00950e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_021a51b7679a63371c15b49f07e44a13 = $(`&lt;div id=&quot;html_021a51b7679a63371c15b49f07e44a13&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_ebf964e3f8f814fa2a7eb4b75b00950e.setContent(html_021a51b7679a63371c15b49f07e44a13);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_372de112e4e0b3a16257e60648958fd0.bindPopup(popup_ebf964e3f8f814fa2a7eb4b75b00950e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_42c4378341c933ac04bf121cc6e4e933 = L.circleMarker(\n",
+       "                [-36.723780659050064, 141.79055721418564],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_114045a73fd9375f4c1cbcd153c809a0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8f7223154db7ecf5b91fb033dd4ec4e2 = $(`&lt;div id=&quot;html_8f7223154db7ecf5b91fb033dd4ec4e2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_114045a73fd9375f4c1cbcd153c809a0.setContent(html_8f7223154db7ecf5b91fb033dd4ec4e2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_42c4378341c933ac04bf121cc6e4e933.bindPopup(popup_114045a73fd9375f4c1cbcd153c809a0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f70a4f5b2924f02b57de247c4f02168 = L.circleMarker(\n",
+       "                [-36.74991464057014, 142.0449818331867],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_95d142aa8c640ec792b9b3bac8885bfe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fcfb56736429a2b1cb0c185b81e1808e = $(`&lt;div id=&quot;html_fcfb56736429a2b1cb0c185b81e1808e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_95d142aa8c640ec792b9b3bac8885bfe.setContent(html_fcfb56736429a2b1cb0c185b81e1808e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f70a4f5b2924f02b57de247c4f02168.bindPopup(popup_95d142aa8c640ec792b9b3bac8885bfe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5dde80fc62c2d0b556add4a77b060c1e = L.circleMarker(\n",
+       "                [-36.81231516406656, 142.07957939143856],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2dbe98a1cbc26802df8306907c0d817c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d83b901f344730517ea5e5cdfd4c39c0 = $(`&lt;div id=&quot;html_d83b901f344730517ea5e5cdfd4c39c0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_2dbe98a1cbc26802df8306907c0d817c.setContent(html_d83b901f344730517ea5e5cdfd4c39c0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5dde80fc62c2d0b556add4a77b060c1e.bindPopup(popup_2dbe98a1cbc26802df8306907c0d817c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_22d25fbb5477ec773c26b2280df7f78f = L.circleMarker(\n",
+       "                [-36.847982513896255, 141.9195614643495],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b8302d4ae9e64b31a859fc9e7b6d19e2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_618f809dd14ac1e217ecf4c40ca90cb1 = $(`&lt;div id=&quot;html_618f809dd14ac1e217ecf4c40ca90cb1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_b8302d4ae9e64b31a859fc9e7b6d19e2.setContent(html_618f809dd14ac1e217ecf4c40ca90cb1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_22d25fbb5477ec773c26b2280df7f78f.bindPopup(popup_b8302d4ae9e64b31a859fc9e7b6d19e2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8d82135bfd3ff8a31cdceab43fff93b5 = L.circleMarker(\n",
+       "                [-36.613869948761455, 142.0859595619854],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bfe36908686514f47fe4568462894e80 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8f8d14cb374a5df6311bf2f527c6c572 = $(`&lt;div id=&quot;html_8f8d14cb374a5df6311bf2f527c6c572&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_bfe36908686514f47fe4568462894e80.setContent(html_8f8d14cb374a5df6311bf2f527c6c572);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8d82135bfd3ff8a31cdceab43fff93b5.bindPopup(popup_bfe36908686514f47fe4568462894e80)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_14769e617d489e4e2b060c9aa449b422 = L.circleMarker(\n",
+       "                [-36.73972687370305, 142.53347461362412],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bc9f06b5cce3324d259460f31698dff5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d57b8f0bf1b66a411f54a8f6b7b9c530 = $(`&lt;div id=&quot;html_d57b8f0bf1b66a411f54a8f6b7b9c530&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_bc9f06b5cce3324d259460f31698dff5.setContent(html_d57b8f0bf1b66a411f54a8f6b7b9c530);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_14769e617d489e4e2b060c9aa449b422.bindPopup(popup_bc9f06b5cce3324d259460f31698dff5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1a3b4332704ae39983b2c2c2ada0b69b = L.circleMarker(\n",
+       "                [-36.7856289371576, 142.4319892566934],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0c77d47104a07bb0bfe11b4f4049da1f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b6d792274041a1b2fa430bc3368c7156 = $(`&lt;div id=&quot;html_b6d792274041a1b2fa430bc3368c7156&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_0c77d47104a07bb0bfe11b4f4049da1f.setContent(html_b6d792274041a1b2fa430bc3368c7156);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1a3b4332704ae39983b2c2c2ada0b69b.bindPopup(popup_0c77d47104a07bb0bfe11b4f4049da1f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6302395516da1599313c3123298625e7 = L.circleMarker(\n",
+       "                [-36.80623932540966, 142.25464721352242],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c0dcdba1777c738b66e64dfb48991503 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5b2b266b264fb28b0ec19956da755234 = $(`&lt;div id=&quot;html_5b2b266b264fb28b0ec19956da755234&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_c0dcdba1777c738b66e64dfb48991503.setContent(html_5b2b266b264fb28b0ec19956da755234);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6302395516da1599313c3123298625e7.bindPopup(popup_c0dcdba1777c738b66e64dfb48991503)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1d5fb1779512e9b7f64a896e531d69ca = L.circleMarker(\n",
+       "                [-36.96017329456259, 142.17797995812725],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_adacf2b62536993050afdb29b1d8a607 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a6f967653017a16207591ae1d89eba1d = $(`&lt;div id=&quot;html_a6f967653017a16207591ae1d89eba1d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_adacf2b62536993050afdb29b1d8a607.setContent(html_a6f967653017a16207591ae1d89eba1d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1d5fb1779512e9b7f64a896e531d69ca.bindPopup(popup_adacf2b62536993050afdb29b1d8a607)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ec7c9df66bdf0590852a0b22bee925ce = L.circleMarker(\n",
+       "                [-36.62110979341148, 141.89523879627484],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0d752e02ca8b9c567a652208465a5b29 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ab5b363056cfdaaaf904989d009c273a = $(`&lt;div id=&quot;html_ab5b363056cfdaaaf904989d009c273a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_0d752e02ca8b9c567a652208465a5b29.setContent(html_ab5b363056cfdaaaf904989d009c273a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ec7c9df66bdf0590852a0b22bee925ce.bindPopup(popup_0d752e02ca8b9c567a652208465a5b29)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3a6ffd11de049b053cd91f6eadfaff94 = L.circleMarker(\n",
+       "                [-36.58488908509153, 142.34198629116256],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b18c5fb5e262e9e2d02b7a678a16db72 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3af3d186f166e0183693570c855631bf = $(`&lt;div id=&quot;html_3af3d186f166e0183693570c855631bf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_b18c5fb5e262e9e2d02b7a678a16db72.setContent(html_3af3d186f166e0183693570c855631bf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3a6ffd11de049b053cd91f6eadfaff94.bindPopup(popup_b18c5fb5e262e9e2d02b7a678a16db72)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c41709e565f1efb61a3bbd4fd140cb9e = L.circleMarker(\n",
+       "                [-36.73529216258919, 141.93585818247922],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_450c1d3fbbe6b112506a107717e40e96 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a5d0eef849a8dced649a66db573bdcc5 = $(`&lt;div id=&quot;html_a5d0eef849a8dced649a66db573bdcc5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_450c1d3fbbe6b112506a107717e40e96.setContent(html_a5d0eef849a8dced649a66db573bdcc5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c41709e565f1efb61a3bbd4fd140cb9e.bindPopup(popup_450c1d3fbbe6b112506a107717e40e96)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b229f78cb5367725d1857bcfe75dd40 = L.circleMarker(\n",
+       "                [-36.55011583612647, 142.2226130830093],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_751e5dbc769f51abeb31a925ca21976f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8435557a5dead809b5175520a786a176 = $(`&lt;div id=&quot;html_8435557a5dead809b5175520a786a176&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_751e5dbc769f51abeb31a925ca21976f.setContent(html_8435557a5dead809b5175520a786a176);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b229f78cb5367725d1857bcfe75dd40.bindPopup(popup_751e5dbc769f51abeb31a925ca21976f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b3ccca413d19fb609b0c7b0e54939c45 = L.circleMarker(\n",
+       "                [-36.76071169131256, 142.19427553943143],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cf1abf69d8d70e1a439ab365e2dbcf86 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_26c2876638517e0455b493e9de9c75f0 = $(`&lt;div id=&quot;html_26c2876638517e0455b493e9de9c75f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_cf1abf69d8d70e1a439ab365e2dbcf86.setContent(html_26c2876638517e0455b493e9de9c75f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b3ccca413d19fb609b0c7b0e54939c45.bindPopup(popup_cf1abf69d8d70e1a439ab365e2dbcf86)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b7ba955b5ee2c2fd7c0907b662aab048 = L.circleMarker(\n",
+       "                [-37.01954794142907, 141.88896315195473],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2452eada5513281351af29df64a81d8b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6b427010fb2c5e6b655f82b5dfe867ed = $(`&lt;div id=&quot;html_6b427010fb2c5e6b655f82b5dfe867ed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_2452eada5513281351af29df64a81d8b.setContent(html_6b427010fb2c5e6b655f82b5dfe867ed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b7ba955b5ee2c2fd7c0907b662aab048.bindPopup(popup_2452eada5513281351af29df64a81d8b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_be59ae6aabe98832acb57f4437655f03 = L.circleMarker(\n",
+       "                [-37.1113592693902, 141.83586634405938],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f2636483ad627381a5bc6858d3a6b07c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f82dd3da20c240f9c8942b99a8cc5ced = $(`&lt;div id=&quot;html_f82dd3da20c240f9c8942b99a8cc5ced&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_f2636483ad627381a5bc6858d3a6b07c.setContent(html_f82dd3da20c240f9c8942b99a8cc5ced);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_be59ae6aabe98832acb57f4437655f03.bindPopup(popup_f2636483ad627381a5bc6858d3a6b07c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1af9051cded06d2df9c1d6f1fe7475ba = L.circleMarker(\n",
+       "                [-36.8074673005049, 142.1628380062817],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_50c3e6d4221508cc7dae07c1b4e278a8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e353326a47b1d831164edeb422bfad98 = $(`&lt;div id=&quot;html_e353326a47b1d831164edeb422bfad98&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_50c3e6d4221508cc7dae07c1b4e278a8.setContent(html_e353326a47b1d831164edeb422bfad98);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1af9051cded06d2df9c1d6f1fe7475ba.bindPopup(popup_50c3e6d4221508cc7dae07c1b4e278a8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_18a304dd6d96c4f920c119961f30a428 = L.circleMarker(\n",
+       "                [-36.86664298347962, 141.7599634012189],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_709dfa67c8ab8b528d291e9c1ae35061 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e099e7535291f51d7d5cf2bb042f8368 = $(`&lt;div id=&quot;html_e099e7535291f51d7d5cf2bb042f8368&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_709dfa67c8ab8b528d291e9c1ae35061.setContent(html_e099e7535291f51d7d5cf2bb042f8368);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_18a304dd6d96c4f920c119961f30a428.bindPopup(popup_709dfa67c8ab8b528d291e9c1ae35061)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_31e7e674cedd230a75e0739bb94ddac2 = L.circleMarker(\n",
+       "                [-36.530054744900525, 142.08654404929666],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2fbae0e2652d91792a49fd4b9c6131f0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_44c58ba9cba4d97e929c97bc6a54842d = $(`&lt;div id=&quot;html_44c58ba9cba4d97e929c97bc6a54842d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_2fbae0e2652d91792a49fd4b9c6131f0.setContent(html_44c58ba9cba4d97e929c97bc6a54842d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_31e7e674cedd230a75e0739bb94ddac2.bindPopup(popup_2fbae0e2652d91792a49fd4b9c6131f0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_11a167f49da7aa2f009af08f2534e5b9 = L.circleMarker(\n",
+       "                [-36.91419683225438, 142.34147109815606],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fac3f739c048006126616c2b1e33d75b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_37e7a44f1f079dcec650db9929dcd47d = $(`&lt;div id=&quot;html_37e7a44f1f079dcec650db9929dcd47d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_fac3f739c048006126616c2b1e33d75b.setContent(html_37e7a44f1f079dcec650db9929dcd47d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_11a167f49da7aa2f009af08f2534e5b9.bindPopup(popup_fac3f739c048006126616c2b1e33d75b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_07bd1fb5a156cfc7d42f7964d2f00344 = L.circleMarker(\n",
+       "                [-37.04746261945662, 142.19743214333653],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1e68ac2be27b03965332b9d1e5703972 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e5046c9895e831959db26151a7f2be86 = $(`&lt;div id=&quot;html_e5046c9895e831959db26151a7f2be86&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_1e68ac2be27b03965332b9d1e5703972.setContent(html_e5046c9895e831959db26151a7f2be86);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_07bd1fb5a156cfc7d42f7964d2f00344.bindPopup(popup_1e68ac2be27b03965332b9d1e5703972)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_97c017f66a2d0113336eb3ae5887f0a8 = L.circleMarker(\n",
+       "                [-36.93736422927745, 141.89058168889096],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fe2d7271f14845559975c59ff06f3c8e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_94d47ee5aa23970098aa954790c40715 = $(`&lt;div id=&quot;html_94d47ee5aa23970098aa954790c40715&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_fe2d7271f14845559975c59ff06f3c8e.setContent(html_94d47ee5aa23970098aa954790c40715);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_97c017f66a2d0113336eb3ae5887f0a8.bindPopup(popup_fe2d7271f14845559975c59ff06f3c8e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_505c12b15cb97816a640244caa8b5c1d = L.circleMarker(\n",
+       "                [-36.72109429149816, 142.246888170921],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7d6ef8da1be289e2d3f768f039b9887b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_119c701aa512f19b74fa7ee67803c420 = $(`&lt;div id=&quot;html_119c701aa512f19b74fa7ee67803c420&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_7d6ef8da1be289e2d3f768f039b9887b.setContent(html_119c701aa512f19b74fa7ee67803c420);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_505c12b15cb97816a640244caa8b5c1d.bindPopup(popup_7d6ef8da1be289e2d3f768f039b9887b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_703ebb78e16fd4ca0557228cd7965c59 = L.circleMarker(\n",
+       "                [-36.94848494167722, 142.04615518269716],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e66663fb5b49997e0b3f76a39a52e2d0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ad38c2651b371604cb85fe585eb757b8 = $(`&lt;div id=&quot;html_ad38c2651b371604cb85fe585eb757b8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_e66663fb5b49997e0b3f76a39a52e2d0.setContent(html_ad38c2651b371604cb85fe585eb757b8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_703ebb78e16fd4ca0557228cd7965c59.bindPopup(popup_e66663fb5b49997e0b3f76a39a52e2d0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6718cd17207945748d894d5b6dc7e6d1 = L.circleMarker(\n",
+       "                [-37.14439994060085, 141.6015915086127],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b88c26b1e799c6817ac69d043451511d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_541ec2859fc2820384aabb6bde5fc831 = $(`&lt;div id=&quot;html_541ec2859fc2820384aabb6bde5fc831&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_b88c26b1e799c6817ac69d043451511d.setContent(html_541ec2859fc2820384aabb6bde5fc831);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6718cd17207945748d894d5b6dc7e6d1.bindPopup(popup_b88c26b1e799c6817ac69d043451511d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_718db7a21da611b9b7643fe6b1328d69 = L.circleMarker(\n",
+       "                [-36.64543453244511, 142.23522469841652],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7755b41496f54847d0372c78a4d1f907 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a676900493711b14a7d05bba13adf980 = $(`&lt;div id=&quot;html_a676900493711b14a7d05bba13adf980&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_7755b41496f54847d0372c78a4d1f907.setContent(html_a676900493711b14a7d05bba13adf980);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_718db7a21da611b9b7643fe6b1328d69.bindPopup(popup_7755b41496f54847d0372c78a4d1f907)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_02e80630e62d45fe339d1378f42215d9 = L.circleMarker(\n",
+       "                [-37.040888766727015, 141.70736786492688],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1a12cd7fa1cb7ffc87ab7898037d2f4c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6d97551568a3ee84b1ed8fc6cc5c73ba = $(`&lt;div id=&quot;html_6d97551568a3ee84b1ed8fc6cc5c73ba&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_1a12cd7fa1cb7ffc87ab7898037d2f4c.setContent(html_6d97551568a3ee84b1ed8fc6cc5c73ba);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_02e80630e62d45fe339d1378f42215d9.bindPopup(popup_1a12cd7fa1cb7ffc87ab7898037d2f4c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_09397aa85d03b49f2170fdf5767af1aa = L.circleMarker(\n",
+       "                [-36.76560920748534, 142.32837590341737],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4f27ef36b14ae09d42f395ed49999850 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_258f00283356499bc983a5abe9dc50d0 = $(`&lt;div id=&quot;html_258f00283356499bc983a5abe9dc50d0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_4f27ef36b14ae09d42f395ed49999850.setContent(html_258f00283356499bc983a5abe9dc50d0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_09397aa85d03b49f2170fdf5767af1aa.bindPopup(popup_4f27ef36b14ae09d42f395ed49999850)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f683d572e1c8305c87a3d4448a71e201 = L.circleMarker(\n",
+       "                [-37.130485560697096, 142.015188923322],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4c75d0865197a86ae3272d87e25400dc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_116a5d4578682f54297bab7e9382ae4a = $(`&lt;div id=&quot;html_116a5d4578682f54297bab7e9382ae4a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_4c75d0865197a86ae3272d87e25400dc.setContent(html_116a5d4578682f54297bab7e9382ae4a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f683d572e1c8305c87a3d4448a71e201.bindPopup(popup_4c75d0865197a86ae3272d87e25400dc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_42b78d1500866ad56ef4cefb3599ee16 = L.circleMarker(\n",
+       "                [-36.70130469569385, 142.07660643565396],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c62beb85780cbe997cca296547b7d950 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d53e1a3094b11ac1b3be1a6d6258b4d0 = $(`&lt;div id=&quot;html_d53e1a3094b11ac1b3be1a6d6258b4d0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_c62beb85780cbe997cca296547b7d950.setContent(html_d53e1a3094b11ac1b3be1a6d6258b4d0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_42b78d1500866ad56ef4cefb3599ee16.bindPopup(popup_c62beb85780cbe997cca296547b7d950)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6d28caa57c518afcac4892f13107f5ea = L.circleMarker(\n",
+       "                [-37.01501610645368, 142.3870326259087],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ba8d77dc0cbfb1ef14d2311ffbea7fe7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dd72fbfdc4d622648748369f1bb14399 = $(`&lt;div id=&quot;html_dd72fbfdc4d622648748369f1bb14399&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_ba8d77dc0cbfb1ef14d2311ffbea7fe7.setContent(html_dd72fbfdc4d622648748369f1bb14399);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6d28caa57c518afcac4892f13107f5ea.bindPopup(popup_ba8d77dc0cbfb1ef14d2311ffbea7fe7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b60bc9936362e1e4250215638c81e182 = L.circleMarker(\n",
+       "                [-36.71892036928242, 142.19623039332785],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeed6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeed6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_45b74a65c7212486b69b41b2ca9cfc82 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f773bdb9bd65e57c5777fdd842b4eb80 = $(`&lt;div id=&quot;html_f773bdb9bd65e57c5777fdd842b4eb80&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Horsham: crime count = -0.34006905057799236&lt;/div&gt;`)[0];\n",
+       "                popup_45b74a65c7212486b69b41b2ca9cfc82.setContent(html_f773bdb9bd65e57c5777fdd842b4eb80);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b60bc9936362e1e4250215638c81e182.bindPopup(popup_45b74a65c7212486b69b41b2ca9cfc82)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_82d622e7ce3392a1f4a47a5daf3d4c40 = L.circleMarker(\n",
+       "                [-37.68318606801113, 144.93177313499694],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_510d75d0d975a7eb8a6c91b4ac7e646d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5c1b94f64201a4d6585356ffcb4a11aa = $(`&lt;div id=&quot;html_5c1b94f64201a4d6585356ffcb4a11aa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_510d75d0d975a7eb8a6c91b4ac7e646d.setContent(html_5c1b94f64201a4d6585356ffcb4a11aa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_82d622e7ce3392a1f4a47a5daf3d4c40.bindPopup(popup_510d75d0d975a7eb8a6c91b4ac7e646d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bd6d552b2e668ee78cc428edb301e94f = L.circleMarker(\n",
+       "                [-37.63464825118839, 144.95073855326353],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bc05f1df0439decb45b7506023aa7bd7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ba565d3e767d625b5e6ae15a54508e2d = $(`&lt;div id=&quot;html_ba565d3e767d625b5e6ae15a54508e2d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_bc05f1df0439decb45b7506023aa7bd7.setContent(html_ba565d3e767d625b5e6ae15a54508e2d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bd6d552b2e668ee78cc428edb301e94f.bindPopup(popup_bc05f1df0439decb45b7506023aa7bd7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c1a77af4fc7fdcc87396df752eb62a2 = L.circleMarker(\n",
+       "                [-37.59162375211775, 144.84012567887834],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7d3f3fe6aef3691eafc35e3208bdad24 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_473a80f379bfa2ac1ff669347882b9ec = $(`&lt;div id=&quot;html_473a80f379bfa2ac1ff669347882b9ec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_7d3f3fe6aef3691eafc35e3208bdad24.setContent(html_473a80f379bfa2ac1ff669347882b9ec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c1a77af4fc7fdcc87396df752eb62a2.bindPopup(popup_7d3f3fe6aef3691eafc35e3208bdad24)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c55311397e75209e19a6fc60371feec1 = L.circleMarker(\n",
+       "                [-37.67502472822678, 144.89357570624435],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0a2e7c3ef17d98087070811309f82259 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_232a04b2ec7883d3325653bb3a5cf825 = $(`&lt;div id=&quot;html_232a04b2ec7883d3325653bb3a5cf825&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_0a2e7c3ef17d98087070811309f82259.setContent(html_232a04b2ec7883d3325653bb3a5cf825);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c55311397e75209e19a6fc60371feec1.bindPopup(popup_0a2e7c3ef17d98087070811309f82259)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_592ab42156fc0f780bcfded7cea5a93c = L.circleMarker(\n",
+       "                [-37.47616527461575, 144.97197296396232],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9009a60b84db5fc8121d9d41b3e03d65 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_90a13479afc37f7f93fe95a6102201c4 = $(`&lt;div id=&quot;html_90a13479afc37f7f93fe95a6102201c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_9009a60b84db5fc8121d9d41b3e03d65.setContent(html_90a13479afc37f7f93fe95a6102201c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_592ab42156fc0f780bcfded7cea5a93c.bindPopup(popup_9009a60b84db5fc8121d9d41b3e03d65)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1803ff014817d4e2c8bae99f90614751 = L.circleMarker(\n",
+       "                [-37.67375369500678, 144.83801419608392],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_902509183b4298290e88a9ad7bb6ea37 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9bd2707a58dfbf59adbf67d78dd55425 = $(`&lt;div id=&quot;html_9bd2707a58dfbf59adbf67d78dd55425&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_902509183b4298290e88a9ad7bb6ea37.setContent(html_9bd2707a58dfbf59adbf67d78dd55425);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1803ff014817d4e2c8bae99f90614751.bindPopup(popup_902509183b4298290e88a9ad7bb6ea37)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7029293569eb848456ae8442f92007f4 = L.circleMarker(\n",
+       "                [-37.625735809184405, 144.92532737411236],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_42d219733b48e5350132c5e3e319d969 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f17d8d021b0c273ffd9e5ff3f176b05f = $(`&lt;div id=&quot;html_f17d8d021b0c273ffd9e5ff3f176b05f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_42d219733b48e5350132c5e3e319d969.setContent(html_f17d8d021b0c273ffd9e5ff3f176b05f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7029293569eb848456ae8442f92007f4.bindPopup(popup_42d219733b48e5350132c5e3e319d969)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5e25d827050f549b78efc11e5df47bcb = L.circleMarker(\n",
+       "                [-37.651163156268936, 144.91857130214854],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d84c06622f9399d91507d6f62272f149 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f58f4c464a9fc2fe596cbac74255230d = $(`&lt;div id=&quot;html_f58f4c464a9fc2fe596cbac74255230d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_d84c06622f9399d91507d6f62272f149.setContent(html_f58f4c464a9fc2fe596cbac74255230d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5e25d827050f549b78efc11e5df47bcb.bindPopup(popup_d84c06622f9399d91507d6f62272f149)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d638af9be9e35f15a423b977acefefde = L.circleMarker(\n",
+       "                [-37.57998980271624, 144.8639505480124],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4fda7ba45a2f984614693fe2e37e7aaa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1a8792dc348823dc6defffae5765b659 = $(`&lt;div id=&quot;html_1a8792dc348823dc6defffae5765b659&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_4fda7ba45a2f984614693fe2e37e7aaa.setContent(html_1a8792dc348823dc6defffae5765b659);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d638af9be9e35f15a423b977acefefde.bindPopup(popup_4fda7ba45a2f984614693fe2e37e7aaa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aefe3708cf11c671ab363623c6438c47 = L.circleMarker(\n",
+       "                [-37.66701180569432, 144.88486539163534],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_32f48a924f88c0a0543688d4ea3c6400 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0942349d96542c233f538f282bcfd744 = $(`&lt;div id=&quot;html_0942349d96542c233f538f282bcfd744&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_32f48a924f88c0a0543688d4ea3c6400.setContent(html_0942349d96542c233f538f282bcfd744);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aefe3708cf11c671ab363623c6438c47.bindPopup(popup_32f48a924f88c0a0543688d4ea3c6400)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_eb143bbbc2a046db91e75903eadb2331 = L.circleMarker(\n",
+       "                [-37.53979618931947, 144.90061988860396],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1315657400d68d525ea2c771256a6930 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6c486254c44d0f2c790d2e8b58532e26 = $(`&lt;div id=&quot;html_6c486254c44d0f2c790d2e8b58532e26&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_1315657400d68d525ea2c771256a6930.setContent(html_6c486254c44d0f2c790d2e8b58532e26);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_eb143bbbc2a046db91e75903eadb2331.bindPopup(popup_1315657400d68d525ea2c771256a6930)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_345e755c4bf8dc387895a6cd39b70c13 = L.circleMarker(\n",
+       "                [-37.58611017103722, 144.92731024259655],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bccc05fbbc6d3f9166ad97e3c3ef4bb3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5256bfa25246d18f1ea6a0cd1cc06b25 = $(`&lt;div id=&quot;html_5256bfa25246d18f1ea6a0cd1cc06b25&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_bccc05fbbc6d3f9166ad97e3c3ef4bb3.setContent(html_5256bfa25246d18f1ea6a0cd1cc06b25);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_345e755c4bf8dc387895a6cd39b70c13.bindPopup(popup_bccc05fbbc6d3f9166ad97e3c3ef4bb3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ee5a3fe0365070d926b130569ea13cf2 = L.circleMarker(\n",
+       "                [-37.54705764153477, 144.71499738635274],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6404aff92f66aa2d8cd2216e2e0e0bab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_472272d147409a382ee23c9055f0b463 = $(`&lt;div id=&quot;html_472272d147409a382ee23c9055f0b463&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_6404aff92f66aa2d8cd2216e2e0e0bab.setContent(html_472272d147409a382ee23c9055f0b463);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ee5a3fe0365070d926b130569ea13cf2.bindPopup(popup_6404aff92f66aa2d8cd2216e2e0e0bab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bc103df67a37127f943278ce235d8c21 = L.circleMarker(\n",
+       "                [-37.687737963074056, 144.9110252859061],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a09e9abd6ba2ab6b867c52a4a9aa8d6b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5ed9172cc6b6163c1e93ed3f31bc2056 = $(`&lt;div id=&quot;html_5ed9172cc6b6163c1e93ed3f31bc2056&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_a09e9abd6ba2ab6b867c52a4a9aa8d6b.setContent(html_5ed9172cc6b6163c1e93ed3f31bc2056);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bc103df67a37127f943278ce235d8c21.bindPopup(popup_a09e9abd6ba2ab6b867c52a4a9aa8d6b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b0a3c8bfcbd3452d379963e3197d2ce7 = L.circleMarker(\n",
+       "                [-37.68988143869701, 144.89450386963534],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_83adae8f9fe8d8d36ce44f242e0d11ff = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cf7b30f2ab4c76dfda12676d20a96851 = $(`&lt;div id=&quot;html_cf7b30f2ab4c76dfda12676d20a96851&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_83adae8f9fe8d8d36ce44f242e0d11ff.setContent(html_cf7b30f2ab4c76dfda12676d20a96851);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b0a3c8bfcbd3452d379963e3197d2ce7.bindPopup(popup_83adae8f9fe8d8d36ce44f242e0d11ff)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4251cc75c17160490a7c91d7cf4c0c76 = L.circleMarker(\n",
+       "                [-37.48724213024192, 144.80331485956052],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b5fc4eaa2b4bf5ec0e2243ce31e3002d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c06d2512c70a11a16d0b8b967ad71d49 = $(`&lt;div id=&quot;html_c06d2512c70a11a16d0b8b967ad71d49&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_b5fc4eaa2b4bf5ec0e2243ce31e3002d.setContent(html_c06d2512c70a11a16d0b8b967ad71d49);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4251cc75c17160490a7c91d7cf4c0c76.bindPopup(popup_b5fc4eaa2b4bf5ec0e2243ce31e3002d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f404961ee32fc7ab2d398c5652b4834e = L.circleMarker(\n",
+       "                [-37.656742498628354, 144.93465636762548],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d85200fd12586eda552200326bb869c1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fd1ec3e8dfb683817a98fabc7797ed5f = $(`&lt;div id=&quot;html_fd1ec3e8dfb683817a98fabc7797ed5f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_d85200fd12586eda552200326bb869c1.setContent(html_fd1ec3e8dfb683817a98fabc7797ed5f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f404961ee32fc7ab2d398c5652b4834e.bindPopup(popup_d85200fd12586eda552200326bb869c1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4110d4869f5cb296fef6cf198b64c4ba = L.circleMarker(\n",
+       "                [-37.63661868524692, 144.87984005916712],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f8beb896a97c2469aee1ff8debc25067 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cb3305ed78bb8c3c33f23f50a4af9e28 = $(`&lt;div id=&quot;html_cb3305ed78bb8c3c33f23f50a4af9e28&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_f8beb896a97c2469aee1ff8debc25067.setContent(html_cb3305ed78bb8c3c33f23f50a4af9e28);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4110d4869f5cb296fef6cf198b64c4ba.bindPopup(popup_f8beb896a97c2469aee1ff8debc25067)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cbeba3f8ad4a1163e7d981622c77bb0c = L.circleMarker(\n",
+       "                [-37.66374360744316, 144.95947387419923],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_944175a9acf378368f2a468c71745f40 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c56b56f659bebeb25256d90aacc35980 = $(`&lt;div id=&quot;html_c56b56f659bebeb25256d90aacc35980&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_944175a9acf378368f2a468c71745f40.setContent(html_c56b56f659bebeb25256d90aacc35980);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cbeba3f8ad4a1163e7d981622c77bb0c.bindPopup(popup_944175a9acf378368f2a468c71745f40)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c009f4fd57a1e87ef464bc15719a3da3 = L.circleMarker(\n",
+       "                [-37.525891901466366, 144.96036827091342],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ea8ffdab6347d7c7af34a7b01ac1124e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bfcca9a4e58ffe755453496fcea544dd = $(`&lt;div id=&quot;html_bfcca9a4e58ffe755453496fcea544dd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_ea8ffdab6347d7c7af34a7b01ac1124e.setContent(html_bfcca9a4e58ffe755453496fcea544dd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c009f4fd57a1e87ef464bc15719a3da3.bindPopup(popup_ea8ffdab6347d7c7af34a7b01ac1124e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8afd409e7d897b1f68ed3631a618655b = L.circleMarker(\n",
+       "                [-37.635336651439005, 144.79100822583655],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_008738f4ae7eab59a1519ab988a3a680 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_feecfe7075a4a45528ae104d4880577a = $(`&lt;div id=&quot;html_feecfe7075a4a45528ae104d4880577a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_008738f4ae7eab59a1519ab988a3a680.setContent(html_feecfe7075a4a45528ae104d4880577a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8afd409e7d897b1f68ed3631a618655b.bindPopup(popup_008738f4ae7eab59a1519ab988a3a680)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_80cf1fedf77667650e92268961d05b79 = L.circleMarker(\n",
+       "                [-37.55885817221602, 144.8001669807697],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ddf329f25c58f5b43db03ff2758bb1e7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2378e23158bae366c5a0ec9a40692cd6 = $(`&lt;div id=&quot;html_2378e23158bae366c5a0ec9a40692cd6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_ddf329f25c58f5b43db03ff2758bb1e7.setContent(html_2378e23158bae366c5a0ec9a40692cd6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_80cf1fedf77667650e92268961d05b79.bindPopup(popup_ddf329f25c58f5b43db03ff2758bb1e7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f9a6cdd510d9f96211049aa272f0ea05 = L.circleMarker(\n",
+       "                [-37.67078891332225, 144.9353526256488],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#f36f4cff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#f36f4cff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a011dbea788f170f429970ab1a80dab7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bc5c01279045778c2b3aaa8552e6aeee = $(`&lt;div id=&quot;html_bc5c01279045778c2b3aaa8552e6aeee&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Hume: crime count = 2.933539089563569&lt;/div&gt;`)[0];\n",
+       "                popup_a011dbea788f170f429970ab1a80dab7.setContent(html_bc5c01279045778c2b3aaa8552e6aeee);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f9a6cdd510d9f96211049aa272f0ea05.bindPopup(popup_a011dbea788f170f429970ab1a80dab7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b0ff69160f87268174045258f64e9b2d = L.circleMarker(\n",
+       "                [-36.19942669599864, 146.61614716467588],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ccc1437b5cf256e6041c1984cdccb57d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_92c7bdd1dfee6bd96b55a9de6eb852e3 = $(`&lt;div id=&quot;html_92c7bdd1dfee6bd96b55a9de6eb852e3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_ccc1437b5cf256e6041c1984cdccb57d.setContent(html_92c7bdd1dfee6bd96b55a9de6eb852e3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b0ff69160f87268174045258f64e9b2d.bindPopup(popup_ccc1437b5cf256e6041c1984cdccb57d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8d2a0f151ec9a29c9d972320ebf05678 = L.circleMarker(\n",
+       "                [-36.32056007020796, 146.90915540144027],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5d126a94d6a806e05ff6af3258428aaf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d5859652ec423cc92cd19cc17a83a81 = $(`&lt;div id=&quot;html_7d5859652ec423cc92cd19cc17a83a81&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_5d126a94d6a806e05ff6af3258428aaf.setContent(html_7d5859652ec423cc92cd19cc17a83a81);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8d2a0f151ec9a29c9d972320ebf05678.bindPopup(popup_5d126a94d6a806e05ff6af3258428aaf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_da6140b35603d6dffd22a051c7b43a0f = L.circleMarker(\n",
+       "                [-36.28941153001977, 146.74278790494083],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5a3e10a2f694407f8a7fd666a9557e85 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_69fcf1296eb7ad87fe0d0b1bd1527a84 = $(`&lt;div id=&quot;html_69fcf1296eb7ad87fe0d0b1bd1527a84&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_5a3e10a2f694407f8a7fd666a9557e85.setContent(html_69fcf1296eb7ad87fe0d0b1bd1527a84);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_da6140b35603d6dffd22a051c7b43a0f.bindPopup(popup_5a3e10a2f694407f8a7fd666a9557e85)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e5895979bfe1da84ea0f418082a5ac0f = L.circleMarker(\n",
+       "                [-36.295992704763066, 146.93687095127478],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6179d27d9fb73589e287bc12dea0ea78 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6cc6b36397942ef7bf87c1f9bac8fa92 = $(`&lt;div id=&quot;html_6cc6b36397942ef7bf87c1f9bac8fa92&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_6179d27d9fb73589e287bc12dea0ea78.setContent(html_6cc6b36397942ef7bf87c1f9bac8fa92);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e5895979bfe1da84ea0f418082a5ac0f.bindPopup(popup_6179d27d9fb73589e287bc12dea0ea78)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f5569742cff13b66c627e5320e3d38c1 = L.circleMarker(\n",
+       "                [-36.102768416638334, 146.5706980661285],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c7668dc6f9fdeed1542d0f32ba684ad9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_264af2773caf8c7eef2b7291f876ca8f = $(`&lt;div id=&quot;html_264af2773caf8c7eef2b7291f876ca8f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_c7668dc6f9fdeed1542d0f32ba684ad9.setContent(html_264af2773caf8c7eef2b7291f876ca8f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f5569742cff13b66c627e5320e3d38c1.bindPopup(popup_c7668dc6f9fdeed1542d0f32ba684ad9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_906e721d37f1469e7d62836b74823ea9 = L.circleMarker(\n",
+       "                [-36.18623753930509, 146.7397869032406],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a0d9e96dde99f51250b4679a13bb536b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aa1e8ee611f8d96dc3112ec4220abacb = $(`&lt;div id=&quot;html_aa1e8ee611f8d96dc3112ec4220abacb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_a0d9e96dde99f51250b4679a13bb536b.setContent(html_aa1e8ee611f8d96dc3112ec4220abacb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_906e721d37f1469e7d62836b74823ea9.bindPopup(popup_a0d9e96dde99f51250b4679a13bb536b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f44e06a27fc3e2d9b9e0bc5da87b1c43 = L.circleMarker(\n",
+       "                [-36.35239750467289, 146.99342430493758],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_21e8452fad0859a022f725b3c3960dc0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8671ad31c3e6b7eb8f290544bc24d476 = $(`&lt;div id=&quot;html_8671ad31c3e6b7eb8f290544bc24d476&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_21e8452fad0859a022f725b3c3960dc0.setContent(html_8671ad31c3e6b7eb8f290544bc24d476);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f44e06a27fc3e2d9b9e0bc5da87b1c43.bindPopup(popup_21e8452fad0859a022f725b3c3960dc0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_86c9e6cef3b1c51db8e4cd137b6e0984 = L.circleMarker(\n",
+       "                [-36.05323046869485, 146.2599079531467],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bf190f891a092e11690ec199e0294e16 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8a6f6a85887efeef7d918ef11dd87767 = $(`&lt;div id=&quot;html_8a6f6a85887efeef7d918ef11dd87767&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_bf190f891a092e11690ec199e0294e16.setContent(html_8a6f6a85887efeef7d918ef11dd87767);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_86c9e6cef3b1c51db8e4cd137b6e0984.bindPopup(popup_bf190f891a092e11690ec199e0294e16)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6910ab1bdaf7e4e74571bec0a30c7878 = L.circleMarker(\n",
+       "                [-36.13029547667811, 146.45512778589418],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_34ef9c5c325b1e72dc69e1bb2806c663 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3d541d1dc3c64c17e24decf816d6c2b7 = $(`&lt;div id=&quot;html_3d541d1dc3c64c17e24decf816d6c2b7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_34ef9c5c325b1e72dc69e1bb2806c663.setContent(html_3d541d1dc3c64c17e24decf816d6c2b7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6910ab1bdaf7e4e74571bec0a30c7878.bindPopup(popup_34ef9c5c325b1e72dc69e1bb2806c663)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4785a2d4c2ee710e156a2ca130bf249b = L.circleMarker(\n",
+       "                [-36.146287408661166, 146.54820154106588],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_07ba6639e64cf2399f79e43a1f162017 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2e3f303258ff59c15a595d0b727fca9e = $(`&lt;div id=&quot;html_2e3f303258ff59c15a595d0b727fca9e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_07ba6639e64cf2399f79e43a1f162017.setContent(html_2e3f303258ff59c15a595d0b727fca9e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4785a2d4c2ee710e156a2ca130bf249b.bindPopup(popup_07ba6639e64cf2399f79e43a1f162017)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c24dc3c6e79d78b0297c49c5b410dc9b = L.circleMarker(\n",
+       "                [-36.07890414017773, 146.67334254389732],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a124abd9281407dc308fdcd388036227 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bffdcd3cd1a2cf4fe9108c8b47a70c13 = $(`&lt;div id=&quot;html_bffdcd3cd1a2cf4fe9108c8b47a70c13&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_a124abd9281407dc308fdcd388036227.setContent(html_bffdcd3cd1a2cf4fe9108c8b47a70c13);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c24dc3c6e79d78b0297c49c5b410dc9b.bindPopup(popup_a124abd9281407dc308fdcd388036227)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cc01fb58a65df7f8a4da3540caf0d7be = L.circleMarker(\n",
+       "                [-36.33565857214847, 146.86798819562406],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4ffdfeacd4f68375a49aee97296e7a87 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_264ae2181d81d07202bc2ec9e1c58d49 = $(`&lt;div id=&quot;html_264ae2181d81d07202bc2ec9e1c58d49&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_4ffdfeacd4f68375a49aee97296e7a87.setContent(html_264ae2181d81d07202bc2ec9e1c58d49);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cc01fb58a65df7f8a4da3540caf0d7be.bindPopup(popup_4ffdfeacd4f68375a49aee97296e7a87)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_961151d20dc284976892edbf0f4d3b0b = L.circleMarker(\n",
+       "                [-36.05893068665701, 146.49242967422472],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3458a09cdf8ce3c5393e5174127a485f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6fca77808c1831bcde8b7be5251502e3 = $(`&lt;div id=&quot;html_6fca77808c1831bcde8b7be5251502e3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_3458a09cdf8ce3c5393e5174127a485f.setContent(html_6fca77808c1831bcde8b7be5251502e3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_961151d20dc284976892edbf0f4d3b0b.bindPopup(popup_3458a09cdf8ce3c5393e5174127a485f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_db5bf47453d2fd6c00e57429be1846ba = L.circleMarker(\n",
+       "                [-36.00472763185792, 146.4213063336536],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e6a34ac870eb6736f07286df0146bfec = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_27ca810dff97c71c2a22e9b8418c2eb4 = $(`&lt;div id=&quot;html_27ca810dff97c71c2a22e9b8418c2eb4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_e6a34ac870eb6736f07286df0146bfec.setContent(html_27ca810dff97c71c2a22e9b8418c2eb4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_db5bf47453d2fd6c00e57429be1846ba.bindPopup(popup_e6a34ac870eb6736f07286df0146bfec)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6441db920b9420774b925fda4163cf57 = L.circleMarker(\n",
+       "                [-36.046421275031406, 146.62390553841408],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3bd660abb7f92ec27de2cb71b42e08a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_89538735881b7bddf747521a465b768c = $(`&lt;div id=&quot;html_89538735881b7bddf747521a465b768c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_3bd660abb7f92ec27de2cb71b42e08a1.setContent(html_89538735881b7bddf747521a465b768c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6441db920b9420774b925fda4163cf57.bindPopup(popup_3bd660abb7f92ec27de2cb71b42e08a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c8676a4009b243bf1c6aace9e1a01189 = L.circleMarker(\n",
+       "                [-36.36210024030037, 147.12124195550618],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e08ca1b8035bb44d6c90dc15b00fb580 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f51bddcb5eebe484cbe7d96e038b1015 = $(`&lt;div id=&quot;html_f51bddcb5eebe484cbe7d96e038b1015&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_e08ca1b8035bb44d6c90dc15b00fb580.setContent(html_f51bddcb5eebe484cbe7d96e038b1015);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c8676a4009b243bf1c6aace9e1a01189.bindPopup(popup_e08ca1b8035bb44d6c90dc15b00fb580)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bd21ad5e61ea4c72ee304b2677ea9f42 = L.circleMarker(\n",
+       "                [-36.24111309117866, 146.94288844127374],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8526e91c808d77a4a4eafebd05e08d26 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e4bfc30b2ef3e956aa78482e4efe4292 = $(`&lt;div id=&quot;html_e4bfc30b2ef3e956aa78482e4efe4292&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_8526e91c808d77a4a4eafebd05e08d26.setContent(html_e4bfc30b2ef3e956aa78482e4efe4292);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bd21ad5e61ea4c72ee304b2677ea9f42.bindPopup(popup_8526e91c808d77a4a4eafebd05e08d26)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9ceb572afbbe6a45f942b7feb28fd5b4 = L.circleMarker(\n",
+       "                [-36.308705352531895, 147.15352287370462],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_011e4f0eff161693582353d5efec2f1f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ee6ad0926700011b2f3dff8ba01f8034 = $(`&lt;div id=&quot;html_ee6ad0926700011b2f3dff8ba01f8034&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_011e4f0eff161693582353d5efec2f1f.setContent(html_ee6ad0926700011b2f3dff8ba01f8034);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9ceb572afbbe6a45f942b7feb28fd5b4.bindPopup(popup_011e4f0eff161693582353d5efec2f1f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c2c2056e043d333d942ff2cbf50890d1 = L.circleMarker(\n",
+       "                [-35.997093873008666, 146.5705400414164],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_843667c5f13f05f32f5e73eb7f57ba76 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8cf9cc751e1c4b8debf32a48e431cc64 = $(`&lt;div id=&quot;html_8cf9cc751e1c4b8debf32a48e431cc64&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_843667c5f13f05f32f5e73eb7f57ba76.setContent(html_8cf9cc751e1c4b8debf32a48e431cc64);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c2c2056e043d333d942ff2cbf50890d1.bindPopup(popup_843667c5f13f05f32f5e73eb7f57ba76)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e82ed35a41d482ef812e1374a5c7f2b3 = L.circleMarker(\n",
+       "                [-36.33814674937133, 146.6576591148292],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e5883cf4daed0d9296775f86b69617c9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bb1b93fcd95a4345cfc7366b734d3a4e = $(`&lt;div id=&quot;html_bb1b93fcd95a4345cfc7366b734d3a4e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_e5883cf4daed0d9296775f86b69617c9.setContent(html_bb1b93fcd95a4345cfc7366b734d3a4e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e82ed35a41d482ef812e1374a5c7f2b3.bindPopup(popup_e5883cf4daed0d9296775f86b69617c9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_56cfafaf505617d9be192653066192dc = L.circleMarker(\n",
+       "                [-36.09984619709641, 146.3494919297425],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_78923c89e8e9f807dc0332cce1f49107 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9449dacf838d47168a9a5e65bad5100e = $(`&lt;div id=&quot;html_9449dacf838d47168a9a5e65bad5100e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_78923c89e8e9f807dc0332cce1f49107.setContent(html_9449dacf838d47168a9a5e65bad5100e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_56cfafaf505617d9be192653066192dc.bindPopup(popup_78923c89e8e9f807dc0332cce1f49107)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_67c0920cb3618953973e456f17eefa52 = L.circleMarker(\n",
+       "                [-36.39055604520266, 146.77487020911497],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7093be1b6566ef701976dc0dbd4552b9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b61bc1bcddbcde86b99c2f9ba09d6b8a = $(`&lt;div id=&quot;html_b61bc1bcddbcde86b99c2f9ba09d6b8a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_7093be1b6566ef701976dc0dbd4552b9.setContent(html_b61bc1bcddbcde86b99c2f9ba09d6b8a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_67c0920cb3618953973e456f17eefa52.bindPopup(popup_7093be1b6566ef701976dc0dbd4552b9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_480f05362fe7fd5e663caece45a9909d = L.circleMarker(\n",
+       "                [-36.42160049755677, 146.8652147360116],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d052e9ccf923f67596c429764691b884 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4c19fcf50cc9a20b5cf005dbbd6eb06e = $(`&lt;div id=&quot;html_4c19fcf50cc9a20b5cf005dbbd6eb06e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_d052e9ccf923f67596c429764691b884.setContent(html_4c19fcf50cc9a20b5cf005dbbd6eb06e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_480f05362fe7fd5e663caece45a9909d.bindPopup(popup_d052e9ccf923f67596c429764691b884)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_84bb94e97b4f09f69382ff4ed9fceb78 = L.circleMarker(\n",
+       "                [-36.00263759974291, 146.48567711358328],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_29745fa3d506e51ddd77038e75ab3407 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b4568268d93586e6c26d78f69947b425 = $(`&lt;div id=&quot;html_b4568268d93586e6c26d78f69947b425&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_29745fa3d506e51ddd77038e75ab3407.setContent(html_b4568268d93586e6c26d78f69947b425);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_84bb94e97b4f09f69382ff4ed9fceb78.bindPopup(popup_29745fa3d506e51ddd77038e75ab3407)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2a87d02d32584558e7c4af3a7411b78c = L.circleMarker(\n",
+       "                [-36.22888835931967, 147.08275876757435],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_830afda2e318b9e7d3707ac137e07438 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a91d7a00f2fc410fb2fbc2e23371025c = $(`&lt;div id=&quot;html_a91d7a00f2fc410fb2fbc2e23371025c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_830afda2e318b9e7d3707ac137e07438.setContent(html_a91d7a00f2fc410fb2fbc2e23371025c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2a87d02d32584558e7c4af3a7411b78c.bindPopup(popup_830afda2e318b9e7d3707ac137e07438)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_973b06f55d2c4f7231c74486ecc4c209 = L.circleMarker(\n",
+       "                [-36.27252034018563, 147.00657338369794],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2c58c1deb96794b3195798ed1ed62006 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f873bd9369bfa1bc46d5a7d8015d92f3 = $(`&lt;div id=&quot;html_f873bd9369bfa1bc46d5a7d8015d92f3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_2c58c1deb96794b3195798ed1ed62006.setContent(html_f873bd9369bfa1bc46d5a7d8015d92f3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_973b06f55d2c4f7231c74486ecc4c209.bindPopup(popup_2c58c1deb96794b3195798ed1ed62006)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c0cb4373938ca9b2b4ec30dbaffde2a2 = L.circleMarker(\n",
+       "                [-36.23951924138703, 147.0384308425477],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_57a98e6dbaa1403a196031c2fdfb8035 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c9d2d8aaff65b3362eb39297f2465d48 = $(`&lt;div id=&quot;html_c9d2d8aaff65b3362eb39297f2465d48&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Indigo: crime count = -0.759314680238532&lt;/div&gt;`)[0];\n",
+       "                popup_57a98e6dbaa1403a196031c2fdfb8035.setContent(html_c9d2d8aaff65b3362eb39297f2465d48);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c0cb4373938ca9b2b4ec30dbaffde2a2.bindPopup(popup_57a98e6dbaa1403a196031c2fdfb8035)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ee402c144beb73e1a1a9c3d3773e4a02 = L.circleMarker(\n",
+       "                [-37.94306428775808, 145.1252142306961],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a3fe29581046852b735448fb8f4137cb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2d3433ebe75e917bb4b2e7d425d8f6ba = $(`&lt;div id=&quot;html_2d3433ebe75e917bb4b2e7d425d8f6ba&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_a3fe29581046852b735448fb8f4137cb.setContent(html_2d3433ebe75e917bb4b2e7d425d8f6ba);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ee402c144beb73e1a1a9c3d3773e4a02.bindPopup(popup_a3fe29581046852b735448fb8f4137cb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c3e7b7ab49cba34095cb798d7c1a2390 = L.circleMarker(\n",
+       "                [-38.069324429600336, 145.14328092228627],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2d7dbf8fbe0eaa66ae98537897b62525 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1cb82250811d391dcd044a450fbe6087 = $(`&lt;div id=&quot;html_1cb82250811d391dcd044a450fbe6087&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_2d7dbf8fbe0eaa66ae98537897b62525.setContent(html_1cb82250811d391dcd044a450fbe6087);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c3e7b7ab49cba34095cb798d7c1a2390.bindPopup(popup_2d7dbf8fbe0eaa66ae98537897b62525)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6ce6f796886d478016babb1c8f187f46 = L.circleMarker(\n",
+       "                [-38.01475123981863, 145.13049098299152],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5559674358c874d11a0286603e75e3c5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5eaf1ea79232b68e44853c4dbb191590 = $(`&lt;div id=&quot;html_5eaf1ea79232b68e44853c4dbb191590&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_5559674358c874d11a0286603e75e3c5.setContent(html_5eaf1ea79232b68e44853c4dbb191590);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6ce6f796886d478016babb1c8f187f46.bindPopup(popup_5559674358c874d11a0286603e75e3c5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_445b1f569ebdbdacf7dd54e98f7f3f7e = L.circleMarker(\n",
+       "                [-37.95608070227556, 145.0931868904796],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_34faac9a0d67a0d8bf4fe1a804d211ed = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c1c9da45d9963155aad5d7617f7c3c07 = $(`&lt;div id=&quot;html_c1c9da45d9963155aad5d7617f7c3c07&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_34faac9a0d67a0d8bf4fe1a804d211ed.setContent(html_c1c9da45d9963155aad5d7617f7c3c07);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_445b1f569ebdbdacf7dd54e98f7f3f7e.bindPopup(popup_34faac9a0d67a0d8bf4fe1a804d211ed)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1fe6780717366eb4be807bacb39d686c = L.circleMarker(\n",
+       "                [-38.06305099932595, 145.12754655759264],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6573b64de6c1a79828480eb18bb63427 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f576f2668c7149c88007d73da4a66dd = $(`&lt;div id=&quot;html_6f576f2668c7149c88007d73da4a66dd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_6573b64de6c1a79828480eb18bb63427.setContent(html_6f576f2668c7149c88007d73da4a66dd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1fe6780717366eb4be807bacb39d686c.bindPopup(popup_6573b64de6c1a79828480eb18bb63427)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_abe20ea04d87ddea5827a6907fc26d57 = L.circleMarker(\n",
+       "                [-37.999349916202966, 145.09606763449585],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_78003b2739ead667cc3ee82058976ba2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b927e91c5412a9daa651e52b9326c016 = $(`&lt;div id=&quot;html_b927e91c5412a9daa651e52b9326c016&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_78003b2739ead667cc3ee82058976ba2.setContent(html_b927e91c5412a9daa651e52b9326c016);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_abe20ea04d87ddea5827a6907fc26d57.bindPopup(popup_78003b2739ead667cc3ee82058976ba2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_754ae430d2c6684413cbc04faaa78cde = L.circleMarker(\n",
+       "                [-38.00048512238801, 145.12296445727125],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_86cadd3a6b4dbf30e7115ea1771518d8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_611ebcbce2d32c9cc9dbe39debadb3b8 = $(`&lt;div id=&quot;html_611ebcbce2d32c9cc9dbe39debadb3b8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_86cadd3a6b4dbf30e7115ea1771518d8.setContent(html_611ebcbce2d32c9cc9dbe39debadb3b8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_754ae430d2c6684413cbc04faaa78cde.bindPopup(popup_86cadd3a6b4dbf30e7115ea1771518d8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_61e115c90fca69100283c8661879792a = L.circleMarker(\n",
+       "                [-38.04084216188018, 145.13423317361918],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3f8901e1b91e430dfbd4b0678337b4e4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_740640850d1e727aaf70fef4467f9754 = $(`&lt;div id=&quot;html_740640850d1e727aaf70fef4467f9754&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_3f8901e1b91e430dfbd4b0678337b4e4.setContent(html_740640850d1e727aaf70fef4467f9754);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_61e115c90fca69100283c8661879792a.bindPopup(popup_3f8901e1b91e430dfbd4b0678337b4e4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_830bcdff25caa380aa0ff12d6eeca8f6 = L.circleMarker(\n",
+       "                [-38.076764097193305, 145.12795464913296],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ba4ff703f58c24817593d2c7d32ad601 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cc54870121f89870f4c35f5c47ab0fd0 = $(`&lt;div id=&quot;html_cc54870121f89870f4c35f5c47ab0fd0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_ba4ff703f58c24817593d2c7d32ad601.setContent(html_cc54870121f89870f4c35f5c47ab0fd0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_830bcdff25caa380aa0ff12d6eeca8f6.bindPopup(popup_ba4ff703f58c24817593d2c7d32ad601)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2524a8cf31287324e4f93ad9e8be98a2 = L.circleMarker(\n",
+       "                [-37.98158738309305, 145.0693990412568],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_446163882a45a452bb040150f7fd3ea7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d0d18e085098fd695d9adaf5738f5bc = $(`&lt;div id=&quot;html_7d0d18e085098fd695d9adaf5738f5bc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_446163882a45a452bb040150f7fd3ea7.setContent(html_7d0d18e085098fd695d9adaf5738f5bc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2524a8cf31287324e4f93ad9e8be98a2.bindPopup(popup_446163882a45a452bb040150f7fd3ea7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_46c21c3144b4a4ac3e171e3b4a893398 = L.circleMarker(\n",
+       "                [-38.04965658730362, 145.12141588971323],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6b9f74397491c7827782425ef66079bf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_885d232ee4cf6b7eeaee259d5351470a = $(`&lt;div id=&quot;html_885d232ee4cf6b7eeaee259d5351470a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_6b9f74397491c7827782425ef66079bf.setContent(html_885d232ee4cf6b7eeaee259d5351470a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_46c21c3144b4a4ac3e171e3b4a893398.bindPopup(popup_6b9f74397491c7827782425ef66079bf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a956619454be31ad1c6968eda804e832 = L.circleMarker(\n",
+       "                [-37.943088701969394, 145.10599636382787],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_29bf6da815029fd895d675f811bf9a32 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b93a6a66064ddab867e9f0a419c0667b = $(`&lt;div id=&quot;html_b93a6a66064ddab867e9f0a419c0667b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_29bf6da815029fd895d675f811bf9a32.setContent(html_b93a6a66064ddab867e9f0a419c0667b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a956619454be31ad1c6968eda804e832.bindPopup(popup_29bf6da815029fd895d675f811bf9a32)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_74357f4567c4352f3dfb2cf55aab57bf = L.circleMarker(\n",
+       "                [-38.02189529033005, 145.10243866834423],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0e67cc4cdf93ab703e5acb59236e4ae0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a9fb59ecdac2fca9830e81f6630cd471 = $(`&lt;div id=&quot;html_a9fb59ecdac2fca9830e81f6630cd471&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_0e67cc4cdf93ab703e5acb59236e4ae0.setContent(html_a9fb59ecdac2fca9830e81f6630cd471);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_74357f4567c4352f3dfb2cf55aab57bf.bindPopup(popup_0e67cc4cdf93ab703e5acb59236e4ae0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1757463899f3e723efd43ec0240f2330 = L.circleMarker(\n",
+       "                [-37.97556520280666, 145.12562835267136],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_796e26747342f44f3f5a4a89e8d79a86 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6235efb7541fa1a89f58d15cac0b48c5 = $(`&lt;div id=&quot;html_6235efb7541fa1a89f58d15cac0b48c5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_796e26747342f44f3f5a4a89e8d79a86.setContent(html_6235efb7541fa1a89f58d15cac0b48c5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1757463899f3e723efd43ec0240f2330.bindPopup(popup_796e26747342f44f3f5a4a89e8d79a86)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_75f869c42e675f463e5403cc05b17983 = L.circleMarker(\n",
+       "                [-37.94145456935497, 145.05775880744093],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_08972487fc56ba68c2df81d93541104a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_84e773cb891d07a8a3597ddb380a661c = $(`&lt;div id=&quot;html_84e773cb891d07a8a3597ddb380a661c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_08972487fc56ba68c2df81d93541104a.setContent(html_84e773cb891d07a8a3597ddb380a661c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_75f869c42e675f463e5403cc05b17983.bindPopup(popup_08972487fc56ba68c2df81d93541104a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_744e8e22a57fead7e1a7e300eb3ad2d8 = L.circleMarker(\n",
+       "                [-37.97743233250267, 145.099770804127],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3a884e027dc827424568c4d1018f35f6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_732a70a9af8e8c430ea424b5caf2f796 = $(`&lt;div id=&quot;html_732a70a9af8e8c430ea424b5caf2f796&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_3a884e027dc827424568c4d1018f35f6.setContent(html_732a70a9af8e8c430ea424b5caf2f796);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_744e8e22a57fead7e1a7e300eb3ad2d8.bindPopup(popup_3a884e027dc827424568c4d1018f35f6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b7cdda3f83345c5320e7eb5c4ad23244 = L.circleMarker(\n",
+       "                [-38.02214444620817, 145.11986217168678],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6d4b27f5c38838b5f8ab5a9f955c056d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_33d5fae187d7588893d3c8908350d675 = $(`&lt;div id=&quot;html_33d5fae187d7588893d3c8908350d675&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_6d4b27f5c38838b5f8ab5a9f955c056d.setContent(html_33d5fae187d7588893d3c8908350d675);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b7cdda3f83345c5320e7eb5c4ad23244.bindPopup(popup_6d4b27f5c38838b5f8ab5a9f955c056d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e8bc230f7f79752099b18e55c437cf12 = L.circleMarker(\n",
+       "                [-37.99184673148995, 145.08131027243152],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dfd68c1bb746aeeca5d8e64994ebf67e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_24c2336daf04935bb2cec875daaf9225 = $(`&lt;div id=&quot;html_24c2336daf04935bb2cec875daaf9225&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_dfd68c1bb746aeeca5d8e64994ebf67e.setContent(html_24c2336daf04935bb2cec875daaf9225);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e8bc230f7f79752099b18e55c437cf12.bindPopup(popup_dfd68c1bb746aeeca5d8e64994ebf67e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b57db04c05cb14f34d1b7079643f8baa = L.circleMarker(\n",
+       "                [-38.03751892608595, 145.11491581735103],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc790ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc790ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aefec130a36948663c28b9392351a4ae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_006c40629e601fc34706f2f32d985111 = $(`&lt;div id=&quot;html_006c40629e601fc34706f2f32d985111&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Kingston: crime count = 1.170854425631687&lt;/div&gt;`)[0];\n",
+       "                popup_aefec130a36948663c28b9392351a4ae.setContent(html_006c40629e601fc34706f2f32d985111);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b57db04c05cb14f34d1b7079643f8baa.bindPopup(popup_aefec130a36948663c28b9392351a4ae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3e88c840d544e112f536d73f61734698 = L.circleMarker(\n",
+       "                [-37.85610632022623, 145.28609693773166],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_109403aa31c21d6180fe3d0af767d965 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_190cf5bba01b9460839e9ab864d57634 = $(`&lt;div id=&quot;html_190cf5bba01b9460839e9ab864d57634&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Knox: crime count = 1.1165110694708436&lt;/div&gt;`)[0];\n",
+       "                popup_109403aa31c21d6180fe3d0af767d965.setContent(html_190cf5bba01b9460839e9ab864d57634);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3e88c840d544e112f536d73f61734698.bindPopup(popup_109403aa31c21d6180fe3d0af767d965)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e68c6b11605c66ebbb5bfcdabd4c8a5b = L.circleMarker(\n",
+       "                [-37.85570085517115, 145.32104202240646],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_52664d49924230bd8d85514c937ee18f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c74789afc6446d396c43de4f7045592a = $(`&lt;div id=&quot;html_c74789afc6446d396c43de4f7045592a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Knox: crime count = 1.1165110694708436&lt;/div&gt;`)[0];\n",
+       "                popup_52664d49924230bd8d85514c937ee18f.setContent(html_c74789afc6446d396c43de4f7045592a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e68c6b11605c66ebbb5bfcdabd4c8a5b.bindPopup(popup_52664d49924230bd8d85514c937ee18f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3b6c4a280accf1edb6966e3d9712080b = L.circleMarker(\n",
+       "                [-37.87391760832726, 145.22204918281028],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_478ef62ee3d1ee82363df8a6aa534c88 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c852ad28fb25dfd7a8bf56909ea68851 = $(`&lt;div id=&quot;html_c852ad28fb25dfd7a8bf56909ea68851&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Knox: crime count = 1.1165110694708436&lt;/div&gt;`)[0];\n",
+       "                popup_478ef62ee3d1ee82363df8a6aa534c88.setContent(html_c852ad28fb25dfd7a8bf56909ea68851);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3b6c4a280accf1edb6966e3d9712080b.bindPopup(popup_478ef62ee3d1ee82363df8a6aa534c88)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b86f4fa0ca41ad8334188cba25b53e67 = L.circleMarker(\n",
+       "                [-37.84517120472908, 145.26467703931874],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dba52a8e79713b98e3fe1249981f1b84 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6235c3b6649bceb696441098674a7a40 = $(`&lt;div id=&quot;html_6235c3b6649bceb696441098674a7a40&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Knox: crime count = 1.1165110694708436&lt;/div&gt;`)[0];\n",
+       "                popup_dba52a8e79713b98e3fe1249981f1b84.setContent(html_6235c3b6649bceb696441098674a7a40);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b86f4fa0ca41ad8334188cba25b53e67.bindPopup(popup_dba52a8e79713b98e3fe1249981f1b84)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8d4a5cefa04f0d596025ca68d3c264dd = L.circleMarker(\n",
+       "                [-37.89777415775691, 145.31014816808067],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cb0b7a9c69d653c216ef0b45d06c3834 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9531cc143e1d7dc1605725fa51863421 = $(`&lt;div id=&quot;html_9531cc143e1d7dc1605725fa51863421&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Knox: crime count = 1.1165110694708436&lt;/div&gt;`)[0];\n",
+       "                popup_cb0b7a9c69d653c216ef0b45d06c3834.setContent(html_9531cc143e1d7dc1605725fa51863421);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8d4a5cefa04f0d596025ca68d3c264dd.bindPopup(popup_cb0b7a9c69d653c216ef0b45d06c3834)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_51ead966e147c3519f0ccdaf2fa8a7b8 = L.circleMarker(\n",
+       "                [-37.81431270513636, 145.31842026517785],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_35eb78fa6a85d50136162cdf1d2203b2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fdab00898f76ad5e4625f8a7fdcede60 = $(`&lt;div id=&quot;html_fdab00898f76ad5e4625f8a7fdcede60&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Knox: crime count = 1.1165110694708436&lt;/div&gt;`)[0];\n",
+       "                popup_35eb78fa6a85d50136162cdf1d2203b2.setContent(html_fdab00898f76ad5e4625f8a7fdcede60);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_51ead966e147c3519f0ccdaf2fa8a7b8.bindPopup(popup_35eb78fa6a85d50136162cdf1d2203b2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6fc79c4a16b8918e0426b7b7b0f3accc = L.circleMarker(\n",
+       "                [-37.8523551243396, 145.2258793192173],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e47318e1aae90121f72fc0282ce0daaf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b1ca4d9db60b0f5eef100f599ce20060 = $(`&lt;div id=&quot;html_b1ca4d9db60b0f5eef100f599ce20060&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Knox: crime count = 1.1165110694708436&lt;/div&gt;`)[0];\n",
+       "                popup_e47318e1aae90121f72fc0282ce0daaf.setContent(html_b1ca4d9db60b0f5eef100f599ce20060);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6fc79c4a16b8918e0426b7b7b0f3accc.bindPopup(popup_e47318e1aae90121f72fc0282ce0daaf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ac636209c08cc577387ecac930a4e915 = L.circleMarker(\n",
+       "                [-37.90161792345919, 145.2185896038945],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_30f9ccca0a34544b8ff56c3dd6c3b5ac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2038b41bafe126ae00a037db3e113c89 = $(`&lt;div id=&quot;html_2038b41bafe126ae00a037db3e113c89&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Knox: crime count = 1.1165110694708436&lt;/div&gt;`)[0];\n",
+       "                popup_30f9ccca0a34544b8ff56c3dd6c3b5ac.setContent(html_2038b41bafe126ae00a037db3e113c89);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ac636209c08cc577387ecac930a4e915.bindPopup(popup_30f9ccca0a34544b8ff56c3dd6c3b5ac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_154036601bf4bd2ddcc005810c377aea = L.circleMarker(\n",
+       "                [-37.92426613872031, 145.24379995133373],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e64ae2f82844bbded073f278d1ec3f0c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_95c20d813456952730e895915c21fa64 = $(`&lt;div id=&quot;html_95c20d813456952730e895915c21fa64&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Knox: crime count = 1.1165110694708436&lt;/div&gt;`)[0];\n",
+       "                popup_e64ae2f82844bbded073f278d1ec3f0c.setContent(html_95c20d813456952730e895915c21fa64);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_154036601bf4bd2ddcc005810c377aea.bindPopup(popup_e64ae2f82844bbded073f278d1ec3f0c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d145e7d8cb909e62dfdb4c4dd667ea27 = L.circleMarker(\n",
+       "                [-37.89058108235919, 145.2493769668508],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_220f8cdc04847b5f958085b41e409686 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_922d53a95d019e9a88cdec2d263bc73b = $(`&lt;div id=&quot;html_922d53a95d019e9a88cdec2d263bc73b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Knox: crime count = 1.1165110694708436&lt;/div&gt;`)[0];\n",
+       "                popup_220f8cdc04847b5f958085b41e409686.setContent(html_922d53a95d019e9a88cdec2d263bc73b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d145e7d8cb909e62dfdb4c4dd667ea27.bindPopup(popup_220f8cdc04847b5f958085b41e409686)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_84b4e90ddf46a7b94cc0536c55fbcdba = L.circleMarker(\n",
+       "                [-37.83833693179755, 145.19921612654556],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_648a2d54ab32f458c78949a44e074c4c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_34277e8ac3e934b10e89ce74ec6e66cf = $(`&lt;div id=&quot;html_34277e8ac3e934b10e89ce74ec6e66cf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Knox: crime count = 1.1165110694708436&lt;/div&gt;`)[0];\n",
+       "                popup_648a2d54ab32f458c78949a44e074c4c.setContent(html_34277e8ac3e934b10e89ce74ec6e66cf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_84b4e90ddf46a7b94cc0536c55fbcdba.bindPopup(popup_648a2d54ab32f458c78949a44e074c4c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6b4f3e4cf195fe511a37fab251e71ea3 = L.circleMarker(\n",
+       "                [-37.88436653280936, 145.28049670291142],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_08b0c44a231694da15406ccefa28d178 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_904970fd215d610ba5e0c5ab76c3690b = $(`&lt;div id=&quot;html_904970fd215d610ba5e0c5ab76c3690b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Knox: crime count = 1.1165110694708436&lt;/div&gt;`)[0];\n",
+       "                popup_08b0c44a231694da15406ccefa28d178.setContent(html_904970fd215d610ba5e0c5ab76c3690b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6b4f3e4cf195fe511a37fab251e71ea3.bindPopup(popup_08b0c44a231694da15406ccefa28d178)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4ab3101c5e01928d49f324a08236b15d = L.circleMarker(\n",
+       "                [-38.22177464456959, 146.3135635959333],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_88be90b67c584a75d0a619baee6a0574 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_013b129cbe98f36a35bc6dfb29719221 = $(`&lt;div id=&quot;html_013b129cbe98f36a35bc6dfb29719221&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_88be90b67c584a75d0a619baee6a0574.setContent(html_013b129cbe98f36a35bc6dfb29719221);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4ab3101c5e01928d49f324a08236b15d.bindPopup(popup_88be90b67c584a75d0a619baee6a0574)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c66aebd2e9cc2d2ec6ccc800f5ea61a6 = L.circleMarker(\n",
+       "                [-38.11908723208831, 146.51177450350534],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a8a1c215976ffc086eec0df342f77ae4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c2f264590e8af5e73f5afd7539ce8c08 = $(`&lt;div id=&quot;html_c2f264590e8af5e73f5afd7539ce8c08&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_a8a1c215976ffc086eec0df342f77ae4.setContent(html_c2f264590e8af5e73f5afd7539ce8c08);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c66aebd2e9cc2d2ec6ccc800f5ea61a6.bindPopup(popup_a8a1c215976ffc086eec0df342f77ae4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bba0ffbb02262a9ae19c0b00597ad203 = L.circleMarker(\n",
+       "                [-38.40003791933089, 146.4238540205294],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_340888139c6ce3960d08a7dd234c990c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_508d70ce0c76c12d487a82db6dd196eb = $(`&lt;div id=&quot;html_508d70ce0c76c12d487a82db6dd196eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_340888139c6ce3960d08a7dd234c990c.setContent(html_508d70ce0c76c12d487a82db6dd196eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bba0ffbb02262a9ae19c0b00597ad203.bindPopup(popup_340888139c6ce3960d08a7dd234c990c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a03db0a5a8601c1ef089296cb7286675 = L.circleMarker(\n",
+       "                [-38.19219850279669, 146.3435542549355],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b668c5de151aac83988a60e761a08985 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6763dad5c9b431f452eb86bb7f470a3f = $(`&lt;div id=&quot;html_6763dad5c9b431f452eb86bb7f470a3f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_b668c5de151aac83988a60e761a08985.setContent(html_6763dad5c9b431f452eb86bb7f470a3f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a03db0a5a8601c1ef089296cb7286675.bindPopup(popup_b668c5de151aac83988a60e761a08985)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1a1ce60387a0f67788275b9696ef941e = L.circleMarker(\n",
+       "                [-38.42120365431276, 146.36250976722857],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1adc1815e414d4ceebdc6da2f1d1a218 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aa4ecdbeec4536a32ac76953373de64a = $(`&lt;div id=&quot;html_aa4ecdbeec4536a32ac76953373de64a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_1adc1815e414d4ceebdc6da2f1d1a218.setContent(html_aa4ecdbeec4536a32ac76953373de64a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1a1ce60387a0f67788275b9696ef941e.bindPopup(popup_1adc1815e414d4ceebdc6da2f1d1a218)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f4966111bfdf705e874d7601e4fea56e = L.circleMarker(\n",
+       "                [-38.18722877319554, 146.5893233990156],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f49dc76d8416eff5f627dd6e23ba5a75 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e95832c649200e10bd76daac6e4ac4a9 = $(`&lt;div id=&quot;html_e95832c649200e10bd76daac6e4ac4a9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_f49dc76d8416eff5f627dd6e23ba5a75.setContent(html_e95832c649200e10bd76daac6e4ac4a9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f4966111bfdf705e874d7601e4fea56e.bindPopup(popup_f49dc76d8416eff5f627dd6e23ba5a75)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f519cbe8ca3b304c1a3e0af70eac6229 = L.circleMarker(\n",
+       "                [-38.19647315411541, 146.67599275243123],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5a381c029866b8d1a22ec8c21aee5a94 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_34ffe29e56421a119765ce36602759b0 = $(`&lt;div id=&quot;html_34ffe29e56421a119765ce36602759b0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_5a381c029866b8d1a22ec8c21aee5a94.setContent(html_34ffe29e56421a119765ce36602759b0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f519cbe8ca3b304c1a3e0af70eac6229.bindPopup(popup_5a381c029866b8d1a22ec8c21aee5a94)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_85b9033ffc9e48ea99cf0268e0284dc1 = L.circleMarker(\n",
+       "                [-38.44681437343134, 146.28500215951098],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9b0a4311be46eb80678b2a05971fdc43 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a35073ebd3b2515f41bbcafcbae68763 = $(`&lt;div id=&quot;html_a35073ebd3b2515f41bbcafcbae68763&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_9b0a4311be46eb80678b2a05971fdc43.setContent(html_a35073ebd3b2515f41bbcafcbae68763);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_85b9033ffc9e48ea99cf0268e0284dc1.bindPopup(popup_9b0a4311be46eb80678b2a05971fdc43)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5aca60fd32e8e42704a686d49fabde4c = L.circleMarker(\n",
+       "                [-38.28858218412272, 146.37490247084705],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a676cb405234f1527f78f0b1b237f3f4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7ed07da79064035bbf8bbb048e2f45d2 = $(`&lt;div id=&quot;html_7ed07da79064035bbf8bbb048e2f45d2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_a676cb405234f1527f78f0b1b237f3f4.setContent(html_7ed07da79064035bbf8bbb048e2f45d2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5aca60fd32e8e42704a686d49fabde4c.bindPopup(popup_a676cb405234f1527f78f0b1b237f3f4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_656b5e1bd029cd011d522c4c626cbbd8 = L.circleMarker(\n",
+       "                [-38.34788880483543, 146.41291180099822],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c147687f27911cf8b205600a6a2dbc33 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4213d6fd3b369b1a4c58120b7c57bb0f = $(`&lt;div id=&quot;html_4213d6fd3b369b1a4c58120b7c57bb0f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_c147687f27911cf8b205600a6a2dbc33.setContent(html_4213d6fd3b369b1a4c58120b7c57bb0f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_656b5e1bd029cd011d522c4c626cbbd8.bindPopup(popup_c147687f27911cf8b205600a6a2dbc33)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7ba666a2ee9c46532fb1d4c3c98b4bed = L.circleMarker(\n",
+       "                [-38.34814152130709, 146.52535184601678],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f82afc7ee19aac0516b78be98b5ef8d5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_475ba5f899a47069d2f3e6f7bc04969f = $(`&lt;div id=&quot;html_475ba5f899a47069d2f3e6f7bc04969f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_f82afc7ee19aac0516b78be98b5ef8d5.setContent(html_475ba5f899a47069d2f3e6f7bc04969f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7ba666a2ee9c46532fb1d4c3c98b4bed.bindPopup(popup_f82afc7ee19aac0516b78be98b5ef8d5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d693514ebdb678f5296c9471d053d018 = L.circleMarker(\n",
+       "                [-38.47926574971315, 146.23771792906263],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5f3a8d60a4f45905d5b7f4ccf250389e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_00be927f35def63136e576faf26a14e8 = $(`&lt;div id=&quot;html_00be927f35def63136e576faf26a14e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_5f3a8d60a4f45905d5b7f4ccf250389e.setContent(html_00be927f35def63136e576faf26a14e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d693514ebdb678f5296c9471d053d018.bindPopup(popup_5f3a8d60a4f45905d5b7f4ccf250389e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0d224800e79e9ca3c2c06e89f7a19af4 = L.circleMarker(\n",
+       "                [-38.20338449087272, 146.5197480952066],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3d46baae0e65d0e3c9bb040307f8df4e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bd2924d996a3555acd55f9bd5da6336e = $(`&lt;div id=&quot;html_bd2924d996a3555acd55f9bd5da6336e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_3d46baae0e65d0e3c9bb040307f8df4e.setContent(html_bd2924d996a3555acd55f9bd5da6336e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0d224800e79e9ca3c2c06e89f7a19af4.bindPopup(popup_3d46baae0e65d0e3c9bb040307f8df4e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a8638b162a34348149088e0068fa4ba3 = L.circleMarker(\n",
+       "                [-38.36714962348841, 146.3548794022021],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_75266d72861170ecf30416c9ecf0f8a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7474523c0ce49d98ae16551cf4e6865b = $(`&lt;div id=&quot;html_7474523c0ce49d98ae16551cf4e6865b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_75266d72861170ecf30416c9ecf0f8a1.setContent(html_7474523c0ce49d98ae16551cf4e6865b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a8638b162a34348149088e0068fa4ba3.bindPopup(popup_75266d72861170ecf30416c9ecf0f8a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_461423d10ef0a7ec2e97e60d9c8dcd2c = L.circleMarker(\n",
+       "                [-38.22755593933374, 146.41460197622976],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a2fb5da627a96f47d2c9b28c1db0f8ea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c7edd83b2b172c75aedf897f12f0f55f = $(`&lt;div id=&quot;html_c7edd83b2b172c75aedf897f12f0f55f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_a2fb5da627a96f47d2c9b28c1db0f8ea.setContent(html_c7edd83b2b172c75aedf897f12f0f55f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_461423d10ef0a7ec2e97e60d9c8dcd2c.bindPopup(popup_a2fb5da627a96f47d2c9b28c1db0f8ea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_32f28208c56c542c8802bc864e8dd7ba = L.circleMarker(\n",
+       "                [-38.38866219571477, 146.56190300125775],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a6c2ac30af5b49d956540da8fab5744b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_79ee99bd4edef66593c69f1fbad1ed62 = $(`&lt;div id=&quot;html_79ee99bd4edef66593c69f1fbad1ed62&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_a6c2ac30af5b49d956540da8fab5744b.setContent(html_79ee99bd4edef66593c69f1fbad1ed62);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_32f28208c56c542c8802bc864e8dd7ba.bindPopup(popup_a6c2ac30af5b49d956540da8fab5744b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3a88223cf8aff956f76db70c49076a15 = L.circleMarker(\n",
+       "                [-38.28991093446621, 146.54618683848406],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e91cb823103f1106e6be8b2882d80852 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2eed286bd3d8edff8a436226a17deda9 = $(`&lt;div id=&quot;html_2eed286bd3d8edff8a436226a17deda9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_e91cb823103f1106e6be8b2882d80852.setContent(html_2eed286bd3d8edff8a436226a17deda9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3a88223cf8aff956f76db70c49076a15.bindPopup(popup_e91cb823103f1106e6be8b2882d80852)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fc4798dc2386d9840b0c2931f782736f = L.circleMarker(\n",
+       "                [-38.18589269601274, 146.4272322175007],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a01abe55d9e7d23497a91c6fd60e5bf7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b2f506e09236766fd98eb6b437974afa = $(`&lt;div id=&quot;html_b2f506e09236766fd98eb6b437974afa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_a01abe55d9e7d23497a91c6fd60e5bf7.setContent(html_b2f506e09236766fd98eb6b437974afa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fc4798dc2386d9840b0c2931f782736f.bindPopup(popup_a01abe55d9e7d23497a91c6fd60e5bf7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_744f9b779d16dc11adc38fce05eed414 = L.circleMarker(\n",
+       "                [-38.17600277097959, 146.29299969940175],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0413b897acc5510d3a5bba2a908698e2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e138dccf405ddf40027b9fc2b157d8e8 = $(`&lt;div id=&quot;html_e138dccf405ddf40027b9fc2b157d8e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_0413b897acc5510d3a5bba2a908698e2.setContent(html_e138dccf405ddf40027b9fc2b157d8e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_744f9b779d16dc11adc38fce05eed414.bindPopup(popup_0413b897acc5510d3a5bba2a908698e2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_596f44568b26b7502283cb3d7fb70c7f = L.circleMarker(\n",
+       "                [-38.13534982607157, 146.4688512629672],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bb6cc44c27f0307458ce4a27ed57a028 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_65a9549aca6e884620aa46ce5e3d8492 = $(`&lt;div id=&quot;html_65a9549aca6e884620aa46ce5e3d8492&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_bb6cc44c27f0307458ce4a27ed57a028.setContent(html_65a9549aca6e884620aa46ce5e3d8492);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_596f44568b26b7502283cb3d7fb70c7f.bindPopup(popup_bb6cc44c27f0307458ce4a27ed57a028)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b9371faad00ecacc43d58f8aa990811 = L.circleMarker(\n",
+       "                [-38.38246275592467, 146.27113912944546],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_44fb578f37b500fc1bd56265b5c08220 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a6163fd6109d337425219db16354eb2d = $(`&lt;div id=&quot;html_a6163fd6109d337425219db16354eb2d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_44fb578f37b500fc1bd56265b5c08220.setContent(html_a6163fd6109d337425219db16354eb2d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b9371faad00ecacc43d58f8aa990811.bindPopup(popup_44fb578f37b500fc1bd56265b5c08220)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_50f1f1cebf4715c40191e308f02ae88a = L.circleMarker(\n",
+       "                [-38.323084094292106, 146.57876339917487],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_07208b72e5e8353733ceacc7a184404d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9cdc0af8d6aa1a8b375f748422b553e0 = $(`&lt;div id=&quot;html_9cdc0af8d6aa1a8b375f748422b553e0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_07208b72e5e8353733ceacc7a184404d.setContent(html_9cdc0af8d6aa1a8b375f748422b553e0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_50f1f1cebf4715c40191e308f02ae88a.bindPopup(popup_07208b72e5e8353733ceacc7a184404d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c088cc7cffa9086858ac8735c7beeb0c = L.circleMarker(\n",
+       "                [-38.12767943360548, 146.6351354873348],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bd00ca326e154f447b369ebeff13827f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7898cabd7ec0c0f0f9edf5d3e521b73b = $(`&lt;div id=&quot;html_7898cabd7ec0c0f0f9edf5d3e521b73b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_bd00ca326e154f447b369ebeff13827f.setContent(html_7898cabd7ec0c0f0f9edf5d3e521b73b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c088cc7cffa9086858ac8735c7beeb0c.bindPopup(popup_bd00ca326e154f447b369ebeff13827f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8ecbaaa675593123257a48ab964231fd = L.circleMarker(\n",
+       "                [-38.26925774030151, 146.3087607271279],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_16d457c88412ef89509a6180064ba9e3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_747029a54746a62341a6689c6217e478 = $(`&lt;div id=&quot;html_747029a54746a62341a6689c6217e478&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_16d457c88412ef89509a6180064ba9e3.setContent(html_747029a54746a62341a6689c6217e478);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8ecbaaa675593123257a48ab964231fd.bindPopup(popup_16d457c88412ef89509a6180064ba9e3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_194c2fd10a09551952144475f9606e08 = L.circleMarker(\n",
+       "                [-38.48069041616671, 146.3919649394456],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6a1d0816bc320167d060dc3bb00535e0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5558f74bef855a819f6a104ed75f9093 = $(`&lt;div id=&quot;html_5558f74bef855a819f6a104ed75f9093&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_6a1d0816bc320167d060dc3bb00535e0.setContent(html_5558f74bef855a819f6a104ed75f9093);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_194c2fd10a09551952144475f9606e08.bindPopup(popup_6a1d0816bc320167d060dc3bb00535e0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_34eb69bfea1f06988102dedc7a6c09ae = L.circleMarker(\n",
+       "                [-38.27047263487444, 146.4786589298408],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dc2bb3958fa3322010d13581208495df = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d6c5d42eae1832031e9a5171880d01ad = $(`&lt;div id=&quot;html_d6c5d42eae1832031e9a5171880d01ad&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_dc2bb3958fa3322010d13581208495df.setContent(html_d6c5d42eae1832031e9a5171880d01ad);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_34eb69bfea1f06988102dedc7a6c09ae.bindPopup(popup_dc2bb3958fa3322010d13581208495df)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1b4152f4d9dca006618796c1c2126a52 = L.circleMarker(\n",
+       "                [-38.42744229063895, 146.55178360360537],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e16699b67daa0350356538f2f5802a82 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eb22e2164950506acea5612e3be38e83 = $(`&lt;div id=&quot;html_eb22e2164950506acea5612e3be38e83&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_e16699b67daa0350356538f2f5802a82.setContent(html_eb22e2164950506acea5612e3be38e83);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1b4152f4d9dca006618796c1c2126a52.bindPopup(popup_e16699b67daa0350356538f2f5802a82)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_50719a3e90e2dd5d4cfc2898dc1f893e = L.circleMarker(\n",
+       "                [-38.25059070943759, 146.62857234283257],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_00c17c51f5b0223504d39075ab7a8408 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_270a10c50cd6f4169c40cc10b58a4390 = $(`&lt;div id=&quot;html_270a10c50cd6f4169c40cc10b58a4390&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_00c17c51f5b0223504d39075ab7a8408.setContent(html_270a10c50cd6f4169c40cc10b58a4390);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_50719a3e90e2dd5d4cfc2898dc1f893e.bindPopup(popup_00c17c51f5b0223504d39075ab7a8408)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b8e548d7db7e114ed0a94ae65697b377 = L.circleMarker(\n",
+       "                [-38.3169169986793, 146.46251889531854],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1b07f357dbbc2ad5665b6b3422d94f09 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_92063e2ae19d8e2fae72cc33bfaef7ec = $(`&lt;div id=&quot;html_92063e2ae19d8e2fae72cc33bfaef7ec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_1b07f357dbbc2ad5665b6b3422d94f09.setContent(html_92063e2ae19d8e2fae72cc33bfaef7ec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b8e548d7db7e114ed0a94ae65697b377.bindPopup(popup_1b07f357dbbc2ad5665b6b3422d94f09)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5abf87a3044f55efc410702d06fc74a9 = L.circleMarker(\n",
+       "                [-38.31612914531259, 146.4236537814463],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b83de153f08ce61efcbc4f4d4283a1df = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_78d8ce200de67a6b88d898da5badf491 = $(`&lt;div id=&quot;html_78d8ce200de67a6b88d898da5badf491&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_b83de153f08ce61efcbc4f4d4283a1df.setContent(html_78d8ce200de67a6b88d898da5badf491);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5abf87a3044f55efc410702d06fc74a9.bindPopup(popup_b83de153f08ce61efcbc4f4d4283a1df)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5d10f1d87283cebc3cfcb61577ffa8a4 = L.circleMarker(\n",
+       "                [-38.25134590891559, 146.57661085854508],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f660f6201928ad369d5c1a91b68d345 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c00be5f85e04850c2f4084d961b7fa3b = $(`&lt;div id=&quot;html_c00be5f85e04850c2f4084d961b7fa3b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_8f660f6201928ad369d5c1a91b68d345.setContent(html_c00be5f85e04850c2f4084d961b7fa3b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5d10f1d87283cebc3cfcb61577ffa8a4.bindPopup(popup_8f660f6201928ad369d5c1a91b68d345)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fadd5150a9424c73ca50f23b69093771 = L.circleMarker(\n",
+       "                [-38.37076075069916, 146.47521372610464],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fba30dc87b575adc397039117c462b13 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2d6841d9452f36229f4eadf72db92fe9 = $(`&lt;div id=&quot;html_2d6841d9452f36229f4eadf72db92fe9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_fba30dc87b575adc397039117c462b13.setContent(html_2d6841d9452f36229f4eadf72db92fe9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fadd5150a9424c73ca50f23b69093771.bindPopup(popup_fba30dc87b575adc397039117c462b13)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_66447bc2ad5fe670896e836098440dae = L.circleMarker(\n",
+       "                [-38.33253509270357, 146.31903924879273],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdaf79ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdaf79ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3aa50e31c0e9caaf716cd6695cebf515 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ad0df080bb3d44eb8d0fbad022a9f4cd = $(`&lt;div id=&quot;html_ad0df080bb3d44eb8d0fbad022a9f4cd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Latrobe: crime count = 1.7559809227864733&lt;/div&gt;`)[0];\n",
+       "                popup_3aa50e31c0e9caaf716cd6695cebf515.setContent(html_ad0df080bb3d44eb8d0fbad022a9f4cd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_66447bc2ad5fe670896e836098440dae.bindPopup(popup_3aa50e31c0e9caaf716cd6695cebf515)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8902eae65ba730ddcba8c493dfbda5a8 = L.circleMarker(\n",
+       "                [-36.67519786484371, 143.85951947097112],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_58a3ec8c0ea4b0578a0fc26da69f8a9c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c1eec2a94fafd7849c9940e0331dce0e = $(`&lt;div id=&quot;html_c1eec2a94fafd7849c9940e0331dce0e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_58a3ec8c0ea4b0578a0fc26da69f8a9c.setContent(html_c1eec2a94fafd7849c9940e0331dce0e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8902eae65ba730ddcba8c493dfbda5a8.bindPopup(popup_58a3ec8c0ea4b0578a0fc26da69f8a9c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d0befe5bd9914a9be3aa85b399afce52 = L.circleMarker(\n",
+       "                [-36.639658217221054, 143.5604650233482],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cf6d1ec23b13e097b876c0f9e1589d67 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ca903d8ea3bc478c5f75cadd3f76878 = $(`&lt;div id=&quot;html_6ca903d8ea3bc478c5f75cadd3f76878&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_cf6d1ec23b13e097b876c0f9e1589d67.setContent(html_6ca903d8ea3bc478c5f75cadd3f76878);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d0befe5bd9914a9be3aa85b399afce52.bindPopup(popup_cf6d1ec23b13e097b876c0f9e1589d67)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_71963780c25d7b6c520a6d461f1c1f9a = L.circleMarker(\n",
+       "                [-36.3651689345974, 144.21256971883787],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_51e93f089c7f0919b10b474f0d41317c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_71893efc01d332b725870d40aa268418 = $(`&lt;div id=&quot;html_71893efc01d332b725870d40aa268418&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_51e93f089c7f0919b10b474f0d41317c.setContent(html_71893efc01d332b725870d40aa268418);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_71963780c25d7b6c520a6d461f1c1f9a.bindPopup(popup_51e93f089c7f0919b10b474f0d41317c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0dbd8105c783048df6b7a52652a60719 = L.circleMarker(\n",
+       "                [-36.48782103068642, 143.72356688930756],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f1d1769bd47c8994871218e526d490a0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b9aadeadac1c39c660976281c8d93687 = $(`&lt;div id=&quot;html_b9aadeadac1c39c660976281c8d93687&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_f1d1769bd47c8994871218e526d490a0.setContent(html_b9aadeadac1c39c660976281c8d93687);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0dbd8105c783048df6b7a52652a60719.bindPopup(popup_f1d1769bd47c8994871218e526d490a0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1346ce38dbf481b45973db938105e811 = L.circleMarker(\n",
+       "                [-36.537885149205856, 143.80559588623018],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f28b892fd7528404cd01db22219d15eb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_924e99a5aa287f73e5cefb42a03f6a9e = $(`&lt;div id=&quot;html_924e99a5aa287f73e5cefb42a03f6a9e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_f28b892fd7528404cd01db22219d15eb.setContent(html_924e99a5aa287f73e5cefb42a03f6a9e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1346ce38dbf481b45973db938105e811.bindPopup(popup_f28b892fd7528404cd01db22219d15eb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_89cae38cfac1c6163ec6a07ce1d75004 = L.circleMarker(\n",
+       "                [-36.42486931120817, 143.98280466274716],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ca824b3d8ad134e02f22a795f80629b9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c128b075bc9fc54d11261ac72c3f987f = $(`&lt;div id=&quot;html_c128b075bc9fc54d11261ac72c3f987f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_ca824b3d8ad134e02f22a795f80629b9.setContent(html_c128b075bc9fc54d11261ac72c3f987f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_89cae38cfac1c6163ec6a07ce1d75004.bindPopup(popup_ca824b3d8ad134e02f22a795f80629b9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_71ed6e435f5c2e39bf4f23f87f11b8f0 = L.circleMarker(\n",
+       "                [-36.7649244466174, 144.00461965364747],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e74a14892b2318427907fc071ea249d8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ad6eacd75b0650e72e092aea0078fcaa = $(`&lt;div id=&quot;html_ad6eacd75b0650e72e092aea0078fcaa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_e74a14892b2318427907fc071ea249d8.setContent(html_ad6eacd75b0650e72e092aea0078fcaa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_71ed6e435f5c2e39bf4f23f87f11b8f0.bindPopup(popup_e74a14892b2318427907fc071ea249d8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3754dd7eca28c8534e8787f807a5ff3a = L.circleMarker(\n",
+       "                [-36.26686639730576, 143.61752403060197],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fc3c3121d4c4df7f3331e985ef367378 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6b6117c8d37fc315b3c48903df29029f = $(`&lt;div id=&quot;html_6b6117c8d37fc315b3c48903df29029f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_fc3c3121d4c4df7f3331e985ef367378.setContent(html_6b6117c8d37fc315b3c48903df29029f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3754dd7eca28c8534e8787f807a5ff3a.bindPopup(popup_fc3c3121d4c4df7f3331e985ef367378)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5e228b22262907a57505fe8b0b684eae = L.circleMarker(\n",
+       "                [-36.419375623569685, 143.59644520503153],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a84aecbc03b6fe93cdac85c67d624ac8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a90ad4dc70264d1381c0480d2d7d7f21 = $(`&lt;div id=&quot;html_a90ad4dc70264d1381c0480d2d7d7f21&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_a84aecbc03b6fe93cdac85c67d624ac8.setContent(html_a90ad4dc70264d1381c0480d2d7d7f21);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5e228b22262907a57505fe8b0b684eae.bindPopup(popup_a84aecbc03b6fe93cdac85c67d624ac8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f4b5e2d3db5912f157bd60322de810c8 = L.circleMarker(\n",
+       "                [-36.12014085782685, 144.26323644191316],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8ae1ec37d00530466dea1a74d752e27b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6d4973f7ccd54757ce72a287623cd87a = $(`&lt;div id=&quot;html_6d4973f7ccd54757ce72a287623cd87a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_8ae1ec37d00530466dea1a74d752e27b.setContent(html_6d4973f7ccd54757ce72a287623cd87a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f4b5e2d3db5912f157bd60322de810c8.bindPopup(popup_8ae1ec37d00530466dea1a74d752e27b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_671d3b39a716898af5bc5c4e5c3ecaae = L.circleMarker(\n",
+       "                [-36.574606756151546, 144.06396546160815],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ae36fda3383cbbf7f00418902b621483 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a311de1b3be7e9f8dc30dbef93d32db5 = $(`&lt;div id=&quot;html_a311de1b3be7e9f8dc30dbef93d32db5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_ae36fda3383cbbf7f00418902b621483.setContent(html_a311de1b3be7e9f8dc30dbef93d32db5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_671d3b39a716898af5bc5c4e5c3ecaae.bindPopup(popup_ae36fda3383cbbf7f00418902b621483)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f4d093e985085514487818d51c0df1bc = L.circleMarker(\n",
+       "                [-36.55278865412523, 144.0064255836021],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3db5ec67ac5bf4f1321a58c326d45717 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_46295adfe2ad36f9f71d55ba0e5d4978 = $(`&lt;div id=&quot;html_46295adfe2ad36f9f71d55ba0e5d4978&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_3db5ec67ac5bf4f1321a58c326d45717.setContent(html_46295adfe2ad36f9f71d55ba0e5d4978);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f4d093e985085514487818d51c0df1bc.bindPopup(popup_3db5ec67ac5bf4f1321a58c326d45717)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f3d1ab46884d9ecdcbd325ff1fee0481 = L.circleMarker(\n",
+       "                [-36.07631047643784, 143.61833502357723],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9c8087ff2432aa03991a0dab88955697 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_52eb8618fc6b0c07585b5cbbcdc2459a = $(`&lt;div id=&quot;html_52eb8618fc6b0c07585b5cbbcdc2459a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_9c8087ff2432aa03991a0dab88955697.setContent(html_52eb8618fc6b0c07585b5cbbcdc2459a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f3d1ab46884d9ecdcbd325ff1fee0481.bindPopup(popup_9c8087ff2432aa03991a0dab88955697)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_389e078ef333371ed255c4057b7c7a9b = L.circleMarker(\n",
+       "                [-36.59640122491711, 143.8560208438922],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_afeff9e0bcf10bcac3b7dd143f17575a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0af09dd54453653c827433c9dc827a26 = $(`&lt;div id=&quot;html_0af09dd54453653c827433c9dc827a26&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_afeff9e0bcf10bcac3b7dd143f17575a.setContent(html_0af09dd54453653c827433c9dc827a26);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_389e078ef333371ed255c4057b7c7a9b.bindPopup(popup_afeff9e0bcf10bcac3b7dd143f17575a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9e1bccaa121abf6347b024081e3d696d = L.circleMarker(\n",
+       "                [-36.05637365253139, 144.2869271630724],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f0b7074556fdd1ce9af476ce2c12fd0a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_17703509733a6b3712399e0d52b57290 = $(`&lt;div id=&quot;html_17703509733a6b3712399e0d52b57290&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_f0b7074556fdd1ce9af476ce2c12fd0a.setContent(html_17703509733a6b3712399e0d52b57290);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9e1bccaa121abf6347b024081e3d696d.bindPopup(popup_f0b7074556fdd1ce9af476ce2c12fd0a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b8a432098573bcfe313e9fb451f4b04d = L.circleMarker(\n",
+       "                [-36.32745515870526, 143.659413762268],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c38f8b3586c23b9e18dd4dee9fd1c8c7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a7da4e30ce08df90973856fc67360658 = $(`&lt;div id=&quot;html_a7da4e30ce08df90973856fc67360658&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_c38f8b3586c23b9e18dd4dee9fd1c8c7.setContent(html_a7da4e30ce08df90973856fc67360658);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b8a432098573bcfe313e9fb451f4b04d.bindPopup(popup_c38f8b3586c23b9e18dd4dee9fd1c8c7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9ac3734d273b1d1d096898bf367a565f = L.circleMarker(\n",
+       "                [-36.021541316174854, 143.7503294173851],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_375267e467b63d7bb2452e8015538b95 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5e836ef462652dd352ca95fb4b787a39 = $(`&lt;div id=&quot;html_5e836ef462652dd352ca95fb4b787a39&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_375267e467b63d7bb2452e8015538b95.setContent(html_5e836ef462652dd352ca95fb4b787a39);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9ac3734d273b1d1d096898bf367a565f.bindPopup(popup_375267e467b63d7bb2452e8015538b95)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_81373e2e5a7dd4c99397059a390e203a = L.circleMarker(\n",
+       "                [-36.515566557582005, 143.9378590696512],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f7073a5181bf46c8f534d8ab447d9c81 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8a5f0db9ce3e25c71e14a2a5131f35d9 = $(`&lt;div id=&quot;html_8a5f0db9ce3e25c71e14a2a5131f35d9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_f7073a5181bf46c8f534d8ab447d9c81.setContent(html_8a5f0db9ce3e25c71e14a2a5131f35d9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_81373e2e5a7dd4c99397059a390e203a.bindPopup(popup_f7073a5181bf46c8f534d8ab447d9c81)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f097943a6372bf89e5a9ad1bc7dcd8d5 = L.circleMarker(\n",
+       "                [-36.1557004823563, 144.02721734589],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dc030bdd98ecd92312ab35a5c2e409d7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dee54dd54712aa9fa2f7175d83c36442 = $(`&lt;div id=&quot;html_dee54dd54712aa9fa2f7175d83c36442&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_dc030bdd98ecd92312ab35a5c2e409d7.setContent(html_dee54dd54712aa9fa2f7175d83c36442);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f097943a6372bf89e5a9ad1bc7dcd8d5.bindPopup(popup_dc030bdd98ecd92312ab35a5c2e409d7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a6698ee58322119f5d061f41a9c39ef2 = L.circleMarker(\n",
+       "                [-36.25308000661472, 144.0841637448267],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a0c328b6dee44445c625632e0c119273 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c30810305ebffd41d2dd822b5c81e917 = $(`&lt;div id=&quot;html_c30810305ebffd41d2dd822b5c81e917&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_a0c328b6dee44445c625632e0c119273.setContent(html_c30810305ebffd41d2dd822b5c81e917);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a6698ee58322119f5d061f41a9c39ef2.bindPopup(popup_a0c328b6dee44445c625632e0c119273)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a432b0d68f34a5d35302b89f7ddbf3e1 = L.circleMarker(\n",
+       "                [-36.74487187726994, 143.9188580379652],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2535d8edb1a4fddb270d248871a77030 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ff6d5e52c5896dc1c88dca6eb848735e = $(`&lt;div id=&quot;html_ff6d5e52c5896dc1c88dca6eb848735e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_2535d8edb1a4fddb270d248871a77030.setContent(html_ff6d5e52c5896dc1c88dca6eb848735e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a432b0d68f34a5d35302b89f7ddbf3e1.bindPopup(popup_2535d8edb1a4fddb270d248871a77030)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_31bd6b9e311d999ad584302b13db8b2e = L.circleMarker(\n",
+       "                [-36.77749446583592, 143.8304462828731],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eba887c6dd174d6e988cf5b5c06e61db = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_37e002b1de1bfe4c9e79a2a2942940f8 = $(`&lt;div id=&quot;html_37e002b1de1bfe4c9e79a2a2942940f8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_eba887c6dd174d6e988cf5b5c06e61db.setContent(html_37e002b1de1bfe4c9e79a2a2942940f8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_31bd6b9e311d999ad584302b13db8b2e.bindPopup(popup_eba887c6dd174d6e988cf5b5c06e61db)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_42ca8ad4daf09dfa4c2d4115d31db88b = L.circleMarker(\n",
+       "                [-36.01758182902218, 143.5344693603956],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aaa1911425858b61edf4cc26811c0202 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fce757f1e7ccfbaa8780bffd13a1184a = $(`&lt;div id=&quot;html_fce757f1e7ccfbaa8780bffd13a1184a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_aaa1911425858b61edf4cc26811c0202.setContent(html_fce757f1e7ccfbaa8780bffd13a1184a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_42ca8ad4daf09dfa4c2d4115d31db88b.bindPopup(popup_aaa1911425858b61edf4cc26811c0202)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c17d8eadb41ff9a2bef7efd8bb190506 = L.circleMarker(\n",
+       "                [-35.98160530886472, 143.7989007744705],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_84a36acc315665931082aab3243a6139 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_91a051ba19671ecb02a5db573c656979 = $(`&lt;div id=&quot;html_91a051ba19671ecb02a5db573c656979&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_84a36acc315665931082aab3243a6139.setContent(html_91a051ba19671ecb02a5db573c656979);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c17d8eadb41ff9a2bef7efd8bb190506.bindPopup(popup_84a36acc315665931082aab3243a6139)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c262898611876a8b07b943b4e499f73a = L.circleMarker(\n",
+       "                [-36.20497917919231, 143.62982557998498],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9d8e4c6020059510bdf34f1d849a65c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_05619339f96d74523de3b39369fa14fd = $(`&lt;div id=&quot;html_05619339f96d74523de3b39369fa14fd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_9d8e4c6020059510bdf34f1d849a65c8.setContent(html_05619339f96d74523de3b39369fa14fd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c262898611876a8b07b943b4e499f73a.bindPopup(popup_9d8e4c6020059510bdf34f1d849a65c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cd6fbaa1780ba4d4df559be5d45b96a7 = L.circleMarker(\n",
+       "                [-36.41137595404838, 143.81055280252826],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e253411337ec99806292e9a8307aad8d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b798ddb98b363a48615fe4ceb75d6a2f = $(`&lt;div id=&quot;html_b798ddb98b363a48615fe4ceb75d6a2f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_e253411337ec99806292e9a8307aad8d.setContent(html_b798ddb98b363a48615fe4ceb75d6a2f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cd6fbaa1780ba4d4df559be5d45b96a7.bindPopup(popup_e253411337ec99806292e9a8307aad8d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6d7d06a0c4eace0cce7b334e07ad8872 = L.circleMarker(\n",
+       "                [-36.40402239374416, 144.3137576152607],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_904cd8f426a0224370c4228cb7f30c43 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5a467599a29d5b95fab171daf2500a66 = $(`&lt;div id=&quot;html_5a467599a29d5b95fab171daf2500a66&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_904cd8f426a0224370c4228cb7f30c43.setContent(html_5a467599a29d5b95fab171daf2500a66);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6d7d06a0c4eace0cce7b334e07ad8872.bindPopup(popup_904cd8f426a0224370c4228cb7f30c43)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b6edea65e55cfd5d80d3b8c60b675018 = L.circleMarker(\n",
+       "                [-36.43325982422954, 144.2116529404462],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_71638831da2b2f40a13534bc36e7af13 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6d506324427f598171d0d4b1ac59bbd5 = $(`&lt;div id=&quot;html_6d506324427f598171d0d4b1ac59bbd5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_71638831da2b2f40a13534bc36e7af13.setContent(html_6d506324427f598171d0d4b1ac59bbd5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b6edea65e55cfd5d80d3b8c60b675018.bindPopup(popup_71638831da2b2f40a13534bc36e7af13)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_43fb7ce1c6c3715dfb7636eb2340c046 = L.circleMarker(\n",
+       "                [-36.72545237864385, 143.83088981835118],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fab54aff60a71a53ed69a63a84a751e1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ef64a73facbbf4c8776ca078839573a0 = $(`&lt;div id=&quot;html_ef64a73facbbf4c8776ca078839573a0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_fab54aff60a71a53ed69a63a84a751e1.setContent(html_ef64a73facbbf4c8776ca078839573a0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_43fb7ce1c6c3715dfb7636eb2340c046.bindPopup(popup_fab54aff60a71a53ed69a63a84a751e1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_adb447a9f0124dd92b397883de5c22ec = L.circleMarker(\n",
+       "                [-36.68944862666205, 143.67766221299803],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e4b8f8c9e7f9f10b5a0ae111210f90d6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dac435b33336f041eec65a5423e1f287 = $(`&lt;div id=&quot;html_dac435b33336f041eec65a5423e1f287&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_e4b8f8c9e7f9f10b5a0ae111210f90d6.setContent(html_dac435b33336f041eec65a5423e1f287);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_adb447a9f0124dd92b397883de5c22ec.bindPopup(popup_e4b8f8c9e7f9f10b5a0ae111210f90d6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_65a403a8c40e013e2117a8c40ce761df = L.circleMarker(\n",
+       "                [-36.35486217955466, 143.79128310124634],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3a3673d1b7c64e8f52c46f65874d7de1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d8d595a53b1839f1a39e07f9641f2417 = $(`&lt;div id=&quot;html_d8d595a53b1839f1a39e07f9641f2417&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_3a3673d1b7c64e8f52c46f65874d7de1.setContent(html_d8d595a53b1839f1a39e07f9641f2417);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_65a403a8c40e013e2117a8c40ce761df.bindPopup(popup_3a3673d1b7c64e8f52c46f65874d7de1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0cffa8f01b2eb450c70e560578d2898b = L.circleMarker(\n",
+       "                [-36.79471842781338, 143.7262922015407],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9a02366304ac0723505a0289b82cc0d3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8c062a7992c83ecbf8c6f7cab6fff3e7 = $(`&lt;div id=&quot;html_8c062a7992c83ecbf8c6f7cab6fff3e7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_9a02366304ac0723505a0289b82cc0d3.setContent(html_8c062a7992c83ecbf8c6f7cab6fff3e7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0cffa8f01b2eb450c70e560578d2898b.bindPopup(popup_9a02366304ac0723505a0289b82cc0d3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e335b87fbcb79289a52caa582a210926 = L.circleMarker(\n",
+       "                [-36.62779538814512, 143.4839598156319],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6ac99c3ad2c5bea119917f80103a66bc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a4c726b458bfeed5bc81ef00cbd182a2 = $(`&lt;div id=&quot;html_a4c726b458bfeed5bc81ef00cbd182a2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_6ac99c3ad2c5bea119917f80103a66bc.setContent(html_a4c726b458bfeed5bc81ef00cbd182a2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e335b87fbcb79289a52caa582a210926.bindPopup(popup_6ac99c3ad2c5bea119917f80103a66bc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cdf442d848fef5b41e7e6112da0dbd39 = L.circleMarker(\n",
+       "                [-36.5009683187468, 143.46426243350967],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5b7ce25763bc228007d172cca8bfd338 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d86f71d0cf340e05d43f4cbde8e1b1df = $(`&lt;div id=&quot;html_d86f71d0cf340e05d43f4cbde8e1b1df&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_5b7ce25763bc228007d172cca8bfd338.setContent(html_d86f71d0cf340e05d43f4cbde8e1b1df);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cdf442d848fef5b41e7e6112da0dbd39.bindPopup(popup_5b7ce25763bc228007d172cca8bfd338)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d545fbef30b957bb483daeec5bcf569f = L.circleMarker(\n",
+       "                [-36.29418651058895, 143.78022667976603],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_257bf48e858613d228da7eb5369fd411 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2f572fec61d746903bc10c331c736c20 = $(`&lt;div id=&quot;html_2f572fec61d746903bc10c331c736c20&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_257bf48e858613d228da7eb5369fd411.setContent(html_2f572fec61d746903bc10c331c736c20);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d545fbef30b957bb483daeec5bcf569f.bindPopup(popup_257bf48e858613d228da7eb5369fd411)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a2135094ea17ee1a1f75c939b3bd847d = L.circleMarker(\n",
+       "                [-36.87541590661986, 143.94873000475627],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6d48440d257969cd75a4dacd1f4e8bf1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_531b1e0059e1d45e37fe646c9342a1a2 = $(`&lt;div id=&quot;html_531b1e0059e1d45e37fe646c9342a1a2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_6d48440d257969cd75a4dacd1f4e8bf1.setContent(html_531b1e0059e1d45e37fe646c9342a1a2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a2135094ea17ee1a1f75c939b3bd847d.bindPopup(popup_6d48440d257969cd75a4dacd1f4e8bf1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7933694dd375dae06bb4b50531d6f9be = L.circleMarker(\n",
+       "                [-36.735555984241216, 143.74810810961708],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8b9891a658ca49b5596aa90157084eae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_411aea416b7df7c3fd820f8d16fb801e = $(`&lt;div id=&quot;html_411aea416b7df7c3fd820f8d16fb801e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_8b9891a658ca49b5596aa90157084eae.setContent(html_411aea416b7df7c3fd820f8d16fb801e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7933694dd375dae06bb4b50531d6f9be.bindPopup(popup_8b9891a658ca49b5596aa90157084eae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f9889d687f479612959d541e023cb77a = L.circleMarker(\n",
+       "                [-36.6131429589596, 144.11675820223292],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f6538463e2cabdfee2f8679388350527 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0b99f27da4cf537fd7e70879eaa404cd = $(`&lt;div id=&quot;html_0b99f27da4cf537fd7e70879eaa404cd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_f6538463e2cabdfee2f8679388350527.setContent(html_0b99f27da4cf537fd7e70879eaa404cd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f9889d687f479612959d541e023cb77a.bindPopup(popup_f6538463e2cabdfee2f8679388350527)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e406fb943b7c77eee063b59326f9e784 = L.circleMarker(\n",
+       "                [-36.556158399667446, 143.53110602787362],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_db451819ecc3884c4bb49e8d82e9bdb1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4e4ab20bd1fcea4b5742ab35ced948dc = $(`&lt;div id=&quot;html_4e4ab20bd1fcea4b5742ab35ced948dc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_db451819ecc3884c4bb49e8d82e9bdb1.setContent(html_4e4ab20bd1fcea4b5742ab35ced948dc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e406fb943b7c77eee063b59326f9e784.bindPopup(popup_db451819ecc3884c4bb49e8d82e9bdb1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_99d60c22ca2f6a3b50dd7dd453c0d5fc = L.circleMarker(\n",
+       "                [-36.62335765770847, 143.75416473332794],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b118b2b470d17b3aa056775164212fba = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0e84dfb347ba151eef785a6affa4f5d9 = $(`&lt;div id=&quot;html_0e84dfb347ba151eef785a6affa4f5d9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_b118b2b470d17b3aa056775164212fba.setContent(html_0e84dfb347ba151eef785a6affa4f5d9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_99d60c22ca2f6a3b50dd7dd453c0d5fc.bindPopup(popup_b118b2b470d17b3aa056775164212fba)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_31aa58d70cc05d2a2d284c8e4e8c49ff = L.circleMarker(\n",
+       "                [-36.51994911340204, 143.6142489669709],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a9e247d6437318f6cb4a397dac769720 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f2504c2ca99d56aa9c4375873ff7d27e = $(`&lt;div id=&quot;html_f2504c2ca99d56aa9c4375873ff7d27e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_a9e247d6437318f6cb4a397dac769720.setContent(html_f2504c2ca99d56aa9c4375873ff7d27e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_31aa58d70cc05d2a2d284c8e4e8c49ff.bindPopup(popup_a9e247d6437318f6cb4a397dac769720)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9025a0d8a2835e5c6741c6087ed03e5b = L.circleMarker(\n",
+       "                [-36.65228770336893, 143.70288615224226],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_58bc476416345287765062df761ca50c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0e2dd9a8386e542916293c5bdfdef2f3 = $(`&lt;div id=&quot;html_0e2dd9a8386e542916293c5bdfdef2f3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_58bc476416345287765062df761ca50c.setContent(html_0e2dd9a8386e542916293c5bdfdef2f3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9025a0d8a2835e5c6741c6087ed03e5b.bindPopup(popup_58bc476416345287765062df761ca50c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_023a2c9c9f4869d5eef82d6c78b01501 = L.circleMarker(\n",
+       "                [-36.368890837864974, 144.08209621272758],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_03e908401ca4cd70cec3b5d94689dd79 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e10d49f8dc82465f93e9b8604453c8d0 = $(`&lt;div id=&quot;html_e10d49f8dc82465f93e9b8604453c8d0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_03e908401ca4cd70cec3b5d94689dd79.setContent(html_e10d49f8dc82465f93e9b8604453c8d0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_023a2c9c9f4869d5eef82d6c78b01501.bindPopup(popup_03e908401ca4cd70cec3b5d94689dd79)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d4a2a467d943ac8c8cfbf27776e298f4 = L.circleMarker(\n",
+       "                [-36.82022415909214, 143.8183085532236],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_06fa3de7ddeacc2ad21606395249fb1f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9ec5bd172bcc2cec24af26aedcd14412 = $(`&lt;div id=&quot;html_9ec5bd172bcc2cec24af26aedcd14412&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_06fa3de7ddeacc2ad21606395249fb1f.setContent(html_9ec5bd172bcc2cec24af26aedcd14412);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d4a2a467d943ac8c8cfbf27776e298f4.bindPopup(popup_06fa3de7ddeacc2ad21606395249fb1f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9f07e7aaf9bfbd7867eb71a3eff9f425 = L.circleMarker(\n",
+       "                [-36.82189452228945, 143.98971674028334],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_afbdf0e9bbf28baa590f131b496a9aa4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6aede8153dfa8b6147cd241bde392f83 = $(`&lt;div id=&quot;html_6aede8153dfa8b6147cd241bde392f83&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_afbdf0e9bbf28baa590f131b496a9aa4.setContent(html_6aede8153dfa8b6147cd241bde392f83);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9f07e7aaf9bfbd7867eb71a3eff9f425.bindPopup(popup_afbdf0e9bbf28baa590f131b496a9aa4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3825bb60f0673366b32dd09532999c84 = L.circleMarker(\n",
+       "                [-36.65219635045826, 144.02390023571772],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cd90bb37f6d61a934feb805bf82f602b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7e6485c31ab2905daeabcf2b355bf888 = $(`&lt;div id=&quot;html_7e6485c31ab2905daeabcf2b355bf888&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_cd90bb37f6d61a934feb805bf82f602b.setContent(html_7e6485c31ab2905daeabcf2b355bf888);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3825bb60f0673366b32dd09532999c84.bindPopup(popup_cd90bb37f6d61a934feb805bf82f602b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7b41428c65824384d808dbb144a8c39a = L.circleMarker(\n",
+       "                [-36.66661699740136, 143.78561547992643],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3e61550949f1dab6741f11f1d4912af2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3d635e24ab687af46a2a8d83eabcde73 = $(`&lt;div id=&quot;html_3d635e24ab687af46a2a8d83eabcde73&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_3e61550949f1dab6741f11f1d4912af2.setContent(html_3d635e24ab687af46a2a8d83eabcde73);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7b41428c65824384d808dbb144a8c39a.bindPopup(popup_3e61550949f1dab6741f11f1d4912af2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8c6c8b22f7050093e280c86f86041215 = L.circleMarker(\n",
+       "                [-36.331645077025314, 143.95147803002968],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b4cf8041bb312b45d39332f6b9527a52 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a7925cabbea6340497f05c3bd8bd3293 = $(`&lt;div id=&quot;html_a7925cabbea6340497f05c3bd8bd3293&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_b4cf8041bb312b45d39332f6b9527a52.setContent(html_a7925cabbea6340497f05c3bd8bd3293);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8c6c8b22f7050093e280c86f86041215.bindPopup(popup_b4cf8041bb312b45d39332f6b9527a52)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_13602d5e6306098a6add01c4432cfdcd = L.circleMarker(\n",
+       "                [-36.60391516243772, 143.94038122405584],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8691bd57019fa946a99b15e54c39fcee = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d52b2a14ab52b37ef6664bb618ac20f2 = $(`&lt;div id=&quot;html_d52b2a14ab52b37ef6664bb618ac20f2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_8691bd57019fa946a99b15e54c39fcee.setContent(html_d52b2a14ab52b37ef6664bb618ac20f2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_13602d5e6306098a6add01c4432cfdcd.bindPopup(popup_8691bd57019fa946a99b15e54c39fcee)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_44f0f4de4a7ea4bcdaa6301d5cddf669 = L.circleMarker(\n",
+       "                [-36.1608710211425, 144.1295181664968],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7dd2c81b12fb4e4532eb5a5e80abd190 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a0b026cf35396bfc18f2e166e2026255 = $(`&lt;div id=&quot;html_a0b026cf35396bfc18f2e166e2026255&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_7dd2c81b12fb4e4532eb5a5e80abd190.setContent(html_a0b026cf35396bfc18f2e166e2026255);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_44f0f4de4a7ea4bcdaa6301d5cddf669.bindPopup(popup_7dd2c81b12fb4e4532eb5a5e80abd190)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_21da70c60ca045153bb55a0d5c88fb83 = L.circleMarker(\n",
+       "                [-36.6387640723168, 143.95988806013173],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_338522979c026eff31986df28ee0f321 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_181a860224dbab7518f0b2a419d184f0 = $(`&lt;div id=&quot;html_181a860224dbab7518f0b2a419d184f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_338522979c026eff31986df28ee0f321.setContent(html_181a860224dbab7518f0b2a419d184f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_21da70c60ca045153bb55a0d5c88fb83.bindPopup(popup_338522979c026eff31986df28ee0f321)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0315932fa8a3a4047880349b8d812c9f = L.circleMarker(\n",
+       "                [-36.4714147121195, 143.86775393067666],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_93a1328232c7ce26156d23032532eb5a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5d23ea88fc10453bba36f883083b7734 = $(`&lt;div id=&quot;html_5d23ea88fc10453bba36f883083b7734&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_93a1328232c7ce26156d23032532eb5a.setContent(html_5d23ea88fc10453bba36f883083b7734);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0315932fa8a3a4047880349b8d812c9f.bindPopup(popup_93a1328232c7ce26156d23032532eb5a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_548c69ddff97b3b2f6c2b8f393c72df2 = L.circleMarker(\n",
+       "                [-36.55946785739295, 143.705867368825],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_42f9d561770b54d29e22c5777bc1d06a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_919dbc01772f697bf18b41a3b14abb8e = $(`&lt;div id=&quot;html_919dbc01772f697bf18b41a3b14abb8e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_42f9d561770b54d29e22c5777bc1d06a.setContent(html_919dbc01772f697bf18b41a3b14abb8e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_548c69ddff97b3b2f6c2b8f393c72df2.bindPopup(popup_42f9d561770b54d29e22c5777bc1d06a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_86c201950051bd942ca10e4a20987116 = L.circleMarker(\n",
+       "                [-36.35325942221972, 143.58465581693318],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a08166801f97a316498296b5fa735bd1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_255b32b65d61ba2bbeaeb164a9f4e513 = $(`&lt;div id=&quot;html_255b32b65d61ba2bbeaeb164a9f4e513&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_a08166801f97a316498296b5fa735bd1.setContent(html_255b32b65d61ba2bbeaeb164a9f4e513);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_86c201950051bd942ca10e4a20987116.bindPopup(popup_a08166801f97a316498296b5fa735bd1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_02378d41618c3ec82d548d69175fa500 = L.circleMarker(\n",
+       "                [-36.429413810738886, 143.70812399008034],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e70d30a624069e844d9928510ae7b248 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a82585d5a14c744cf41e74f128d21962 = $(`&lt;div id=&quot;html_a82585d5a14c744cf41e74f128d21962&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_e70d30a624069e844d9928510ae7b248.setContent(html_a82585d5a14c744cf41e74f128d21962);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_02378d41618c3ec82d548d69175fa500.bindPopup(popup_e70d30a624069e844d9928510ae7b248)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_55e3048991c198e6e02f65096a7fd8f8 = L.circleMarker(\n",
+       "                [-36.608942530699295, 143.62780749006703],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5b26d4bcb1447f06ffbd10b6dfb799b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5bfc22c7bf2533c8623b0c0a2c865555 = $(`&lt;div id=&quot;html_5bfc22c7bf2533c8623b0c0a2c865555&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_5b26d4bcb1447f06ffbd10b6dfb799b4.setContent(html_5bfc22c7bf2533c8623b0c0a2c865555);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_55e3048991c198e6e02f65096a7fd8f8.bindPopup(popup_5b26d4bcb1447f06ffbd10b6dfb799b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_81bf20e000f2a6eccbbe660233a5bb11 = L.circleMarker(\n",
+       "                [-36.001159859032235, 143.67153468498282],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a92e6e9902dc433fa07d6840074ef155 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8a92d4bf51ab8aa672ac653f5f477fd3 = $(`&lt;div id=&quot;html_8a92d4bf51ab8aa672ac653f5f477fd3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_a92e6e9902dc433fa07d6840074ef155.setContent(html_8a92d4bf51ab8aa672ac653f5f477fd3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_81bf20e000f2a6eccbbe660233a5bb11.bindPopup(popup_a92e6e9902dc433fa07d6840074ef155)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a1eb21d15496c7f79b2f86b3b56a9b63 = L.circleMarker(\n",
+       "                [-36.35748890154162, 143.70286581489313],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_16e95617db25c948dd8ede883b39457b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0a38138dbe004e86ecd49376fa61606a = $(`&lt;div id=&quot;html_0a38138dbe004e86ecd49376fa61606a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_16e95617db25c948dd8ede883b39457b.setContent(html_0a38138dbe004e86ecd49376fa61606a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a1eb21d15496c7f79b2f86b3b56a9b63.bindPopup(popup_16e95617db25c948dd8ede883b39457b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f270c5b1b48788cdbb47f5356c3603c6 = L.circleMarker(\n",
+       "                [-36.51054057004384, 143.5632942921477],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3b54bd05bdf3aac69826b2b11d3d5f02 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_140134a09453d34ecc353e809821469f = $(`&lt;div id=&quot;html_140134a09453d34ecc353e809821469f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_3b54bd05bdf3aac69826b2b11d3d5f02.setContent(html_140134a09453d34ecc353e809821469f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f270c5b1b48788cdbb47f5356c3603c6.bindPopup(popup_3b54bd05bdf3aac69826b2b11d3d5f02)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_847b69510cb135b9e05c4e5f547aedf5 = L.circleMarker(\n",
+       "                [-36.29958357773966, 144.21100021436982],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6d6596d2e367de49f9297e4b76963493 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d4edfa39b944042540295d2a2b051000 = $(`&lt;div id=&quot;html_d4edfa39b944042540295d2a2b051000&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_6d6596d2e367de49f9297e4b76963493.setContent(html_d4edfa39b944042540295d2a2b051000);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_847b69510cb135b9e05c4e5f547aedf5.bindPopup(popup_6d6596d2e367de49f9297e4b76963493)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8bd47fb05b2184b9400c2004b20ca894 = L.circleMarker(\n",
+       "                [-36.05870819578597, 143.95470269990645],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ba40c8929cf10084f021f30065976947 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca7fc26db6dd9af38c593e3789822a4d = $(`&lt;div id=&quot;html_ca7fc26db6dd9af38c593e3789822a4d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_ba40c8929cf10084f021f30065976947.setContent(html_ca7fc26db6dd9af38c593e3789822a4d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8bd47fb05b2184b9400c2004b20ca894.bindPopup(popup_ba40c8929cf10084f021f30065976947)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_adbc44dc909a914b0395fc788b541dc2 = L.circleMarker(\n",
+       "                [-36.82764677199947, 143.91647060136063],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fc6bca9ddbda4939f9909dc01bb12f79 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5a53c7f20e86f907b39d0a64256bf05b = $(`&lt;div id=&quot;html_5a53c7f20e86f907b39d0a64256bf05b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_fc6bca9ddbda4939f9909dc01bb12f79.setContent(html_5a53c7f20e86f907b39d0a64256bf05b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_adbc44dc909a914b0395fc788b541dc2.bindPopup(popup_fc6bca9ddbda4939f9909dc01bb12f79)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_92bf02706c84f76f16d3735a7b19fb61 = L.circleMarker(\n",
+       "                [-35.99747953571236, 143.9464172128088],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e19a48675dd989de4ef3539be0fed6a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f5e1fbf7a6c9c9458e18e48e2a955712 = $(`&lt;div id=&quot;html_f5e1fbf7a6c9c9458e18e48e2a955712&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_e19a48675dd989de4ef3539be0fed6a1.setContent(html_f5e1fbf7a6c9c9458e18e48e2a955712);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_92bf02706c84f76f16d3735a7b19fb61.bindPopup(popup_e19a48675dd989de4ef3539be0fed6a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e0b48b64e35866cc1a1dfec649afb37a = L.circleMarker(\n",
+       "                [-36.22490595629376, 143.75331467172708],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b056d69505d9e35741334c09655513fd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d6d830d58b98cb46b5d17f6c0ff4ef14 = $(`&lt;div id=&quot;html_d6d830d58b98cb46b5d17f6c0ff4ef14&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_b056d69505d9e35741334c09655513fd.setContent(html_d6d830d58b98cb46b5d17f6c0ff4ef14);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e0b48b64e35866cc1a1dfec649afb37a.bindPopup(popup_b056d69505d9e35741334c09655513fd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f1025c402474b4d660160123024abdf1 = L.circleMarker(\n",
+       "                [-36.077039698912046, 144.23054486891058],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_081b67f5c09b42214904b11637a83836 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4c97e688deb3bc1282a33a8c4dec4bf7 = $(`&lt;div id=&quot;html_4c97e688deb3bc1282a33a8c4dec4bf7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_081b67f5c09b42214904b11637a83836.setContent(html_4c97e688deb3bc1282a33a8c4dec4bf7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f1025c402474b4d660160123024abdf1.bindPopup(popup_081b67f5c09b42214904b11637a83836)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ba26f3f6c411248b44c8ec0b88814bdb = L.circleMarker(\n",
+       "                [-36.468721823585504, 144.0960627274089],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2740d4603a3895e2f09f15c514491750 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0f0f680d4449dbec92b552efad8da742 = $(`&lt;div id=&quot;html_0f0f680d4449dbec92b552efad8da742&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_2740d4603a3895e2f09f15c514491750.setContent(html_0f0f680d4449dbec92b552efad8da742);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ba26f3f6c411248b44c8ec0b88814bdb.bindPopup(popup_2740d4603a3895e2f09f15c514491750)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0658ee645ea428eaa4d22e803c7aea3d = L.circleMarker(\n",
+       "                [-36.228179396911855, 143.86347345003583],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_716a7f12c2e9f752c5c337db3dfd8bd6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1d9b04e8e8b3c324136ca3b9ca51c7b6 = $(`&lt;div id=&quot;html_1d9b04e8e8b3c324136ca3b9ca51c7b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_716a7f12c2e9f752c5c337db3dfd8bd6.setContent(html_1d9b04e8e8b3c324136ca3b9ca51c7b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0658ee645ea428eaa4d22e803c7aea3d.bindPopup(popup_716a7f12c2e9f752c5c337db3dfd8bd6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8e9a1272f3a9f94c53bd8a544c759502 = L.circleMarker(\n",
+       "                [-36.13365927554108, 143.74194252410115],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b62a14041802fd03a62629a34c916d77 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_204b0b06571460fbbc60dbf1a53bc13d = $(`&lt;div id=&quot;html_204b0b06571460fbbc60dbf1a53bc13d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_b62a14041802fd03a62629a34c916d77.setContent(html_204b0b06571460fbbc60dbf1a53bc13d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8e9a1272f3a9f94c53bd8a544c759502.bindPopup(popup_b62a14041802fd03a62629a34c916d77)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0cad092e5f3c9180ba76d7d54a2aa1e2 = L.circleMarker(\n",
+       "                [-36.01042044522839, 143.87332070337146],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_70e8ac1f771f305e3117c29f615f2ce6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d820690109e053b9543f19d9b21c5638 = $(`&lt;div id=&quot;html_d820690109e053b9543f19d9b21c5638&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_70e8ac1f771f305e3117c29f615f2ce6.setContent(html_d820690109e053b9543f19d9b21c5638);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0cad092e5f3c9180ba76d7d54a2aa1e2.bindPopup(popup_70e8ac1f771f305e3117c29f615f2ce6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a751924bcebf751bd62da674d023dae8 = L.circleMarker(\n",
+       "                [-36.25169593297801, 143.95598114608455],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2a4c05cc9e2742a64c1a7c689b56a5b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c2d561046655327e60743042dca3ec91 = $(`&lt;div id=&quot;html_c2d561046655327e60743042dca3ec91&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_2a4c05cc9e2742a64c1a7c689b56a5b4.setContent(html_c2d561046655327e60743042dca3ec91);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a751924bcebf751bd62da674d023dae8.bindPopup(popup_2a4c05cc9e2742a64c1a7c689b56a5b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_88aaaffc333056241d854455bacac26b = L.circleMarker(\n",
+       "                [-36.0738139563644, 143.81202899959948],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_239676b856ffa07f255001aa5e693596 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_712a688cbdbd94f73136be8216daae65 = $(`&lt;div id=&quot;html_712a688cbdbd94f73136be8216daae65&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_239676b856ffa07f255001aa5e693596.setContent(html_712a688cbdbd94f73136be8216daae65);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_88aaaffc333056241d854455bacac26b.bindPopup(popup_239676b856ffa07f255001aa5e693596)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_27b84b6012bf58456c2e4b0a1b3d973a = L.circleMarker(\n",
+       "                [-36.694486602161234, 143.58039321008656],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cf241aac3af7e0ee37bef824cd9b9d4a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_79c486f557e505220444d8b1165ab4be = $(`&lt;div id=&quot;html_79c486f557e505220444d8b1165ab4be&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_cf241aac3af7e0ee37bef824cd9b9d4a.setContent(html_79c486f557e505220444d8b1165ab4be);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_27b84b6012bf58456c2e4b0a1b3d973a.bindPopup(popup_cf241aac3af7e0ee37bef824cd9b9d4a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_18aba48b6ec40afc7e0852c9dfad7562 = L.circleMarker(\n",
+       "                [-36.12229539718327, 143.91423544910938],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f0d22457a57d1b640cf5e0460e226cef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e0b2f4d904b863193218bc422bedaef1 = $(`&lt;div id=&quot;html_e0b2f4d904b863193218bc422bedaef1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_f0d22457a57d1b640cf5e0460e226cef.setContent(html_e0b2f4d904b863193218bc422bedaef1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_18aba48b6ec40afc7e0852c9dfad7562.bindPopup(popup_f0d22457a57d1b640cf5e0460e226cef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a770b8a9a97b8bbda8702ff67d2cf922 = L.circleMarker(\n",
+       "                [-35.99060933629326, 144.06326330089468],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_73d6ad288a4ed021431764ac009d6f0f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dbd7d6036ace70f63146bf3c1b063692 = $(`&lt;div id=&quot;html_dbd7d6036ace70f63146bf3c1b063692&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_73d6ad288a4ed021431764ac009d6f0f.setContent(html_dbd7d6036ace70f63146bf3c1b063692);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a770b8a9a97b8bbda8702ff67d2cf922.bindPopup(popup_73d6ad288a4ed021431764ac009d6f0f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_edb8ae1b9eca1d6cf09932969ae3a812 = L.circleMarker(\n",
+       "                [-36.04938552175267, 144.13198510247105],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7ec4bf26265159b1d6409d7fba0b3b92 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0844664874af57924e09a031ab820e79 = $(`&lt;div id=&quot;html_0844664874af57924e09a031ab820e79&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Loddon: crime count = -0.7614527794973193&lt;/div&gt;`)[0];\n",
+       "                popup_7ec4bf26265159b1d6409d7fba0b3b92.setContent(html_0844664874af57924e09a031ab820e79);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_edb8ae1b9eca1d6cf09932969ae3a812.bindPopup(popup_7ec4bf26265159b1d6409d7fba0b3b92)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1a501ba779bfcc3e8ff48281f846b65d = L.circleMarker(\n",
+       "                [-37.354241168219055, 144.93872142750476],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_11556c5c90a936a10bdc2d9335a0e91f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a1878071ed41e1bd6d3acdec070d339f = $(`&lt;div id=&quot;html_a1878071ed41e1bd6d3acdec070d339f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_11556c5c90a936a10bdc2d9335a0e91f.setContent(html_a1878071ed41e1bd6d3acdec070d339f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1a501ba779bfcc3e8ff48281f846b65d.bindPopup(popup_11556c5c90a936a10bdc2d9335a0e91f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7ece63c99f143591fcfafbad1643d3c2 = L.circleMarker(\n",
+       "                [-37.42252955384283, 144.8697628750377],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e1dad0bcd9b8ac595594c58f7c4a5cb7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e9e58b5a6a26ecd6252d8827534b2195 = $(`&lt;div id=&quot;html_e9e58b5a6a26ecd6252d8827534b2195&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_e1dad0bcd9b8ac595594c58f7c4a5cb7.setContent(html_e9e58b5a6a26ecd6252d8827534b2195);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7ece63c99f143591fcfafbad1643d3c2.bindPopup(popup_e1dad0bcd9b8ac595594c58f7c4a5cb7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_116fea41fe7e2689010790e9bcde0cd4 = L.circleMarker(\n",
+       "                [-37.42850941314063, 144.55585381382346],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_46ecc9f567542cde2ac68401d510e514 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a64735807ffe31f19a74ef146bcb395b = $(`&lt;div id=&quot;html_a64735807ffe31f19a74ef146bcb395b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_46ecc9f567542cde2ac68401d510e514.setContent(html_a64735807ffe31f19a74ef146bcb395b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_116fea41fe7e2689010790e9bcde0cd4.bindPopup(popup_46ecc9f567542cde2ac68401d510e514)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_76b4b204ff256dc829e668da3c9ba221 = L.circleMarker(\n",
+       "                [-37.39547257414769, 144.6418915586174],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3d038016ac4e4dff566a86ca4240cfb8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5f8fffd64aa96c4d62b62e63950b9a7f = $(`&lt;div id=&quot;html_5f8fffd64aa96c4d62b62e63950b9a7f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_3d038016ac4e4dff566a86ca4240cfb8.setContent(html_5f8fffd64aa96c4d62b62e63950b9a7f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_76b4b204ff256dc829e668da3c9ba221.bindPopup(popup_3d038016ac4e4dff566a86ca4240cfb8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5acd77af03e0bc817df2b68276856688 = L.circleMarker(\n",
+       "                [-37.511246251776726, 144.56894214199954],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bc523b8b694c009ac9d48a4b606dbf9d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c58f4e67e975f52db285939c2a84cdc5 = $(`&lt;div id=&quot;html_c58f4e67e975f52db285939c2a84cdc5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_bc523b8b694c009ac9d48a4b606dbf9d.setContent(html_c58f4e67e975f52db285939c2a84cdc5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5acd77af03e0bc817df2b68276856688.bindPopup(popup_bc523b8b694c009ac9d48a4b606dbf9d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c701d701622e31daca24e1453e64845b = L.circleMarker(\n",
+       "                [-37.28590937116477, 144.43638168486277],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4b2073f61f47421bbc103def7e5d8e2d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_721a2cf617b5530cffeb3f98e2333e0a = $(`&lt;div id=&quot;html_721a2cf617b5530cffeb3f98e2333e0a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_4b2073f61f47421bbc103def7e5d8e2d.setContent(html_721a2cf617b5530cffeb3f98e2333e0a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c701d701622e31daca24e1453e64845b.bindPopup(popup_4b2073f61f47421bbc103def7e5d8e2d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c1fc017530d994ebe3ce67247a57dd08 = L.circleMarker(\n",
+       "                [-37.25201507860128, 144.3548671191082],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bee30b1ea9136b8032c5f93338c674ef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f2c8c6df5189f7178e806b3881986c25 = $(`&lt;div id=&quot;html_f2c8c6df5189f7178e806b3881986c25&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_bee30b1ea9136b8032c5f93338c674ef.setContent(html_f2c8c6df5189f7178e806b3881986c25);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c1fc017530d994ebe3ce67247a57dd08.bindPopup(popup_bee30b1ea9136b8032c5f93338c674ef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_36aebe27ba8b87e5736975b67ba1840b = L.circleMarker(\n",
+       "                [-37.30450730535523, 144.52100329834985],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_698d4767f482c08b6d0ab13231f5374b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_49421723613c0db78fa11a7395b4e39b = $(`&lt;div id=&quot;html_49421723613c0db78fa11a7395b4e39b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_698d4767f482c08b6d0ab13231f5374b.setContent(html_49421723613c0db78fa11a7395b4e39b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_36aebe27ba8b87e5736975b67ba1840b.bindPopup(popup_698d4767f482c08b6d0ab13231f5374b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b49b7a0b7db4037af70f22238d9915c8 = L.circleMarker(\n",
+       "                [-37.2877774916311, 144.51306439292856],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_65d149b7bcb9fdb3c77615bb19580504 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_358b7872f9377e9d64d4d40ed0ce7090 = $(`&lt;div id=&quot;html_358b7872f9377e9d64d4d40ed0ce7090&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_65d149b7bcb9fdb3c77615bb19580504.setContent(html_358b7872f9377e9d64d4d40ed0ce7090);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b49b7a0b7db4037af70f22238d9915c8.bindPopup(popup_65d149b7bcb9fdb3c77615bb19580504)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0b193b0abccefa0624e73c29065e71a1 = L.circleMarker(\n",
+       "                [-37.45240011124489, 144.6152136365202],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5636cdf49eb3548d896525153e62fe69 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_40f805e55cade096005c2a59367d0ba9 = $(`&lt;div id=&quot;html_40f805e55cade096005c2a59367d0ba9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_5636cdf49eb3548d896525153e62fe69.setContent(html_40f805e55cade096005c2a59367d0ba9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0b193b0abccefa0624e73c29065e71a1.bindPopup(popup_5636cdf49eb3548d896525153e62fe69)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c739fd342ae3a875c24ac62506ed3d1 = L.circleMarker(\n",
+       "                [-37.31186068278327, 144.6660365743298],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f452e6a9e9960e74228cb4ba5d617e0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_80832ceb496568b53643c07d65a8bdca = $(`&lt;div id=&quot;html_80832ceb496568b53643c07d65a8bdca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_8f452e6a9e9960e74228cb4ba5d617e0.setContent(html_80832ceb496568b53643c07d65a8bdca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c739fd342ae3a875c24ac62506ed3d1.bindPopup(popup_8f452e6a9e9960e74228cb4ba5d617e0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e4ecb2158f2e3cdca04a129238f0efbb = L.circleMarker(\n",
+       "                [-37.54882601676909, 144.6243764466473],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b03488368efc1774812631bce388a7dd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5c906c8455b93f253df26cde139b737e = $(`&lt;div id=&quot;html_5c906c8455b93f253df26cde139b737e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_b03488368efc1774812631bce388a7dd.setContent(html_5c906c8455b93f253df26cde139b737e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e4ecb2158f2e3cdca04a129238f0efbb.bindPopup(popup_b03488368efc1774812631bce388a7dd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ae1aac31b2e2c667fb7493abeea44853 = L.circleMarker(\n",
+       "                [-37.172061184818304, 144.4440047953306],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4e8bbbfd117eb5e9917007c11568efe3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca187c1f02bc9e3d46ff47251e36e7a1 = $(`&lt;div id=&quot;html_ca187c1f02bc9e3d46ff47251e36e7a1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_4e8bbbfd117eb5e9917007c11568efe3.setContent(html_ca187c1f02bc9e3d46ff47251e36e7a1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ae1aac31b2e2c667fb7493abeea44853.bindPopup(popup_4e8bbbfd117eb5e9917007c11568efe3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ea22b7b62370375121240d869678e120 = L.circleMarker(\n",
+       "                [-37.250120229605, 144.54795089873903],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_37e09463180b26a7f164fe90f9734d08 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e49dd203fe2f5f48b49298a4ed42bb95 = $(`&lt;div id=&quot;html_e49dd203fe2f5f48b49298a4ed42bb95&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_37e09463180b26a7f164fe90f9734d08.setContent(html_e49dd203fe2f5f48b49298a4ed42bb95);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ea22b7b62370375121240d869678e120.bindPopup(popup_37e09463180b26a7f164fe90f9734d08)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e22d3af763d228601abc70151b47b949 = L.circleMarker(\n",
+       "                [-37.38229718713475, 144.67441113743013],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c3ea28290c955da761806448ecc1be02 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_578368db22ad1a334e5dddabcc5364ac = $(`&lt;div id=&quot;html_578368db22ad1a334e5dddabcc5364ac&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_c3ea28290c955da761806448ecc1be02.setContent(html_578368db22ad1a334e5dddabcc5364ac);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e22d3af763d228601abc70151b47b949.bindPopup(popup_c3ea28290c955da761806448ecc1be02)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0ad973d3e34f8ff006d6339b25bd945d = L.circleMarker(\n",
+       "                [-37.3623472430752, 144.52627377836777],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bf8bcad6d498e00706c2af1eb2ed26e0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ce1468c9761f61b4aba4747db6b70a29 = $(`&lt;div id=&quot;html_ce1468c9761f61b4aba4747db6b70a29&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_bf8bcad6d498e00706c2af1eb2ed26e0.setContent(html_ce1468c9761f61b4aba4747db6b70a29);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0ad973d3e34f8ff006d6339b25bd945d.bindPopup(popup_bf8bcad6d498e00706c2af1eb2ed26e0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c0e64bd6ade7e7ce7c602028d96ffeb0 = L.circleMarker(\n",
+       "                [-37.33139676912169, 144.82021088617975],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8c88874a93d7471190b38b8385ec37df = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_35885e6d3696b55cb3e376c57cac274d = $(`&lt;div id=&quot;html_35885e6d3696b55cb3e376c57cac274d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_8c88874a93d7471190b38b8385ec37df.setContent(html_35885e6d3696b55cb3e376c57cac274d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c0e64bd6ade7e7ce7c602028d96ffeb0.bindPopup(popup_8c88874a93d7471190b38b8385ec37df)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a9f9e9084e381664b43982052ee7c0f6 = L.circleMarker(\n",
+       "                [-37.2602814065576, 144.71289602997618],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_caae912fc29553b6760436ce19827391 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ac1cc4f058fd7db2caa752525498d324 = $(`&lt;div id=&quot;html_ac1cc4f058fd7db2caa752525498d324&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_caae912fc29553b6760436ce19827391.setContent(html_ac1cc4f058fd7db2caa752525498d324);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a9f9e9084e381664b43982052ee7c0f6.bindPopup(popup_caae912fc29553b6760436ce19827391)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b37870c07e634a76d2e4290a8ad0451 = L.circleMarker(\n",
+       "                [-37.177604364639016, 144.634421646076],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_84d43ca4c5dde108a6b11ab2cfd6b2bf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_70445d6b117756815ed5883006f36180 = $(`&lt;div id=&quot;html_70445d6b117756815ed5883006f36180&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_84d43ca4c5dde108a6b11ab2cfd6b2bf.setContent(html_70445d6b117756815ed5883006f36180);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b37870c07e634a76d2e4290a8ad0451.bindPopup(popup_84d43ca4c5dde108a6b11ab2cfd6b2bf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_be5ad0520fd4356bbe3754d1a7a70ff9 = L.circleMarker(\n",
+       "                [-37.2142762669206, 144.58982265399587],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_64a3ec5d5d13288b9dca18cce371c0f8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_84af2a2c5eb367f7e81191cf1be4aec7 = $(`&lt;div id=&quot;html_84af2a2c5eb367f7e81191cf1be4aec7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_64a3ec5d5d13288b9dca18cce371c0f8.setContent(html_84af2a2c5eb367f7e81191cf1be4aec7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_be5ad0520fd4356bbe3754d1a7a70ff9.bindPopup(popup_64a3ec5d5d13288b9dca18cce371c0f8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_de97240185e36c6bd5a053a474c8e71b = L.circleMarker(\n",
+       "                [-37.19802926332552, 144.6826973285991],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2ad3abbd28d01dfc01af74867fea3f8a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8c291380d877e2995dba297265755530 = $(`&lt;div id=&quot;html_8c291380d877e2995dba297265755530&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_2ad3abbd28d01dfc01af74867fea3f8a.setContent(html_8c291380d877e2995dba297265755530);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_de97240185e36c6bd5a053a474c8e71b.bindPopup(popup_2ad3abbd28d01dfc01af74867fea3f8a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_821ab502cf476decda68447252889c16 = L.circleMarker(\n",
+       "                [-37.13427555228443, 144.64976809157503],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_abefb8c30a9f232a080b02c24b9d1882 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d6469eecf95bc8bd23ae980564d0004e = $(`&lt;div id=&quot;html_d6469eecf95bc8bd23ae980564d0004e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_abefb8c30a9f232a080b02c24b9d1882.setContent(html_d6469eecf95bc8bd23ae980564d0004e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_821ab502cf476decda68447252889c16.bindPopup(popup_abefb8c30a9f232a080b02c24b9d1882)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_16d5f0ffdb0f5b357e12a111a4419b49 = L.circleMarker(\n",
+       "                [-37.35164669165988, 144.63094938843238],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_453065bb377ea474f3063f42cd9196e5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8299feda3416136306ef56e46171c354 = $(`&lt;div id=&quot;html_8299feda3416136306ef56e46171c354&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_453065bb377ea474f3063f42cd9196e5.setContent(html_8299feda3416136306ef56e46171c354);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_16d5f0ffdb0f5b357e12a111a4419b49.bindPopup(popup_453065bb377ea474f3063f42cd9196e5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fc81b589ca6bef6368eafa430a285cb3 = L.circleMarker(\n",
+       "                [-37.4010975798313, 144.77646356164624],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_daa226cf254a4b14cd7ea344366b1659 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0773a48756d05bf3d36ed134f59891ae = $(`&lt;div id=&quot;html_0773a48756d05bf3d36ed134f59891ae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_daa226cf254a4b14cd7ea344366b1659.setContent(html_0773a48756d05bf3d36ed134f59891ae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fc81b589ca6bef6368eafa430a285cb3.bindPopup(popup_daa226cf254a4b14cd7ea344366b1659)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_33d18fb51485d246a481f30a48ce9f4b = L.circleMarker(\n",
+       "                [-37.39298981738016, 144.59320093275377],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1d9b13764fb9bda407008887105b17f5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_939bc0ddffe568c8c3beb699d8141193 = $(`&lt;div id=&quot;html_939bc0ddffe568c8c3beb699d8141193&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_1d9b13764fb9bda407008887105b17f5.setContent(html_939bc0ddffe568c8c3beb699d8141193);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_33d18fb51485d246a481f30a48ce9f4b.bindPopup(popup_1d9b13764fb9bda407008887105b17f5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ccacf2822fd2c3e41ea67ed9f2288723 = L.circleMarker(\n",
+       "                [-37.26839801616155, 144.6464360241906],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bb4c11783a524c2dc40cadf541cd957e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e6700d0d111a60ea06ce7aab0aac2cff = $(`&lt;div id=&quot;html_e6700d0d111a60ea06ce7aab0aac2cff&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_bb4c11783a524c2dc40cadf541cd957e.setContent(html_e6700d0d111a60ea06ce7aab0aac2cff);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ccacf2822fd2c3e41ea67ed9f2288723.bindPopup(popup_bb4c11783a524c2dc40cadf541cd957e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8f21df27b150b7d74e9f4a7e684cf3b1 = L.circleMarker(\n",
+       "                [-37.47634309670809, 144.4964183270622],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_02862d143f5e527528ec2b7804272cbe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d08ea5b34db09053b667fa2e7ef37806 = $(`&lt;div id=&quot;html_d08ea5b34db09053b667fa2e7ef37806&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_02862d143f5e527528ec2b7804272cbe.setContent(html_d08ea5b34db09053b667fa2e7ef37806);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8f21df27b150b7d74e9f4a7e684cf3b1.bindPopup(popup_02862d143f5e527528ec2b7804272cbe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_55e586c0996a65534709faeccf7dc85d = L.circleMarker(\n",
+       "                [-37.444585311610666, 144.6830120730396],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8706e7b9cd5954e62111eae911a44fa6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a7cd099759af8b2846f5a1f83b8f52f2 = $(`&lt;div id=&quot;html_a7cd099759af8b2846f5a1f83b8f52f2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_8706e7b9cd5954e62111eae911a44fa6.setContent(html_a7cd099759af8b2846f5a1f83b8f52f2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_55e586c0996a65534709faeccf7dc85d.bindPopup(popup_8706e7b9cd5954e62111eae911a44fa6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_02adcbae8c7f78e526c439c1f56534e7 = L.circleMarker(\n",
+       "                [-37.393087582865306, 144.83189331604797],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_25875f20f4de8f1651438ba129655cd1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca9c099e407bd5bd3b1f4906bff2e693 = $(`&lt;div id=&quot;html_ca9c099e407bd5bd3b1f4906bff2e693&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_25875f20f4de8f1651438ba129655cd1.setContent(html_ca9c099e407bd5bd3b1f4906bff2e693);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_02adcbae8c7f78e526c439c1f56534e7.bindPopup(popup_25875f20f4de8f1651438ba129655cd1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0f34075b65f2d27258e300244420b9da = L.circleMarker(\n",
+       "                [-37.1851601666249, 144.4633716942872],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_accbdf563378001f3659bcf9eac2120b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ea535e2601bd8fb8d9b26861570b3442 = $(`&lt;div id=&quot;html_ea535e2601bd8fb8d9b26861570b3442&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_accbdf563378001f3659bcf9eac2120b.setContent(html_ea535e2601bd8fb8d9b26861570b3442);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0f34075b65f2d27258e300244420b9da.bindPopup(popup_accbdf563378001f3659bcf9eac2120b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7fa0908f805fed66d190e80b129be310 = L.circleMarker(\n",
+       "                [-37.29961360163432, 144.60369618538107],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_97273a09447ed5027df5523f12e410e1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e17cd30f3a4a4502bf3e45ccb02aa079 = $(`&lt;div id=&quot;html_e17cd30f3a4a4502bf3e45ccb02aa079&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_97273a09447ed5027df5523f12e410e1.setContent(html_e17cd30f3a4a4502bf3e45ccb02aa079);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7fa0908f805fed66d190e80b129be310.bindPopup(popup_97273a09447ed5027df5523f12e410e1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_180b10fd03c0a1ab3063e64c363545b0 = L.circleMarker(\n",
+       "                [-37.35231930606449, 144.72829161212454],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9c5b7f524a91facb8ca964381a3891b1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b117f05062f19b6caad0f76fe7cf09f8 = $(`&lt;div id=&quot;html_b117f05062f19b6caad0f76fe7cf09f8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_9c5b7f524a91facb8ca964381a3891b1.setContent(html_b117f05062f19b6caad0f76fe7cf09f8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_180b10fd03c0a1ab3063e64c363545b0.bindPopup(popup_9c5b7f524a91facb8ca964381a3891b1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_42a3c2aaa9af66bf9138b8a6aee28869 = L.circleMarker(\n",
+       "                [-37.25607827869575, 144.80307577244758],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_40d4f18dadd5d614b6b61925caa488f5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_78de921d3ce696b26348145085fa78d2 = $(`&lt;div id=&quot;html_78de921d3ce696b26348145085fa78d2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_40d4f18dadd5d614b6b61925caa488f5.setContent(html_78de921d3ce696b26348145085fa78d2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_42a3c2aaa9af66bf9138b8a6aee28869.bindPopup(popup_40d4f18dadd5d614b6b61925caa488f5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0bf69d55f54ae570546bae2f4d3e7e4c = L.circleMarker(\n",
+       "                [-37.40541501978327, 144.4585924067333],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_af73dea8da92934281cd8a48c1d1fd4f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7bb786a9a802397ce14b2e3fa69c17f6 = $(`&lt;div id=&quot;html_7bb786a9a802397ce14b2e3fa69c17f6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_af73dea8da92934281cd8a48c1d1fd4f.setContent(html_7bb786a9a802397ce14b2e3fa69c17f6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0bf69d55f54ae570546bae2f4d3e7e4c.bindPopup(popup_af73dea8da92934281cd8a48c1d1fd4f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_42db8da9c3225ee61188b297e9c66f40 = L.circleMarker(\n",
+       "                [-37.43813756787425, 144.77691266969873],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_41db987b2488fa0674338a51738f43d6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_34544af8075391c7b1c28f4bf357a63c = $(`&lt;div id=&quot;html_34544af8075391c7b1c28f4bf357a63c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_41db987b2488fa0674338a51738f43d6.setContent(html_34544af8075391c7b1c28f4bf357a63c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_42db8da9c3225ee61188b297e9c66f40.bindPopup(popup_41db987b2488fa0674338a51738f43d6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1b725c38e78ea30f8c0927ebbfa17b3c = L.circleMarker(\n",
+       "                [-37.22741306134345, 144.45973470629536],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bdf4ab5a60750534e1b072febe7ee22a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cb954a4be5ac5182efa00a3630dab033 = $(`&lt;div id=&quot;html_cb954a4be5ac5182efa00a3630dab033&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_bdf4ab5a60750534e1b072febe7ee22a.setContent(html_cb954a4be5ac5182efa00a3630dab033);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1b725c38e78ea30f8c0927ebbfa17b3c.bindPopup(popup_bdf4ab5a60750534e1b072febe7ee22a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_db5d2f66d92ffdf9779d1db92ba4c9e2 = L.circleMarker(\n",
+       "                [-37.16358863179891, 144.56022649504794],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f632ba01c34fa9d17d69081dd949e773 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a6cbb9c7cbeb1d85bcb9955db2623a87 = $(`&lt;div id=&quot;html_a6cbb9c7cbeb1d85bcb9955db2623a87&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_f632ba01c34fa9d17d69081dd949e773.setContent(html_a6cbb9c7cbeb1d85bcb9955db2623a87);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_db5d2f66d92ffdf9779d1db92ba4c9e2.bindPopup(popup_f632ba01c34fa9d17d69081dd949e773)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_17302dcccbf99255587ffc067091a7cf = L.circleMarker(\n",
+       "                [-37.32042779551421, 144.53193625578726],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0daff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0daff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cb17b2a5eb4020bd47e584498b57fa26 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_19d882a69307fd9b192af91986d893e4 = $(`&lt;div id=&quot;html_19d882a69307fd9b192af91986d893e4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Macedon Ranges: crime count = -0.40955727648857904&lt;/div&gt;`)[0];\n",
+       "                popup_cb17b2a5eb4020bd47e584498b57fa26.setContent(html_19d882a69307fd9b192af91986d893e4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_17302dcccbf99255587ffc067091a7cf.bindPopup(popup_cb17b2a5eb4020bd47e584498b57fa26)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_761d6e9b477dd79040b28e4185fe3582 = L.circleMarker(\n",
+       "                [-37.73559191553896, 145.26987455196493],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f21447a9ce02c3f1489774d8f5a7c767 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0cfe50256c4f53de42725b24bb7f3905 = $(`&lt;div id=&quot;html_0cfe50256c4f53de42725b24bb7f3905&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Manningham: crime count = -0.036458955830198286&lt;/div&gt;`)[0];\n",
+       "                popup_f21447a9ce02c3f1489774d8f5a7c767.setContent(html_0cfe50256c4f53de42725b24bb7f3905);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_761d6e9b477dd79040b28e4185fe3582.bindPopup(popup_f21447a9ce02c3f1489774d8f5a7c767)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9479b831234a3ebc5b4ad9c8e4f4117d = L.circleMarker(\n",
+       "                [-37.77698617552203, 145.2148218892134],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5fcd1304276db548168f2ed6db1629b3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_22893ae25512e5ecec7add9f9872d7bf = $(`&lt;div id=&quot;html_22893ae25512e5ecec7add9f9872d7bf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Manningham: crime count = -0.036458955830198286&lt;/div&gt;`)[0];\n",
+       "                popup_5fcd1304276db548168f2ed6db1629b3.setContent(html_22893ae25512e5ecec7add9f9872d7bf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9479b831234a3ebc5b4ad9c8e4f4117d.bindPopup(popup_5fcd1304276db548168f2ed6db1629b3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2da4de87a7e85854190db9224a42ec58 = L.circleMarker(\n",
+       "                [-37.77878963565134, 145.1638153959502],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b7b819b786568a70778059bc2ac0741e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b615935717995d4c0e073133057eccaa = $(`&lt;div id=&quot;html_b615935717995d4c0e073133057eccaa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Manningham: crime count = -0.036458955830198286&lt;/div&gt;`)[0];\n",
+       "                popup_b7b819b786568a70778059bc2ac0741e.setContent(html_b615935717995d4c0e073133057eccaa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2da4de87a7e85854190db9224a42ec58.bindPopup(popup_b7b819b786568a70778059bc2ac0741e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a356c293eec88259b0f3b17534761f75 = L.circleMarker(\n",
+       "                [-37.81745413514367, 145.17648638898538],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_14e4ae9689e9817c61b61819ff6ecf60 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9918490b90b88bf484a3180370c1f1b1 = $(`&lt;div id=&quot;html_9918490b90b88bf484a3180370c1f1b1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Manningham: crime count = -0.036458955830198286&lt;/div&gt;`)[0];\n",
+       "                popup_14e4ae9689e9817c61b61819ff6ecf60.setContent(html_9918490b90b88bf484a3180370c1f1b1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a356c293eec88259b0f3b17534761f75.bindPopup(popup_14e4ae9689e9817c61b61819ff6ecf60)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ecd784894e34007307bfd3496f33e8ee = L.circleMarker(\n",
+       "                [-37.74783218274227, 145.20909174056712],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0827a40b9e54bfe6be405a371d8511cf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_044401bc90933c7545c4d3435f7e8d3c = $(`&lt;div id=&quot;html_044401bc90933c7545c4d3435f7e8d3c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Manningham: crime count = -0.036458955830198286&lt;/div&gt;`)[0];\n",
+       "                popup_0827a40b9e54bfe6be405a371d8511cf.setContent(html_044401bc90933c7545c4d3435f7e8d3c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ecd784894e34007307bfd3496f33e8ee.bindPopup(popup_0827a40b9e54bfe6be405a371d8511cf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e01f2be7ff2d107e98b0e54db6dd6330 = L.circleMarker(\n",
+       "                [-37.78982347393196, 145.1913108122632],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_49bb01aa529803710d45a92ab88612b1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ffa87d38c5d8d1cf45583f9601fde74f = $(`&lt;div id=&quot;html_ffa87d38c5d8d1cf45583f9601fde74f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Manningham: crime count = -0.036458955830198286&lt;/div&gt;`)[0];\n",
+       "                popup_49bb01aa529803710d45a92ab88612b1.setContent(html_ffa87d38c5d8d1cf45583f9601fde74f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e01f2be7ff2d107e98b0e54db6dd6330.bindPopup(popup_49bb01aa529803710d45a92ab88612b1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_84836ffe8c0583ae77bcd434e8edb0a0 = L.circleMarker(\n",
+       "                [-37.79313499788777, 145.231199449706],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a646a0b94a66ebed650f8f28dd2783a7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ac817c373f5c1026a2002e039c014077 = $(`&lt;div id=&quot;html_ac817c373f5c1026a2002e039c014077&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Manningham: crime count = -0.036458955830198286&lt;/div&gt;`)[0];\n",
+       "                popup_a646a0b94a66ebed650f8f28dd2783a7.setContent(html_ac817c373f5c1026a2002e039c014077);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_84836ffe8c0583ae77bcd434e8edb0a0.bindPopup(popup_a646a0b94a66ebed650f8f28dd2783a7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e42db03582cb8a4facac9ebe97d7d964 = L.circleMarker(\n",
+       "                [-37.75958114852445, 145.244119093547],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0aa6f9b6cef8d2e4c754cc52460f6663 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_64a544fa3c8239ce885f14de8edf9a1c = $(`&lt;div id=&quot;html_64a544fa3c8239ce885f14de8edf9a1c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Manningham: crime count = -0.036458955830198286&lt;/div&gt;`)[0];\n",
+       "                popup_0aa6f9b6cef8d2e4c754cc52460f6663.setContent(html_64a544fa3c8239ce885f14de8edf9a1c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e42db03582cb8a4facac9ebe97d7d964.bindPopup(popup_0aa6f9b6cef8d2e4c754cc52460f6663)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f01f30ac6067b4192a52802a86a7288 = L.circleMarker(\n",
+       "                [-37.763745504672585, 145.11217187268466],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8080bc6d94d1f823766e373e19db48eb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_18dcbd9d4e400ef7477b56d254ccef91 = $(`&lt;div id=&quot;html_18dcbd9d4e400ef7477b56d254ccef91&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Manningham: crime count = -0.036458955830198286&lt;/div&gt;`)[0];\n",
+       "                popup_8080bc6d94d1f823766e373e19db48eb.setContent(html_18dcbd9d4e400ef7477b56d254ccef91);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f01f30ac6067b4192a52802a86a7288.bindPopup(popup_8080bc6d94d1f823766e373e19db48eb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1971a701dbc77e00b25133acc4a546b2 = L.circleMarker(\n",
+       "                [-37.7686615940413, 145.087075849775],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_17f57003a2d7a706b228ec5f2dd70a27 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b1e30ff7303258ee969e5c12ef156218 = $(`&lt;div id=&quot;html_b1e30ff7303258ee969e5c12ef156218&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Manningham: crime count = -0.036458955830198286&lt;/div&gt;`)[0];\n",
+       "                popup_17f57003a2d7a706b228ec5f2dd70a27.setContent(html_b1e30ff7303258ee969e5c12ef156218);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1971a701dbc77e00b25133acc4a546b2.bindPopup(popup_17f57003a2d7a706b228ec5f2dd70a27)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6044ed79c186f7840f7c6186ed05ecdf = L.circleMarker(\n",
+       "                [-37.78478960306124, 145.12394046343505],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0b8bc068cbed085ab754b025a4ce8ac2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9467d2ab1693412e1825554107910203 = $(`&lt;div id=&quot;html_9467d2ab1693412e1825554107910203&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Manningham: crime count = -0.036458955830198286&lt;/div&gt;`)[0];\n",
+       "                popup_0b8bc068cbed085ab754b025a4ce8ac2.setContent(html_9467d2ab1693412e1825554107910203);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6044ed79c186f7840f7c6186ed05ecdf.bindPopup(popup_0b8bc068cbed085ab754b025a4ce8ac2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_69025c8dbef8c5ad7190b39a770f78ff = L.circleMarker(\n",
+       "                [-37.75404092825428, 145.1486330972961],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f5d3e3ef20940b28c00c01c50f820c9d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6279ede9f35d202ee270397534df8ca3 = $(`&lt;div id=&quot;html_6279ede9f35d202ee270397534df8ca3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Manningham: crime count = -0.036458955830198286&lt;/div&gt;`)[0];\n",
+       "                popup_f5d3e3ef20940b28c00c01c50f820c9d.setContent(html_6279ede9f35d202ee270397534df8ca3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_69025c8dbef8c5ad7190b39a770f78ff.bindPopup(popup_f5d3e3ef20940b28c00c01c50f820c9d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8f50ef8d2549a5a936fadd2d700a16b8 = L.circleMarker(\n",
+       "                [-37.24264924471437, 146.19337231510647],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6ca99fc4ef4fa8918ffd66a581e9dd6e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8c4f5e0bbf7a160904cc066aa6b89e70 = $(`&lt;div id=&quot;html_8c4f5e0bbf7a160904cc066aa6b89e70&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_6ca99fc4ef4fa8918ffd66a581e9dd6e.setContent(html_8c4f5e0bbf7a160904cc066aa6b89e70);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8f50ef8d2549a5a936fadd2d700a16b8.bindPopup(popup_6ca99fc4ef4fa8918ffd66a581e9dd6e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f0060d5eca739f433c28805dbb6014b5 = L.circleMarker(\n",
+       "                [-37.360173707341005, 146.1693989332379],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dbf542443d33cee1f4b3c09556c19088 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_768a63a8319c374819aff50a292680b5 = $(`&lt;div id=&quot;html_768a63a8319c374819aff50a292680b5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_dbf542443d33cee1f4b3c09556c19088.setContent(html_768a63a8319c374819aff50a292680b5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f0060d5eca739f433c28805dbb6014b5.bindPopup(popup_dbf542443d33cee1f4b3c09556c19088)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_59e25a961742b93daefe21da2639f72e = L.circleMarker(\n",
+       "                [-37.02552057360976, 145.95859135094136],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ffab808757cd69cb2106c874274375c9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8ea09fdf2b34d7932d511c49735e8f92 = $(`&lt;div id=&quot;html_8ea09fdf2b34d7932d511c49735e8f92&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_ffab808757cd69cb2106c874274375c9.setContent(html_8ea09fdf2b34d7932d511c49735e8f92);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_59e25a961742b93daefe21da2639f72e.bindPopup(popup_ffab808757cd69cb2106c874274375c9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f1ce2cb164ad7b51cdb103aa0909a83b = L.circleMarker(\n",
+       "                [-37.12192952017787, 146.36635168606207],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1fd2bff5273a387cae1630526e698e34 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_72213176b3301337536f49d58cec8053 = $(`&lt;div id=&quot;html_72213176b3301337536f49d58cec8053&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_1fd2bff5273a387cae1630526e698e34.setContent(html_72213176b3301337536f49d58cec8053);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f1ce2cb164ad7b51cdb103aa0909a83b.bindPopup(popup_1fd2bff5273a387cae1630526e698e34)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fa9da9420658d01334cecd8420a0c4d6 = L.circleMarker(\n",
+       "                [-37.20562596868415, 146.14673572059323],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5c0d1cb693dc53a7e0d93c73397bd59a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_586e91651626120a0585be5ec8786972 = $(`&lt;div id=&quot;html_586e91651626120a0585be5ec8786972&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_5c0d1cb693dc53a7e0d93c73397bd59a.setContent(html_586e91651626120a0585be5ec8786972);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fa9da9420658d01334cecd8420a0c4d6.bindPopup(popup_5c0d1cb693dc53a7e0d93c73397bd59a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2c95efc99cb32e147f23dabe3101aedd = L.circleMarker(\n",
+       "                [-36.97801197442732, 145.70962361191076],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_418c03bf1609c76d753f25b457b9db41 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ea0ac3059b2862efa8a262d8f6e65404 = $(`&lt;div id=&quot;html_ea0ac3059b2862efa8a262d8f6e65404&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_418c03bf1609c76d753f25b457b9db41.setContent(html_ea0ac3059b2862efa8a262d8f6e65404);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2c95efc99cb32e147f23dabe3101aedd.bindPopup(popup_418c03bf1609c76d753f25b457b9db41)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_086d26b9bf8d13d9f3768e84b5514657 = L.circleMarker(\n",
+       "                [-37.18501621717699, 146.29751443895802],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7b76e308d6832c1785c1f4020498d648 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_74187a7bec1199425ceb392631282b45 = $(`&lt;div id=&quot;html_74187a7bec1199425ceb392631282b45&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_7b76e308d6832c1785c1f4020498d648.setContent(html_74187a7bec1199425ceb392631282b45);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_086d26b9bf8d13d9f3768e84b5514657.bindPopup(popup_7b76e308d6832c1785c1f4020498d648)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aab68ddd3138758e25946f7fb6ab78a7 = L.circleMarker(\n",
+       "                [-37.23109673788333, 146.13492726207713],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_98dde7a6280584b6d65b08bf930ebd03 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d4cbdceedec9c84b0cfb7908ba7256ca = $(`&lt;div id=&quot;html_d4cbdceedec9c84b0cfb7908ba7256ca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_98dde7a6280584b6d65b08bf930ebd03.setContent(html_d4cbdceedec9c84b0cfb7908ba7256ca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aab68ddd3138758e25946f7fb6ab78a7.bindPopup(popup_98dde7a6280584b6d65b08bf930ebd03)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b56c0bfaa17ae64c17c6cba0d3760d1 = L.circleMarker(\n",
+       "                [-37.42570895348528, 146.25952796483867],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a61acc4dbedeb342be4b48273a3647fb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eb091ab408400c7d749f39c96830c4c6 = $(`&lt;div id=&quot;html_eb091ab408400c7d749f39c96830c4c6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_a61acc4dbedeb342be4b48273a3647fb.setContent(html_eb091ab408400c7d749f39c96830c4c6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b56c0bfaa17ae64c17c6cba0d3760d1.bindPopup(popup_a61acc4dbedeb342be4b48273a3647fb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b77b8d664a1b17d5e168b622a1c83af6 = L.circleMarker(\n",
+       "                [-37.14854668196693, 146.0637087457029],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e2f9a9c9661c750b2c98b9f777d471d1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_865d9efaa068adb31807a3c984ff8218 = $(`&lt;div id=&quot;html_865d9efaa068adb31807a3c984ff8218&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_e2f9a9c9661c750b2c98b9f777d471d1.setContent(html_865d9efaa068adb31807a3c984ff8218);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b77b8d664a1b17d5e168b622a1c83af6.bindPopup(popup_e2f9a9c9661c750b2c98b9f777d471d1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2d202c2fa5d1cbddc616666fedb0de18 = L.circleMarker(\n",
+       "                [-37.0561550916279, 145.78653303351493],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8950a3a3fd03909c46365d8bfff21da4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_89ebc94c8f566bfc15d3c457ea9065ab = $(`&lt;div id=&quot;html_89ebc94c8f566bfc15d3c457ea9065ab&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_8950a3a3fd03909c46365d8bfff21da4.setContent(html_89ebc94c8f566bfc15d3c457ea9065ab);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2d202c2fa5d1cbddc616666fedb0de18.bindPopup(popup_8950a3a3fd03909c46365d8bfff21da4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_01353271b5984c4c91df7f035899b44e = L.circleMarker(\n",
+       "                [-37.52357292951156, 146.53400685861104],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a584a72a0284cecee36af90c3b8b24b1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_65e77efae6fe94935a616e579f95d611 = $(`&lt;div id=&quot;html_65e77efae6fe94935a616e579f95d611&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_a584a72a0284cecee36af90c3b8b24b1.setContent(html_65e77efae6fe94935a616e579f95d611);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_01353271b5984c4c91df7f035899b44e.bindPopup(popup_a584a72a0284cecee36af90c3b8b24b1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3b333b4e1423e5aea749fc94297ea76a = L.circleMarker(\n",
+       "                [-37.17830265942738, 146.12674115112478],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d71b17fba45790c25edec410662af95c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_00e6664e49ceba80bdfba11d94fda447 = $(`&lt;div id=&quot;html_00e6664e49ceba80bdfba11d94fda447&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_d71b17fba45790c25edec410662af95c.setContent(html_00e6664e49ceba80bdfba11d94fda447);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3b333b4e1423e5aea749fc94297ea76a.bindPopup(popup_d71b17fba45790c25edec410662af95c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d92956fae78e80f9d26316a4ca691e3d = L.circleMarker(\n",
+       "                [-37.38798557978749, 145.9981165642944],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_12de950bd084d90341506f5e3f1895c1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_393a093312c85025b29af2602c0e79b6 = $(`&lt;div id=&quot;html_393a093312c85025b29af2602c0e79b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_12de950bd084d90341506f5e3f1895c1.setContent(html_393a093312c85025b29af2602c0e79b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d92956fae78e80f9d26316a4ca691e3d.bindPopup(popup_12de950bd084d90341506f5e3f1895c1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e0ecd928011d38351dc3b1421999ba92 = L.circleMarker(\n",
+       "                [-37.2787417702224, 146.11350832318303],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d386935bf4763b98611527bd1452dc2e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0b62d85918045ea7b6668fad6c985a74 = $(`&lt;div id=&quot;html_0b62d85918045ea7b6668fad6c985a74&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_d386935bf4763b98611527bd1452dc2e.setContent(html_0b62d85918045ea7b6668fad6c985a74);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e0ecd928011d38351dc3b1421999ba92.bindPopup(popup_d386935bf4763b98611527bd1452dc2e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1978940ef683b43a336a2ad3d5332695 = L.circleMarker(\n",
+       "                [-37.07806526340379, 146.3128568588658],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0aeb341093d3a6a8edebe68f2bb11a6c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d74ea855c47b9c9fb682c1db3fc8e7ba = $(`&lt;div id=&quot;html_d74ea855c47b9c9fb682c1db3fc8e7ba&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_0aeb341093d3a6a8edebe68f2bb11a6c.setContent(html_d74ea855c47b9c9fb682c1db3fc8e7ba);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1978940ef683b43a336a2ad3d5332695.bindPopup(popup_0aeb341093d3a6a8edebe68f2bb11a6c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_14905a7619c194fc2b3e04bc95db5dfe = L.circleMarker(\n",
+       "                [-37.41854018204751, 146.11867970094616],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_49f2971a4abb7a03895d6f687e95c137 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b122ceadf27f7626f3dca577129bdb28 = $(`&lt;div id=&quot;html_b122ceadf27f7626f3dca577129bdb28&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_49f2971a4abb7a03895d6f687e95c137.setContent(html_b122ceadf27f7626f3dca577129bdb28);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_14905a7619c194fc2b3e04bc95db5dfe.bindPopup(popup_49f2971a4abb7a03895d6f687e95c137)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cc6b9326f799d9580eff8240c2644cc9 = L.circleMarker(\n",
+       "                [-37.26082996168615, 146.43561394811076],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ce4a714a64ec9a132dc30de4d8f5834b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5e6f58316befc4b9340b93e250b5daa2 = $(`&lt;div id=&quot;html_5e6f58316befc4b9340b93e250b5daa2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_ce4a714a64ec9a132dc30de4d8f5834b.setContent(html_5e6f58316befc4b9340b93e250b5daa2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cc6b9326f799d9580eff8240c2644cc9.bindPopup(popup_ce4a714a64ec9a132dc30de4d8f5834b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1a546023bcdb12426efe80e1177d9b21 = L.circleMarker(\n",
+       "                [-37.1973327239404, 146.0987595686244],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_97caabde8ceaab108183b01ebb67523f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e72bcaf6dda68beb5afc334f689fe8ee = $(`&lt;div id=&quot;html_e72bcaf6dda68beb5afc334f689fe8ee&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_97caabde8ceaab108183b01ebb67523f.setContent(html_e72bcaf6dda68beb5afc334f689fe8ee);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1a546023bcdb12426efe80e1177d9b21.bindPopup(popup_97caabde8ceaab108183b01ebb67523f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8ad6f967dd94512319038548f828c81b = L.circleMarker(\n",
+       "                [-37.15109191654243, 146.20597420518772],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_368078d39e418e4f9ccd9585e5c19483 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_31a8df0d35697ec1dfac3f9ca283471a = $(`&lt;div id=&quot;html_31a8df0d35697ec1dfac3f9ca283471a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_368078d39e418e4f9ccd9585e5c19483.setContent(html_31a8df0d35697ec1dfac3f9ca283471a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8ad6f967dd94512319038548f828c81b.bindPopup(popup_368078d39e418e4f9ccd9585e5c19483)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7aa729c4fdd8da5a85548a54786a3a10 = L.circleMarker(\n",
+       "                [-37.12957007112144, 146.1608462404008],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_241ad3da636c2896dffc1810e4de2eee = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fbeda183263bbb145c52e6588298ff1c = $(`&lt;div id=&quot;html_fbeda183263bbb145c52e6588298ff1c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_241ad3da636c2896dffc1810e4de2eee.setContent(html_fbeda183263bbb145c52e6588298ff1c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7aa729c4fdd8da5a85548a54786a3a10.bindPopup(popup_241ad3da636c2896dffc1810e4de2eee)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a4e03f56e7c93ef6bc26882534bca291 = L.circleMarker(\n",
+       "                [-37.49137090649334, 146.2796196051093],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ec900365784edc25e2d45a5a4c0030ea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d954e32b9ff640a85ab06f235324517d = $(`&lt;div id=&quot;html_d954e32b9ff640a85ab06f235324517d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_ec900365784edc25e2d45a5a4c0030ea.setContent(html_d954e32b9ff640a85ab06f235324517d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a4e03f56e7c93ef6bc26882534bca291.bindPopup(popup_ec900365784edc25e2d45a5a4c0030ea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_727bf7671436e7114d4375f890d05cdd = L.circleMarker(\n",
+       "                [-37.057895056203584, 146.07977055328436],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_949ccdad51ba422039b0f2fc7914f121 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_508f3a23c1ede5fd0bc55fbc872b1399 = $(`&lt;div id=&quot;html_508f3a23c1ede5fd0bc55fbc872b1399&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_949ccdad51ba422039b0f2fc7914f121.setContent(html_508f3a23c1ede5fd0bc55fbc872b1399);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_727bf7671436e7114d4375f890d05cdd.bindPopup(popup_949ccdad51ba422039b0f2fc7914f121)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_24a50330e231dc2cdaaeba5aa5424314 = L.circleMarker(\n",
+       "                [-37.35634111412626, 146.62476749644856],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4fd0c8c470d02aebc9de418e956ae4ef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_90311e5089affc9002b4aa1fa819c353 = $(`&lt;div id=&quot;html_90311e5089affc9002b4aa1fa819c353&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_4fd0c8c470d02aebc9de418e956ae4ef.setContent(html_90311e5089affc9002b4aa1fa819c353);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_24a50330e231dc2cdaaeba5aa5424314.bindPopup(popup_4fd0c8c470d02aebc9de418e956ae4ef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_36e2174f45406f8ad49a2a140754f03c = L.circleMarker(\n",
+       "                [-36.96202416986756, 145.80934810708754],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_71aba513c0bf733a0d325b610624b6fb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ccb4ce6c1bdc6c28f10226f04c23c867 = $(`&lt;div id=&quot;html_ccb4ce6c1bdc6c28f10226f04c23c867&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_71aba513c0bf733a0d325b610624b6fb.setContent(html_ccb4ce6c1bdc6c28f10226f04c23c867);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_36e2174f45406f8ad49a2a140754f03c.bindPopup(popup_71aba513c0bf733a0d325b610624b6fb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2f58a53c59fe05fc2fbbf5b8d1385fd5 = L.circleMarker(\n",
+       "                [-37.18265934600401, 145.96767340196243],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3e135a1ab646be6dea022b633474d0d6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_81c214b648d94db3fe981a2c9483a715 = $(`&lt;div id=&quot;html_81c214b648d94db3fe981a2c9483a715&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_3e135a1ab646be6dea022b633474d0d6.setContent(html_81c214b648d94db3fe981a2c9483a715);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2f58a53c59fe05fc2fbbf5b8d1385fd5.bindPopup(popup_3e135a1ab646be6dea022b633474d0d6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f22ccf99cb27539f67363856a8645efa = L.circleMarker(\n",
+       "                [-37.01016418677992, 146.21766487163725],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a35e66a27ef40e9bab1c5476ac46000b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d1df1139974a478d5f80bfe832a0a3f2 = $(`&lt;div id=&quot;html_d1df1139974a478d5f80bfe832a0a3f2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_a35e66a27ef40e9bab1c5476ac46000b.setContent(html_d1df1139974a478d5f80bfe832a0a3f2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f22ccf99cb27539f67363856a8645efa.bindPopup(popup_a35e66a27ef40e9bab1c5476ac46000b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c4b12c6c3a248f8a99ce567e6a109a00 = L.circleMarker(\n",
+       "                [-37.01714688068159, 145.88090597575015],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0ad6cee21b26a00627a0cfb66506ea3e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0b9e176f63a94a5cd5afba760c35e969 = $(`&lt;div id=&quot;html_0b9e176f63a94a5cd5afba760c35e969&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_0ad6cee21b26a00627a0cfb66506ea3e.setContent(html_0b9e176f63a94a5cd5afba760c35e969);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c4b12c6c3a248f8a99ce567e6a109a00.bindPopup(popup_0ad6cee21b26a00627a0cfb66506ea3e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f89e8ac70662043f3b37cce151ca9901 = L.circleMarker(\n",
+       "                [-37.14223995414775, 146.0050146680647],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7b55232bb376f25596a7ed18629b8095 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d39d7bd73e229e8794e857edf7ed3858 = $(`&lt;div id=&quot;html_d39d7bd73e229e8794e857edf7ed3858&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_7b55232bb376f25596a7ed18629b8095.setContent(html_d39d7bd73e229e8794e857edf7ed3858);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f89e8ac70662043f3b37cce151ca9901.bindPopup(popup_7b55232bb376f25596a7ed18629b8095)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_321b7643943bc1a45b77252134265ef9 = L.circleMarker(\n",
+       "                [-37.11523820384023, 146.3967593909668],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0981cde1f57b056aac328607aa3fe5b5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c72d3a30e933f62303c0ac1f900d6502 = $(`&lt;div id=&quot;html_c72d3a30e933f62303c0ac1f900d6502&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mansfield: crime count = -0.770361526408933&lt;/div&gt;`)[0];\n",
+       "                popup_0981cde1f57b056aac328607aa3fe5b5.setContent(html_c72d3a30e933f62303c0ac1f900d6502);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_321b7643943bc1a45b77252134265ef9.bindPopup(popup_0981cde1f57b056aac328607aa3fe5b5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_76dd68f8fa8361d5bb216669d3be18ee = L.circleMarker(\n",
+       "                [-37.77273305985366, 144.887727615],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3bf3c5128dc8c6be8c9c0cdb9fa0a866 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7cf8ab835f5fbdd5fea46c402c7d303f = $(`&lt;div id=&quot;html_7cf8ab835f5fbdd5fea46c402c7d303f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maribyrnong: crime count = 0.6097815451382578&lt;/div&gt;`)[0];\n",
+       "                popup_3bf3c5128dc8c6be8c9c0cdb9fa0a866.setContent(html_7cf8ab835f5fbdd5fea46c402c7d303f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_76dd68f8fa8361d5bb216669d3be18ee.bindPopup(popup_3bf3c5128dc8c6be8c9c0cdb9fa0a866)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d448957c889e4f314419d07c49a5285c = L.circleMarker(\n",
+       "                [-37.81790515575576, 144.88198653354067],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_09ba3e07147b755483368b5518ea3390 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_21b15403fa38539d97a863bb23330692 = $(`&lt;div id=&quot;html_21b15403fa38539d97a863bb23330692&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maribyrnong: crime count = 0.6097815451382578&lt;/div&gt;`)[0];\n",
+       "                popup_09ba3e07147b755483368b5518ea3390.setContent(html_21b15403fa38539d97a863bb23330692);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d448957c889e4f314419d07c49a5285c.bindPopup(popup_09ba3e07147b755483368b5518ea3390)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_42947557bb3e35ced3a262987d660b25 = L.circleMarker(\n",
+       "                [-37.80050224820722, 144.87080243155498],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_26eaabeb609c7bf9a4a2647f22945804 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bb3cc3a79804c4fd810e19ab796c4d6c = $(`&lt;div id=&quot;html_bb3cc3a79804c4fd810e19ab796c4d6c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maribyrnong: crime count = 0.6097815451382578&lt;/div&gt;`)[0];\n",
+       "                popup_26eaabeb609c7bf9a4a2647f22945804.setContent(html_bb3cc3a79804c4fd810e19ab796c4d6c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_42947557bb3e35ced3a262987d660b25.bindPopup(popup_26eaabeb609c7bf9a4a2647f22945804)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8290284e23ea136845acb6b3afe71c57 = L.circleMarker(\n",
+       "                [-37.78672785182098, 144.91940468138168],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ef90871e1d0bd0e3cdbda330fcde4ca2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7f5a716a8214b3855c8dd46a1f628649 = $(`&lt;div id=&quot;html_7f5a716a8214b3855c8dd46a1f628649&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maribyrnong: crime count = 0.6097815451382578&lt;/div&gt;`)[0];\n",
+       "                popup_ef90871e1d0bd0e3cdbda330fcde4ca2.setContent(html_7f5a716a8214b3855c8dd46a1f628649);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8290284e23ea136845acb6b3afe71c57.bindPopup(popup_ef90871e1d0bd0e3cdbda330fcde4ca2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2e2fc75b835c55b0e340babecee777ca = L.circleMarker(\n",
+       "                [-37.80662835407663, 144.89170668186648],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2553bae8c7edd81e7a8bd825488fab56 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c4379ffeb1e41c05f8a056a8a8873e97 = $(`&lt;div id=&quot;html_c4379ffeb1e41c05f8a056a8a8873e97&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maribyrnong: crime count = 0.6097815451382578&lt;/div&gt;`)[0];\n",
+       "                popup_2553bae8c7edd81e7a8bd825488fab56.setContent(html_c4379ffeb1e41c05f8a056a8a8873e97);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2e2fc75b835c55b0e340babecee777ca.bindPopup(popup_2553bae8c7edd81e7a8bd825488fab56)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6125c36eaa8039857b7ff9b70b3372fd = L.circleMarker(\n",
+       "                [-37.7943465990387, 144.9270188684126],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2d7e9f3af779529642f5cfd6b8d202ed = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_806c76b71b923699961b608dd357e563 = $(`&lt;div id=&quot;html_806c76b71b923699961b608dd357e563&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maribyrnong: crime count = 0.6097815451382578&lt;/div&gt;`)[0];\n",
+       "                popup_2d7e9f3af779529642f5cfd6b8d202ed.setContent(html_806c76b71b923699961b608dd357e563);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6125c36eaa8039857b7ff9b70b3372fd.bindPopup(popup_2d7e9f3af779529642f5cfd6b8d202ed)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ab629dfd379b1c28e99269d2ec79b3e2 = L.circleMarker(\n",
+       "                [-37.786674232508, 144.854836050294],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_edf4ecc6680fb3ec4e1cf3a2838b79f3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e4cf70bf3fc5d4b3d3ade9db6575c81f = $(`&lt;div id=&quot;html_e4cf70bf3fc5d4b3d3ade9db6575c81f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maribyrnong: crime count = 0.6097815451382578&lt;/div&gt;`)[0];\n",
+       "                popup_edf4ecc6680fb3ec4e1cf3a2838b79f3.setContent(html_e4cf70bf3fc5d4b3d3ade9db6575c81f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ab629dfd379b1c28e99269d2ec79b3e2.bindPopup(popup_edf4ecc6680fb3ec4e1cf3a2838b79f3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_70019634b815e099087b3ce3b142921c = L.circleMarker(\n",
+       "                [-37.804689528309886, 144.85294241884367],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2a5fffe69ef8a48d5dad2ba41c91e93d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c7a28d11019d8d5fa600f8e115d6f6f5 = $(`&lt;div id=&quot;html_c7a28d11019d8d5fa600f8e115d6f6f5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maribyrnong: crime count = 0.6097815451382578&lt;/div&gt;`)[0];\n",
+       "                popup_2a5fffe69ef8a48d5dad2ba41c91e93d.setContent(html_c7a28d11019d8d5fa600f8e115d6f6f5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_70019634b815e099087b3ce3b142921c.bindPopup(popup_2a5fffe69ef8a48d5dad2ba41c91e93d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_af9d697da5c327f389323f51f0ce499f = L.circleMarker(\n",
+       "                [-37.78196157517238, 144.87419779047465],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_51463aaa552f3527fe203c002277ba82 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_805d44fea6089d70bec39998a4f64854 = $(`&lt;div id=&quot;html_805d44fea6089d70bec39998a4f64854&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maribyrnong: crime count = 0.6097815451382578&lt;/div&gt;`)[0];\n",
+       "                popup_51463aaa552f3527fe203c002277ba82.setContent(html_805d44fea6089d70bec39998a4f64854);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_af9d697da5c327f389323f51f0ce499f.bindPopup(popup_51463aaa552f3527fe203c002277ba82)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_102c2dc4ed9b077814d28e8167a294e6 = L.circleMarker(\n",
+       "                [-37.798195422891325, 144.8971413655148],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b782c1b685ecc84f8e63f34084497ccb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b9792a3f804fa266954fe9ba4417584c = $(`&lt;div id=&quot;html_b9792a3f804fa266954fe9ba4417584c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maribyrnong: crime count = 0.6097815451382578&lt;/div&gt;`)[0];\n",
+       "                popup_b782c1b685ecc84f8e63f34084497ccb.setContent(html_b9792a3f804fa266954fe9ba4417584c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_102c2dc4ed9b077814d28e8167a294e6.bindPopup(popup_b782c1b685ecc84f8e63f34084497ccb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c4c3a3ca9aeaa1cd371bc59e542bfc79 = L.circleMarker(\n",
+       "                [-37.8088586288911, 144.87938171518854],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b6e420ce9d663fd6b71388ac3835b8e2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bd60a4395931c134355b7e67516dfad4 = $(`&lt;div id=&quot;html_bd60a4395931c134355b7e67516dfad4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maribyrnong: crime count = 0.6097815451382578&lt;/div&gt;`)[0];\n",
+       "                popup_b6e420ce9d663fd6b71388ac3835b8e2.setContent(html_bd60a4395931c134355b7e67516dfad4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c4c3a3ca9aeaa1cd371bc59e542bfc79.bindPopup(popup_b6e420ce9d663fd6b71388ac3835b8e2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9a486a001999f7884814bf5c6b126ded = L.circleMarker(\n",
+       "                [-37.77185892977575, 145.28387028205557],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a9430c5fd0ecd5219c79e20d552a49b5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_11c74dfc76ae78d881512ab4299cb432 = $(`&lt;div id=&quot;html_11c74dfc76ae78d881512ab4299cb432&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maroondah: crime count = 0.6334788119231501&lt;/div&gt;`)[0];\n",
+       "                popup_a9430c5fd0ecd5219c79e20d552a49b5.setContent(html_11c74dfc76ae78d881512ab4299cb432);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9a486a001999f7884814bf5c6b126ded.bindPopup(popup_a9430c5fd0ecd5219c79e20d552a49b5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6427d4ece49343c2dd9a86ac0b8e3ccd = L.circleMarker(\n",
+       "                [-37.83079414493552, 145.24402279156848],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_68afcfa9b1596a792c5994fe02ba2a0c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_68692c256308a368d582ad837ffe6216 = $(`&lt;div id=&quot;html_68692c256308a368d582ad837ffe6216&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maroondah: crime count = 0.6334788119231501&lt;/div&gt;`)[0];\n",
+       "                popup_68afcfa9b1596a792c5994fe02ba2a0c.setContent(html_68692c256308a368d582ad837ffe6216);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6427d4ece49343c2dd9a86ac0b8e3ccd.bindPopup(popup_68afcfa9b1596a792c5994fe02ba2a0c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_efcec3e3bb03b1f2834d3998a1aecdd0 = L.circleMarker(\n",
+       "                [-37.82696450046755, 145.2836393967345],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cf694c5c27fe4e64187a83f2b2731f27 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2dc770550fc514093088edd001e3ec08 = $(`&lt;div id=&quot;html_2dc770550fc514093088edd001e3ec08&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maroondah: crime count = 0.6334788119231501&lt;/div&gt;`)[0];\n",
+       "                popup_cf694c5c27fe4e64187a83f2b2731f27.setContent(html_2dc770550fc514093088edd001e3ec08);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_efcec3e3bb03b1f2834d3998a1aecdd0.bindPopup(popup_cf694c5c27fe4e64187a83f2b2731f27)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5d9efdad072a92770bd4ba34fb5127c8 = L.circleMarker(\n",
+       "                [-37.77265192213408, 145.24978071949727],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a7ea412146b9f3cfabfd26ef5bf2f9bc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca1d1897289716f6f56dc75d2944069e = $(`&lt;div id=&quot;html_ca1d1897289716f6f56dc75d2944069e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maroondah: crime count = 0.6334788119231501&lt;/div&gt;`)[0];\n",
+       "                popup_a7ea412146b9f3cfabfd26ef5bf2f9bc.setContent(html_ca1d1897289716f6f56dc75d2944069e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5d9efdad072a92770bd4ba34fb5127c8.bindPopup(popup_a7ea412146b9f3cfabfd26ef5bf2f9bc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fed2dd5a9c220c7c39b96309b2da6de3 = L.circleMarker(\n",
+       "                [-37.77562930068859, 145.26694189447002],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_945ed49e7f246c00e36f91dfa0e4130f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6e4eac45b638a9581d0b07f1026f065f = $(`&lt;div id=&quot;html_6e4eac45b638a9581d0b07f1026f065f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maroondah: crime count = 0.6334788119231501&lt;/div&gt;`)[0];\n",
+       "                popup_945ed49e7f246c00e36f91dfa0e4130f.setContent(html_6e4eac45b638a9581d0b07f1026f065f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fed2dd5a9c220c7c39b96309b2da6de3.bindPopup(popup_945ed49e7f246c00e36f91dfa0e4130f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2a305cd3001da47eba30985d440b33be = L.circleMarker(\n",
+       "                [-37.8152241891762, 145.27766378935402],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e7b8ad45cdf07c46fc5893a64678029d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8f026b01d37d9c2f94f9ab4ada2b563d = $(`&lt;div id=&quot;html_8f026b01d37d9c2f94f9ab4ada2b563d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maroondah: crime count = 0.6334788119231501&lt;/div&gt;`)[0];\n",
+       "                popup_e7b8ad45cdf07c46fc5893a64678029d.setContent(html_8f026b01d37d9c2f94f9ab4ada2b563d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2a305cd3001da47eba30985d440b33be.bindPopup(popup_e7b8ad45cdf07c46fc5893a64678029d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3999f69ba1b6f5ae15a2b214370cf0a3 = L.circleMarker(\n",
+       "                [-37.79500301645668, 145.28404414830314],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d8061783c59d2fef427440566b04841d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e63e7f06a4d37bfe80f379aca69713a6 = $(`&lt;div id=&quot;html_e63e7f06a4d37bfe80f379aca69713a6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maroondah: crime count = 0.6334788119231501&lt;/div&gt;`)[0];\n",
+       "                popup_d8061783c59d2fef427440566b04841d.setContent(html_e63e7f06a4d37bfe80f379aca69713a6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3999f69ba1b6f5ae15a2b214370cf0a3.bindPopup(popup_d8061783c59d2fef427440566b04841d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ff85e4f3ae8519de2562069ffedaacef = L.circleMarker(\n",
+       "                [-37.81144379462404, 145.23343882387098],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_610c4339cb8e28aca3252260c4cad4b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_717c63ef21f5e7db696da4587beedeb9 = $(`&lt;div id=&quot;html_717c63ef21f5e7db696da4587beedeb9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maroondah: crime count = 0.6334788119231501&lt;/div&gt;`)[0];\n",
+       "                popup_610c4339cb8e28aca3252260c4cad4b4.setContent(html_717c63ef21f5e7db696da4587beedeb9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ff85e4f3ae8519de2562069ffedaacef.bindPopup(popup_610c4339cb8e28aca3252260c4cad4b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a53c8505044d64778ea8503c9cc02b97 = L.circleMarker(\n",
+       "                [-37.81323896404673, 145.25364473316523],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_14df775b7889a26d867b61784f00c4c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_66fe53cb7f7ca27e972f040c06a9abb6 = $(`&lt;div id=&quot;html_66fe53cb7f7ca27e972f040c06a9abb6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maroondah: crime count = 0.6334788119231501&lt;/div&gt;`)[0];\n",
+       "                popup_14df775b7889a26d867b61784f00c4c8.setContent(html_66fe53cb7f7ca27e972f040c06a9abb6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a53c8505044d64778ea8503c9cc02b97.bindPopup(popup_14df775b7889a26d867b61784f00c4c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6f267c2d27a990b2fd8277b4d4c9dd4a = L.circleMarker(\n",
+       "                [-37.8314824533218, 145.3109912168526],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c33ba4c9d14d42ce443f8336f0825bfe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3acfdc36c580093bebf53a1dc75a441a = $(`&lt;div id=&quot;html_3acfdc36c580093bebf53a1dc75a441a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Maroondah: crime count = 0.6334788119231501&lt;/div&gt;`)[0];\n",
+       "                popup_c33ba4c9d14d42ce443f8336f0825bfe.setContent(html_3acfdc36c580093bebf53a1dc75a441a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6f267c2d27a990b2fd8277b4d4c9dd4a.bindPopup(popup_c33ba4c9d14d42ce443f8336f0825bfe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_848f10fcac49fa25514619b149ba24b2 = L.circleMarker(\n",
+       "                [-37.85467542727679, 144.99320636439964],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#7f0000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#7f0000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8c040f6676f0a8d003c7c04a231b7a9a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_42c1a2ca04ff2ec690d1df47030286fb = $(`&lt;div id=&quot;html_42c1a2ca04ff2ec690d1df47030286fb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: crime count = 5.4944474767760365&lt;/div&gt;`)[0];\n",
+       "                popup_8c040f6676f0a8d003c7c04a231b7a9a.setContent(html_42c1a2ca04ff2ec690d1df47030286fb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_848f10fcac49fa25514619b149ba24b2.bindPopup(popup_8c040f6676f0a8d003c7c04a231b7a9a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6fbb2a2e74847e267f517ebff03fdea4 = L.circleMarker(\n",
+       "                [-37.78666746655697, 144.95122655318676],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#7f0000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#7f0000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_705b48a79085c1eda3c615f507855e98 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_12e07c398bba21407ec2704a6bf84d7c = $(`&lt;div id=&quot;html_12e07c398bba21407ec2704a6bf84d7c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: crime count = 5.4944474767760365&lt;/div&gt;`)[0];\n",
+       "                popup_705b48a79085c1eda3c615f507855e98.setContent(html_12e07c398bba21407ec2704a6bf84d7c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6fbb2a2e74847e267f517ebff03fdea4.bindPopup(popup_705b48a79085c1eda3c615f507855e98)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d38a712bc64bc236fae235d23a21eacb = L.circleMarker(\n",
+       "                [-37.82525256935241, 144.95181854963565],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#7f0000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#7f0000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_767d074bb61d6e926c4a1d653c4c214e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f1c75392844cfd1ad75ae7d6d05a7a98 = $(`&lt;div id=&quot;html_f1c75392844cfd1ad75ae7d6d05a7a98&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: crime count = 5.4944474767760365&lt;/div&gt;`)[0];\n",
+       "                popup_767d074bb61d6e926c4a1d653c4c214e.setContent(html_f1c75392844cfd1ad75ae7d6d05a7a98);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d38a712bc64bc236fae235d23a21eacb.bindPopup(popup_767d074bb61d6e926c4a1d653c4c214e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c4cedfa5b7f7446b117ec3bf11c7e77d = L.circleMarker(\n",
+       "                [-37.81830040036869, 144.94035628899263],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#7f0000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#7f0000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bc8c65ed8518f89eb48be2407b5eb75a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f77d09676576005ef5c2e2d5ec41fdfb = $(`&lt;div id=&quot;html_f77d09676576005ef5c2e2d5ec41fdfb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: crime count = 5.4944474767760365&lt;/div&gt;`)[0];\n",
+       "                popup_bc8c65ed8518f89eb48be2407b5eb75a.setContent(html_f77d09676576005ef5c2e2d5ec41fdfb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c4cedfa5b7f7446b117ec3bf11c7e77d.bindPopup(popup_bc8c65ed8518f89eb48be2407b5eb75a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_526b4005918b78fad6555e7d6afdebf8 = L.circleMarker(\n",
+       "                [-37.83928169352696, 144.99191391379802],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#7f0000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#7f0000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1aafe27381f61e16ee5ffea510ff7038 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_48607c9d09ab936f16ee3366d636606c = $(`&lt;div id=&quot;html_48607c9d09ab936f16ee3366d636606c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: crime count = 5.4944474767760365&lt;/div&gt;`)[0];\n",
+       "                popup_1aafe27381f61e16ee5ffea510ff7038.setContent(html_48607c9d09ab936f16ee3366d636606c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_526b4005918b78fad6555e7d6afdebf8.bindPopup(popup_1aafe27381f61e16ee5ffea510ff7038)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_26d840381b7d3826113256776d87b4d4 = L.circleMarker(\n",
+       "                [-37.82496129017888, 144.97152779283476],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#7f0000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#7f0000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a320329fbb08997272228a09ff470af2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a674446dfe1f0375c2f5093f5133f97b = $(`&lt;div id=&quot;html_a674446dfe1f0375c2f5093f5133f97b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: crime count = 5.4944474767760365&lt;/div&gt;`)[0];\n",
+       "                popup_a320329fbb08997272228a09ff470af2.setContent(html_a674446dfe1f0375c2f5093f5133f97b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_26d840381b7d3826113256776d87b4d4.bindPopup(popup_a320329fbb08997272228a09ff470af2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cd54fc42acf51169a245e56c50d72325 = L.circleMarker(\n",
+       "                [-37.81435517897106, 144.98264860123237],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#7f0000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#7f0000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_330b1880706935d62bb72da16f60226e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9808b522e01d5c3506ceade2bd3a9a3d = $(`&lt;div id=&quot;html_9808b522e01d5c3506ceade2bd3a9a3d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: crime count = 5.4944474767760365&lt;/div&gt;`)[0];\n",
+       "                popup_330b1880706935d62bb72da16f60226e.setContent(html_9808b522e01d5c3506ceade2bd3a9a3d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cd54fc42acf51169a245e56c50d72325.bindPopup(popup_330b1880706935d62bb72da16f60226e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_60069040f905799b5602db0f4a5cb75b = L.circleMarker(\n",
+       "                [-37.80935005168919, 144.92517516728827],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#7f0000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#7f0000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6b3c7b6445a33c30dcfeebcdbf9d2af9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_93d80420782f8f4003858c4d444b893b = $(`&lt;div id=&quot;html_93d80420782f8f4003858c4d444b893b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: crime count = 5.4944474767760365&lt;/div&gt;`)[0];\n",
+       "                popup_6b3c7b6445a33c30dcfeebcdbf9d2af9.setContent(html_93d80420782f8f4003858c4d444b893b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_60069040f905799b5602db0f4a5cb75b.bindPopup(popup_6b3c7b6445a33c30dcfeebcdbf9d2af9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_456d2d5f43c6a600705007c0bfbbd736 = L.circleMarker(\n",
+       "                [-37.80043915467706, 144.96809003355784],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#7f0000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#7f0000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_487b03dece4e3c5f384155ea3a0f770b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5f32de26f8a6766172fb4690d33e49c9 = $(`&lt;div id=&quot;html_5f32de26f8a6766172fb4690d33e49c9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: crime count = 5.4944474767760365&lt;/div&gt;`)[0];\n",
+       "                popup_487b03dece4e3c5f384155ea3a0f770b.setContent(html_5f32de26f8a6766172fb4690d33e49c9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_456d2d5f43c6a600705007c0bfbbd736.bindPopup(popup_487b03dece4e3c5f384155ea3a0f770b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2e2c4255e7851ca94a06f699c47364f5 = L.circleMarker(\n",
+       "                [-37.825867134331816, 144.96232957844254],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#7f0000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#7f0000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_35d6b49d4f11cd4fb61c5a1718c64a4b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1ca69fbc31d61e51777e67d3f0837794 = $(`&lt;div id=&quot;html_1ca69fbc31d61e51777e67d3f0837794&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: crime count = 5.4944474767760365&lt;/div&gt;`)[0];\n",
+       "                popup_35d6b49d4f11cd4fb61c5a1718c64a4b.setContent(html_1ca69fbc31d61e51777e67d3f0837794);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2e2c4255e7851ca94a06f699c47364f5.bindPopup(popup_35d6b49d4f11cd4fb61c5a1718c64a4b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e1f3d37ca25e0b66a7bff40d219231a0 = L.circleMarker(\n",
+       "                [-37.79848331642988, 144.94485602648305],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#7f0000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#7f0000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ea4b49b60725de5cba892df88c86f045 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4a286cd4a8f6d90b576626f7959ad000 = $(`&lt;div id=&quot;html_4a286cd4a8f6d90b576626f7959ad000&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: crime count = 5.4944474767760365&lt;/div&gt;`)[0];\n",
+       "                popup_ea4b49b60725de5cba892df88c86f045.setContent(html_4a286cd4a8f6d90b576626f7959ad000);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e1f3d37ca25e0b66a7bff40d219231a0.bindPopup(popup_ea4b49b60725de5cba892df88c86f045)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a6676b999532b95a43a47235f5a65386 = L.circleMarker(\n",
+       "                [-37.78655666503911, 144.96847037283885],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#7f0000ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#7f0000ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3fadec5731de060dcccc0da98db632c4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e3037eca720408f5c9feb77d3f6d4e44 = $(`&lt;div id=&quot;html_e3037eca720408f5c9feb77d3f6d4e44&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melbourne: crime count = 5.4944474767760365&lt;/div&gt;`)[0];\n",
+       "                popup_3fadec5731de060dcccc0da98db632c4.setContent(html_e3037eca720408f5c9feb77d3f6d4e44);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a6676b999532b95a43a47235f5a65386.bindPopup(popup_3fadec5731de060dcccc0da98db632c4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1e61cf8dbc4a21d6aefe03a7cc47ab5e = L.circleMarker(\n",
+       "                [-37.787687872126185, 144.6247228637375],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_12f99dcd6b491ce12e7690c044bef6be = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_941deb33448fd24c418793819141265a = $(`&lt;div id=&quot;html_941deb33448fd24c418793819141265a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_12f99dcd6b491ce12e7690c044bef6be.setContent(html_941deb33448fd24c418793819141265a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1e61cf8dbc4a21d6aefe03a7cc47ab5e.bindPopup(popup_12f99dcd6b491ce12e7690c044bef6be)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_10ceb2fcc16780c7dc65580d73af0f5e = L.circleMarker(\n",
+       "                [-37.71519787149597, 144.75285468160527],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a013c59c8a1424fd7e3a4c350128b1f5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_904401d720adb5acd4467b0167463674 = $(`&lt;div id=&quot;html_904401d720adb5acd4467b0167463674&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_a013c59c8a1424fd7e3a4c350128b1f5.setContent(html_904401d720adb5acd4467b0167463674);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_10ceb2fcc16780c7dc65580d73af0f5e.bindPopup(popup_a013c59c8a1424fd7e3a4c350128b1f5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c7f31776515f65265bb8ff8634006c0 = L.circleMarker(\n",
+       "                [-37.66451619897848, 144.6626991472897],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5268a2025048e4f1f1af2896062d952f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_21b8f2a528a11f5dcb969ee548474149 = $(`&lt;div id=&quot;html_21b8f2a528a11f5dcb969ee548474149&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_5268a2025048e4f1f1af2896062d952f.setContent(html_21b8f2a528a11f5dcb969ee548474149);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c7f31776515f65265bb8ff8634006c0.bindPopup(popup_5268a2025048e4f1f1af2896062d952f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d9c3f675c3caae0daf8b91e52c1cd5b2 = L.circleMarker(\n",
+       "                [-37.77531220643745, 144.73646849453365],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_acc337efc3c063b567a81d4eff1c39a6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_afd0d2ef668520236a1be1bcde298007 = $(`&lt;div id=&quot;html_afd0d2ef668520236a1be1bcde298007&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_acc337efc3c063b567a81d4eff1c39a6.setContent(html_afd0d2ef668520236a1be1bcde298007);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d9c3f675c3caae0daf8b91e52c1cd5b2.bindPopup(popup_acc337efc3c063b567a81d4eff1c39a6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c44b25ad13504d87b7d05bf34d0049e0 = L.circleMarker(\n",
+       "                [-37.73224013687992, 144.75564369797695],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fe6bcedec3989827ad82e379f0e93fc0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7e0e5999a3dffd25d17f0828d5214828 = $(`&lt;div id=&quot;html_7e0e5999a3dffd25d17f0828d5214828&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_fe6bcedec3989827ad82e379f0e93fc0.setContent(html_7e0e5999a3dffd25d17f0828d5214828);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c44b25ad13504d87b7d05bf34d0049e0.bindPopup(popup_fe6bcedec3989827ad82e379f0e93fc0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_408714d95737b0ea8843b8c9840ee3a1 = L.circleMarker(\n",
+       "                [-37.73250852670445, 144.59794184088747],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4c8f1eaf00c85c5787967f4108bba799 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4eac2d8b9fa69536bbc0721cd1bec85d = $(`&lt;div id=&quot;html_4eac2d8b9fa69536bbc0721cd1bec85d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_4c8f1eaf00c85c5787967f4108bba799.setContent(html_4eac2d8b9fa69536bbc0721cd1bec85d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_408714d95737b0ea8843b8c9840ee3a1.bindPopup(popup_4c8f1eaf00c85c5787967f4108bba799)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ff9f9d6abd27623cd3b19091fb4a3d45 = L.circleMarker(\n",
+       "                [-37.727939730991935, 144.56778794986377],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0731e15631fb73b7e1b01c0503b54070 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4f34f3d9b62ec26bfd6f57a91d307993 = $(`&lt;div id=&quot;html_4f34f3d9b62ec26bfd6f57a91d307993&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_0731e15631fb73b7e1b01c0503b54070.setContent(html_4f34f3d9b62ec26bfd6f57a91d307993);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ff9f9d6abd27623cd3b19091fb4a3d45.bindPopup(popup_0731e15631fb73b7e1b01c0503b54070)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dc3ea7d360b18a5951c403602d89ec3e = L.circleMarker(\n",
+       "                [-37.73731012948949, 144.65446389259944],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_98a4d5b0455487234d5c0938ecc915b7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_39e610029c0a2230bd2b512c09b0eb30 = $(`&lt;div id=&quot;html_39e610029c0a2230bd2b512c09b0eb30&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_98a4d5b0455487234d5c0938ecc915b7.setContent(html_39e610029c0a2230bd2b512c09b0eb30);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dc3ea7d360b18a5951c403602d89ec3e.bindPopup(popup_98a4d5b0455487234d5c0938ecc915b7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6e75520961928205dde07771dba4502b = L.circleMarker(\n",
+       "                [-37.69418797600758, 144.67906488441233],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_69286234dcbb58efdd2c9f7528fd259e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aea68bbfb8012c720eb9ff689a06020a = $(`&lt;div id=&quot;html_aea68bbfb8012c720eb9ff689a06020a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_69286234dcbb58efdd2c9f7528fd259e.setContent(html_aea68bbfb8012c720eb9ff689a06020a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6e75520961928205dde07771dba4502b.bindPopup(popup_69286234dcbb58efdd2c9f7528fd259e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a7e506b07dd8a9ac3911e0eb8454eac4 = L.circleMarker(\n",
+       "                [-37.71717977861765, 144.66365398402274],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b78d39b448f4912b59e41b011f1e70a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7e7541b78563e86f7972e1e418ecd2b8 = $(`&lt;div id=&quot;html_7e7541b78563e86f7972e1e418ecd2b8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_b78d39b448f4912b59e41b011f1e70a1.setContent(html_7e7541b78563e86f7972e1e418ecd2b8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a7e506b07dd8a9ac3911e0eb8454eac4.bindPopup(popup_b78d39b448f4912b59e41b011f1e70a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fe72d18d22fdb221a7c9092f54db027e = L.circleMarker(\n",
+       "                [-37.706661870990686, 144.57033609519493],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7f3fc830677e733559d7a7925af6be10 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_23bd7dc8ff9bdf3f7551c2850ff5229a = $(`&lt;div id=&quot;html_23bd7dc8ff9bdf3f7551c2850ff5229a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_7f3fc830677e733559d7a7925af6be10.setContent(html_23bd7dc8ff9bdf3f7551c2850ff5229a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fe72d18d22fdb221a7c9092f54db027e.bindPopup(popup_7f3fc830677e733559d7a7925af6be10)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_31c50a9f854777a34c850ee0669437e5 = L.circleMarker(\n",
+       "                [-37.69964897008312, 144.54091333998338],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d6b024461ed82eec67e4ef6ef6255e10 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_906a82ec76f277fa9ce14e536b11e78c = $(`&lt;div id=&quot;html_906a82ec76f277fa9ce14e536b11e78c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_d6b024461ed82eec67e4ef6ef6255e10.setContent(html_906a82ec76f277fa9ce14e536b11e78c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_31c50a9f854777a34c850ee0669437e5.bindPopup(popup_d6b024461ed82eec67e4ef6ef6255e10)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_61860403bc8e25024c33548179656ad6 = L.circleMarker(\n",
+       "                [-37.74287217152627, 144.468363559689],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e333a5c63677aecf68752df960a0cb74 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b0f4d3d8b2518b2e77cdb49bc3f61ebb = $(`&lt;div id=&quot;html_b0f4d3d8b2518b2e77cdb49bc3f61ebb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_e333a5c63677aecf68752df960a0cb74.setContent(html_b0f4d3d8b2518b2e77cdb49bc3f61ebb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_61860403bc8e25024c33548179656ad6.bindPopup(popup_e333a5c63677aecf68752df960a0cb74)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bf7fc69d39bd8007135f0370eeb397ae = L.circleMarker(\n",
+       "                [-37.749298541248464, 144.75300052984883],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_020663de38df2c677ed93a7d66a9c660 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_886af7a7402878ff7d17be23f09b77e8 = $(`&lt;div id=&quot;html_886af7a7402878ff7d17be23f09b77e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_020663de38df2c677ed93a7d66a9c660.setContent(html_886af7a7402878ff7d17be23f09b77e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bf7fc69d39bd8007135f0370eeb397ae.bindPopup(popup_020663de38df2c677ed93a7d66a9c660)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e4b4f807aa26ef05e73777335f34412e = L.circleMarker(\n",
+       "                [-37.70028539548582, 144.63637997742134],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_114deb84510c3741477af50eeda3f73c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_96c24dd9e5a7fc7a88539c637c836425 = $(`&lt;div id=&quot;html_96c24dd9e5a7fc7a88539c637c836425&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_114deb84510c3741477af50eeda3f73c.setContent(html_96c24dd9e5a7fc7a88539c637c836425);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e4b4f807aa26ef05e73777335f34412e.bindPopup(popup_114deb84510c3741477af50eeda3f73c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_91fc10c7dd5eab77d0ca916101ef3a83 = L.circleMarker(\n",
+       "                [-37.68873377001356, 144.716786913612],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e82b95f22722cb2031ddb807fa19066b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c034f8749b38cbdd1a1dc99b80b2d249 = $(`&lt;div id=&quot;html_c034f8749b38cbdd1a1dc99b80b2d249&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_e82b95f22722cb2031ddb807fa19066b.setContent(html_c034f8749b38cbdd1a1dc99b80b2d249);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_91fc10c7dd5eab77d0ca916101ef3a83.bindPopup(popup_e82b95f22722cb2031ddb807fa19066b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_63196cf01b3c4642b3845334c035f394 = L.circleMarker(\n",
+       "                [-37.65451996784725, 144.54632455942954],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6fbcd8edf437a670bdf0921a0d636bed = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7c9606c94f4c25ae56235647d044d36c = $(`&lt;div id=&quot;html_7c9606c94f4c25ae56235647d044d36c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_6fbcd8edf437a670bdf0921a0d636bed.setContent(html_7c9606c94f4c25ae56235647d044d36c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_63196cf01b3c4642b3845334c035f394.bindPopup(popup_6fbcd8edf437a670bdf0921a0d636bed)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_26e01d7ce2c5370fbe22842c73b320de = L.circleMarker(\n",
+       "                [-37.67564089000873, 144.61183972868164],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8801f819a1cd991d49a2e7953329244b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d47d3f88920b0eca5611b5b3ef9387e1 = $(`&lt;div id=&quot;html_d47d3f88920b0eca5611b5b3ef9387e1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_8801f819a1cd991d49a2e7953329244b.setContent(html_d47d3f88920b0eca5611b5b3ef9387e1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_26e01d7ce2c5370fbe22842c73b320de.bindPopup(popup_8801f819a1cd991d49a2e7953329244b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c967af2f01054fc631a7d074d1246087 = L.circleMarker(\n",
+       "                [-37.60558222585767, 144.59080133831046],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_93a6ec883c4161c2639aeba88274441d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ade6bc31fed6fb3887b244f5918cf41 = $(`&lt;div id=&quot;html_6ade6bc31fed6fb3887b244f5918cf41&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_93a6ec883c4161c2639aeba88274441d.setContent(html_6ade6bc31fed6fb3887b244f5918cf41);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c967af2f01054fc631a7d074d1246087.bindPopup(popup_93a6ec883c4161c2639aeba88274441d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_564575aec066ee60358129ddbb0d26bc = L.circleMarker(\n",
+       "                [-37.78831693939279, 144.5428862528695],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_89c8ea5f5e347e08c9df0dcf845d80c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a1c8f697417b27021ee42ed56b73c1aa = $(`&lt;div id=&quot;html_a1c8f697417b27021ee42ed56b73c1aa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_89c8ea5f5e347e08c9df0dcf845d80c8.setContent(html_a1c8f697417b27021ee42ed56b73c1aa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_564575aec066ee60358129ddbb0d26bc.bindPopup(popup_89c8ea5f5e347e08c9df0dcf845d80c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a4263444a8e716c56aab4d8e5685f849 = L.circleMarker(\n",
+       "                [-37.70556463259671, 144.59965786973902],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3c021e6262487f76fe6067f45b367639 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7a85173f2d8617ff929242f1a2cdf0d8 = $(`&lt;div id=&quot;html_7a85173f2d8617ff929242f1a2cdf0d8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_3c021e6262487f76fe6067f45b367639.setContent(html_7a85173f2d8617ff929242f1a2cdf0d8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a4263444a8e716c56aab4d8e5685f849.bindPopup(popup_3c021e6262487f76fe6067f45b367639)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3c640d1b37f21172b4f3e721cbc81f41 = L.circleMarker(\n",
+       "                [-37.73109465799558, 144.54268658267478],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_545526333b17552a96c29e0e9f4737ad = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_146d62886c61d8d783e3454809e2ba0c = $(`&lt;div id=&quot;html_146d62886c61d8d783e3454809e2ba0c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_545526333b17552a96c29e0e9f4737ad.setContent(html_146d62886c61d8d783e3454809e2ba0c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3c640d1b37f21172b4f3e721cbc81f41.bindPopup(popup_545526333b17552a96c29e0e9f4737ad)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5d7e26c4e2a78c6e0d24e998f6f6d781 = L.circleMarker(\n",
+       "                [-37.67890702450916, 144.54107402838605],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ca107775957baca6537c747ab58e4a07 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f04cc5f31d7648c61816a3d507368f4 = $(`&lt;div id=&quot;html_6f04cc5f31d7648c61816a3d507368f4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_ca107775957baca6537c747ab58e4a07.setContent(html_6f04cc5f31d7648c61816a3d507368f4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5d7e26c4e2a78c6e0d24e998f6f6d781.bindPopup(popup_ca107775957baca6537c747ab58e4a07)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f9901984f0ae1fec9890628569145076 = L.circleMarker(\n",
+       "                [-37.66087761362118, 144.59153915405432],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2dc0db052633b064a73369c168ceb33f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d8ca5abdd9866bc1036d30b07ce3a463 = $(`&lt;div id=&quot;html_d8ca5abdd9866bc1036d30b07ce3a463&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_2dc0db052633b064a73369c168ceb33f.setContent(html_d8ca5abdd9866bc1036d30b07ce3a463);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f9901984f0ae1fec9890628569145076.bindPopup(popup_2dc0db052633b064a73369c168ceb33f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_332ed21076b3be688483f8a27da27676 = L.circleMarker(\n",
+       "                [-37.734516716956286, 144.73721753050057],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_963938d2e071434bf9cbeefb453b90b0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4f0b12cd4c3a7543535eb3af3865b179 = $(`&lt;div id=&quot;html_4f0b12cd4c3a7543535eb3af3865b179&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_963938d2e071434bf9cbeefb453b90b0.setContent(html_4f0b12cd4c3a7543535eb3af3865b179);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_332ed21076b3be688483f8a27da27676.bindPopup(popup_963938d2e071434bf9cbeefb453b90b0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7d28fec295bbe132fe4adc2bc9f05ac1 = L.circleMarker(\n",
+       "                [-37.72756655461344, 144.63000708469272],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_95a0d7ede38cf527df02b218670280a0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_681041eceed00ba11db1faab144093dd = $(`&lt;div id=&quot;html_681041eceed00ba11db1faab144093dd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_95a0d7ede38cf527df02b218670280a0.setContent(html_681041eceed00ba11db1faab144093dd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7d28fec295bbe132fe4adc2bc9f05ac1.bindPopup(popup_95a0d7ede38cf527df02b218670280a0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c4104ff836c1814869df98d24adccbfa = L.circleMarker(\n",
+       "                [-37.73422729473002, 144.70416914144155],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdc992ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdc992ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d1db8daa456d980a9d0a45bb5981c692 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d08726a359eaf3261500b12010f7b0c0 = $(`&lt;div id=&quot;html_d08726a359eaf3261500b12010f7b0c0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Melton: crime count = 1.128448790332406&lt;/div&gt;`)[0];\n",
+       "                popup_d1db8daa456d980a9d0a45bb5981c692.setContent(html_d08726a359eaf3261500b12010f7b0c0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c4104ff836c1814869df98d24adccbfa.bindPopup(popup_d1db8daa456d980a9d0a45bb5981c692)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8efba8e9b0034a34741b3ee4c6a6decb = L.circleMarker(\n",
+       "                [-34.71996166750964, 142.3313936474206],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b928c0a0481f3cac0792d17a8c595a35 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f1461ef0652a7f420a731fa4dc523e6e = $(`&lt;div id=&quot;html_f1461ef0652a7f420a731fa4dc523e6e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_b928c0a0481f3cac0792d17a8c595a35.setContent(html_f1461ef0652a7f420a731fa4dc523e6e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8efba8e9b0034a34741b3ee4c6a6decb.bindPopup(popup_b928c0a0481f3cac0792d17a8c595a35)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7e8ff36f38a0119db9efd0c58611a9ad = L.circleMarker(\n",
+       "                [-34.20814089162331, 142.08542449094554],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e3250a8c8b1b8ab7a7af88d39e721172 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9fad24c3a11f06fb9a04b0236d749052 = $(`&lt;div id=&quot;html_9fad24c3a11f06fb9a04b0236d749052&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_e3250a8c8b1b8ab7a7af88d39e721172.setContent(html_9fad24c3a11f06fb9a04b0236d749052);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7e8ff36f38a0119db9efd0c58611a9ad.bindPopup(popup_e3250a8c8b1b8ab7a7af88d39e721172)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_238e1013ca4a801dae65a704a52f5d21 = L.circleMarker(\n",
+       "                [-34.98685244317461, 142.59363459463688],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c3485d15966ab9652baa2b7bb6cbae9d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_396a71da0a61be5101bd3ec03bb38547 = $(`&lt;div id=&quot;html_396a71da0a61be5101bd3ec03bb38547&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_c3485d15966ab9652baa2b7bb6cbae9d.setContent(html_396a71da0a61be5101bd3ec03bb38547);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_238e1013ca4a801dae65a704a52f5d21.bindPopup(popup_c3485d15966ab9652baa2b7bb6cbae9d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bf0d323fda39e34ab5fc5cc2ff6449db = L.circleMarker(\n",
+       "                [-34.16778621698852, 142.00751011128193],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fc9bd9228ec11e2179ce3be8bf7618f9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_63ec397e8644ebe5a9c0e9016e573809 = $(`&lt;div id=&quot;html_63ec397e8644ebe5a9c0e9016e573809&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_fc9bd9228ec11e2179ce3be8bf7618f9.setContent(html_63ec397e8644ebe5a9c0e9016e573809);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bf0d323fda39e34ab5fc5cc2ff6449db.bindPopup(popup_fc9bd9228ec11e2179ce3be8bf7618f9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2103617c390117a695949c11dfb11316 = L.circleMarker(\n",
+       "                [-34.128550685805514, 142.01520418627234],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e989f51de609a9122b4b360b536a08e1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7255d10efa3664a3550dee8217036ca1 = $(`&lt;div id=&quot;html_7255d10efa3664a3550dee8217036ca1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_e989f51de609a9122b4b360b536a08e1.setContent(html_7255d10efa3664a3550dee8217036ca1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2103617c390117a695949c11dfb11316.bindPopup(popup_e989f51de609a9122b4b360b536a08e1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dbbc0a2bbafd66d151c39cb4bd5b0aab = L.circleMarker(\n",
+       "                [-34.396358441219924, 141.28388010583578],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_585a27de0412ad3c4ec2abd8ab077cb5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6272c023e0488bca7e48d5c9724d5a41 = $(`&lt;div id=&quot;html_6272c023e0488bca7e48d5c9724d5a41&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_585a27de0412ad3c4ec2abd8ab077cb5.setContent(html_6272c023e0488bca7e48d5c9724d5a41);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dbbc0a2bbafd66d151c39cb4bd5b0aab.bindPopup(popup_585a27de0412ad3c4ec2abd8ab077cb5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8a53d1f244a989f413d0af5179d97ff0 = L.circleMarker(\n",
+       "                [-35.12093568290403, 141.02010774638504],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_47b163cef4fabec9a95ad645560f303e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_41e1ddd3b0209b54863e57177408704c = $(`&lt;div id=&quot;html_41e1ddd3b0209b54863e57177408704c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_47b163cef4fabec9a95ad645560f303e.setContent(html_41e1ddd3b0209b54863e57177408704c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8a53d1f244a989f413d0af5179d97ff0.bindPopup(popup_47b163cef4fabec9a95ad645560f303e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_77f68bb75e981a7520fb5b6cda8ce062 = L.circleMarker(\n",
+       "                [-35.099240697108165, 142.0458750361819],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2f24fd7403a04ee78b9f78366a74d27b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_16cdc114c597752cb0eb5919320162b7 = $(`&lt;div id=&quot;html_16cdc114c597752cb0eb5919320162b7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_2f24fd7403a04ee78b9f78366a74d27b.setContent(html_16cdc114c597752cb0eb5919320162b7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_77f68bb75e981a7520fb5b6cda8ce062.bindPopup(popup_2f24fd7403a04ee78b9f78366a74d27b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cf9177dd1c0d56806a0bc1e41970b394 = L.circleMarker(\n",
+       "                [-34.161343683415524, 142.04749125413463],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cc3fa9451f35195ec747a5da121a3172 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8180fdbadf3c7e9140751d1be0816cc1 = $(`&lt;div id=&quot;html_8180fdbadf3c7e9140751d1be0816cc1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_cc3fa9451f35195ec747a5da121a3172.setContent(html_8180fdbadf3c7e9140751d1be0816cc1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cf9177dd1c0d56806a0bc1e41970b394.bindPopup(popup_cc3fa9451f35195ec747a5da121a3172)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7229c7510396914a43456b1f790cc96e = L.circleMarker(\n",
+       "                [-34.20091671379594, 141.64876007504208],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c819207919c965f2c595a599e5aea14d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1ebb8649b453e78c3b3ffb21c6ad509b = $(`&lt;div id=&quot;html_1ebb8649b453e78c3b3ffb21c6ad509b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_c819207919c965f2c595a599e5aea14d.setContent(html_1ebb8649b453e78c3b3ffb21c6ad509b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7229c7510396914a43456b1f790cc96e.bindPopup(popup_c819207919c965f2c595a599e5aea14d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7d60530d82d55b0e500522744958c7a8 = L.circleMarker(\n",
+       "                [-34.219804170893234, 142.01807508764247],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fee763a17a0120ed6237d28a2d333523 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_33f9d42f2c2a02a35aa23a94e903efde = $(`&lt;div id=&quot;html_33f9d42f2c2a02a35aa23a94e903efde&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_fee763a17a0120ed6237d28a2d333523.setContent(html_33f9d42f2c2a02a35aa23a94e903efde);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7d60530d82d55b0e500522744958c7a8.bindPopup(popup_fee763a17a0120ed6237d28a2d333523)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4aef389c08f7f871443be36d0c2805b0 = L.circleMarker(\n",
+       "                [-35.048822487791334, 142.29543267781457],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0f14fe5e41d345ee77e07d6c337f6a3f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b991bf47727d01285a3ddc1d68be0990 = $(`&lt;div id=&quot;html_b991bf47727d01285a3ddc1d68be0990&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_0f14fe5e41d345ee77e07d6c337f6a3f.setContent(html_b991bf47727d01285a3ddc1d68be0990);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4aef389c08f7f871443be36d0c2805b0.bindPopup(popup_0f14fe5e41d345ee77e07d6c337f6a3f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b4fd94a1d159bd7843d43456691e803d = L.circleMarker(\n",
+       "                [-34.11874261634376, 141.01402359918814],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_86a132f020795bc2f0c5f9d7cf125264 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5c5caea42a4332e2794728a77e7d33ae = $(`&lt;div id=&quot;html_5c5caea42a4332e2794728a77e7d33ae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_86a132f020795bc2f0c5f9d7cf125264.setContent(html_5c5caea42a4332e2794728a77e7d33ae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b4fd94a1d159bd7843d43456691e803d.bindPopup(popup_86a132f020795bc2f0c5f9d7cf125264)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9a15282ea2ef36acad88c7b3e80b2e0f = L.circleMarker(\n",
+       "                [-34.31500819902496, 142.0457829136772],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d3cae3c8f25f3b686f3c79d897e95dbd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_92ab4e0429f356a260e02b6b3f942700 = $(`&lt;div id=&quot;html_92ab4e0429f356a260e02b6b3f942700&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_d3cae3c8f25f3b686f3c79d897e95dbd.setContent(html_92ab4e0429f356a260e02b6b3f942700);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9a15282ea2ef36acad88c7b3e80b2e0f.bindPopup(popup_d3cae3c8f25f3b686f3c79d897e95dbd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_57fabf47cb8fbb58a654e9890e84c87e = L.circleMarker(\n",
+       "                [-34.21194958359195, 142.21457840812602],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_289a89bb1169e4c105f44d409edf90c2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f4c0be8fb3874789fd2f7ec5c0f9208b = $(`&lt;div id=&quot;html_f4c0be8fb3874789fd2f7ec5c0f9208b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_289a89bb1169e4c105f44d409edf90c2.setContent(html_f4c0be8fb3874789fd2f7ec5c0f9208b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_57fabf47cb8fbb58a654e9890e84c87e.bindPopup(popup_289a89bb1169e4c105f44d409edf90c2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_212b14856e9b12536a822e1f93dfec42 = L.circleMarker(\n",
+       "                [-35.214193293501474, 141.0951205489524],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d346b21e9191192b4815bac25abc6470 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_71e66ea486e0a1703c7cd2bdd383aab1 = $(`&lt;div id=&quot;html_71e66ea486e0a1703c7cd2bdd383aab1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_d346b21e9191192b4815bac25abc6470.setContent(html_71e66ea486e0a1703c7cd2bdd383aab1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_212b14856e9b12536a822e1f93dfec42.bindPopup(popup_d346b21e9191192b4815bac25abc6470)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1592d7227b36d4415d9d8cce0567f3e2 = L.circleMarker(\n",
+       "                [-34.40887235989036, 141.56221779681],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_23537d0cac652cf150688e485f49468a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c95362024c868e449790cb0f6ed58ce6 = $(`&lt;div id=&quot;html_c95362024c868e449790cb0f6ed58ce6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_23537d0cac652cf150688e485f49468a.setContent(html_c95362024c868e449790cb0f6ed58ce6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1592d7227b36d4415d9d8cce0567f3e2.bindPopup(popup_23537d0cac652cf150688e485f49468a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3d9ff2042c24846814db2212ef23ba02 = L.circleMarker(\n",
+       "                [-35.155133515302445, 141.5665878424069],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6dfcdef7c2f52fed5cabf8941923d25c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2a54c4cd60f40a662206b25a08279fec = $(`&lt;div id=&quot;html_2a54c4cd60f40a662206b25a08279fec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_6dfcdef7c2f52fed5cabf8941923d25c.setContent(html_2a54c4cd60f40a662206b25a08279fec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3d9ff2042c24846814db2212ef23ba02.bindPopup(popup_6dfcdef7c2f52fed5cabf8941923d25c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a2525d3ea4ae2141794eb7d6d9e07c27 = L.circleMarker(\n",
+       "                [-34.3071195080775, 142.1253509354706],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f8015d8c6632c3c04c35cbdb1470000d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_efa79bc2ae1caa9ff99be8ecaaaa61da = $(`&lt;div id=&quot;html_efa79bc2ae1caa9ff99be8ecaaaa61da&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_f8015d8c6632c3c04c35cbdb1470000d.setContent(html_efa79bc2ae1caa9ff99be8ecaaaa61da);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a2525d3ea4ae2141794eb7d6d9e07c27.bindPopup(popup_f8015d8c6632c3c04c35cbdb1470000d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_db8041674ed368a2ef9a8315a86eaf0d = L.circleMarker(\n",
+       "                [-34.53901668832606, 142.33923268045632],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5f81a055a68f286ea7ed81827e9f0b5c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a686c2d619f40e4ac1996ba616ab6a7c = $(`&lt;div id=&quot;html_a686c2d619f40e4ac1996ba616ab6a7c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_5f81a055a68f286ea7ed81827e9f0b5c.setContent(html_a686c2d619f40e4ac1996ba616ab6a7c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_db8041674ed368a2ef9a8315a86eaf0d.bindPopup(popup_5f81a055a68f286ea7ed81827e9f0b5c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce074ba0bec7e6bf79fd631459f4d629 = L.circleMarker(\n",
+       "                [-35.15325937413764, 141.8249285984691],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8217192fd37157e2330c45cc74f50e34 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5f4c3876810c5055cdab87a89665f7d3 = $(`&lt;div id=&quot;html_5f4c3876810c5055cdab87a89665f7d3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_8217192fd37157e2330c45cc74f50e34.setContent(html_5f4c3876810c5055cdab87a89665f7d3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce074ba0bec7e6bf79fd631459f4d629.bindPopup(popup_8217192fd37157e2330c45cc74f50e34)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_97a3773bc1a5a6571826dc63135e6a2c = L.circleMarker(\n",
+       "                [-34.20099627176441, 142.069703192824],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_102a0f58b3cbf329ae32e87c75c4e72e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_edbe17567422d17a52a1f4fd456a4f98 = $(`&lt;div id=&quot;html_edbe17567422d17a52a1f4fd456a4f98&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_102a0f58b3cbf329ae32e87c75c4e72e.setContent(html_edbe17567422d17a52a1f4fd456a4f98);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_97a3773bc1a5a6571826dc63135e6a2c.bindPopup(popup_102a0f58b3cbf329ae32e87c75c4e72e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d2989efd47e8b56b9a6f84f57584a7fc = L.circleMarker(\n",
+       "                [-35.17366937939422, 141.68362800950155],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_60902695a10c96f526fc82693fb89d6a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_04432399a1ec6dd08adaeac43d7cfead = $(`&lt;div id=&quot;html_04432399a1ec6dd08adaeac43d7cfead&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_60902695a10c96f526fc82693fb89d6a.setContent(html_04432399a1ec6dd08adaeac43d7cfead);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d2989efd47e8b56b9a6f84f57584a7fc.bindPopup(popup_60902695a10c96f526fc82693fb89d6a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c16be820b0609b564873c882cab1cbf1 = L.circleMarker(\n",
+       "                [-35.19005474261994, 141.48021838975427],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c34900d09d72adec6c2deb120cb63eab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0d1326338e7dd687005f01cb322f162e = $(`&lt;div id=&quot;html_0d1326338e7dd687005f01cb322f162e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_c34900d09d72adec6c2deb120cb63eab.setContent(html_0d1326338e7dd687005f01cb322f162e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c16be820b0609b564873c882cab1cbf1.bindPopup(popup_c34900d09d72adec6c2deb120cb63eab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_114660330eb6108a3c1c83fc1325961b = L.circleMarker(\n",
+       "                [-34.18916254272212, 141.8338498056688],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b6d3d0e91b932372bcf0451df34ec167 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_db54831283de3fa257152755f59c071c = $(`&lt;div id=&quot;html_db54831283de3fa257152755f59c071c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_b6d3d0e91b932372bcf0451df34ec167.setContent(html_db54831283de3fa257152755f59c071c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_114660330eb6108a3c1c83fc1325961b.bindPopup(popup_b6d3d0e91b932372bcf0451df34ec167)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_04c970ac3ec865d5634a1c134e384ad5 = L.circleMarker(\n",
+       "                [-35.18819090652646, 141.36526253757702],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0014d32450dbdc0ddb69125bed7f5fa5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c081e1e7a7528ff68d92d4dbc4428591 = $(`&lt;div id=&quot;html_c081e1e7a7528ff68d92d4dbc4428591&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_0014d32450dbdc0ddb69125bed7f5fa5.setContent(html_c081e1e7a7528ff68d92d4dbc4428591);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_04c970ac3ec865d5634a1c134e384ad5.bindPopup(popup_0014d32450dbdc0ddb69125bed7f5fa5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a1ddfbae441da98e9b22957040d1884a = L.circleMarker(\n",
+       "                [-34.20847303166733, 142.12415616629568],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fca5d8e04ae6219b978a71679ec156ba = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_457b5d2f35723ec0a9e97d19a0188c93 = $(`&lt;div id=&quot;html_457b5d2f35723ec0a9e97d19a0188c93&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_fca5d8e04ae6219b978a71679ec156ba.setContent(html_457b5d2f35723ec0a9e97d19a0188c93);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a1ddfbae441da98e9b22957040d1884a.bindPopup(popup_fca5d8e04ae6219b978a71679ec156ba)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_20f9b1b01a0ac754ddc08a4ddf23bf44 = L.circleMarker(\n",
+       "                [-34.34269751285192, 142.24704919020724],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ad5aed6f7f11bae5dc0c1903c3f9c42d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_765a90df390b5caabccb9abb80e68547 = $(`&lt;div id=&quot;html_765a90df390b5caabccb9abb80e68547&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_ad5aed6f7f11bae5dc0c1903c3f9c42d.setContent(html_765a90df390b5caabccb9abb80e68547);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_20f9b1b01a0ac754ddc08a4ddf23bf44.bindPopup(popup_ad5aed6f7f11bae5dc0c1903c3f9c42d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a229c5c0e0695e9d281e8a5b489374a4 = L.circleMarker(\n",
+       "                [-34.709517983703975, 141.4765945235152],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fe0cf52fe3527460ce8b5ada2eaf6f86 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e030fbf409fb18a66ee070a533d7eb1a = $(`&lt;div id=&quot;html_e030fbf409fb18a66ee070a533d7eb1a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_fe0cf52fe3527460ce8b5ada2eaf6f86.setContent(html_e030fbf409fb18a66ee070a533d7eb1a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a229c5c0e0695e9d281e8a5b489374a4.bindPopup(popup_fe0cf52fe3527460ce8b5ada2eaf6f86)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1fd2ca48bcc2996f445a32bfb8b8a12f = L.circleMarker(\n",
+       "                [-34.21288829686274, 141.38928690580445],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8684604f82f0cc651062380a50b33c82 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0f1f3d1fb7e73f2de5ba5e2000f09d91 = $(`&lt;div id=&quot;html_0f1f3d1fb7e73f2de5ba5e2000f09d91&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_8684604f82f0cc651062380a50b33c82.setContent(html_0f1f3d1fb7e73f2de5ba5e2000f09d91);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1fd2ca48bcc2996f445a32bfb8b8a12f.bindPopup(popup_8684604f82f0cc651062380a50b33c82)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b6e5e7dc49ec9ddb9e036e810a3ed8dd = L.circleMarker(\n",
+       "                [-35.13686271788618, 141.93559271329258],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2583236d2864fb9ec6383dddbc6df136 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3eb0fac0b89d986b678099a31a7aa8c9 = $(`&lt;div id=&quot;html_3eb0fac0b89d986b678099a31a7aa8c9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_2583236d2864fb9ec6383dddbc6df136.setContent(html_3eb0fac0b89d986b678099a31a7aa8c9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b6e5e7dc49ec9ddb9e036e810a3ed8dd.bindPopup(popup_2583236d2864fb9ec6383dddbc6df136)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_57fc45e97394633d8cf21d90b879b881 = L.circleMarker(\n",
+       "                [-34.53006236309049, 142.13592289627584],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1b1321cde0c856308e3107045c94076e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_607c9cdcd52a409a0e86e3f1fba24fed = $(`&lt;div id=&quot;html_607c9cdcd52a409a0e86e3f1fba24fed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_1b1321cde0c856308e3107045c94076e.setContent(html_607c9cdcd52a409a0e86e3f1fba24fed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_57fc45e97394633d8cf21d90b879b881.bindPopup(popup_1b1321cde0c856308e3107045c94076e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cb19e47910696deef7e9ed99f788d9c7 = L.circleMarker(\n",
+       "                [-35.73000576422191, 140.59472045685052],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3dcdb2991fff3ba85f26e9c32690c14a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_17c99352868a45a9a6194bd758adec26 = $(`&lt;div id=&quot;html_17c99352868a45a9a6194bd758adec26&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Coorong: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_3dcdb2991fff3ba85f26e9c32690c14a.setContent(html_17c99352868a45a9a6194bd758adec26);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cb19e47910696deef7e9ed99f788d9c7.bindPopup(popup_3dcdb2991fff3ba85f26e9c32690c14a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_10d19fff16ee84495e816c26a64d15ee = L.circleMarker(\n",
+       "                [-34.25252715419382, 142.16863402004833],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b40d41d598c65ef1514f0043ad9b85c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a96c3540c60fbf91b77d2ec341438105 = $(`&lt;div id=&quot;html_a96c3540c60fbf91b77d2ec341438105&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_b40d41d598c65ef1514f0043ad9b85c8.setContent(html_a96c3540c60fbf91b77d2ec341438105);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_10d19fff16ee84495e816c26a64d15ee.bindPopup(popup_b40d41d598c65ef1514f0043ad9b85c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d09e20ecdb816261bc48b9b85baf0d50 = L.circleMarker(\n",
+       "                [-34.42717598997635, 142.29383752732],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8c1fe0d2a0ab18c764996b8cb8d61895 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_11a5ad45b339887bbafcb32acb5f39a4 = $(`&lt;div id=&quot;html_11a5ad45b339887bbafcb32acb5f39a4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_8c1fe0d2a0ab18c764996b8cb8d61895.setContent(html_11a5ad45b339887bbafcb32acb5f39a4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d09e20ecdb816261bc48b9b85baf0d50.bindPopup(popup_8c1fe0d2a0ab18c764996b8cb8d61895)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0181c096bf5e7c885d57010912e36478 = L.circleMarker(\n",
+       "                [-34.40126282384737, 141.85004369655175],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ecddc3261c5ddf39c732397e58ac5885 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c8e59bf7f19124ad9051099d6a24a257 = $(`&lt;div id=&quot;html_c8e59bf7f19124ad9051099d6a24a257&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_ecddc3261c5ddf39c732397e58ac5885.setContent(html_c8e59bf7f19124ad9051099d6a24a257);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0181c096bf5e7c885d57010912e36478.bindPopup(popup_ecddc3261c5ddf39c732397e58ac5885)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_997438ec3b8c636a4c6535eaf802b202 = L.circleMarker(\n",
+       "                [-35.15428905634983, 142.6223290079522],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7ee9b0bdbeb1ff29f10790a991f76cce = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9c02bd38ed0f5c7b4cf882663b3c3e67 = $(`&lt;div id=&quot;html_9c02bd38ed0f5c7b4cf882663b3c3e67&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_7ee9b0bdbeb1ff29f10790a991f76cce.setContent(html_9c02bd38ed0f5c7b4cf882663b3c3e67);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_997438ec3b8c636a4c6535eaf802b202.bindPopup(popup_7ee9b0bdbeb1ff29f10790a991f76cce)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_67d8d3d3baa9564d9a445cae44347a44 = L.circleMarker(\n",
+       "                [-34.47853967504907, 142.30138716065755],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7132ace54326973323db18b89ff0b300 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0daac693fdba898768f08e3da10ec077 = $(`&lt;div id=&quot;html_0daac693fdba898768f08e3da10ec077&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_7132ace54326973323db18b89ff0b300.setContent(html_0daac693fdba898768f08e3da10ec077);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_67d8d3d3baa9564d9a445cae44347a44.bindPopup(popup_7132ace54326973323db18b89ff0b300)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c04fa6ced20661d6ee3501a1e063f98 = L.circleMarker(\n",
+       "                [-35.19764082014755, 141.20627896636623],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fedcaeff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fedcaeff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8d156956094328f8fed5cd4317155936 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4a72f4e19e63ebddec75a9faf4caadc6 = $(`&lt;div id=&quot;html_4a72f4e19e63ebddec75a9faf4caadc6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mildura: crime count = 0.46456897047895485&lt;/div&gt;`)[0];\n",
+       "                popup_8d156956094328f8fed5cd4317155936.setContent(html_4a72f4e19e63ebddec75a9faf4caadc6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c04fa6ced20661d6ee3501a1e063f98.bindPopup(popup_8d156956094328f8fed5cd4317155936)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e186d40826605908c679db94eb5287e3 = L.circleMarker(\n",
+       "                [-37.33181257969438, 145.30245921469853],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c18ad40ee41c57a353661eb87c538ad4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cd6cc8050953293e58dde844281e4b18 = $(`&lt;div id=&quot;html_cd6cc8050953293e58dde844281e4b18&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_c18ad40ee41c57a353661eb87c538ad4.setContent(html_cd6cc8050953293e58dde844281e4b18);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e186d40826605908c679db94eb5287e3.bindPopup(popup_c18ad40ee41c57a353661eb87c538ad4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3e1169a1cfcc996b18cbe0949b723346 = L.circleMarker(\n",
+       "                [-37.01116354809172, 144.7111635477439],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b3e5c1592e3b9e6e0c6daee9961f7dc1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5e39a0ee6e552b8862ae088b77fa9275 = $(`&lt;div id=&quot;html_5e39a0ee6e552b8862ae088b77fa9275&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_b3e5c1592e3b9e6e0c6daee9961f7dc1.setContent(html_5e39a0ee6e552b8862ae088b77fa9275);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3e1169a1cfcc996b18cbe0949b723346.bindPopup(popup_b3e5c1592e3b9e6e0c6daee9961f7dc1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fcd9c3312c70bf33b408252fd1c029d2 = L.circleMarker(\n",
+       "                [-37.12797677622703, 145.13156129725922],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_49fd8934c50dfd95f5b8a1d1b64efaf9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f77a5a7a11286f91a4119a373c6a9cdb = $(`&lt;div id=&quot;html_f77a5a7a11286f91a4119a373c6a9cdb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_49fd8934c50dfd95f5b8a1d1b64efaf9.setContent(html_f77a5a7a11286f91a4119a373c6a9cdb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fcd9c3312c70bf33b408252fd1c029d2.bindPopup(popup_49fd8934c50dfd95f5b8a1d1b64efaf9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_81deac495c6b242c9d87bda5683418a5 = L.circleMarker(\n",
+       "                [-37.11357228427878, 144.85889184340118],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0a9252b77c716a5a460885ede3d285c2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_15145e96799ec97d5795c5af58e103f0 = $(`&lt;div id=&quot;html_15145e96799ec97d5795c5af58e103f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_0a9252b77c716a5a460885ede3d285c2.setContent(html_15145e96799ec97d5795c5af58e103f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_81deac495c6b242c9d87bda5683418a5.bindPopup(popup_0a9252b77c716a5a460885ede3d285c2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a94dc629039a0fd80d9958a7140d1f17 = L.circleMarker(\n",
+       "                [-37.12090204910904, 145.23904901972412],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2b9f0cea94feae360dcc76c141797dba = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6e2338cc7ef44511196ee3e8c4d9bd71 = $(`&lt;div id=&quot;html_6e2338cc7ef44511196ee3e8c4d9bd71&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_2b9f0cea94feae360dcc76c141797dba.setContent(html_6e2338cc7ef44511196ee3e8c4d9bd71);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a94dc629039a0fd80d9958a7140d1f17.bindPopup(popup_2b9f0cea94feae360dcc76c141797dba)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_048b7dec58ada2812d319d7f5e2fe2c0 = L.circleMarker(\n",
+       "                [-37.4081423482115, 144.9639076899856],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_40e4dd6397d40385e9550ba83a5751d8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_95272e556a74970f04f5a20effe5e457 = $(`&lt;div id=&quot;html_95272e556a74970f04f5a20effe5e457&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_40e4dd6397d40385e9550ba83a5751d8.setContent(html_95272e556a74970f04f5a20effe5e457);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_048b7dec58ada2812d319d7f5e2fe2c0.bindPopup(popup_40e4dd6397d40385e9550ba83a5751d8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1427948e956f3d9a6b82f8be4daa9ac6 = L.circleMarker(\n",
+       "                [-37.08657327854963, 145.41925194937068],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2805a1f77b126231dc7d1f41f6e3dc15 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7f772285371c4cb62e91f00cde0237d1 = $(`&lt;div id=&quot;html_7f772285371c4cb62e91f00cde0237d1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_2805a1f77b126231dc7d1f41f6e3dc15.setContent(html_7f772285371c4cb62e91f00cde0237d1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1427948e956f3d9a6b82f8be4daa9ac6.bindPopup(popup_2805a1f77b126231dc7d1f41f6e3dc15)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4a78ac36234c2ca0e9ab120a67937e3e = L.circleMarker(\n",
+       "                [-37.23364955675456, 144.95239183813496],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_320e6bb20c90783651e7382d30b73ed8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a8ae7edf616f9f4e36e28c1d57842986 = $(`&lt;div id=&quot;html_a8ae7edf616f9f4e36e28c1d57842986&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_320e6bb20c90783651e7382d30b73ed8.setContent(html_a8ae7edf616f9f4e36e28c1d57842986);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4a78ac36234c2ca0e9ab120a67937e3e.bindPopup(popup_320e6bb20c90783651e7382d30b73ed8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_17bab0c154f2a252b9d9cdf7012fea26 = L.circleMarker(\n",
+       "                [-37.3566661663335, 145.1574807687618],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f66328a745fe88ed8f0f266f292424e2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4c8da6b17cfd7dbc56fa5847f01959cc = $(`&lt;div id=&quot;html_4c8da6b17cfd7dbc56fa5847f01959cc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_f66328a745fe88ed8f0f266f292424e2.setContent(html_4c8da6b17cfd7dbc56fa5847f01959cc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_17bab0c154f2a252b9d9cdf7012fea26.bindPopup(popup_f66328a745fe88ed8f0f266f292424e2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4973f4320b87e2caf40780f43ac7a35c = L.circleMarker(\n",
+       "                [-37.30166738087119, 144.94975259369602],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_77a3b2cd0d388bfb80f6df6aedcd931a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1afbffe06cff8773f19552e416b85f70 = $(`&lt;div id=&quot;html_1afbffe06cff8773f19552e416b85f70&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_77a3b2cd0d388bfb80f6df6aedcd931a.setContent(html_1afbffe06cff8773f19552e416b85f70);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4973f4320b87e2caf40780f43ac7a35c.bindPopup(popup_77a3b2cd0d388bfb80f6df6aedcd931a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c751354070746e0fdee36271027391fc = L.circleMarker(\n",
+       "                [-37.193604693193976, 144.87227897275864],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_89500c934a2bd2b488df4125f6cfa5dd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0769dc7ec33f5362646eceb417e4818b = $(`&lt;div id=&quot;html_0769dc7ec33f5362646eceb417e4818b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_89500c934a2bd2b488df4125f6cfa5dd.setContent(html_0769dc7ec33f5362646eceb417e4818b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c751354070746e0fdee36271027391fc.bindPopup(popup_89500c934a2bd2b488df4125f6cfa5dd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_382ba5837ad202b4612086dffd67b8e2 = L.circleMarker(\n",
+       "                [-36.92553434051069, 145.16502639469957],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d7b7970a57bc20155d6ec5ab3cf516b3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2e238990b883504327709253023f94d6 = $(`&lt;div id=&quot;html_2e238990b883504327709253023f94d6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_d7b7970a57bc20155d6ec5ab3cf516b3.setContent(html_2e238990b883504327709253023f94d6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_382ba5837ad202b4612086dffd67b8e2.bindPopup(popup_d7b7970a57bc20155d6ec5ab3cf516b3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_89225d6bbcb874f2a53b56929bbe6933 = L.circleMarker(\n",
+       "                [-37.20930472020058, 145.06231200582454],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7b216644a1ce7bdc9a5a5ca06835ec45 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c0f32d7dcd6679fe68fb296ca908f054 = $(`&lt;div id=&quot;html_c0f32d7dcd6679fe68fb296ca908f054&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_7b216644a1ce7bdc9a5a5ca06835ec45.setContent(html_c0f32d7dcd6679fe68fb296ca908f054);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_89225d6bbcb874f2a53b56929bbe6933.bindPopup(popup_7b216644a1ce7bdc9a5a5ca06835ec45)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fb2dfd469beabd1eb1b79d73452b40bc = L.circleMarker(\n",
+       "                [-37.21817358366249, 145.1385242499662],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9f5f034c855fd75d93f7110fec0408ab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fb9f9749e6fd398e50d97711edea114e = $(`&lt;div id=&quot;html_fb9f9749e6fd398e50d97711edea114e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_9f5f034c855fd75d93f7110fec0408ab.setContent(html_fb9f9749e6fd398e50d97711edea114e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fb2dfd469beabd1eb1b79d73452b40bc.bindPopup(popup_9f5f034c855fd75d93f7110fec0408ab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_371b2e10894eb2b5890dc8464b36cd61 = L.circleMarker(\n",
+       "                [-37.38220485645189, 145.04271164813275],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2d492acf69739099d2fe560f667b2dc3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_96d89d433b865925959c128500d842ef = $(`&lt;div id=&quot;html_96d89d433b865925959c128500d842ef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_2d492acf69739099d2fe560f667b2dc3.setContent(html_96d89d433b865925959c128500d842ef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_371b2e10894eb2b5890dc8464b36cd61.bindPopup(popup_2d492acf69739099d2fe560f667b2dc3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a1c75d35c835fff95fce92c9c1991b9b = L.circleMarker(\n",
+       "                [-37.47868588954931, 145.25016447213676],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6917daf033ee3862e441f7f7259fff6b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9e085693a33c376ea00e8419c7884e94 = $(`&lt;div id=&quot;html_9e085693a33c376ea00e8419c7884e94&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_6917daf033ee3862e441f7f7259fff6b.setContent(html_9e085693a33c376ea00e8419c7884e94);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a1c75d35c835fff95fce92c9c1991b9b.bindPopup(popup_6917daf033ee3862e441f7f7259fff6b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0c1c9923c0989bfe99ef5f2aa2887f63 = L.circleMarker(\n",
+       "                [-37.27825586969681, 145.01122985957682],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_570b5c5857ca7a8f73b83130ec8aa839 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_79e60b524db9b9e630527603ccf1ec94 = $(`&lt;div id=&quot;html_79e60b524db9b9e630527603ccf1ec94&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_570b5c5857ca7a8f73b83130ec8aa839.setContent(html_79e60b524db9b9e630527603ccf1ec94);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0c1c9923c0989bfe99ef5f2aa2887f63.bindPopup(popup_570b5c5857ca7a8f73b83130ec8aa839)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_430b38a9d57dc0f74745fdd6f59b87da = L.circleMarker(\n",
+       "                [-37.04435409632963, 144.7932707138311],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_24d7537f51866fdd7c7c0959cf0b0823 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca64b45956509dc068c4904ea1ea1ec0 = $(`&lt;div id=&quot;html_ca64b45956509dc068c4904ea1ea1ec0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_24d7537f51866fdd7c7c0959cf0b0823.setContent(html_ca64b45956509dc068c4904ea1ea1ec0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_430b38a9d57dc0f74745fdd6f59b87da.bindPopup(popup_24d7537f51866fdd7c7c0959cf0b0823)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_44707d78ecdc89573d3a8455d2d63c05 = L.circleMarker(\n",
+       "                [-37.11632377097774, 144.9558784248735],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3d53889864f9b5952edd1e8e25b60285 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b1e0755247655a87ad3d7c77abe78385 = $(`&lt;div id=&quot;html_b1e0755247655a87ad3d7c77abe78385&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_3d53889864f9b5952edd1e8e25b60285.setContent(html_b1e0755247655a87ad3d7c77abe78385);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_44707d78ecdc89573d3a8455d2d63c05.bindPopup(popup_3d53889864f9b5952edd1e8e25b60285)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7580633d34e5f9b1b76f2892891e2a18 = L.circleMarker(\n",
+       "                [-37.17197856720768, 144.76467995420072],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_827496e0293af4d422a68855aa869e5f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_599223d65f5ca663b79c98cbe11c1f67 = $(`&lt;div id=&quot;html_599223d65f5ca663b79c98cbe11c1f67&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_827496e0293af4d422a68855aa869e5f.setContent(html_599223d65f5ca663b79c98cbe11c1f67);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7580633d34e5f9b1b76f2892891e2a18.bindPopup(popup_827496e0293af4d422a68855aa869e5f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d03ee243d988a3d69730a464d64d722e = L.circleMarker(\n",
+       "                [-36.9783466976676, 145.3712158035573],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b1b5d4e1d588cca219f582347612d361 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8e2a7bdc874bed36f0a98a45bc096313 = $(`&lt;div id=&quot;html_8e2a7bdc874bed36f0a98a45bc096313&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_b1b5d4e1d588cca219f582347612d361.setContent(html_8e2a7bdc874bed36f0a98a45bc096313);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d03ee243d988a3d69730a464d64d722e.bindPopup(popup_b1b5d4e1d588cca219f582347612d361)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3602d06f36508155301c8bf724a88f6b = L.circleMarker(\n",
+       "                [-37.0159727984082, 145.16217347136936],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b73ec83f7d1842428dd6336fc934726f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_602a314f7f2d43fcc38cd42618943fab = $(`&lt;div id=&quot;html_602a314f7f2d43fcc38cd42618943fab&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_b73ec83f7d1842428dd6336fc934726f.setContent(html_602a314f7f2d43fcc38cd42618943fab);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3602d06f36508155301c8bf724a88f6b.bindPopup(popup_b73ec83f7d1842428dd6336fc934726f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d695cfbf93191441b85ba6846f522742 = L.circleMarker(\n",
+       "                [-37.03705980669906, 145.04644977415973],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9c96fd683803781eedc5a7c67ba31d3b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_20791c73b085064dc2211b979dbfcb1c = $(`&lt;div id=&quot;html_20791c73b085064dc2211b979dbfcb1c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_9c96fd683803781eedc5a7c67ba31d3b.setContent(html_20791c73b085064dc2211b979dbfcb1c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d695cfbf93191441b85ba6846f522742.bindPopup(popup_9c96fd683803781eedc5a7c67ba31d3b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_761699ab37b38f291a3c2666296e5775 = L.circleMarker(\n",
+       "                [-36.953659740592585, 145.48501773098357],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e8ab86a8c611d9217f0c1e15015cc707 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b8a5f284c43b004dc3e547b5b1963ad8 = $(`&lt;div id=&quot;html_b8a5f284c43b004dc3e547b5b1963ad8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_e8ab86a8c611d9217f0c1e15015cc707.setContent(html_b8a5f284c43b004dc3e547b5b1963ad8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_761699ab37b38f291a3c2666296e5775.bindPopup(popup_e8ab86a8c611d9217f0c1e15015cc707)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e5dd2c88e4167f2e44b7e2c08f331d03 = L.circleMarker(\n",
+       "                [-37.12554747419296, 145.02756148674484],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_39d277961e64c0edde85440d65beeae0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c141d677aa39cc31d1aba76d1ffd2500 = $(`&lt;div id=&quot;html_c141d677aa39cc31d1aba76d1ffd2500&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_39d277961e64c0edde85440d65beeae0.setContent(html_c141d677aa39cc31d1aba76d1ffd2500);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e5dd2c88e4167f2e44b7e2c08f331d03.bindPopup(popup_39d277961e64c0edde85440d65beeae0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5e1e831e3247216e0db9e1445e8a3578 = L.circleMarker(\n",
+       "                [-37.41965261787202, 145.05465156155967],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1b3d68c3a9dc51916b6b7e1066a5a07d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f273326f4a6f895af82ed058bc93eea5 = $(`&lt;div id=&quot;html_f273326f4a6f895af82ed058bc93eea5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_1b3d68c3a9dc51916b6b7e1066a5a07d.setContent(html_f273326f4a6f895af82ed058bc93eea5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5e1e831e3247216e0db9e1445e8a3578.bindPopup(popup_1b3d68c3a9dc51916b6b7e1066a5a07d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_27f23bbe8d3143577f33debafa76bb03 = L.circleMarker(\n",
+       "                [-37.25581224905353, 145.15402664693647],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_68c87d0d9b433fd72b461f41d50e6aa1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f90dc9d782777d50eb97ea05c9f7efc0 = $(`&lt;div id=&quot;html_f90dc9d782777d50eb97ea05c9f7efc0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_68c87d0d9b433fd72b461f41d50e6aa1.setContent(html_f90dc9d782777d50eb97ea05c9f7efc0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_27f23bbe8d3143577f33debafa76bb03.bindPopup(popup_68c87d0d9b433fd72b461f41d50e6aa1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6665e4a0c08c67612d63f876095ed758 = L.circleMarker(\n",
+       "                [-37.24856795683677, 144.8672463944811],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e93fa5fb7030853c3ecd5c7a682567da = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5882b8583faae5bd697f914c082b46f3 = $(`&lt;div id=&quot;html_5882b8583faae5bd697f914c082b46f3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_e93fa5fb7030853c3ecd5c7a682567da.setContent(html_5882b8583faae5bd697f914c082b46f3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6665e4a0c08c67612d63f876095ed758.bindPopup(popup_e93fa5fb7030853c3ecd5c7a682567da)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4472440421ec101fc941dd04b7f0d2c6 = L.circleMarker(\n",
+       "                [-37.07431797654311, 144.6123762338415],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_22ee4799fb7fd35ce58701928d8c4f8a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_30584b7e25e42157e9a9988d6835a942 = $(`&lt;div id=&quot;html_30584b7e25e42157e9a9988d6835a942&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_22ee4799fb7fd35ce58701928d8c4f8a.setContent(html_30584b7e25e42157e9a9988d6835a942);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4472440421ec101fc941dd04b7f0d2c6.bindPopup(popup_22ee4799fb7fd35ce58701928d8c4f8a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_89d4e2fe9f55b36f0e05c6ca6e956ac7 = L.circleMarker(\n",
+       "                [-37.07345537673499, 144.70113655468583],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_54c45d60ce09d925d3983cb278e71912 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0a00a87956683435ed2d9ba79c74aaef = $(`&lt;div id=&quot;html_0a00a87956683435ed2d9ba79c74aaef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_54c45d60ce09d925d3983cb278e71912.setContent(html_0a00a87956683435ed2d9ba79c74aaef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_89d4e2fe9f55b36f0e05c6ca6e956ac7.bindPopup(popup_54c45d60ce09d925d3983cb278e71912)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4ee97ddfe1d8b9c4c2d3188ed490d814 = L.circleMarker(\n",
+       "                [-36.935678703872455, 144.94862649866997],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3347e6dfec4b275831d5ebd56212c546 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ad8306a181b76a169dac8e23cbba57de = $(`&lt;div id=&quot;html_ad8306a181b76a169dac8e23cbba57de&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_3347e6dfec4b275831d5ebd56212c546.setContent(html_ad8306a181b76a169dac8e23cbba57de);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4ee97ddfe1d8b9c4c2d3188ed490d814.bindPopup(popup_3347e6dfec4b275831d5ebd56212c546)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9f3fa8796941040b4f3adffd1d7d1e05 = L.circleMarker(\n",
+       "                [-37.352122537280366, 145.0314119163611],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c55c3a0d2250b60716ab617b361e5fd0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4a08cd03d6a555622a19ac4bc11ad0cc = $(`&lt;div id=&quot;html_4a08cd03d6a555622a19ac4bc11ad0cc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_c55c3a0d2250b60716ab617b361e5fd0.setContent(html_4a08cd03d6a555622a19ac4bc11ad0cc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9f3fa8796941040b4f3adffd1d7d1e05.bindPopup(popup_c55c3a0d2250b60716ab617b361e5fd0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1bb23094869b483d16821a9b5c7920f9 = L.circleMarker(\n",
+       "                [-37.313506930870425, 144.89034659883458],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1bf370dba70ab208a30e8f129a8ba7d2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1c1533df4b52525fedb07cf673d38c18 = $(`&lt;div id=&quot;html_1c1533df4b52525fedb07cf673d38c18&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_1bf370dba70ab208a30e8f129a8ba7d2.setContent(html_1c1533df4b52525fedb07cf673d38c18);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1bb23094869b483d16821a9b5c7920f9.bindPopup(popup_1bf370dba70ab208a30e8f129a8ba7d2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_92856501376f4b1b5043ba392beaca90 = L.circleMarker(\n",
+       "                [-37.30056168140598, 145.06691128975524],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_35506f94665e031daa5bc2001355fce7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5bd3a695beebb60a2b547d463153fcbf = $(`&lt;div id=&quot;html_5bd3a695beebb60a2b547d463153fcbf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_35506f94665e031daa5bc2001355fce7.setContent(html_5bd3a695beebb60a2b547d463153fcbf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_92856501376f4b1b5043ba392beaca90.bindPopup(popup_35506f94665e031daa5bc2001355fce7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_46cca1d18e03ca06c48a6a963f208e9e = L.circleMarker(\n",
+       "                [-36.92496793783064, 145.28274656927258],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_692ad400adacf98545d6785d6242d6e1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f243f43e97fede317bd54fd27a0cb65 = $(`&lt;div id=&quot;html_6f243f43e97fede317bd54fd27a0cb65&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_692ad400adacf98545d6785d6242d6e1.setContent(html_6f243f43e97fede317bd54fd27a0cb65);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_46cca1d18e03ca06c48a6a963f208e9e.bindPopup(popup_692ad400adacf98545d6785d6242d6e1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3edc346fbf49818be851fa92f0a0f7c5 = L.circleMarker(\n",
+       "                [-36.94880367220926, 145.1007852895347],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a7e35a4bf021b5c2f32ae6ef5c1121cf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f87e5103481eb30a4f45311268b337be = $(`&lt;div id=&quot;html_f87e5103481eb30a4f45311268b337be&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_a7e35a4bf021b5c2f32ae6ef5c1121cf.setContent(html_f87e5103481eb30a4f45311268b337be);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3edc346fbf49818be851fa92f0a0f7c5.bindPopup(popup_a7e35a4bf021b5c2f32ae6ef5c1121cf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e05c07c661f2eccfee492aeeca3e2510 = L.circleMarker(\n",
+       "                [-37.24783249398404, 145.04487600169114],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_34f1e1ece430a60486830717fcc82975 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e16358100185ac372164bc7852567cb5 = $(`&lt;div id=&quot;html_e16358100185ac372164bc7852567cb5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_34f1e1ece430a60486830717fcc82975.setContent(html_e16358100185ac372164bc7852567cb5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e05c07c661f2eccfee492aeeca3e2510.bindPopup(popup_34f1e1ece430a60486830717fcc82975)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7e908384748be1cb4cebdcb692ee68bb = L.circleMarker(\n",
+       "                [-37.057540056079695, 145.26486636143952],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffe9c9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffe9c9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_de01e77a6af6ad49d61c9f9662e0bf52 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_efb5169ce1730ee234a2dd9f409ee141 = $(`&lt;div id=&quot;html_efb5169ce1730ee234a2dd9f409ee141&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mitchell: crime count = -0.05516732434458701&lt;/div&gt;`)[0];\n",
+       "                popup_de01e77a6af6ad49d61c9f9662e0bf52.setContent(html_efb5169ce1730ee234a2dd9f409ee141);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7e908384748be1cb4cebdcb692ee68bb.bindPopup(popup_de01e77a6af6ad49d61c9f9662e0bf52)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce8e4a9c38b2af6342a5750e11e45324 = L.circleMarker(\n",
+       "                [-36.1241411981817, 146.0990959516102],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9ade2d5fb5301e35094a25c1d8daa439 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fb67f8c977e1f458afedbfffee1e44e0 = $(`&lt;div id=&quot;html_fb67f8c977e1f458afedbfffee1e44e0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_9ade2d5fb5301e35094a25c1d8daa439.setContent(html_fb67f8c977e1f458afedbfffee1e44e0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce8e4a9c38b2af6342a5750e11e45324.bindPopup(popup_9ade2d5fb5301e35094a25c1d8daa439)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a572070bb0fc8256d886debb9c13a810 = L.circleMarker(\n",
+       "                [-36.13515547460066, 145.1117462063706],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b07cea6d391a9eb67dd4e45261096ff8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_95baa22e636bb8c6bc8627c9b1cbafac = $(`&lt;div id=&quot;html_95baa22e636bb8c6bc8627c9b1cbafac&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_b07cea6d391a9eb67dd4e45261096ff8.setContent(html_95baa22e636bb8c6bc8627c9b1cbafac);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a572070bb0fc8256d886debb9c13a810.bindPopup(popup_b07cea6d391a9eb67dd4e45261096ff8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_23c892cb53ed12f9a35df0f9326bcedb = L.circleMarker(\n",
+       "                [-36.14715927654543, 145.7719881642828],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4672d6af7232968c34895dc5a12756ef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_76c15371e52f9aa2901853915c238968 = $(`&lt;div id=&quot;html_76c15371e52f9aa2901853915c238968&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_4672d6af7232968c34895dc5a12756ef.setContent(html_76c15371e52f9aa2901853915c238968);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_23c892cb53ed12f9a35df0f9326bcedb.bindPopup(popup_4672d6af7232968c34895dc5a12756ef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e3bb0e4da034a7725ba4a759a14207a0 = L.circleMarker(\n",
+       "                [-36.05840893669015, 146.12928246909632],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_610a460f7c5e5c4cb5a73a10fca405ec = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_49b308dad5aad5ed0719dc553628faff = $(`&lt;div id=&quot;html_49b308dad5aad5ed0719dc553628faff&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_610a460f7c5e5c4cb5a73a10fca405ec.setContent(html_49b308dad5aad5ed0719dc553628faff);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e3bb0e4da034a7725ba4a759a14207a0.bindPopup(popup_610a460f7c5e5c4cb5a73a10fca405ec)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e76a8d097b0b82f0210ac7b7b5a7ceda = L.circleMarker(\n",
+       "                [-36.07535165862839, 145.69201840051255],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7fb6be98910a33efd2e725aba027e41c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dc1559b1477fed9f7a0c0828948fc10c = $(`&lt;div id=&quot;html_dc1559b1477fed9f7a0c0828948fc10c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_7fb6be98910a33efd2e725aba027e41c.setContent(html_dc1559b1477fed9f7a0c0828948fc10c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e76a8d097b0b82f0210ac7b7b5a7ceda.bindPopup(popup_7fb6be98910a33efd2e725aba027e41c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c6337f21914b256bdc562bf4f6cbf6e2 = L.circleMarker(\n",
+       "                [-36.03733011239085, 145.7527524102289],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bf15dac6cc52a53189dd15e92028f9b1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_08fa7053fe65ed762bf7d6ded197b253 = $(`&lt;div id=&quot;html_08fa7053fe65ed762bf7d6ded197b253&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_bf15dac6cc52a53189dd15e92028f9b1.setContent(html_08fa7053fe65ed762bf7d6ded197b253);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c6337f21914b256bdc562bf4f6cbf6e2.bindPopup(popup_bf15dac6cc52a53189dd15e92028f9b1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_868df2e46599ea5d034b668d9c7ce6fa = L.circleMarker(\n",
+       "                [-36.00316300170404, 145.6511834101034],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0cdff76fa1882ccf3a0ec64d1a3288f2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_777d824686739e31bbff76f226f77bc8 = $(`&lt;div id=&quot;html_777d824686739e31bbff76f226f77bc8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_0cdff76fa1882ccf3a0ec64d1a3288f2.setContent(html_777d824686739e31bbff76f226f77bc8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_868df2e46599ea5d034b668d9c7ce6fa.bindPopup(popup_0cdff76fa1882ccf3a0ec64d1a3288f2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e14ab81171e2ab3f87b3d7cb0a52971b = L.circleMarker(\n",
+       "                [-36.16414052604536, 145.35280573904316],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_affd95cb6977a24074cbbf878b5076a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2ac91c473009ef4309f7e4a15ed827f1 = $(`&lt;div id=&quot;html_2ac91c473009ef4309f7e4a15ed827f1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_affd95cb6977a24074cbbf878b5076a1.setContent(html_2ac91c473009ef4309f7e4a15ed827f1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e14ab81171e2ab3f87b3d7cb0a52971b.bindPopup(popup_affd95cb6977a24074cbbf878b5076a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_084a049bb883ee02fa9d02b4f4b0a800 = L.circleMarker(\n",
+       "                [-35.8422521407345, 145.5088800531145],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a4a2a3524ac22d9ec8502f943b722f9c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_576a9f7ba138fb750b398251e0f032b9 = $(`&lt;div id=&quot;html_576a9f7ba138fb750b398251e0f032b9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_a4a2a3524ac22d9ec8502f943b722f9c.setContent(html_576a9f7ba138fb750b398251e0f032b9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_084a049bb883ee02fa9d02b4f4b0a800.bindPopup(popup_a4a2a3524ac22d9ec8502f943b722f9c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_91c22992ff90cc591bc654aefe319e0a = L.circleMarker(\n",
+       "                [-35.91153536131368, 145.4499789644925],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_991acb8b317f4cf4b98642c3e78aa382 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_de7721595f5ee7c64c04ec8357c87809 = $(`&lt;div id=&quot;html_de7721595f5ee7c64c04ec8357c87809&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_991acb8b317f4cf4b98642c3e78aa382.setContent(html_de7721595f5ee7c64c04ec8357c87809);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_91c22992ff90cc591bc654aefe319e0a.bindPopup(popup_991acb8b317f4cf4b98642c3e78aa382)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ebf5dc1dc09b99c4bd7e5ee5c298d923 = L.circleMarker(\n",
+       "                [-36.16165741330715, 145.87557268092806],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_25c2ba1252a8fd4410666941ed9bfccc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f489e91a2a9c8bfd1dc27169690752af = $(`&lt;div id=&quot;html_f489e91a2a9c8bfd1dc27169690752af&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_25c2ba1252a8fd4410666941ed9bfccc.setContent(html_f489e91a2a9c8bfd1dc27169690752af);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ebf5dc1dc09b99c4bd7e5ee5c298d923.bindPopup(popup_25c2ba1252a8fd4410666941ed9bfccc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cf416176c9a24aed4d6969caa8fcffb1 = L.circleMarker(\n",
+       "                [-36.02822746821291, 146.08525763102355],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a1d14daa3252b5ffba0a2fedf0681d65 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1809b14041b4e43a31cfeaab7c3d61d7 = $(`&lt;div id=&quot;html_1809b14041b4e43a31cfeaab7c3d61d7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_a1d14daa3252b5ffba0a2fedf0681d65.setContent(html_1809b14041b4e43a31cfeaab7c3d61d7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cf416176c9a24aed4d6969caa8fcffb1.bindPopup(popup_a1d14daa3252b5ffba0a2fedf0681d65)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bf5f488b86f77b4499665ea3f735255e = L.circleMarker(\n",
+       "                [-36.073171737219305, 145.85666476660856],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_40c086dbc2060b381cf7dae6252b6ace = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9069a9738f23446b63e9501e6d96d1e8 = $(`&lt;div id=&quot;html_9069a9738f23446b63e9501e6d96d1e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_40c086dbc2060b381cf7dae6252b6ace.setContent(html_9069a9738f23446b63e9501e6d96d1e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bf5f488b86f77b4499665ea3f735255e.bindPopup(popup_40c086dbc2060b381cf7dae6252b6ace)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2c4e6ec4188db664124b343e3833dd74 = L.circleMarker(\n",
+       "                [-35.83602815153084, 145.45221537623613],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dcdd18e8e0272c9242f78e28fb0d973b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0ffaee08418173ba438eb1fafdb4f9e7 = $(`&lt;div id=&quot;html_0ffaee08418173ba438eb1fafdb4f9e7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_dcdd18e8e0272c9242f78e28fb0d973b.setContent(html_0ffaee08418173ba438eb1fafdb4f9e7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2c4e6ec4188db664124b343e3833dd74.bindPopup(popup_dcdd18e8e0272c9242f78e28fb0d973b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a2c2526ae2dedf9c7d0af15bbf61c916 = L.circleMarker(\n",
+       "                [-36.0844436368653, 146.02618442246788],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3c799cfe24b31e8bd45d0df4fca994a4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d8083d070d8a4bdea2956a3bc7f90763 = $(`&lt;div id=&quot;html_d8083d070d8a4bdea2956a3bc7f90763&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_3c799cfe24b31e8bd45d0df4fca994a4.setContent(html_d8083d070d8a4bdea2956a3bc7f90763);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a2c2526ae2dedf9c7d0af15bbf61c916.bindPopup(popup_3c799cfe24b31e8bd45d0df4fca994a4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7b918bc5a4b3c70cc0706076dc39de0e = L.circleMarker(\n",
+       "                [-36.20587558916265, 145.98191316331594],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_98d4fba1f8f91eb6755704c1756f1dfb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bd17cbe74e84fc86185a65c8151e0f98 = $(`&lt;div id=&quot;html_bd17cbe74e84fc86185a65c8151e0f98&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_98d4fba1f8f91eb6755704c1756f1dfb.setContent(html_bd17cbe74e84fc86185a65c8151e0f98);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7b918bc5a4b3c70cc0706076dc39de0e.bindPopup(popup_98d4fba1f8f91eb6755704c1756f1dfb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1c87d29066dcd3d28f7de230e00bf86b = L.circleMarker(\n",
+       "                [-36.037635113044566, 146.0026861625916],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff55c207a5c3580ad6cfb8aef7a2ab44 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6814abdac0893d1169acfe08a778e4ee = $(`&lt;div id=&quot;html_6814abdac0893d1169acfe08a778e4ee&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_ff55c207a5c3580ad6cfb8aef7a2ab44.setContent(html_6814abdac0893d1169acfe08a778e4ee);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1c87d29066dcd3d28f7de230e00bf86b.bindPopup(popup_ff55c207a5c3580ad6cfb8aef7a2ab44)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c33b87cb0515bb3af9856a3c7a7b27b7 = L.circleMarker(\n",
+       "                [-36.14607609371936, 145.58496455924924],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_13be2e6476c478873454a2189cdb5fb5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6bd59857ac22d3fc662ea55e5c44de56 = $(`&lt;div id=&quot;html_6bd59857ac22d3fc662ea55e5c44de56&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_13be2e6476c478873454a2189cdb5fb5.setContent(html_6bd59857ac22d3fc662ea55e5c44de56);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c33b87cb0515bb3af9856a3c7a7b27b7.bindPopup(popup_13be2e6476c478873454a2189cdb5fb5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e632292b17f8a222e724918c98ca3d4e = L.circleMarker(\n",
+       "                [-36.24489299685816, 145.76690088466],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_835b07c030f8418963809b37ca60e0a2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cd8b46f90ec625fc85951c745d710a1d = $(`&lt;div id=&quot;html_cd8b46f90ec625fc85951c745d710a1d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_835b07c030f8418963809b37ca60e0a2.setContent(html_cd8b46f90ec625fc85951c745d710a1d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e632292b17f8a222e724918c98ca3d4e.bindPopup(popup_835b07c030f8418963809b37ca60e0a2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_33891dec4c7abdd69364dca1dad86b2b = L.circleMarker(\n",
+       "                [-35.92809134652903, 145.28424151907257],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6482c8b8c13ed6635a8d8a01824e0f98 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_48831d7f9d4fa24e075397aa1f9c1967 = $(`&lt;div id=&quot;html_48831d7f9d4fa24e075397aa1f9c1967&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_6482c8b8c13ed6635a8d8a01824e0f98.setContent(html_48831d7f9d4fa24e075397aa1f9c1967);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_33891dec4c7abdd69364dca1dad86b2b.bindPopup(popup_6482c8b8c13ed6635a8d8a01824e0f98)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f4a019245f09511bc05415cdce51cf12 = L.circleMarker(\n",
+       "                [-36.22496351833476, 146.0606895940164],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_77574469a766dc990e1f806798df3e3f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3afe3596e1412dcff90028eea3569dc0 = $(`&lt;div id=&quot;html_3afe3596e1412dcff90028eea3569dc0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_77574469a766dc990e1f806798df3e3f.setContent(html_3afe3596e1412dcff90028eea3569dc0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f4a019245f09511bc05415cdce51cf12.bindPopup(popup_77574469a766dc990e1f806798df3e3f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_55c34be60b14e7254755dd0d9e2ccc04 = L.circleMarker(\n",
+       "                [-35.999741436515464, 145.46542764612147],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_706f036ce289e3f07fb59935f84fc63c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f3bc29cb2705df9bd965d6db675d4890 = $(`&lt;div id=&quot;html_f3bc29cb2705df9bd965d6db675d4890&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_706f036ce289e3f07fb59935f84fc63c.setContent(html_f3bc29cb2705df9bd965d6db675d4890);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_55c34be60b14e7254755dd0d9e2ccc04.bindPopup(popup_706f036ce289e3f07fb59935f84fc63c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d90f7b619014b051fd1cdf037fb89e8c = L.circleMarker(\n",
+       "                [-36.050486398832966, 145.79161766686366],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4ae6bf82bba422da19d359ac30c6607c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aaa32be4475eac9d7b1c35e42fd8877f = $(`&lt;div id=&quot;html_aaa32be4475eac9d7b1c35e42fd8877f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_4ae6bf82bba422da19d359ac30c6607c.setContent(html_aaa32be4475eac9d7b1c35e42fd8877f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d90f7b619014b051fd1cdf037fb89e8c.bindPopup(popup_4ae6bf82bba422da19d359ac30c6607c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_605b60b848c852d8d570c29d3b9d0c7a = L.circleMarker(\n",
+       "                [-36.009501441628565, 145.8834403840401],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7b444d47a582a97ccc03f40dedca8da2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f474b90ba61664bad20e30e0f65c9ac2 = $(`&lt;div id=&quot;html_f474b90ba61664bad20e30e0f65c9ac2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_7b444d47a582a97ccc03f40dedca8da2.setContent(html_f474b90ba61664bad20e30e0f65c9ac2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_605b60b848c852d8d570c29d3b9d0c7a.bindPopup(popup_7b444d47a582a97ccc03f40dedca8da2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_26bd4751767cdc40069e5f6ff512bbb2 = L.circleMarker(\n",
+       "                [-35.97460932064988, 145.73645273755707],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_513bbe8a67d614410e1a6e88dc2d91d2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_731c5c29cbcfc30e6a542cce69a56950 = $(`&lt;div id=&quot;html_731c5c29cbcfc30e6a542cce69a56950&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_513bbe8a67d614410e1a6e88dc2d91d2.setContent(html_731c5c29cbcfc30e6a542cce69a56950);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_26bd4751767cdc40069e5f6ff512bbb2.bindPopup(popup_513bbe8a67d614410e1a6e88dc2d91d2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d7dc6941b49de10e2d2de4c9a58ca4d6 = L.circleMarker(\n",
+       "                [-35.8635912918005, 145.5622245024743],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7af852bfd990db475d7904f1c4fb09d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_865af3bd0801f0e0cda3092abf80377c = $(`&lt;div id=&quot;html_865af3bd0801f0e0cda3092abf80377c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_7af852bfd990db475d7904f1c4fb09d9.setContent(html_865af3bd0801f0e0cda3092abf80377c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d7dc6941b49de10e2d2de4c9a58ca4d6.bindPopup(popup_7af852bfd990db475d7904f1c4fb09d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8938154c7a2ce3f9c00cb1215df79d10 = L.circleMarker(\n",
+       "                [-35.95747255128447, 145.09065235085285],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aefd51657ea364f8be4c7213a5f64bc7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dd7a6567e13ca4a3e0a8bd909e37b7cc = $(`&lt;div id=&quot;html_dd7a6567e13ca4a3e0a8bd909e37b7cc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_aefd51657ea364f8be4c7213a5f64bc7.setContent(html_dd7a6567e13ca4a3e0a8bd909e37b7cc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8938154c7a2ce3f9c00cb1215df79d10.bindPopup(popup_aefd51657ea364f8be4c7213a5f64bc7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a1c9baf11e53980bd21d994dae60f598 = L.circleMarker(\n",
+       "                [-35.96287073522822, 145.05049682343676],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9c5b2a536199c62e01ebc8b6f2183723 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e7071ca70fd78ff984e35126803a4023 = $(`&lt;div id=&quot;html_e7071ca70fd78ff984e35126803a4023&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_9c5b2a536199c62e01ebc8b6f2183723.setContent(html_e7071ca70fd78ff984e35126803a4023);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a1c9baf11e53980bd21d994dae60f598.bindPopup(popup_9c5b2a536199c62e01ebc8b6f2183723)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ab48b0d5913d79f3bc3dbaaf27b431ac = L.circleMarker(\n",
+       "                [-36.25743827723255, 145.88765929286555],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_111ae73dc6b45d7c0dbfd0574b5a05e9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a338bd782c26387b7f65c8dd32a0c2e9 = $(`&lt;div id=&quot;html_a338bd782c26387b7f65c8dd32a0c2e9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_111ae73dc6b45d7c0dbfd0574b5a05e9.setContent(html_a338bd782c26387b7f65c8dd32a0c2e9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ab48b0d5913d79f3bc3dbaaf27b431ac.bindPopup(popup_111ae73dc6b45d7c0dbfd0574b5a05e9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f18fd4c3080ebcfa91e33cd39dac2c1 = L.circleMarker(\n",
+       "                [-36.04564694876674, 145.31200384011038],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dee724f284f2dc0cf748af12eca8761b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f58b0ddb03c7f078d9bd423fb44514f9 = $(`&lt;div id=&quot;html_f58b0ddb03c7f078d9bd423fb44514f9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_dee724f284f2dc0cf748af12eca8761b.setContent(html_f58b0ddb03c7f078d9bd423fb44514f9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f18fd4c3080ebcfa91e33cd39dac2c1.bindPopup(popup_dee724f284f2dc0cf748af12eca8761b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2c6c2d7e5d7084282525076751eefaed = L.circleMarker(\n",
+       "                [-36.15522568935624, 146.04843728947515],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_74cfcb8d6b62138df97c3811b13ce420 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3d8efd10e56067ee2074b3b34d88b208 = $(`&lt;div id=&quot;html_3d8efd10e56067ee2074b3b34d88b208&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_74cfcb8d6b62138df97c3811b13ce420.setContent(html_3d8efd10e56067ee2074b3b34d88b208);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2c6c2d7e5d7084282525076751eefaed.bindPopup(popup_74cfcb8d6b62138df97c3811b13ce420)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_299d7d1e33914a32f1dc532e1e0acc0e = L.circleMarker(\n",
+       "                [-36.06391114347373, 146.18446351608628],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_601bcb76dbc39103a77c0d346716ac52 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4d8c35476d5d45141eb7b8bb049b5a2f = $(`&lt;div id=&quot;html_4d8c35476d5d45141eb7b8bb049b5a2f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_601bcb76dbc39103a77c0d346716ac52.setContent(html_4d8c35476d5d45141eb7b8bb049b5a2f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_299d7d1e33914a32f1dc532e1e0acc0e.bindPopup(popup_601bcb76dbc39103a77c0d346716ac52)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f6e631c7c04ecab960cb1350342557c7 = L.circleMarker(\n",
+       "                [-36.260968753956114, 145.98490397651835],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b18fa2afd8cb39013aea2e275dfb1418 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e41d01fe5204a98eb5ed94db8e15705b = $(`&lt;div id=&quot;html_e41d01fe5204a98eb5ed94db8e15705b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_b18fa2afd8cb39013aea2e275dfb1418.setContent(html_e41d01fe5204a98eb5ed94db8e15705b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f6e631c7c04ecab960cb1350342557c7.bindPopup(popup_b18fa2afd8cb39013aea2e275dfb1418)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_638468012989c81a2a721d1563bb9ada = L.circleMarker(\n",
+       "                [-36.06295039116993, 145.58296986419245],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6f0014adc7209540289607363a132381 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_27e0d5cac5d51b9897ac0546bc541fc0 = $(`&lt;div id=&quot;html_27e0d5cac5d51b9897ac0546bc541fc0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_6f0014adc7209540289607363a132381.setContent(html_27e0d5cac5d51b9897ac0546bc541fc0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_638468012989c81a2a721d1563bb9ada.bindPopup(popup_6f0014adc7209540289607363a132381)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2565cb03b9aedc3ecfb70805a688a643 = L.circleMarker(\n",
+       "                [-36.16895687774906, 145.6921773367648],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_810646e24bd3945911d63527a4d7b2c6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_89ef3362205bfb75fdb6f4617b548f2b = $(`&lt;div id=&quot;html_89ef3362205bfb75fdb6f4617b548f2b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_810646e24bd3945911d63527a4d7b2c6.setContent(html_89ef3362205bfb75fdb6f4617b548f2b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2565cb03b9aedc3ecfb70805a688a643.bindPopup(popup_810646e24bd3945911d63527a4d7b2c6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_360dbeec94c8bdb27b13d7198bf84bd0 = L.circleMarker(\n",
+       "                [-36.08615187542872, 145.43488098434406],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4a5efc8058e8c4d55a89d8d1d9b490a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_147588829a937fddf8ee94690c3df7e5 = $(`&lt;div id=&quot;html_147588829a937fddf8ee94690c3df7e5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_4a5efc8058e8c4d55a89d8d1d9b490a1.setContent(html_147588829a937fddf8ee94690c3df7e5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_360dbeec94c8bdb27b13d7198bf84bd0.bindPopup(popup_4a5efc8058e8c4d55a89d8d1d9b490a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_33362c3376d219b176eaf922a904047b = L.circleMarker(\n",
+       "                [-36.10237735440374, 145.94833280886792],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7abdf418612f208339b85aa565ed7ebb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_24c27da2999b41003432c59a13bf4f08 = $(`&lt;div id=&quot;html_24c27da2999b41003432c59a13bf4f08&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_7abdf418612f208339b85aa565ed7ebb.setContent(html_24c27da2999b41003432c59a13bf4f08);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_33362c3376d219b176eaf922a904047b.bindPopup(popup_7abdf418612f208339b85aa565ed7ebb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_961db82715c78c06f26eda623138d2a5 = L.circleMarker(\n",
+       "                [-36.16746860206419, 145.42416461730792],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_880a9a1817deb854d3a1d8eedd4428b5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c848770c3aedea4c5610fd2f424e4b61 = $(`&lt;div id=&quot;html_c848770c3aedea4c5610fd2f424e4b61&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_880a9a1817deb854d3a1d8eedd4428b5.setContent(html_c848770c3aedea4c5610fd2f424e4b61);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_961db82715c78c06f26eda623138d2a5.bindPopup(popup_880a9a1817deb854d3a1d8eedd4428b5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0b1afcaa327e6dc4cb2be7d5890464e2 = L.circleMarker(\n",
+       "                [-36.23038058403289, 146.10721559689802],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c5be3ddb2a29c813f0d9fe7c19a68c91 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d7ceeb0a37d54235cfe7af3d47bd081f = $(`&lt;div id=&quot;html_d7ceeb0a37d54235cfe7af3d47bd081f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_c5be3ddb2a29c813f0d9fe7c19a68c91.setContent(html_d7ceeb0a37d54235cfe7af3d47bd081f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0b1afcaa327e6dc4cb2be7d5890464e2.bindPopup(popup_c5be3ddb2a29c813f0d9fe7c19a68c91)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8925852c0d63ce06dfcaace426fb61e9 = L.circleMarker(\n",
+       "                [-36.16528572260672, 146.18692492658417],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2743c8059e436d93b2603b90c6f360b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_64a192373b025dd4fac7b89c74b5077f = $(`&lt;div id=&quot;html_64a192373b025dd4fac7b89c74b5077f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_2743c8059e436d93b2603b90c6f360b4.setContent(html_64a192373b025dd4fac7b89c74b5077f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8925852c0d63ce06dfcaace426fb61e9.bindPopup(popup_2743c8059e436d93b2603b90c6f360b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ba78f2e77fba5af1aa3e6c8eca752719 = L.circleMarker(\n",
+       "                [-36.16926882078944, 145.48689385048047],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c24f20109b52489b98aa8e686c7cc724 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0469129dc8e355ae6e4863dce7857e9d = $(`&lt;div id=&quot;html_0469129dc8e355ae6e4863dce7857e9d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_c24f20109b52489b98aa8e686c7cc724.setContent(html_0469129dc8e355ae6e4863dce7857e9d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ba78f2e77fba5af1aa3e6c8eca752719.bindPopup(popup_c24f20109b52489b98aa8e686c7cc724)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f1a4eca30e3eb74185d3d8116edaa2fb = L.circleMarker(\n",
+       "                [-35.95631125817045, 144.99104920926587],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3b5018904eb2b53d0496fc295f5d3088 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1a3e002527d76bb487dbcffae730d827 = $(`&lt;div id=&quot;html_1a3e002527d76bb487dbcffae730d827&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_3b5018904eb2b53d0496fc295f5d3088.setContent(html_1a3e002527d76bb487dbcffae730d827);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f1a4eca30e3eb74185d3d8116edaa2fb.bindPopup(popup_3b5018904eb2b53d0496fc295f5d3088)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_08aec6daac1173e927b4b08ef8b38237 = L.circleMarker(\n",
+       "                [-36.1069831507501, 146.17486931861558],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_32d7017d8630257e223ec4aeecb66f6d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2266f4ec6aaaa83594110c99935a60dd = $(`&lt;div id=&quot;html_2266f4ec6aaaa83594110c99935a60dd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_32d7017d8630257e223ec4aeecb66f6d.setContent(html_2266f4ec6aaaa83594110c99935a60dd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_08aec6daac1173e927b4b08ef8b38237.bindPopup(popup_32d7017d8630257e223ec4aeecb66f6d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_03051899b316d3d3e9197898c5806b33 = L.circleMarker(\n",
+       "                [-36.08627016813679, 144.95580789184658],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff52c0c01c24b36d9ade2d88d6026414 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4ed657389e3a8296985f75fd7faf891d = $(`&lt;div id=&quot;html_4ed657389e3a8296985f75fd7faf891d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_ff52c0c01c24b36d9ade2d88d6026414.setContent(html_4ed657389e3a8296985f75fd7faf891d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_03051899b316d3d3e9197898c5806b33.bindPopup(popup_ff52c0c01c24b36d9ade2d88d6026414)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_27f989cc75bf75aec55f3043942455b3 = L.circleMarker(\n",
+       "                [-36.145769625519534, 145.287621364235],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_443cc92562c78d84fa56c895f4e719fd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_59e6f21c0682943f7edabe8e1591da79 = $(`&lt;div id=&quot;html_59e6f21c0682943f7edabe8e1591da79&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_443cc92562c78d84fa56c895f4e719fd.setContent(html_59e6f21c0682943f7edabe8e1591da79);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_27f989cc75bf75aec55f3043942455b3.bindPopup(popup_443cc92562c78d84fa56c895f4e719fd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ad0ccedbcbedfd9c03bf4c280b29266b = L.circleMarker(\n",
+       "                [-36.27828266209076, 145.81577083384025],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_611d7293ac2b25cf4d784c8eef92944e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c65892e0b9cc76dffda2ab9e0bc53a92 = $(`&lt;div id=&quot;html_c65892e0b9cc76dffda2ab9e0bc53a92&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_611d7293ac2b25cf4d784c8eef92944e.setContent(html_c65892e0b9cc76dffda2ab9e0bc53a92);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ad0ccedbcbedfd9c03bf4c280b29266b.bindPopup(popup_611d7293ac2b25cf4d784c8eef92944e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0c3428f7e85998bf42b9c9558d75b44d = L.circleMarker(\n",
+       "                [-35.885701405866754, 145.3452757890466],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_18d41658c3fd3bd57ef7f2371f9c1186 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_636ea8d7be581cb92ca20ce9af5f33f0 = $(`&lt;div id=&quot;html_636ea8d7be581cb92ca20ce9af5f33f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_18d41658c3fd3bd57ef7f2371f9c1186.setContent(html_636ea8d7be581cb92ca20ce9af5f33f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0c3428f7e85998bf42b9c9558d75b44d.bindPopup(popup_18d41658c3fd3bd57ef7f2371f9c1186)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0f946377ed2fbce01f486ef336f03726 = L.circleMarker(\n",
+       "                [-36.28070203238726, 145.68159855156296],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dd360b4b3171a757a467d03f820a454a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7903a7e0322570ce8da92fc72f703379 = $(`&lt;div id=&quot;html_7903a7e0322570ce8da92fc72f703379&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_dd360b4b3171a757a467d03f820a454a.setContent(html_7903a7e0322570ce8da92fc72f703379);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0f946377ed2fbce01f486ef336f03726.bindPopup(popup_dd360b4b3171a757a467d03f820a454a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_67c4a3a51fa0c9d81a875f925319749a = L.circleMarker(\n",
+       "                [-35.9472476433551, 145.56817862939914],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fd7feaa620b9a4b183e7e1e70f1a2748 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b18b853ed90675c1e807384a357f6ffc = $(`&lt;div id=&quot;html_b18b853ed90675c1e807384a357f6ffc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_fd7feaa620b9a4b183e7e1e70f1a2748.setContent(html_b18b853ed90675c1e807384a357f6ffc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_67c4a3a51fa0c9d81a875f925319749a.bindPopup(popup_fd7feaa620b9a4b183e7e1e70f1a2748)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_117f6b5479fe706d083497e0bb007359 = L.circleMarker(\n",
+       "                [-35.9352558867811, 145.6416335257411],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_68d2ba161844b78783ce17a5d70d3d17 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d398ed8742e8f8e26eacd480a1fcb660 = $(`&lt;div id=&quot;html_d398ed8742e8f8e26eacd480a1fcb660&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_68d2ba161844b78783ce17a5d70d3d17.setContent(html_d398ed8742e8f8e26eacd480a1fcb660);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_117f6b5479fe706d083497e0bb007359.bindPopup(popup_68d2ba161844b78783ce17a5d70d3d17)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c38cddfd658fc84ce0f1dd8664d835b6 = L.circleMarker(\n",
+       "                [-36.05747321269341, 145.19538348837486],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ecf920894fc65a1ec1814193689acc58 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_574668c0f61e44b4ff6830c544a3dcb9 = $(`&lt;div id=&quot;html_574668c0f61e44b4ff6830c544a3dcb9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_ecf920894fc65a1ec1814193689acc58.setContent(html_574668c0f61e44b4ff6830c544a3dcb9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c38cddfd658fc84ce0f1dd8664d835b6.bindPopup(popup_ecf920894fc65a1ec1814193689acc58)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4d81381114290d3c7d0480bbfcd2c539 = L.circleMarker(\n",
+       "                [-36.23099263294153, 145.6822554207619],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_78e716339bba576ba967eba207f089b3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_05b39b590b33cfeda0275875a705e6ec = $(`&lt;div id=&quot;html_05b39b590b33cfeda0275875a705e6ec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_78e716339bba576ba967eba207f089b3.setContent(html_05b39b590b33cfeda0275875a705e6ec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4d81381114290d3c7d0480bbfcd2c539.bindPopup(popup_78e716339bba576ba967eba207f089b3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f66e3ea160cd76249ff74d348830844d = L.circleMarker(\n",
+       "                [-35.902915634162966, 145.18645314855007],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1dcff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1dcff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d77ca89ba6a21e405d226d5706052912 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_441abaf264da6acd3deebf6666587c68 = $(`&lt;div id=&quot;html_441abaf264da6acd3deebf6666587c68&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moira: crime count = -0.45908990931715105&lt;/div&gt;`)[0];\n",
+       "                popup_d77ca89ba6a21e405d226d5706052912.setContent(html_441abaf264da6acd3deebf6666587c68);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f66e3ea160cd76249ff74d348830844d.bindPopup(popup_d77ca89ba6a21e405d226d5706052912)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_67d2484e2c3d5b67944fd98c1cc83789 = L.circleMarker(\n",
+       "                [-37.907580205452106, 145.18684420036257],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcd96ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcd96ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_46cf01a476183cb5885d1609ebf2b90a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f85b035f0e1c15996cd3127627963c00 = $(`&lt;div id=&quot;html_f85b035f0e1c15996cd3127627963c00&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Monash: crime count = 0.99553028641113&lt;/div&gt;`)[0];\n",
+       "                popup_46cf01a476183cb5885d1609ebf2b90a.setContent(html_f85b035f0e1c15996cd3127627963c00);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_67d2484e2c3d5b67944fd98c1cc83789.bindPopup(popup_46cf01a476183cb5885d1609ebf2b90a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_058308ddf1596a88a9dad7f30b703113 = L.circleMarker(\n",
+       "                [-37.88158434821744, 145.16822180318732],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcd96ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcd96ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_32937f8a2ab514b6c93e81f02041bf27 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_791a2bba39fa8daddd9bcc303e761b7c = $(`&lt;div id=&quot;html_791a2bba39fa8daddd9bcc303e761b7c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Monash: crime count = 0.99553028641113&lt;/div&gt;`)[0];\n",
+       "                popup_32937f8a2ab514b6c93e81f02041bf27.setContent(html_791a2bba39fa8daddd9bcc303e761b7c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_058308ddf1596a88a9dad7f30b703113.bindPopup(popup_32937f8a2ab514b6c93e81f02041bf27)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cbe7e828a345124385457adc0426c706 = L.circleMarker(\n",
+       "                [-37.9039172447771, 145.11534774027393],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcd96ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcd96ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_73d75618ac9239b0b601e0c710c969e0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_103f34ca86f6eb61b2995cb43542ce27 = $(`&lt;div id=&quot;html_103f34ca86f6eb61b2995cb43542ce27&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Monash: crime count = 0.99553028641113&lt;/div&gt;`)[0];\n",
+       "                popup_73d75618ac9239b0b601e0c710c969e0.setContent(html_103f34ca86f6eb61b2995cb43542ce27);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cbe7e828a345124385457adc0426c706.bindPopup(popup_73d75618ac9239b0b601e0c710c969e0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f7fe396dac8f2eeda726e815dbf84088 = L.circleMarker(\n",
+       "                [-37.866741353646766, 145.1023261042224],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcd96ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcd96ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e53e6434dd40eaa87852b04221ac3cfb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_61a9520c53981f927811dc64118e2018 = $(`&lt;div id=&quot;html_61a9520c53981f927811dc64118e2018&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Monash: crime count = 0.99553028641113&lt;/div&gt;`)[0];\n",
+       "                popup_e53e6434dd40eaa87852b04221ac3cfb.setContent(html_61a9520c53981f927811dc64118e2018);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f7fe396dac8f2eeda726e815dbf84088.bindPopup(popup_e53e6434dd40eaa87852b04221ac3cfb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_83c815e90b1988a46421f051c865bcef = L.circleMarker(\n",
+       "                [-37.9005917725353, 145.09573048050564],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcd96ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcd96ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9b6e5ff904c00421b7fa368ae4d1eaa0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_98dee9c5251ed1cfa74fddcbaf33fe4b = $(`&lt;div id=&quot;html_98dee9c5251ed1cfa74fddcbaf33fe4b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Monash: crime count = 0.99553028641113&lt;/div&gt;`)[0];\n",
+       "                popup_9b6e5ff904c00421b7fa368ae4d1eaa0.setContent(html_98dee9c5251ed1cfa74fddcbaf33fe4b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_83c815e90b1988a46421f051c865bcef.bindPopup(popup_9b6e5ff904c00421b7fa368ae4d1eaa0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7b39420c41277f51a64f6e9c86e965ba = L.circleMarker(\n",
+       "                [-37.907637080118775, 145.10847507059137],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcd96ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcd96ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b0eef684e8bc6c6603da12e9f169b23d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_35ba0cfb9e33c51aa41d5f10f7644e0b = $(`&lt;div id=&quot;html_35ba0cfb9e33c51aa41d5f10f7644e0b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Monash: crime count = 0.99553028641113&lt;/div&gt;`)[0];\n",
+       "                popup_b0eef684e8bc6c6603da12e9f169b23d.setContent(html_35ba0cfb9e33c51aa41d5f10f7644e0b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7b39420c41277f51a64f6e9c86e965ba.bindPopup(popup_b0eef684e8bc6c6603da12e9f169b23d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_87b7be0173ea4a28906b73d8617b1294 = L.circleMarker(\n",
+       "                [-37.87837975488066, 145.12849289843382],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcd96ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcd96ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cc6f4884cd1510fa5ea7eb0dc31527bb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_58903e665dfd2bdafcec45930eee07ed = $(`&lt;div id=&quot;html_58903e665dfd2bdafcec45930eee07ed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Monash: crime count = 0.99553028641113&lt;/div&gt;`)[0];\n",
+       "                popup_cc6f4884cd1510fa5ea7eb0dc31527bb.setContent(html_58903e665dfd2bdafcec45930eee07ed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_87b7be0173ea4a28906b73d8617b1294.bindPopup(popup_cc6f4884cd1510fa5ea7eb0dc31527bb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1b1d2b40dcb7bdb11b7400085343a25c = L.circleMarker(\n",
+       "                [-37.899533245047934, 145.0811558180461],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcd96ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcd96ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_af2bb2b347f901c374f46871fc2ce032 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ec029ea966e6ea618e0cc1607532cc64 = $(`&lt;div id=&quot;html_ec029ea966e6ea618e0cc1607532cc64&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Monash: crime count = 0.99553028641113&lt;/div&gt;`)[0];\n",
+       "                popup_af2bb2b347f901c374f46871fc2ce032.setContent(html_ec029ea966e6ea618e0cc1607532cc64);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1b1d2b40dcb7bdb11b7400085343a25c.bindPopup(popup_af2bb2b347f901c374f46871fc2ce032)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9d51b39638d84bfe5f0d5d7739a5a637 = L.circleMarker(\n",
+       "                [-37.91819376875012, 145.1302098566345],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcd96ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcd96ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dbe1a0ab6ca6b6c9b8337ba3ab554709 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6b74c7cc4d53323bf2dc833124f856c7 = $(`&lt;div id=&quot;html_6b74c7cc4d53323bf2dc833124f856c7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Monash: crime count = 0.99553028641113&lt;/div&gt;`)[0];\n",
+       "                popup_dbe1a0ab6ca6b6c9b8337ba3ab554709.setContent(html_6b74c7cc4d53323bf2dc833124f856c7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9d51b39638d84bfe5f0d5d7739a5a637.bindPopup(popup_dbe1a0ab6ca6b6c9b8337ba3ab554709)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8bea3485036c7e0aaf1f93ccd8cb6a21 = L.circleMarker(\n",
+       "                [-37.92565235549369, 145.1757822167067],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcd96ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcd96ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c088fcaebd48ea622e554f1b449f1870 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_beb023712662608da6f71484ee754e2b = $(`&lt;div id=&quot;html_beb023712662608da6f71484ee754e2b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Monash: crime count = 0.99553028641113&lt;/div&gt;`)[0];\n",
+       "                popup_c088fcaebd48ea622e554f1b449f1870.setContent(html_beb023712662608da6f71484ee754e2b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8bea3485036c7e0aaf1f93ccd8cb6a21.bindPopup(popup_c088fcaebd48ea622e554f1b449f1870)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bcca6735a71577e4363e2e186f987bfc = L.circleMarker(\n",
+       "                [-37.882109761318574, 145.100173421632],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcd96ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcd96ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_be9a3f1c934e3d8f9767b15560a13c78 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1ee1d1e35e5f589642c1a59179f0eb30 = $(`&lt;div id=&quot;html_1ee1d1e35e5f589642c1a59179f0eb30&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Monash: crime count = 0.99553028641113&lt;/div&gt;`)[0];\n",
+       "                popup_be9a3f1c934e3d8f9767b15560a13c78.setContent(html_1ee1d1e35e5f589642c1a59179f0eb30);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bcca6735a71577e4363e2e186f987bfc.bindPopup(popup_be9a3f1c934e3d8f9767b15560a13c78)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6522dddc767f0bbb90dee5735d848316 = L.circleMarker(\n",
+       "                [-37.90476508415728, 145.14170767218232],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcd96ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcd96ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9f5afc48b13c141bc0f1cbae5a15e059 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_40d89c6869a8b79540442095b67495a1 = $(`&lt;div id=&quot;html_40d89c6869a8b79540442095b67495a1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Monash: crime count = 0.99553028641113&lt;/div&gt;`)[0];\n",
+       "                popup_9f5afc48b13c141bc0f1cbae5a15e059.setContent(html_40d89c6869a8b79540442095b67495a1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6522dddc767f0bbb90dee5735d848316.bindPopup(popup_9f5afc48b13c141bc0f1cbae5a15e059)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7d2dd4d19302defd7df902897b289fbc = L.circleMarker(\n",
+       "                [-37.780643544005216, 144.9353814038623],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b40955dba691709d3fb5e15129ed4c69 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b9ca68cb69cd911ddea3d5ed1394f2e1 = $(`&lt;div id=&quot;html_b9ca68cb69cd911ddea3d5ed1394f2e1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moonee Valley: crime count = 0.5962402498326049&lt;/div&gt;`)[0];\n",
+       "                popup_b40955dba691709d3fb5e15129ed4c69.setContent(html_b9ca68cb69cd911ddea3d5ed1394f2e1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7d2dd4d19302defd7df902897b289fbc.bindPopup(popup_b40955dba691709d3fb5e15129ed4c69)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9855e4503c367d842efdba1341482471 = L.circleMarker(\n",
+       "                [-37.73979919719835, 144.8848360160187],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a2d6b90322c7afd702a5a05d49864139 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a09928cb4163297ad536801f6019d95f = $(`&lt;div id=&quot;html_a09928cb4163297ad536801f6019d95f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moonee Valley: crime count = 0.5962402498326049&lt;/div&gt;`)[0];\n",
+       "                popup_a2d6b90322c7afd702a5a05d49864139.setContent(html_a09928cb4163297ad536801f6019d95f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9855e4503c367d842efdba1341482471.bindPopup(popup_a2d6b90322c7afd702a5a05d49864139)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3eb5b3b748fc198d5e80039600c0d819 = L.circleMarker(\n",
+       "                [-37.77703345076871, 144.91369451874422],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6f6432f27b866c74829c0a9598961427 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4a4c37406cb32f00bdbcaa19122d7590 = $(`&lt;div id=&quot;html_4a4c37406cb32f00bdbcaa19122d7590&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moonee Valley: crime count = 0.5962402498326049&lt;/div&gt;`)[0];\n",
+       "                popup_6f6432f27b866c74829c0a9598961427.setContent(html_4a4c37406cb32f00bdbcaa19122d7590);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3eb5b3b748fc198d5e80039600c0d819.bindPopup(popup_6f6432f27b866c74829c0a9598961427)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_38e3d5dbc06149342fc2cdd81e73f29d = L.circleMarker(\n",
+       "                [-37.75970860533644, 144.89756806741838],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_93e76e1efc9c6ca6dc888b2669fcb3ef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ac2dd9d49033d064017bf517f5caf09 = $(`&lt;div id=&quot;html_6ac2dd9d49033d064017bf517f5caf09&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moonee Valley: crime count = 0.5962402498326049&lt;/div&gt;`)[0];\n",
+       "                popup_93e76e1efc9c6ca6dc888b2669fcb3ef.setContent(html_6ac2dd9d49033d064017bf517f5caf09);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_38e3d5dbc06149342fc2cdd81e73f29d.bindPopup(popup_93e76e1efc9c6ca6dc888b2669fcb3ef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3476adf4266303762f6972966a7fd3df = L.circleMarker(\n",
+       "                [-37.73844296874356, 144.9011870948343],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9a81333dc9fa06c25dafc6191e50d33b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5ebe81f17d3ca948c6e7f1328f201bd9 = $(`&lt;div id=&quot;html_5ebe81f17d3ca948c6e7f1328f201bd9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moonee Valley: crime count = 0.5962402498326049&lt;/div&gt;`)[0];\n",
+       "                popup_9a81333dc9fa06c25dafc6191e50d33b.setContent(html_5ebe81f17d3ca948c6e7f1328f201bd9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3476adf4266303762f6972966a7fd3df.bindPopup(popup_9a81333dc9fa06c25dafc6191e50d33b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_60439621c4a854c577205f2049bcf284 = L.circleMarker(\n",
+       "                [-37.74983031832407, 144.9110379988771],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d477129765128243744790b2830cece0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_09f0971559dbc41eb1e763e86fd8a1a4 = $(`&lt;div id=&quot;html_09f0971559dbc41eb1e763e86fd8a1a4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moonee Valley: crime count = 0.5962402498326049&lt;/div&gt;`)[0];\n",
+       "                popup_d477129765128243744790b2830cece0.setContent(html_09f0971559dbc41eb1e763e86fd8a1a4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_60439621c4a854c577205f2049bcf284.bindPopup(popup_d477129765128243744790b2830cece0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8a19fc104a6ab9e6740daeb8aee8ea62 = L.circleMarker(\n",
+       "                [-37.76155005473298, 144.86257338393085],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d8613435cfa4de537563d0e82832695c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b5cd2b2c3dc66e53d37411c02705d5e0 = $(`&lt;div id=&quot;html_b5cd2b2c3dc66e53d37411c02705d5e0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moonee Valley: crime count = 0.5962402498326049&lt;/div&gt;`)[0];\n",
+       "                popup_d8613435cfa4de537563d0e82832695c.setContent(html_b5cd2b2c3dc66e53d37411c02705d5e0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8a19fc104a6ab9e6740daeb8aee8ea62.bindPopup(popup_d8613435cfa4de537563d0e82832695c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ee28b6776057b68f73dac5883e591192 = L.circleMarker(\n",
+       "                [-37.72688254201441, 144.9003966095872],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5fd02abd2978ddc1f359bdd8625b775a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4645a8cd152a7f1c2a5046f200b74497 = $(`&lt;div id=&quot;html_4645a8cd152a7f1c2a5046f200b74497&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moonee Valley: crime count = 0.5962402498326049&lt;/div&gt;`)[0];\n",
+       "                popup_5fd02abd2978ddc1f359bdd8625b775a.setContent(html_4645a8cd152a7f1c2a5046f200b74497);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ee28b6776057b68f73dac5883e591192.bindPopup(popup_5fd02abd2978ddc1f359bdd8625b775a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b38f0d9f1279e4bad32ddc1146797074 = L.circleMarker(\n",
+       "                [-37.75407812211158, 144.88514770577547],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ca33b9c35f741be4897ba0bda162a70b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cbb6372fe986d7ce7b882a48e0a62baa = $(`&lt;div id=&quot;html_cbb6372fe986d7ce7b882a48e0a62baa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moonee Valley: crime count = 0.5962402498326049&lt;/div&gt;`)[0];\n",
+       "                popup_ca33b9c35f741be4897ba0bda162a70b.setContent(html_cbb6372fe986d7ce7b882a48e0a62baa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b38f0d9f1279e4bad32ddc1146797074.bindPopup(popup_ca33b9c35f741be4897ba0bda162a70b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8f6b42383121e8f234f23b2d9ff2d464 = L.circleMarker(\n",
+       "                [-37.733181765362325, 144.91703994098216],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c051d7defe9fe931cdcb8191d0f95b5e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2ee171551712d9f7ae50685930a2ab47 = $(`&lt;div id=&quot;html_2ee171551712d9f7ae50685930a2ab47&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moonee Valley: crime count = 0.5962402498326049&lt;/div&gt;`)[0];\n",
+       "                popup_c051d7defe9fe931cdcb8191d0f95b5e.setContent(html_2ee171551712d9f7ae50685930a2ab47);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8f6b42383121e8f234f23b2d9ff2d464.bindPopup(popup_c051d7defe9fe931cdcb8191d0f95b5e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_09fb116758b7915a190c900b2a8254bc = L.circleMarker(\n",
+       "                [-37.72373847916295, 144.88142355478374],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_674d0fca2d4f6bfc43d1f2a7a884c0c6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8419c0303005af398d8911147a9aae03 = $(`&lt;div id=&quot;html_8419c0303005af398d8911147a9aae03&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moonee Valley: crime count = 0.5962402498326049&lt;/div&gt;`)[0];\n",
+       "                popup_674d0fca2d4f6bfc43d1f2a7a884c0c6.setContent(html_8419c0303005af398d8911147a9aae03);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_09fb116758b7915a190c900b2a8254bc.bindPopup(popup_674d0fca2d4f6bfc43d1f2a7a884c0c6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7df52cfbf830ede9a5e8a2b062c61bdb = L.circleMarker(\n",
+       "                [-37.76563673577928, 144.92154072648316],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7e303894cc184557540cfc292340ec85 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0d350d0d4eca3555f1749eb2406d26e0 = $(`&lt;div id=&quot;html_0d350d0d4eca3555f1749eb2406d26e0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moonee Valley: crime count = 0.5962402498326049&lt;/div&gt;`)[0];\n",
+       "                popup_7e303894cc184557540cfc292340ec85.setContent(html_0d350d0d4eca3555f1749eb2406d26e0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7df52cfbf830ede9a5e8a2b062c61bdb.bindPopup(popup_7e303894cc184557540cfc292340ec85)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ef3d9c621695ed5e8f6fdd4de97f66ba = L.circleMarker(\n",
+       "                [-37.713421805827856, 144.8969683392334],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a7ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a7ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e4fb0ad8887747213475212dcc085e42 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1365de4c341fd09e6f7c397b032b5c85 = $(`&lt;div id=&quot;html_1365de4c341fd09e6f7c397b032b5c85&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moonee Valley: crime count = 0.5962402498326049&lt;/div&gt;`)[0];\n",
+       "                popup_e4fb0ad8887747213475212dcc085e42.setContent(html_1365de4c341fd09e6f7c397b032b5c85);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ef3d9c621695ed5e8f6fdd4de97f66ba.bindPopup(popup_e4fb0ad8887747213475212dcc085e42)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e3287af8c3f21b293e8512fa4c439323 = L.circleMarker(\n",
+       "                [-37.45541441171086, 144.3111859296544],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ea1aff8a2734ce4ff17f929e7e14eb7e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_93bdcaddaf24be12cbe952b7f0b94c2c = $(`&lt;div id=&quot;html_93bdcaddaf24be12cbe952b7f0b94c2c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_ea1aff8a2734ce4ff17f929e7e14eb7e.setContent(html_93bdcaddaf24be12cbe952b7f0b94c2c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e3287af8c3f21b293e8512fa4c439323.bindPopup(popup_ea1aff8a2734ce4ff17f929e7e14eb7e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e6add3f9e3f7b99966c4b5a9114b4a36 = L.circleMarker(\n",
+       "                [-37.55880994601177, 144.003206697492],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3a330144a6a5f5a3750ac30817a2d21b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d8105534aade167f8805cc5fcb8b1632 = $(`&lt;div id=&quot;html_d8105534aade167f8805cc5fcb8b1632&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_3a330144a6a5f5a3750ac30817a2d21b.setContent(html_d8105534aade167f8805cc5fcb8b1632);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e6add3f9e3f7b99966c4b5a9114b4a36.bindPopup(popup_3a330144a6a5f5a3750ac30817a2d21b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0c5846c14be9228e1e02c2b15a26f10a = L.circleMarker(\n",
+       "                [-37.65585001865395, 144.5068865962492],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dec1f265af80c26b93ae88dd8af767da = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f927cc8007eb574885daeee1b672d1f7 = $(`&lt;div id=&quot;html_f927cc8007eb574885daeee1b672d1f7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_dec1f265af80c26b93ae88dd8af767da.setContent(html_f927cc8007eb574885daeee1b672d1f7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0c5846c14be9228e1e02c2b15a26f10a.bindPopup(popup_dec1f265af80c26b93ae88dd8af767da)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_efae398de57752a4a88d4152ba5e7ca0 = L.circleMarker(\n",
+       "                [-37.76670160063781, 144.11800919119844],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5f8ba5749b39cb948bf7b29115e44ec0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c1e53efeb46d5205731d8fb6eca05eb8 = $(`&lt;div id=&quot;html_c1e53efeb46d5205731d8fb6eca05eb8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_5f8ba5749b39cb948bf7b29115e44ec0.setContent(html_c1e53efeb46d5205731d8fb6eca05eb8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_efae398de57752a4a88d4152ba5e7ca0.bindPopup(popup_5f8ba5749b39cb948bf7b29115e44ec0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6df98b952ea90b35634f01f2608dfa9b = L.circleMarker(\n",
+       "                [-37.637684198624015, 144.42629562642207],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9291957490016845c7db648e227cb154 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cee50ebfd9e3ba5bd69c60550f49430a = $(`&lt;div id=&quot;html_cee50ebfd9e3ba5bd69c60550f49430a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_9291957490016845c7db648e227cb154.setContent(html_cee50ebfd9e3ba5bd69c60550f49430a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6df98b952ea90b35634f01f2608dfa9b.bindPopup(popup_9291957490016845c7db648e227cb154)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6020ed57dc949a2e9138109589ea5dde = L.circleMarker(\n",
+       "                [-37.70208182419839, 143.97466239448522],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7bc215b6e6d038321660366dfb9bb489 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_613cf4958c495d3b9f4671781d94ff02 = $(`&lt;div id=&quot;html_613cf4958c495d3b9f4671781d94ff02&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_7bc215b6e6d038321660366dfb9bb489.setContent(html_613cf4958c495d3b9f4671781d94ff02);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6020ed57dc949a2e9138109589ea5dde.bindPopup(popup_7bc215b6e6d038321660366dfb9bb489)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f7db7cb90241123575e6115dc7a11088 = L.circleMarker(\n",
+       "                [-37.7657309647064, 144.01303412131816],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6f966c7965d6e81a92f2f89bfff913c6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_abfad7d36316d408b702032ca949e276 = $(`&lt;div id=&quot;html_abfad7d36316d408b702032ca949e276&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_6f966c7965d6e81a92f2f89bfff913c6.setContent(html_abfad7d36316d408b702032ca949e276);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f7db7cb90241123575e6115dc7a11088.bindPopup(popup_6f966c7965d6e81a92f2f89bfff913c6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9c7461cc8aec5703f02cf8545f3f56ec = L.circleMarker(\n",
+       "                [-37.6763456868818, 144.44633206746937],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f4c48563b13d9930e34a0447c88e09d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9fdf506ad1778d5e3c9cfc4c2395f166 = $(`&lt;div id=&quot;html_9fdf506ad1778d5e3c9cfc4c2395f166&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_f4c48563b13d9930e34a0447c88e09d9.setContent(html_9fdf506ad1778d5e3c9cfc4c2395f166);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9c7461cc8aec5703f02cf8545f3f56ec.bindPopup(popup_f4c48563b13d9930e34a0447c88e09d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0a072968b418ba10843ec43b6ca9f33f = L.circleMarker(\n",
+       "                [-37.51935917045903, 144.03327245854769],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_961cd9132c6a1dff9288b62a307b5c11 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_efdae758769090752ddee08fc4ac4d67 = $(`&lt;div id=&quot;html_efdae758769090752ddee08fc4ac4d67&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_961cd9132c6a1dff9288b62a307b5c11.setContent(html_efdae758769090752ddee08fc4ac4d67);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0a072968b418ba10843ec43b6ca9f33f.bindPopup(popup_961cd9132c6a1dff9288b62a307b5c11)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dd2b86974e627f0e873815a65137d14b = L.circleMarker(\n",
+       "                [-37.52161814234566, 144.30321174166568],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_50ad67c24aabc092b89279d5ff5b8e3a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1a0367b6112a6614254dee3dcdfc5008 = $(`&lt;div id=&quot;html_1a0367b6112a6614254dee3dcdfc5008&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_50ad67c24aabc092b89279d5ff5b8e3a.setContent(html_1a0367b6112a6614254dee3dcdfc5008);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dd2b86974e627f0e873815a65137d14b.bindPopup(popup_50ad67c24aabc092b89279d5ff5b8e3a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0b453d5857da9733e2246407c18e05e0 = L.circleMarker(\n",
+       "                [-37.5979393830581, 144.35573930127444],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_95d3ddcf147929e27ebbc51e2c4ff988 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c76bbae4b4afbb31970028c8486e071d = $(`&lt;div id=&quot;html_c76bbae4b4afbb31970028c8486e071d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_95d3ddcf147929e27ebbc51e2c4ff988.setContent(html_c76bbae4b4afbb31970028c8486e071d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0b453d5857da9733e2246407c18e05e0.bindPopup(popup_95d3ddcf147929e27ebbc51e2c4ff988)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c78876223f631b9b1aa5b4844b4d5635 = L.circleMarker(\n",
+       "                [-37.50067632823735, 144.40594370958314],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4a65807e942a048912a2b1bb293a94d1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f04dd3cab94a4144e9f2f107219483c = $(`&lt;div id=&quot;html_6f04dd3cab94a4144e9f2f107219483c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_4a65807e942a048912a2b1bb293a94d1.setContent(html_6f04dd3cab94a4144e9f2f107219483c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c78876223f631b9b1aa5b4844b4d5635.bindPopup(popup_4a65807e942a048912a2b1bb293a94d1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d7ddd153d76ebe1e0befe910b5547a81 = L.circleMarker(\n",
+       "                [-37.488140691065794, 144.14723615146767],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eb4cccb71d93b76a16b6e4454b1beefc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_20d850995756551e7d13b6570fc25bd6 = $(`&lt;div id=&quot;html_20d850995756551e7d13b6570fc25bd6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_eb4cccb71d93b76a16b6e4454b1beefc.setContent(html_20d850995756551e7d13b6570fc25bd6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d7ddd153d76ebe1e0befe910b5547a81.bindPopup(popup_eb4cccb71d93b76a16b6e4454b1beefc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a30032ce45f80463999b398c8ce1b8bb = L.circleMarker(\n",
+       "                [-37.52110717188302, 144.06227594473123],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_014e57bfb4646f66b39096eb4ce12793 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9ade8e86b78d1b4450e02a69af3f9a68 = $(`&lt;div id=&quot;html_9ade8e86b78d1b4450e02a69af3f9a68&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_014e57bfb4646f66b39096eb4ce12793.setContent(html_9ade8e86b78d1b4450e02a69af3f9a68);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a30032ce45f80463999b398c8ce1b8bb.bindPopup(popup_014e57bfb4646f66b39096eb4ce12793)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5cab6fb5d46fcfad5db6a0c547dcba49 = L.circleMarker(\n",
+       "                [-37.495903699708144, 143.97899066017294],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_99d7dfd468543a963d51f6adb83e9894 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2bfd115ced4b52244ca1cb63d0e7b8c2 = $(`&lt;div id=&quot;html_2bfd115ced4b52244ca1cb63d0e7b8c2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_99d7dfd468543a963d51f6adb83e9894.setContent(html_2bfd115ced4b52244ca1cb63d0e7b8c2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5cab6fb5d46fcfad5db6a0c547dcba49.bindPopup(popup_99d7dfd468543a963d51f6adb83e9894)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c1cf6a25700478732a5e94599696ca3c = L.circleMarker(\n",
+       "                [-37.5909773613888, 144.48667793132162],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d7a3ff24e95e28076c8922a553087f97 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_27ca128351a6ccde427c829373ec1cdd = $(`&lt;div id=&quot;html_27ca128351a6ccde427c829373ec1cdd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_d7a3ff24e95e28076c8922a553087f97.setContent(html_27ca128351a6ccde427c829373ec1cdd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c1cf6a25700478732a5e94599696ca3c.bindPopup(popup_d7a3ff24e95e28076c8922a553087f97)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8d46ebc68d14b36320672063d73378c3 = L.circleMarker(\n",
+       "                [-37.69499016769834, 144.50163480454322],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b12bd0ee7627d38bb4691ecbc04e50d4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_885b810eaad24e6bdb658b60c6df5e8e = $(`&lt;div id=&quot;html_885b810eaad24e6bdb658b60c6df5e8e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_b12bd0ee7627d38bb4691ecbc04e50d4.setContent(html_885b810eaad24e6bdb658b60c6df5e8e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8d46ebc68d14b36320672063d73378c3.bindPopup(popup_b12bd0ee7627d38bb4691ecbc04e50d4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_586d35cef6b3b0e584bc82535a49b49f = L.circleMarker(\n",
+       "                [-37.51196883638615, 144.10954519734744],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c0545fb7dfffdc5b8410162a5e0bda86 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d85776b33a9b020278059d5389d5dbae = $(`&lt;div id=&quot;html_d85776b33a9b020278059d5389d5dbae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_c0545fb7dfffdc5b8410162a5e0bda86.setContent(html_d85776b33a9b020278059d5389d5dbae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_586d35cef6b3b0e584bc82535a49b49f.bindPopup(popup_c0545fb7dfffdc5b8410162a5e0bda86)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c3d4670fdaa5b6eb1b694decb4912d1d = L.circleMarker(\n",
+       "                [-37.5940719921376, 143.97220904871654],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c7f6d8d39dc85d7885d066e0687cfc23 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ed187f1ef080bea8dc07b8a38a49e2ab = $(`&lt;div id=&quot;html_ed187f1ef080bea8dc07b8a38a49e2ab&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_c7f6d8d39dc85d7885d066e0687cfc23.setContent(html_ed187f1ef080bea8dc07b8a38a49e2ab);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c3d4670fdaa5b6eb1b694decb4912d1d.bindPopup(popup_c7f6d8d39dc85d7885d066e0687cfc23)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2c05e66eb61fd3e283f40907e18f35de = L.circleMarker(\n",
+       "                [-37.73030338221414, 144.20970592136266],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_39a31968b901506f7afbd3d0a5a381c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d521d722e78c472747c0011c7e61a2af = $(`&lt;div id=&quot;html_d521d722e78c472747c0011c7e61a2af&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_39a31968b901506f7afbd3d0a5a381c8.setContent(html_d521d722e78c472747c0011c7e61a2af);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2c05e66eb61fd3e283f40907e18f35de.bindPopup(popup_39a31968b901506f7afbd3d0a5a381c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_05f8f7e96903e4a29148f0b661d36b3a = L.circleMarker(\n",
+       "                [-37.69738924601791, 144.41954911461386],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_750dd0eb5f59aa408fbc4b8b654e8efb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_587d64e596a1bdb3baed975ca241031a = $(`&lt;div id=&quot;html_587d64e596a1bdb3baed975ca241031a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_750dd0eb5f59aa408fbc4b8b654e8efb.setContent(html_587d64e596a1bdb3baed975ca241031a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_05f8f7e96903e4a29148f0b661d36b3a.bindPopup(popup_750dd0eb5f59aa408fbc4b8b654e8efb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_92c7f9f0d656da45d76d6f7486a82a0c = L.circleMarker(\n",
+       "                [-37.65708283192826, 144.47717653331532],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_24573e0aebe6627e8e795ec222ab54c5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_81f13504ad2f576537f5d0f8108be3be = $(`&lt;div id=&quot;html_81f13504ad2f576537f5d0f8108be3be&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_24573e0aebe6627e8e795ec222ab54c5.setContent(html_81f13504ad2f576537f5d0f8108be3be);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_92c7f9f0d656da45d76d6f7486a82a0c.bindPopup(popup_24573e0aebe6627e8e795ec222ab54c5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aa619823b12fd7940166397a8a93fe9e = L.circleMarker(\n",
+       "                [-37.64828956661306, 144.11020779327387],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_13000dffa80b951559c2b26fd80f340e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9fadfc167e975c6188a1e8f60cc0f9ec = $(`&lt;div id=&quot;html_9fadfc167e975c6188a1e8f60cc0f9ec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_13000dffa80b951559c2b26fd80f340e.setContent(html_9fadfc167e975c6188a1e8f60cc0f9ec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aa619823b12fd7940166397a8a93fe9e.bindPopup(popup_13000dffa80b951559c2b26fd80f340e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7a159bdcbf09f3ed5d08c06683c1ee96 = L.circleMarker(\n",
+       "                [-37.704459388091394, 144.1345243966853],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3d10fd3132f54fd4e6f88a96a99a8f87 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1cce0925bcb4ff7bed8879d11083081c = $(`&lt;div id=&quot;html_1cce0925bcb4ff7bed8879d11083081c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_3d10fd3132f54fd4e6f88a96a99a8f87.setContent(html_1cce0925bcb4ff7bed8879d11083081c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7a159bdcbf09f3ed5d08c06683c1ee96.bindPopup(popup_3d10fd3132f54fd4e6f88a96a99a8f87)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9cde981a3a37e7571aa33b0293eae8fd = L.circleMarker(\n",
+       "                [-37.60680066042055, 144.21472376419078],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_13d50ad00cd9b65ccc1750403e539f22 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e1774183a4b209c69b5c4f0d6763c851 = $(`&lt;div id=&quot;html_e1774183a4b209c69b5c4f0d6763c851&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_13d50ad00cd9b65ccc1750403e539f22.setContent(html_e1774183a4b209c69b5c4f0d6763c851);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9cde981a3a37e7571aa33b0293eae8fd.bindPopup(popup_13d50ad00cd9b65ccc1750403e539f22)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4672912b2b8301517a70a7b326bd2e0a = L.circleMarker(\n",
+       "                [-37.58128927063165, 144.34313664538678],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3aa85c2e030bb55021fd5e24a164a051 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4ccb57521eafac2e57799036361a461b = $(`&lt;div id=&quot;html_4ccb57521eafac2e57799036361a461b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_3aa85c2e030bb55021fd5e24a164a051.setContent(html_4ccb57521eafac2e57799036361a461b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4672912b2b8301517a70a7b326bd2e0a.bindPopup(popup_3aa85c2e030bb55021fd5e24a164a051)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2e70f1b723f50c405997306f3a75f235 = L.circleMarker(\n",
+       "                [-37.659535654941706, 144.3130901635899],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8ea76322ddf5759cee189ca7867c4080 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_96eb78b10fac3778837f9fd318f35a39 = $(`&lt;div id=&quot;html_96eb78b10fac3778837f9fd318f35a39&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_8ea76322ddf5759cee189ca7867c4080.setContent(html_96eb78b10fac3778837f9fd318f35a39);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2e70f1b723f50c405997306f3a75f235.bindPopup(popup_8ea76322ddf5759cee189ca7867c4080)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cbcf868e701ef63c3831a41c389188b8 = L.circleMarker(\n",
+       "                [-37.80869393903237, 144.43680706431329],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1a0e5e6fbc7c6ed0ccbfb67ab8e65531 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a65724f64fd7e4b9d7836d8c4cd1d18b = $(`&lt;div id=&quot;html_a65724f64fd7e4b9d7836d8c4cd1d18b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_1a0e5e6fbc7c6ed0ccbfb67ab8e65531.setContent(html_a65724f64fd7e4b9d7836d8c4cd1d18b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cbcf868e701ef63c3831a41c389188b8.bindPopup(popup_1a0e5e6fbc7c6ed0ccbfb67ab8e65531)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_90be3067e38301e30c74b502f39b016e = L.circleMarker(\n",
+       "                [-37.4788079623162, 144.2115603500017],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0d0163865d4e91fdda3f0424da5c6ed9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8c11c8a488e9b54dd5421330816e96d8 = $(`&lt;div id=&quot;html_8c11c8a488e9b54dd5421330816e96d8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_0d0163865d4e91fdda3f0424da5c6ed9.setContent(html_8c11c8a488e9b54dd5421330816e96d8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_90be3067e38301e30c74b502f39b016e.bindPopup(popup_0d0163865d4e91fdda3f0424da5c6ed9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e836c3457a4aecfc802011be88dab6d6 = L.circleMarker(\n",
+       "                [-37.54028235636467, 144.32230059697693],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_95db5d80e3269e9ec72e9a44bc0f22ae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9a9c1cfcbab58b6f7981182445cba388 = $(`&lt;div id=&quot;html_9a9c1cfcbab58b6f7981182445cba388&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_95db5d80e3269e9ec72e9a44bc0f22ae.setContent(html_9a9c1cfcbab58b6f7981182445cba388);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e836c3457a4aecfc802011be88dab6d6.bindPopup(popup_95db5d80e3269e9ec72e9a44bc0f22ae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c062a673537748e65464fd093a0610b9 = L.circleMarker(\n",
+       "                [-37.61277291233876, 143.93429148086122],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_845fa9efd34738e1e499474317fd5427 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ff9854235c859030f63301346f5e3f8 = $(`&lt;div id=&quot;html_6ff9854235c859030f63301346f5e3f8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_845fa9efd34738e1e499474317fd5427.setContent(html_6ff9854235c859030f63301346f5e3f8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c062a673537748e65464fd093a0610b9.bindPopup(popup_845fa9efd34738e1e499474317fd5427)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_85e06f430b836127429937d08a8a0691 = L.circleMarker(\n",
+       "                [-37.6730821549735, 144.02945555270844],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_11e8d3353099c6dfa5902c6ad21d8b06 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f9f095357d2331072905a3f3c5e374dd = $(`&lt;div id=&quot;html_f9f095357d2331072905a3f3c5e374dd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_11e8d3353099c6dfa5902c6ad21d8b06.setContent(html_f9f095357d2331072905a3f3c5e374dd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_85e06f430b836127429937d08a8a0691.bindPopup(popup_11e8d3353099c6dfa5902c6ad21d8b06)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f9e3b624e6cea525dfdb0bf2950f88ba = L.circleMarker(\n",
+       "                [-37.528796765600354, 143.95807684775127],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4c1c9085e762f3c6139806361443181d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_018930e67af7654ab1573c4e6d1efeee = $(`&lt;div id=&quot;html_018930e67af7654ab1573c4e6d1efeee&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_4c1c9085e762f3c6139806361443181d.setContent(html_018930e67af7654ab1573c4e6d1efeee);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f9e3b624e6cea525dfdb0bf2950f88ba.bindPopup(popup_4c1c9085e762f3c6139806361443181d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d04af55c357c1c4cb555be81a18a52b2 = L.circleMarker(\n",
+       "                [-37.51319543705757, 144.0055948366986],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a66e1e6a88c46f6826109779248b751a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dfbf84d85b35777b8c1c856d0e3db4d0 = $(`&lt;div id=&quot;html_dfbf84d85b35777b8c1c856d0e3db4d0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_a66e1e6a88c46f6826109779248b751a.setContent(html_dfbf84d85b35777b8c1c856d0e3db4d0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d04af55c357c1c4cb555be81a18a52b2.bindPopup(popup_a66e1e6a88c46f6826109779248b751a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d74b712afc6025314c59ecacd9f65d2b = L.circleMarker(\n",
+       "                [-37.65643782724562, 144.3778666216253],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0465a12294dcd982e75df3d96a607394 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ed99163bd367948e8a68e1721b1cd224 = $(`&lt;div id=&quot;html_ed99163bd367948e8a68e1721b1cd224&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_0465a12294dcd982e75df3d96a607394.setContent(html_ed99163bd367948e8a68e1721b1cd224);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d74b712afc6025314c59ecacd9f65d2b.bindPopup(popup_0465a12294dcd982e75df3d96a607394)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_02ba1464b860e17a67f84fa9abde8591 = L.circleMarker(\n",
+       "                [-37.78968509574307, 144.22843110537235],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b814ee16cdbb21146a5f309dc62154e5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_51089210f15f836cdc37e70c19c39bc4 = $(`&lt;div id=&quot;html_51089210f15f836cdc37e70c19c39bc4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_b814ee16cdbb21146a5f309dc62154e5.setContent(html_51089210f15f836cdc37e70c19c39bc4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_02ba1464b860e17a67f84fa9abde8591.bindPopup(popup_b814ee16cdbb21146a5f309dc62154e5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fffe156070f1a9cf10e5c11a3c54163b = L.circleMarker(\n",
+       "                [-37.68036130420312, 144.2319425068856],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_870a9c1bd882c4c091a3227034f2ba43 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9ddc4bce8ac2af2add5f78041f6ac02e = $(`&lt;div id=&quot;html_9ddc4bce8ac2af2add5f78041f6ac02e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_870a9c1bd882c4c091a3227034f2ba43.setContent(html_9ddc4bce8ac2af2add5f78041f6ac02e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fffe156070f1a9cf10e5c11a3c54163b.bindPopup(popup_870a9c1bd882c4c091a3227034f2ba43)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c2869e090a26358b058d7341f7174d26 = L.circleMarker(\n",
+       "                [-37.47482791907507, 144.102410316445],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fac67407644a422b0b1bcbb5d98ba8a5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a32ab274597aa394bf17b4b7ac324b95 = $(`&lt;div id=&quot;html_a32ab274597aa394bf17b4b7ac324b95&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_fac67407644a422b0b1bcbb5d98ba8a5.setContent(html_a32ab274597aa394bf17b4b7ac324b95);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c2869e090a26358b058d7341f7174d26.bindPopup(popup_fac67407644a422b0b1bcbb5d98ba8a5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3213aa5808de0ea7728afadd2c081e8f = L.circleMarker(\n",
+       "                [-37.56653201102286, 144.1122147414985],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2e4b6cf2237aa41e0574df4003222aca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_289707e9519482498472ab3a269f8d34 = $(`&lt;div id=&quot;html_289707e9519482498472ab3a269f8d34&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_2e4b6cf2237aa41e0574df4003222aca.setContent(html_289707e9519482498472ab3a269f8d34);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3213aa5808de0ea7728afadd2c081e8f.bindPopup(popup_2e4b6cf2237aa41e0574df4003222aca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_82fbeda871e5c6c8d6893dfd0514691e = L.circleMarker(\n",
+       "                [-37.60418235977191, 144.0483537817385],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_99cdb7093c5e7006af3328ac7ec519d1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5f7d9a8bfc7bb47b359359cf5aa01adb = $(`&lt;div id=&quot;html_5f7d9a8bfc7bb47b359359cf5aa01adb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_99cdb7093c5e7006af3328ac7ec519d1.setContent(html_5f7d9a8bfc7bb47b359359cf5aa01adb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_82fbeda871e5c6c8d6893dfd0514691e.bindPopup(popup_99cdb7093c5e7006af3328ac7ec519d1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dea09fef76688fb5a7b30ce3ff679f29 = L.circleMarker(\n",
+       "                [-37.640962475525534, 143.9792940382914],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_45abaa7c22e6b42e32a0d5e1b73fdd22 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_caae081981df79a2f9967ce4b1d86dc4 = $(`&lt;div id=&quot;html_caae081981df79a2f9967ce4b1d86dc4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_45abaa7c22e6b42e32a0d5e1b73fdd22.setContent(html_caae081981df79a2f9967ce4b1d86dc4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dea09fef76688fb5a7b30ce3ff679f29.bindPopup(popup_45abaa7c22e6b42e32a0d5e1b73fdd22)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_325a455b3da81969fcbd9eaeb19730bc = L.circleMarker(\n",
+       "                [-37.721676751472366, 144.04089213063273],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_39d16cdfab1bb0ec0e95d2761fc889b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4f40fa86f6c2d0e8f7248904ebe03b77 = $(`&lt;div id=&quot;html_4f40fa86f6c2d0e8f7248904ebe03b77&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_39d16cdfab1bb0ec0e95d2761fc889b4.setContent(html_4f40fa86f6c2d0e8f7248904ebe03b77);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_325a455b3da81969fcbd9eaeb19730bc.bindPopup(popup_39d16cdfab1bb0ec0e95d2761fc889b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_feb0830f17d69d4e2391f783d02e130b = L.circleMarker(\n",
+       "                [-37.53918848222396, 144.16773569952872],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8539e48d064a1d8ff0b3b9bd9fa44e41 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b03cf287f354047196cb7fa0bef0a47e = $(`&lt;div id=&quot;html_b03cf287f354047196cb7fa0bef0a47e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_8539e48d064a1d8ff0b3b9bd9fa44e41.setContent(html_b03cf287f354047196cb7fa0bef0a47e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_feb0830f17d69d4e2391f783d02e130b.bindPopup(popup_8539e48d064a1d8ff0b3b9bd9fa44e41)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f249cfe42ba4e0e6389019e6bdf7b472 = L.circleMarker(\n",
+       "                [-37.53126628953344, 144.2257336418424],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b8f3926de4382f27a34b9ac54ba1821f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f1d93fd81ef0531f170242b50c3e2d44 = $(`&lt;div id=&quot;html_f1d93fd81ef0531f170242b50c3e2d44&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_b8f3926de4382f27a34b9ac54ba1821f.setContent(html_f1d93fd81ef0531f170242b50c3e2d44);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f249cfe42ba4e0e6389019e6bdf7b472.bindPopup(popup_b8f3926de4382f27a34b9ac54ba1821f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ac67bc1fd21629e9d56ea1f51c39f081 = L.circleMarker(\n",
+       "                [-37.725059759025065, 144.367670682981],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_64b6647821b03b2897d46930483e923f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3bfcd11dde873ea6ddf64f76abe3d1db = $(`&lt;div id=&quot;html_3bfcd11dde873ea6ddf64f76abe3d1db&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_64b6647821b03b2897d46930483e923f.setContent(html_3bfcd11dde873ea6ddf64f76abe3d1db);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ac67bc1fd21629e9d56ea1f51c39f081.bindPopup(popup_64b6647821b03b2897d46930483e923f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c27a4ed52aed03791e574d39d671058e = L.circleMarker(\n",
+       "                [-37.56249104820402, 144.05319702305275],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6afc4929454b5a93b83c30169363c7a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_924efdda627f06149224790f20ee1fae = $(`&lt;div id=&quot;html_924efdda627f06149224790f20ee1fae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_6afc4929454b5a93b83c30169363c7a1.setContent(html_924efdda627f06149224790f20ee1fae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c27a4ed52aed03791e574d39d671058e.bindPopup(popup_6afc4929454b5a93b83c30169363c7a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4a1e28fd98217efb772409060f24eea1 = L.circleMarker(\n",
+       "                [-37.49207274286048, 144.29810288626268],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f8985fcc3d048d6cae7abefb34054ea1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aa3729a6d087b709e4bd2d83fa64e0bf = $(`&lt;div id=&quot;html_aa3729a6d087b709e4bd2d83fa64e0bf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_f8985fcc3d048d6cae7abefb34054ea1.setContent(html_aa3729a6d087b709e4bd2d83fa64e0bf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4a1e28fd98217efb772409060f24eea1.bindPopup(popup_f8985fcc3d048d6cae7abefb34054ea1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e151cace7b120d4eb9d33fe37aeef90d = L.circleMarker(\n",
+       "                [-37.803574895294126, 143.95292744860456],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a61f5e03421762aaea27d5bd2d498c0e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_063568c26b1b7cb36d8577a68aa89051 = $(`&lt;div id=&quot;html_063568c26b1b7cb36d8577a68aa89051&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_a61f5e03421762aaea27d5bd2d498c0e.setContent(html_063568c26b1b7cb36d8577a68aa89051);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e151cace7b120d4eb9d33fe37aeef90d.bindPopup(popup_a61f5e03421762aaea27d5bd2d498c0e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f30b67ec49c4c1496d7d7db04519f290 = L.circleMarker(\n",
+       "                [-37.71539114972208, 144.29815790061932],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_db3669c914c4bc64c652f46fe946b236 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b56d60580563362f52976b11b6473e9 = $(`&lt;div id=&quot;html_2b56d60580563362f52976b11b6473e9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_db3669c914c4bc64c652f46fe946b236.setContent(html_2b56d60580563362f52976b11b6473e9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f30b67ec49c4c1496d7d7db04519f290.bindPopup(popup_db3669c914c4bc64c652f46fe946b236)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_965f8dcf16c5ba5419b9af04fabbb769 = L.circleMarker(\n",
+       "                [-37.56079462132598, 143.95924804896654],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fd6699ced252113425717411a247b3df = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_30a160712e2512fd9cd92d9967cee1d7 = $(`&lt;div id=&quot;html_30a160712e2512fd9cd92d9967cee1d7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moorabool: crime count = -0.44091606561745916&lt;/div&gt;`)[0];\n",
+       "                popup_fd6699ced252113425717411a247b3df.setContent(html_30a160712e2512fd9cd92d9967cee1d7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_965f8dcf16c5ba5419b9af04fabbb769.bindPopup(popup_fd6699ced252113425717411a247b3df)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3ae6eeff90dea30504bebd101791d070 = L.circleMarker(\n",
+       "                [-37.743164860201375, 144.93848084563544],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdb079ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdb079ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ba8546237ce72cba33afca7d07ba201c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4fc00b1b0f1f1cf6899174fff0ea8187 = $(`&lt;div id=&quot;html_4fc00b1b0f1f1cf6899174fff0ea8187&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moreland: crime count = 1.7438650269866787&lt;/div&gt;`)[0];\n",
+       "                popup_ba8546237ce72cba33afca7d07ba201c.setContent(html_4fc00b1b0f1f1cf6899174fff0ea8187);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3ae6eeff90dea30504bebd101791d070.bindPopup(popup_ba8546237ce72cba33afca7d07ba201c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_511d8e67612d7c142ec78ad3da58fe8b = L.circleMarker(\n",
+       "                [-37.766345432176486, 144.96128905576504],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdb079ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdb079ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6baa96cb01681e32fd4b3a1494fc8d7e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4775b2ab835cfce0cd2cd8fc3421bcb5 = $(`&lt;div id=&quot;html_4775b2ab835cfce0cd2cd8fc3421bcb5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moreland: crime count = 1.7438650269866787&lt;/div&gt;`)[0];\n",
+       "                popup_6baa96cb01681e32fd4b3a1494fc8d7e.setContent(html_4775b2ab835cfce0cd2cd8fc3421bcb5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_511d8e67612d7c142ec78ad3da58fe8b.bindPopup(popup_6baa96cb01681e32fd4b3a1494fc8d7e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5793147cf15f229fb2cfab5fc7b27542 = L.circleMarker(\n",
+       "                [-37.76331194945433, 144.94296001964457],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdb079ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdb079ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_202590476ed5634032c742b8b037af7d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f064c20d4b3c0e4405c47e228f9bd86f = $(`&lt;div id=&quot;html_f064c20d4b3c0e4405c47e228f9bd86f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moreland: crime count = 1.7438650269866787&lt;/div&gt;`)[0];\n",
+       "                popup_202590476ed5634032c742b8b037af7d.setContent(html_f064c20d4b3c0e4405c47e228f9bd86f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5793147cf15f229fb2cfab5fc7b27542.bindPopup(popup_202590476ed5634032c742b8b037af7d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_92b03334bba2c8f27c7de6cdddbd5bb4 = L.circleMarker(\n",
+       "                [-37.71022911104375, 144.95050095211607],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdb079ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdb079ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bda73abf35bcc2a9f729f79d04234a08 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d839f71decae4a99e9da87adae3db32a = $(`&lt;div id=&quot;html_d839f71decae4a99e9da87adae3db32a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moreland: crime count = 1.7438650269866787&lt;/div&gt;`)[0];\n",
+       "                popup_bda73abf35bcc2a9f729f79d04234a08.setContent(html_d839f71decae4a99e9da87adae3db32a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_92b03334bba2c8f27c7de6cdddbd5bb4.bindPopup(popup_bda73abf35bcc2a9f729f79d04234a08)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_eaed7d9ac081d2a5242998b18aeb88f3 = L.circleMarker(\n",
+       "                [-37.70409095787255, 144.89679360642504],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdb079ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdb079ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3d7964cb06a89f62fa8b911a891c452d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_814842852ab7f7937727976aee776963 = $(`&lt;div id=&quot;html_814842852ab7f7937727976aee776963&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moreland: crime count = 1.7438650269866787&lt;/div&gt;`)[0];\n",
+       "                popup_3d7964cb06a89f62fa8b911a891c452d.setContent(html_814842852ab7f7937727976aee776963);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_eaed7d9ac081d2a5242998b18aeb88f3.bindPopup(popup_3d7964cb06a89f62fa8b911a891c452d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_37bfd2467771ca0581a2a8588af810ad = L.circleMarker(\n",
+       "                [-37.74486509669928, 144.9642705694045],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdb079ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdb079ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_226131b61a496baa5855da37071b5ef3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_74f19f4cf8b870e1e3ca0b4924bc6212 = $(`&lt;div id=&quot;html_74f19f4cf8b870e1e3ca0b4924bc6212&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moreland: crime count = 1.7438650269866787&lt;/div&gt;`)[0];\n",
+       "                popup_226131b61a496baa5855da37071b5ef3.setContent(html_74f19f4cf8b870e1e3ca0b4924bc6212);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_37bfd2467771ca0581a2a8588af810ad.bindPopup(popup_226131b61a496baa5855da37071b5ef3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b44c44636f6b3cde6cf4d33277b53e63 = L.circleMarker(\n",
+       "                [-37.76886790932495, 144.97744372059017],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdb079ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdb079ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4a07e0864a81ccfe2a80c55e1ce27bd7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ac269d3e33dabf9254f7add036c54428 = $(`&lt;div id=&quot;html_ac269d3e33dabf9254f7add036c54428&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moreland: crime count = 1.7438650269866787&lt;/div&gt;`)[0];\n",
+       "                popup_4a07e0864a81ccfe2a80c55e1ce27bd7.setContent(html_ac269d3e33dabf9254f7add036c54428);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b44c44636f6b3cde6cf4d33277b53e63.bindPopup(popup_4a07e0864a81ccfe2a80c55e1ce27bd7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_27c26c83b3b6ff32e52606d90d330b89 = L.circleMarker(\n",
+       "                [-37.72491831880694, 144.93804236090926],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdb079ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdb079ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_40e3456bf2e8e6611585c5474d1fef81 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2fb923c5804d1d6f53c0cd1323782eb9 = $(`&lt;div id=&quot;html_2fb923c5804d1d6f53c0cd1323782eb9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moreland: crime count = 1.7438650269866787&lt;/div&gt;`)[0];\n",
+       "                popup_40e3456bf2e8e6611585c5474d1fef81.setContent(html_2fb923c5804d1d6f53c0cd1323782eb9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_27c26c83b3b6ff32e52606d90d330b89.bindPopup(popup_40e3456bf2e8e6611585c5474d1fef81)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c07375038de625ab8b5c649ebaec8224 = L.circleMarker(\n",
+       "                [-37.71756877273678, 144.91703161151094],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdb079ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdb079ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_199f4347f2b4cea0539ef80bd1506bb4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e4cd268c3c9109ebd8025c5c237f271d = $(`&lt;div id=&quot;html_e4cd268c3c9109ebd8025c5c237f271d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moreland: crime count = 1.7438650269866787&lt;/div&gt;`)[0];\n",
+       "                popup_199f4347f2b4cea0539ef80bd1506bb4.setContent(html_e4cd268c3c9109ebd8025c5c237f271d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c07375038de625ab8b5c649ebaec8224.bindPopup(popup_199f4347f2b4cea0539ef80bd1506bb4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4960b69577df85473994a6ce1b85d3c4 = L.circleMarker(\n",
+       "                [-37.7269592249747, 144.96769799714386],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdb079ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdb079ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_89cbf9c65e841dd4bb0a5388ab676fe2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_afd96471680fd61e615957381c017603 = $(`&lt;div id=&quot;html_afd96471680fd61e615957381c017603&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moreland: crime count = 1.7438650269866787&lt;/div&gt;`)[0];\n",
+       "                popup_89cbf9c65e841dd4bb0a5388ab676fe2.setContent(html_afd96471680fd61e615957381c017603);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4960b69577df85473994a6ce1b85d3c4.bindPopup(popup_89cbf9c65e841dd4bb0a5388ab676fe2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_56c046465e83dc232837d745fbce5337 = L.circleMarker(\n",
+       "                [-37.70266176997385, 144.92668887557704],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdb079ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdb079ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_776a84dd99fa43b2195613144dc00978 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_862206cd765066d2985c24bbd2069e62 = $(`&lt;div id=&quot;html_862206cd765066d2985c24bbd2069e62&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moreland: crime count = 1.7438650269866787&lt;/div&gt;`)[0];\n",
+       "                popup_776a84dd99fa43b2195613144dc00978.setContent(html_862206cd765066d2985c24bbd2069e62);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_56c046465e83dc232837d745fbce5337.bindPopup(popup_776a84dd99fa43b2195613144dc00978)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_42a3e4e99a126e63ac30996c9ed8f410 = L.circleMarker(\n",
+       "                [-38.20088757278191, 145.156779459725],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3a61eeea2e76bb5a3538da0d87c5201b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_815cac2c72f8f30c03c747a833f756e3 = $(`&lt;div id=&quot;html_815cac2c72f8f30c03c747a833f756e3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_3a61eeea2e76bb5a3538da0d87c5201b.setContent(html_815cac2c72f8f30c03c747a833f756e3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_42a3e4e99a126e63ac30996c9ed8f410.bindPopup(popup_3a61eeea2e76bb5a3538da0d87c5201b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1db88a0e20f214e35ebb9c3c441b3704 = L.circleMarker(\n",
+       "                [-38.40029589688376, 144.9666130387005],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_88cbfc017a9ae6790e10d46cef73be14 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9d9feba96f92d808881d722551359c1f = $(`&lt;div id=&quot;html_9d9feba96f92d808881d722551359c1f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_88cbfc017a9ae6790e10d46cef73be14.setContent(html_9d9feba96f92d808881d722551359c1f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1db88a0e20f214e35ebb9c3c441b3704.bindPopup(popup_88cbfc017a9ae6790e10d46cef73be14)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4b27ade26deaa3a336e2e9461c48ea3d = L.circleMarker(\n",
+       "                [-38.35442150606332, 145.1209783712505],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_256f1845be71a5f968ca4901310d860b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8c8088bbc965a684d8ca9e73ecbada4c = $(`&lt;div id=&quot;html_8c8088bbc965a684d8ca9e73ecbada4c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_256f1845be71a5f968ca4901310d860b.setContent(html_8c8088bbc965a684d8ca9e73ecbada4c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4b27ade26deaa3a336e2e9461c48ea3d.bindPopup(popup_256f1845be71a5f968ca4901310d860b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_edc4c820ca3babc9326e32c2146ff6ad = L.circleMarker(\n",
+       "                [-38.37210628055024, 144.87407244690598],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7b985caa14274c1543eb192bd554cf13 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fdbe78654b0879799949511923028a7f = $(`&lt;div id=&quot;html_fdbe78654b0879799949511923028a7f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_7b985caa14274c1543eb192bd554cf13.setContent(html_fdbe78654b0879799949511923028a7f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_edc4c820ca3babc9326e32c2146ff6ad.bindPopup(popup_7b985caa14274c1543eb192bd554cf13)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1434ff2f35ff77b802af56bd9d36e2ca = L.circleMarker(\n",
+       "                [-38.36354277611725, 145.01609412590432],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b2a416679937e3b59af7c21d25698436 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b21187147747fdab32e82905a50eb716 = $(`&lt;div id=&quot;html_b21187147747fdab32e82905a50eb716&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_b2a416679937e3b59af7c21d25698436.setContent(html_b21187147747fdab32e82905a50eb716);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1434ff2f35ff77b802af56bd9d36e2ca.bindPopup(popup_b2a416679937e3b59af7c21d25698436)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2b65fb81ffaa29078fe3e4566a0029a6 = L.circleMarker(\n",
+       "                [-38.29868258562836, 145.09680033455598],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_df0f9be2e12ac0fcf66235ad3d4769da = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_12d21885529d85a9072b2abe53db955d = $(`&lt;div id=&quot;html_12d21885529d85a9072b2abe53db955d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_df0f9be2e12ac0fcf66235ad3d4769da.setContent(html_12d21885529d85a9072b2abe53db955d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2b65fb81ffaa29078fe3e4566a0029a6.bindPopup(popup_df0f9be2e12ac0fcf66235ad3d4769da)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_41df00366e18cef43c7a2225cca3db8e = L.circleMarker(\n",
+       "                [-38.265229130701485, 145.18699080345118],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9052212ae953407c30ee7bd0a0ebeede = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0089d4d0aca8e34c867ccd55ad4314ae = $(`&lt;div id=&quot;html_0089d4d0aca8e34c867ccd55ad4314ae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_9052212ae953407c30ee7bd0a0ebeede.setContent(html_0089d4d0aca8e34c867ccd55ad4314ae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_41df00366e18cef43c7a2225cca3db8e.bindPopup(popup_9052212ae953407c30ee7bd0a0ebeede)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a3cbf38deaaf9d6d78833e9fd6b717b5 = L.circleMarker(\n",
+       "                [-38.38773313156045, 145.03950733229277],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_15a242eb65233756383d3193682e58c5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f873483d27dab11acdc96443de3906f1 = $(`&lt;div id=&quot;html_f873483d27dab11acdc96443de3906f1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_15a242eb65233756383d3193682e58c5.setContent(html_f873483d27dab11acdc96443de3906f1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a3cbf38deaaf9d6d78833e9fd6b717b5.bindPopup(popup_15a242eb65233756383d3193682e58c5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_29e17a1369f2e352e2705e32a20d6366 = L.circleMarker(\n",
+       "                [-38.19498682301889, 145.09289320114848],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fed812ca3aa12497ad12700753ef05c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f28e7afbfe32b6c838e6253cc6ba3a2 = $(`&lt;div id=&quot;html_6f28e7afbfe32b6c838e6253cc6ba3a2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_fed812ca3aa12497ad12700753ef05c8.setContent(html_6f28e7afbfe32b6c838e6253cc6ba3a2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_29e17a1369f2e352e2705e32a20d6366.bindPopup(popup_fed812ca3aa12497ad12700753ef05c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_45a3e27232768bd9e61beccddd16525b = L.circleMarker(\n",
+       "                [-38.377772724441854, 144.85011373697716],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f95fd1a3a7b9fc65572a4f51f7ac998 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d0a2d71a8b9161d7050ea1cbf8094b59 = $(`&lt;div id=&quot;html_d0a2d71a8b9161d7050ea1cbf8094b59&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_8f95fd1a3a7b9fc65572a4f51f7ac998.setContent(html_d0a2d71a8b9161d7050ea1cbf8094b59);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_45a3e27232768bd9e61beccddd16525b.bindPopup(popup_8f95fd1a3a7b9fc65572a4f51f7ac998)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6b09282ce6da4ad1c25d2f205331433e = L.circleMarker(\n",
+       "                [-38.40951689181505, 144.90362132140726],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_452a12a6af7fbfeed2545778125760c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_54ef2009a9ed1f5381d39c7d96b032b4 = $(`&lt;div id=&quot;html_54ef2009a9ed1f5381d39c7d96b032b4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_452a12a6af7fbfeed2545778125760c8.setContent(html_54ef2009a9ed1f5381d39c7d96b032b4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6b09282ce6da4ad1c25d2f205331433e.bindPopup(popup_452a12a6af7fbfeed2545778125760c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b661a6b764488a2ccebf616795b19967 = L.circleMarker(\n",
+       "                [-38.419921276534645, 144.83104421558815],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_68ce2e171c9428588d3048b4cde2232b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f992ccaa4a858d1c320604b63b9dad58 = $(`&lt;div id=&quot;html_f992ccaa4a858d1c320604b63b9dad58&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_68ce2e171c9428588d3048b4cde2232b.setContent(html_f992ccaa4a858d1c320604b63b9dad58);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b661a6b764488a2ccebf616795b19967.bindPopup(popup_68ce2e171c9428588d3048b4cde2232b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_92719b2d9c03c8ad71173e0af0b452d1 = L.circleMarker(\n",
+       "                [-38.29679194296431, 145.1841676950499],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_10ff4f8c118b4b067969c35c042a843a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_63a394505ffa09b5657a0e7d30b48bef = $(`&lt;div id=&quot;html_63a394505ffa09b5657a0e7d30b48bef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_10ff4f8c118b4b067969c35c042a843a.setContent(html_63a394505ffa09b5657a0e7d30b48bef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_92719b2d9c03c8ad71173e0af0b452d1.bindPopup(popup_10ff4f8c118b4b067969c35c042a843a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_82f6a16acc925cdfd77400458d2087be = L.circleMarker(\n",
+       "                [-38.39177933014015, 145.12037760406722],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_21a28c31c081350b926667abe31b5052 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3b768bb8031536018ec0dd090453cf27 = $(`&lt;div id=&quot;html_3b768bb8031536018ec0dd090453cf27&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_21a28c31c081350b926667abe31b5052.setContent(html_3b768bb8031536018ec0dd090453cf27);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_82f6a16acc925cdfd77400458d2087be.bindPopup(popup_21a28c31c081350b926667abe31b5052)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_64ad17bd0d2b07d5e4cc7e9e730b898a = L.circleMarker(\n",
+       "                [-38.24700072909648, 145.11901472267155],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4757e6daaf19733920d2cc82f694fe2c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7bc59cc74be9ca3b28a2d66cb9cc3e46 = $(`&lt;div id=&quot;html_7bc59cc74be9ca3b28a2d66cb9cc3e46&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_4757e6daaf19733920d2cc82f694fe2c.setContent(html_7bc59cc74be9ca3b28a2d66cb9cc3e46);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_64ad17bd0d2b07d5e4cc7e9e730b898a.bindPopup(popup_4757e6daaf19733920d2cc82f694fe2c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_75f27df3247d587ef6ac393fde9941e6 = L.circleMarker(\n",
+       "                [-38.46001925082162, 144.90330931452877],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d8adb8db26029b022055d5d2d3a7e2ec = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f78ae8364ac1b8e2428372aafc20852a = $(`&lt;div id=&quot;html_f78ae8364ac1b8e2428372aafc20852a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_d8adb8db26029b022055d5d2d3a7e2ec.setContent(html_f78ae8364ac1b8e2428372aafc20852a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_75f27df3247d587ef6ac393fde9941e6.bindPopup(popup_d8adb8db26029b022055d5d2d3a7e2ec)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4c1c1a7f90eaef6977f0a14c10492871 = L.circleMarker(\n",
+       "                [-38.398754861070415, 145.10625370005184],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a021da16a3223e678c66dc3c2d9c299b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c69443a3c749084b5a78a127d5a94029 = $(`&lt;div id=&quot;html_c69443a3c749084b5a78a127d5a94029&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_a021da16a3223e678c66dc3c2d9c299b.setContent(html_c69443a3c749084b5a78a127d5a94029);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4c1c1a7f90eaef6977f0a14c10492871.bindPopup(popup_a021da16a3223e678c66dc3c2d9c299b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fcdae262aef21e5697a99d8ed2f571e5 = L.circleMarker(\n",
+       "                [-38.23223009718061, 145.19892870456633],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9b26debfa5c3720f417d77cb4496326f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3f84b733e1edd29313f0a1dc4afdde35 = $(`&lt;div id=&quot;html_3f84b733e1edd29313f0a1dc4afdde35&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_9b26debfa5c3720f417d77cb4496326f.setContent(html_3f84b733e1edd29313f0a1dc4afdde35);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fcdae262aef21e5697a99d8ed2f571e5.bindPopup(popup_9b26debfa5c3720f417d77cb4496326f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_71ac02d74349b769d0bcdf45cc7e2709 = L.circleMarker(\n",
+       "                [-38.4211262854041, 145.03159633272773],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e449077897054f697011f9bb0b403a07 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5d468fbfa021ed5642f853d45c91aa6a = $(`&lt;div id=&quot;html_5d468fbfa021ed5642f853d45c91aa6a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_e449077897054f697011f9bb0b403a07.setContent(html_5d468fbfa021ed5642f853d45c91aa6a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_71ac02d74349b769d0bcdf45cc7e2709.bindPopup(popup_e449077897054f697011f9bb0b403a07)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_59173fa04d6276f6908444398a5f668c = L.circleMarker(\n",
+       "                [-38.31532268147405, 145.00009063167204],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0f0a2dfc2e60fd3e666d8da239791a27 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_771e8966c2928ad9528c03a8d5934cbf = $(`&lt;div id=&quot;html_771e8966c2928ad9528c03a8d5934cbf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_0f0a2dfc2e60fd3e666d8da239791a27.setContent(html_771e8966c2928ad9528c03a8d5934cbf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_59173fa04d6276f6908444398a5f668c.bindPopup(popup_0f0a2dfc2e60fd3e666d8da239791a27)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_30280564fdfbb6d6f69c51597a3a2ad8 = L.circleMarker(\n",
+       "                [-38.4164838681024, 144.85462710539193],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ab34efd57785c82b53faaaaba842d368 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_744218aeaaa07ad9d8d45c83f0dbb3cd = $(`&lt;div id=&quot;html_744218aeaaa07ad9d8d45c83f0dbb3cd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_ab34efd57785c82b53faaaaba842d368.setContent(html_744218aeaaa07ad9d8d45c83f0dbb3cd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_30280564fdfbb6d6f69c51597a3a2ad8.bindPopup(popup_ab34efd57785c82b53faaaaba842d368)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a37871cbfeb2a2f094258c08149dc86b = L.circleMarker(\n",
+       "                [-38.23042552928191, 145.06035598307992],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c988d51608e02bc81cb063f3d2996851 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ce61a9b079e4442fc90333283ebcadcf = $(`&lt;div id=&quot;html_ce61a9b079e4442fc90333283ebcadcf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_c988d51608e02bc81cb063f3d2996851.setContent(html_ce61a9b079e4442fc90333283ebcadcf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a37871cbfeb2a2f094258c08149dc86b.bindPopup(popup_c988d51608e02bc81cb063f3d2996851)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2a0266e2f899849e5a7f6cf3894d9701 = L.circleMarker(\n",
+       "                [-38.3908537444778, 145.0810119445252],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b8cf9bc3af0ed2be4d329c645b37663b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4482ba2ca830cfb97af1383ffcf720bb = $(`&lt;div id=&quot;html_4482ba2ca830cfb97af1383ffcf720bb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_b8cf9bc3af0ed2be4d329c645b37663b.setContent(html_4482ba2ca830cfb97af1383ffcf720bb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2a0266e2f899849e5a7f6cf3894d9701.bindPopup(popup_b8cf9bc3af0ed2be4d329c645b37663b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4ef2b4889b096f26dc5eb294c8e026f2 = L.circleMarker(\n",
+       "                [-38.34516558513469, 145.07674274911415],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9a56a286b2aab1760988d04ed537e96a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_54362abbb517eb04a09b47cd1f22abfe = $(`&lt;div id=&quot;html_54362abbb517eb04a09b47cd1f22abfe&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_9a56a286b2aab1760988d04ed537e96a.setContent(html_54362abbb517eb04a09b47cd1f22abfe);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4ef2b4889b096f26dc5eb294c8e026f2.bindPopup(popup_9a56a286b2aab1760988d04ed537e96a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_97bf451c8a354816c99aa08af01ea17c = L.circleMarker(\n",
+       "                [-38.41494895420885, 145.06945402974503],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8d94cca300fbadeeccf5a3bd2b71dc29 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f677f1d1a5330057282b2e22ad641ebd = $(`&lt;div id=&quot;html_f677f1d1a5330057282b2e22ad641ebd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_8d94cca300fbadeeccf5a3bd2b71dc29.setContent(html_f677f1d1a5330057282b2e22ad641ebd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_97bf451c8a354816c99aa08af01ea17c.bindPopup(popup_8d94cca300fbadeeccf5a3bd2b71dc29)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_03004b9c1f69570b2ccef1291a2acbee = L.circleMarker(\n",
+       "                [-38.381117989376826, 145.19829004524144],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_74bcb7f4390f38df81a8822dfefd7c5e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_58f1d597d94b62e4bcbfbe21f861a515 = $(`&lt;div id=&quot;html_58f1d597d94b62e4bcbfbe21f861a515&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_74bcb7f4390f38df81a8822dfefd7c5e.setContent(html_58f1d597d94b62e4bcbfbe21f861a515);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_03004b9c1f69570b2ccef1291a2acbee.bindPopup(popup_74bcb7f4390f38df81a8822dfefd7c5e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_08d414052505343c9f9fe69cebdb6659 = L.circleMarker(\n",
+       "                [-38.35574348862816, 144.93283816305686],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_71d33e8b21971abd10f89b3ed149233b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cb6c806d440eb39ccee34d4b89b39b91 = $(`&lt;div id=&quot;html_cb6c806d440eb39ccee34d4b89b39b91&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_71d33e8b21971abd10f89b3ed149233b.setContent(html_cb6c806d440eb39ccee34d4b89b39b91);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_08d414052505343c9f9fe69cebdb6659.bindPopup(popup_71d33e8b21971abd10f89b3ed149233b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_895243e060bb7b9dddf943f0f7f158d6 = L.circleMarker(\n",
+       "                [-38.38526313784465, 144.81218078568904],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_62cd52aa9171d846a89a5ac3a05c7b5d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_016b220eb2b1f82ca536e0509723f9ca = $(`&lt;div id=&quot;html_016b220eb2b1f82ca536e0509723f9ca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_62cd52aa9171d846a89a5ac3a05c7b5d.setContent(html_016b220eb2b1f82ca536e0509723f9ca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_895243e060bb7b9dddf943f0f7f158d6.bindPopup(popup_62cd52aa9171d846a89a5ac3a05c7b5d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_91397c02f7d88d1969b27a9a79ab9738 = L.circleMarker(\n",
+       "                [-38.363116831296, 144.9597390673641],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1a8b1026f4acf84d7b0a2b012816eba4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ae6a32cf813891ae5dcfcfceaf2b0a7c = $(`&lt;div id=&quot;html_ae6a32cf813891ae5dcfcfceaf2b0a7c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_1a8b1026f4acf84d7b0a2b012816eba4.setContent(html_ae6a32cf813891ae5dcfcfceaf2b0a7c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_91397c02f7d88d1969b27a9a79ab9738.bindPopup(popup_1a8b1026f4acf84d7b0a2b012816eba4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_32f4ceb652bb981237b42733d44e65ed = L.circleMarker(\n",
+       "                [-38.36866245837084, 144.77226496995104],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_92766c8bab004d1eabf724fb75cde25c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a9e3e9223f5b2baf24d6575cefadfd2e = $(`&lt;div id=&quot;html_a9e3e9223f5b2baf24d6575cefadfd2e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_92766c8bab004d1eabf724fb75cde25c.setContent(html_a9e3e9223f5b2baf24d6575cefadfd2e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_32f4ceb652bb981237b42733d44e65ed.bindPopup(popup_92766c8bab004d1eabf724fb75cde25c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_255d8a2588c68b8c38ab7e5fa8c3d00f = L.circleMarker(\n",
+       "                [-38.37177249931575, 144.91051963396333],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_94805754191e6d4db7e3d1c0f931681c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_da56116aa3446a246b53e8689b914fcc = $(`&lt;div id=&quot;html_da56116aa3446a246b53e8689b914fcc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_94805754191e6d4db7e3d1c0f931681c.setContent(html_da56116aa3446a246b53e8689b914fcc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_255d8a2588c68b8c38ab7e5fa8c3d00f.bindPopup(popup_94805754191e6d4db7e3d1c0f931681c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bd69a9ab0fc3b8335728ab8614b0f71c = L.circleMarker(\n",
+       "                [-38.3523877501493, 145.20279952671288],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4c46a19bc95640744767b7bb3100c982 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_138f9788aec25c1ad53a0959cebbf8a5 = $(`&lt;div id=&quot;html_138f9788aec25c1ad53a0959cebbf8a5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_4c46a19bc95640744767b7bb3100c982.setContent(html_138f9788aec25c1ad53a0959cebbf8a5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bd69a9ab0fc3b8335728ab8614b0f71c.bindPopup(popup_4c46a19bc95640744767b7bb3100c982)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dccc3431caed1ccc1cfe078c83f62f9b = L.circleMarker(\n",
+       "                [-38.38134181937704, 145.1589846190901],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_26082c0637ee6e67c021961a6bf023df = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_05e615787bead262b30e099e309231b8 = $(`&lt;div id=&quot;html_05e615787bead262b30e099e309231b8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_26082c0637ee6e67c021961a6bf023df.setContent(html_05e615787bead262b30e099e309231b8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dccc3431caed1ccc1cfe078c83f62f9b.bindPopup(popup_26082c0637ee6e67c021961a6bf023df)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2cd49ac4e8107a403d75d3f46450b085 = L.circleMarker(\n",
+       "                [-38.33673155137097, 145.16946046879875],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cd7a4a278229b2f8d869cf39eaf4332a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7f434aec5cc698ccd87cd13368ecd7d1 = $(`&lt;div id=&quot;html_7f434aec5cc698ccd87cd13368ecd7d1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_cd7a4a278229b2f8d869cf39eaf4332a.setContent(html_7f434aec5cc698ccd87cd13368ecd7d1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2cd49ac4e8107a403d75d3f46450b085.bindPopup(popup_cd7a4a278229b2f8d869cf39eaf4332a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8375fd2a32a606fef9217eae1a47f711 = L.circleMarker(\n",
+       "                [-38.458371418045694, 144.97825403611083],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_279dd796f0fa553ea1f72dd580d7dc3a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d5d2be304b12bb2130d9bc71ccf5c8ba = $(`&lt;div id=&quot;html_d5d2be304b12bb2130d9bc71ccf5c8ba&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_279dd796f0fa553ea1f72dd580d7dc3a.setContent(html_d5d2be304b12bb2130d9bc71ccf5c8ba);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8375fd2a32a606fef9217eae1a47f711.bindPopup(popup_279dd796f0fa553ea1f72dd580d7dc3a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2fbd249214f90dc7129f699602fb375d = L.circleMarker(\n",
+       "                [-38.32277863611058, 144.70047010284665],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_006b9e2168dcdc00b9bd73fc4f874181 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_baf8321fe6d486c6ecc29ac639148f13 = $(`&lt;div id=&quot;html_baf8321fe6d486c6ecc29ac639148f13&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_006b9e2168dcdc00b9bd73fc4f874181.setContent(html_baf8321fe6d486c6ecc29ac639148f13);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2fbd249214f90dc7129f699602fb375d.bindPopup(popup_006b9e2168dcdc00b9bd73fc4f874181)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ffa0c33b181c6089e4e4ade01b0d5d63 = L.circleMarker(\n",
+       "                [-38.275452922852274, 145.03077900575116],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_673a6b6cffc389614837fccbc64142af = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4907fe19964179cba886da46191231a7 = $(`&lt;div id=&quot;html_4907fe19964179cba886da46191231a7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_673a6b6cffc389614837fccbc64142af.setContent(html_4907fe19964179cba886da46191231a7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ffa0c33b181c6089e4e4ade01b0d5d63.bindPopup(popup_673a6b6cffc389614837fccbc64142af)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f1972942eb46b347098672af001c2b69 = L.circleMarker(\n",
+       "                [-38.34471993308141, 144.74206725120283],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0695ce3db457869f532a4b97f813e3cc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4cc2ebc7b442aaab47b6a9c3f4fdb34b = $(`&lt;div id=&quot;html_4cc2ebc7b442aaab47b6a9c3f4fdb34b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_0695ce3db457869f532a4b97f813e3cc.setContent(html_4cc2ebc7b442aaab47b6a9c3f4fdb34b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f1972942eb46b347098672af001c2b69.bindPopup(popup_0695ce3db457869f532a4b97f813e3cc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_17e62dd6181e761ccd3ce06f4a9cbe29 = L.circleMarker(\n",
+       "                [-38.33190105765997, 145.01040883023202],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdca93ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdca93ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_794601950cde6880cbf6e8813e5f7668 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0047f3e88b2f4d4a8bf83f24ca5e6d1e = $(`&lt;div id=&quot;html_0047f3e88b2f4d4a8bf83f24ca5e6d1e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mornington Peninsula: crime count = 1.0896066537977704&lt;/div&gt;`)[0];\n",
+       "                popup_794601950cde6880cbf6e8813e5f7668.setContent(html_0047f3e88b2f4d4a8bf83f24ca5e6d1e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_17e62dd6181e761ccd3ce06f4a9cbe29.bindPopup(popup_794601950cde6880cbf6e8813e5f7668)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f5eae78868c4e952415fee45995feb75 = L.circleMarker(\n",
+       "                [-37.030536987331615, 144.09935710758182],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_44d72f486d2880aeead64210fdbcd259 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d461d2acfdc9d1a88e3334c7a3ac5791 = $(`&lt;div id=&quot;html_d461d2acfdc9d1a88e3334c7a3ac5791&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_44d72f486d2880aeead64210fdbcd259.setContent(html_d461d2acfdc9d1a88e3334c7a3ac5791);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f5eae78868c4e952415fee45995feb75.bindPopup(popup_44d72f486d2880aeead64210fdbcd259)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_84964787843e13ed21f59209b3586f97 = L.circleMarker(\n",
+       "                [-37.15005229827962, 144.50116295896748],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5ad2a9dee1e2a0beb1557dcc5f7ea783 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c0bc5a213ebbf42e3868a2ee6a970b0a = $(`&lt;div id=&quot;html_c0bc5a213ebbf42e3868a2ee6a970b0a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_5ad2a9dee1e2a0beb1557dcc5f7ea783.setContent(html_c0bc5a213ebbf42e3868a2ee6a970b0a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_84964787843e13ed21f59209b3586f97.bindPopup(popup_5ad2a9dee1e2a0beb1557dcc5f7ea783)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_93a1078ada1ec490c4cf8e7461048deb = L.circleMarker(\n",
+       "                [-37.0956903081452, 144.26798363698563],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d0b1953c264de3299b769684ac1e978b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9aa6c9d398ed4560c36b7f3aaa18d026 = $(`&lt;div id=&quot;html_9aa6c9d398ed4560c36b7f3aaa18d026&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_d0b1953c264de3299b769684ac1e978b.setContent(html_9aa6c9d398ed4560c36b7f3aaa18d026);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_93a1078ada1ec490c4cf8e7461048deb.bindPopup(popup_d0b1953c264de3299b769684ac1e978b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fab38cff9c982daaf402dfaf848122e3 = L.circleMarker(\n",
+       "                [-37.10259018564201, 144.5039665259847],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0b1e9d606098784c6d97249c4a3e4e76 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cf82cc88727d5d5bce9a567df8d37232 = $(`&lt;div id=&quot;html_cf82cc88727d5d5bce9a567df8d37232&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_0b1e9d606098784c6d97249c4a3e4e76.setContent(html_cf82cc88727d5d5bce9a567df8d37232);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fab38cff9c982daaf402dfaf848122e3.bindPopup(popup_0b1e9d606098784c6d97249c4a3e4e76)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6dacce78d5644e3bc31ec5fce1a22c59 = L.circleMarker(\n",
+       "                [-37.063352741941934, 144.27447747315398],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_536bdeae1b37cbe7ac9fec8516631b0c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b53a061929d5e0269705c6c334ab91a = $(`&lt;div id=&quot;html_4b53a061929d5e0269705c6c334ab91a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_536bdeae1b37cbe7ac9fec8516631b0c.setContent(html_4b53a061929d5e0269705c6c334ab91a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6dacce78d5644e3bc31ec5fce1a22c59.bindPopup(popup_536bdeae1b37cbe7ac9fec8516631b0c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aed24859f3b641f5b0fc80314ecd4793 = L.circleMarker(\n",
+       "                [-37.06174583435757, 144.03561567577927],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_62c700a298a99ee8801d1b1699127bd5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9bd880e4a1bc51b654b396e7d9f0b8ef = $(`&lt;div id=&quot;html_9bd880e4a1bc51b654b396e7d9f0b8ef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_62c700a298a99ee8801d1b1699127bd5.setContent(html_9bd880e4a1bc51b654b396e7d9f0b8ef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aed24859f3b641f5b0fc80314ecd4793.bindPopup(popup_62c700a298a99ee8801d1b1699127bd5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dee1346839bd4955ff21b50bc2070d51 = L.circleMarker(\n",
+       "                [-37.072111776272976, 144.3576147607101],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0c5ea9aadd7405c5d86d4e726aeab350 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_906732c5dd732df22a62e27d7da1d9f2 = $(`&lt;div id=&quot;html_906732c5dd732df22a62e27d7da1d9f2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_0c5ea9aadd7405c5d86d4e726aeab350.setContent(html_906732c5dd732df22a62e27d7da1d9f2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dee1346839bd4955ff21b50bc2070d51.bindPopup(popup_0c5ea9aadd7405c5d86d4e726aeab350)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5305392ecb0078e74a21e29a4d77998d = L.circleMarker(\n",
+       "                [-37.10568759685732, 144.0539774379016],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a864e9f2806205418824af54d2c5d5f4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e77681d32c11a56fd9fa79cd4a40e826 = $(`&lt;div id=&quot;html_e77681d32c11a56fd9fa79cd4a40e826&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_a864e9f2806205418824af54d2c5d5f4.setContent(html_e77681d32c11a56fd9fa79cd4a40e826);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5305392ecb0078e74a21e29a4d77998d.bindPopup(popup_a864e9f2806205418824af54d2c5d5f4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_949c25c7b1b4583b5d7c2c4907e5b3b0 = L.circleMarker(\n",
+       "                [-36.952772714030175, 144.055079657437],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6720d1e256c52519986d26bcbc21e924 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a189e2b8f947ce88320acec46e5516e5 = $(`&lt;div id=&quot;html_a189e2b8f947ce88320acec46e5516e5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_6720d1e256c52519986d26bcbc21e924.setContent(html_a189e2b8f947ce88320acec46e5516e5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_949c25c7b1b4583b5d7c2c4907e5b3b0.bindPopup(popup_6720d1e256c52519986d26bcbc21e924)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bbde1bec05010985d1f2e47ecd2d8797 = L.circleMarker(\n",
+       "                [-37.0049273090769, 144.01471374766027],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7b31fa4918fedc908895af83d112ad09 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8bfff70708e8aa608b0123ba07faf0bd = $(`&lt;div id=&quot;html_8bfff70708e8aa608b0123ba07faf0bd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_7b31fa4918fedc908895af83d112ad09.setContent(html_8bfff70708e8aa608b0123ba07faf0bd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bbde1bec05010985d1f2e47ecd2d8797.bindPopup(popup_7b31fa4918fedc908895af83d112ad09)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4bcf9f361f334a9e3da7df4a2d48fc06 = L.circleMarker(\n",
+       "                [-36.91848889366032, 143.9281167858151],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0f3a56a4db419c281d76d3f84b047ca0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2f5eeab4f71024d13129be8044659b1c = $(`&lt;div id=&quot;html_2f5eeab4f71024d13129be8044659b1c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_0f3a56a4db419c281d76d3f84b047ca0.setContent(html_2f5eeab4f71024d13129be8044659b1c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4bcf9f361f334a9e3da7df4a2d48fc06.bindPopup(popup_0f3a56a4db419c281d76d3f84b047ca0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_439e222176d52a933778212b0a3cbff0 = L.circleMarker(\n",
+       "                [-36.97491487229934, 144.1620229217167],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dd4f849ea35b07836a7f1d1299f7a278 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ce676bd30bcc0ba11f681efa88235f1c = $(`&lt;div id=&quot;html_ce676bd30bcc0ba11f681efa88235f1c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_dd4f849ea35b07836a7f1d1299f7a278.setContent(html_ce676bd30bcc0ba11f681efa88235f1c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_439e222176d52a933778212b0a3cbff0.bindPopup(popup_dd4f849ea35b07836a7f1d1299f7a278)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a33943fe2621d249ceb7c99ecf08d6d9 = L.circleMarker(\n",
+       "                [-37.11739423054881, 144.16855175513578],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6acdd13703c25ed04126b123a545400c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c27fe907bc10b290e26c5f365c96be8b = $(`&lt;div id=&quot;html_c27fe907bc10b290e26c5f365c96be8b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_6acdd13703c25ed04126b123a545400c.setContent(html_c27fe907bc10b290e26c5f365c96be8b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a33943fe2621d249ceb7c99ecf08d6d9.bindPopup(popup_6acdd13703c25ed04126b123a545400c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2049aeca1de0aed8c9a6f966259872a8 = L.circleMarker(\n",
+       "                [-37.01494098731392, 144.2299587362038],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d1d43e9ff08b920faa329c8c3b7354e3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_332451935e4ab4c1a3b98e738c809d33 = $(`&lt;div id=&quot;html_332451935e4ab4c1a3b98e738c809d33&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_d1d43e9ff08b920faa329c8c3b7354e3.setContent(html_332451935e4ab4c1a3b98e738c809d33);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2049aeca1de0aed8c9a6f966259872a8.bindPopup(popup_d1d43e9ff08b920faa329c8c3b7354e3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5439b359ecd5c15321d14fbe62ff5c8f = L.circleMarker(\n",
+       "                [-37.07751370086904, 144.29198273198975],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_58adaabb36de7bc9d94ed40d8e27d52c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f0bb282976c32cd3fa2549581ba98e83 = $(`&lt;div id=&quot;html_f0bb282976c32cd3fa2549581ba98e83&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_58adaabb36de7bc9d94ed40d8e27d52c.setContent(html_f0bb282976c32cd3fa2549581ba98e83);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5439b359ecd5c15321d14fbe62ff5c8f.bindPopup(popup_58adaabb36de7bc9d94ed40d8e27d52c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_22957cfe34b0906dfafec1168bd5ec16 = L.circleMarker(\n",
+       "                [-37.21774457072393, 144.0525444055032],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a9661067575546fff6dd73c6cd232904 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fb5727966d91e9fdf21bd71b1ad3bbf2 = $(`&lt;div id=&quot;html_fb5727966d91e9fdf21bd71b1ad3bbf2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_a9661067575546fff6dd73c6cd232904.setContent(html_fb5727966d91e9fdf21bd71b1ad3bbf2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_22957cfe34b0906dfafec1168bd5ec16.bindPopup(popup_a9661067575546fff6dd73c6cd232904)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fb1e4f8586794819689545648f180b3e = L.circleMarker(\n",
+       "                [-37.13932493988451, 144.26467879009272],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c70eeada4e3b8c27cf95fa7293511d64 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_15668c3d82bf7921507259bd31ee1b51 = $(`&lt;div id=&quot;html_15668c3d82bf7921507259bd31ee1b51&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_c70eeada4e3b8c27cf95fa7293511d64.setContent(html_15668c3d82bf7921507259bd31ee1b51);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fb1e4f8586794819689545648f180b3e.bindPopup(popup_c70eeada4e3b8c27cf95fa7293511d64)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5653665f1e477522267694bbae7d72fa = L.circleMarker(\n",
+       "                [-37.14915507274139, 144.22937589921307],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d67705fc607453f592658ff92bf0881f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a617d0fbff76ed3b091618a8eb97f304 = $(`&lt;div id=&quot;html_a617d0fbff76ed3b091618a8eb97f304&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_d67705fc607453f592658ff92bf0881f.setContent(html_a617d0fbff76ed3b091618a8eb97f304);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5653665f1e477522267694bbae7d72fa.bindPopup(popup_d67705fc607453f592658ff92bf0881f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f2409d177c56d560e4b660767a957b32 = L.circleMarker(\n",
+       "                [-36.98777494020188, 144.36137185243018],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_81e9eba799d7c4d2656a92c849386785 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0b6ad2e66e2b0fbe5e5b75b674bef658 = $(`&lt;div id=&quot;html_0b6ad2e66e2b0fbe5e5b75b674bef658&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_81e9eba799d7c4d2656a92c849386785.setContent(html_0b6ad2e66e2b0fbe5e5b75b674bef658);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f2409d177c56d560e4b660767a957b32.bindPopup(popup_81e9eba799d7c4d2656a92c849386785)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_efc339d0153c24fa6ed879b7e4c44ce5 = L.circleMarker(\n",
+       "                [-37.05874392035519, 144.21832248540727],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_40b8351fa3fa74b159aabf5571cfab9d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_13b2584d08a1013db3636fc47cde0461 = $(`&lt;div id=&quot;html_13b2584d08a1013db3636fc47cde0461&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_40b8351fa3fa74b159aabf5571cfab9d.setContent(html_13b2584d08a1013db3636fc47cde0461);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_efc339d0153c24fa6ed879b7e4c44ce5.bindPopup(popup_40b8351fa3fa74b159aabf5571cfab9d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9c05880bf14958adf8c9329c42a88cc0 = L.circleMarker(\n",
+       "                [-37.10551090997569, 144.12371406143987],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3b834f485b1993e47eddf56a5e737d0f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d21a004c6ac75dbdfb61de0fe56348fd = $(`&lt;div id=&quot;html_d21a004c6ac75dbdfb61de0fe56348fd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_3b834f485b1993e47eddf56a5e737d0f.setContent(html_d21a004c6ac75dbdfb61de0fe56348fd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9c05880bf14958adf8c9329c42a88cc0.bindPopup(popup_3b834f485b1993e47eddf56a5e737d0f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_40702b91e9b811268f0a7b448ade6e23 = L.circleMarker(\n",
+       "                [-37.18294206813707, 144.23224334521234],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_302d83ba0b14fc0e6253bb20b3fcf587 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f0e731d20438acbaf95949df7d96c83 = $(`&lt;div id=&quot;html_6f0e731d20438acbaf95949df7d96c83&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_302d83ba0b14fc0e6253bb20b3fcf587.setContent(html_6f0e731d20438acbaf95949df7d96c83);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_40702b91e9b811268f0a7b448ade6e23.bindPopup(popup_302d83ba0b14fc0e6253bb20b3fcf587)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bee25cd5a25e90b3ca4582f22b948ab3 = L.circleMarker(\n",
+       "                [-37.06910181414492, 144.1827880047082],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_09b062f3e21ebc9509ea0fae3dd90e9a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ef9187288a4fe7341bb82f15fa912b15 = $(`&lt;div id=&quot;html_ef9187288a4fe7341bb82f15fa912b15&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_09b062f3e21ebc9509ea0fae3dd90e9a.setContent(html_ef9187288a4fe7341bb82f15fa912b15);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bee25cd5a25e90b3ca4582f22b948ab3.bindPopup(popup_09b062f3e21ebc9509ea0fae3dd90e9a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_049b88442f5eb86f78ead283fba44326 = L.circleMarker(\n",
+       "                [-36.99344325966413, 144.25834819565293],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c178ad907a9cd57a68710781a8ac5982 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e4c10f003bbb01a7f3e6fc03a825e681 = $(`&lt;div id=&quot;html_e4c10f003bbb01a7f3e6fc03a825e681&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_c178ad907a9cd57a68710781a8ac5982.setContent(html_e4c10f003bbb01a7f3e6fc03a825e681);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_049b88442f5eb86f78ead283fba44326.bindPopup(popup_c178ad907a9cd57a68710781a8ac5982)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b0cfb8d594f204ecd0da7a633bfad9b3 = L.circleMarker(\n",
+       "                [-37.16942538432879, 144.03343421877705],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dd3f8e397ade0c578c584ed6390a3c19 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cfe0f6829d7669436b423638d8399f24 = $(`&lt;div id=&quot;html_cfe0f6829d7669436b423638d8399f24&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_dd3f8e397ade0c578c584ed6390a3c19.setContent(html_cfe0f6829d7669436b423638d8399f24);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b0cfb8d594f204ecd0da7a633bfad9b3.bindPopup(popup_dd3f8e397ade0c578c584ed6390a3c19)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cffdf7e7a28d0391094b5f9edccf886c = L.circleMarker(\n",
+       "                [-37.09050193427306, 144.43569912361608],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a9cd30f38cfab2dda02437d1c62af5f4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9c4e7a6d4407564db492a44c5970fa23 = $(`&lt;div id=&quot;html_9c4e7a6d4407564db492a44c5970fa23&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_a9cd30f38cfab2dda02437d1c62af5f4.setContent(html_9c4e7a6d4407564db492a44c5970fa23);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cffdf7e7a28d0391094b5f9edccf886c.bindPopup(popup_a9cd30f38cfab2dda02437d1c62af5f4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_db23cfb103928e2cee3364c287a8dd5a = L.circleMarker(\n",
+       "                [-36.95869144534176, 143.89910639510762],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_52ee91af04f8135fe924a910e6128853 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fe6f12f4ec55bd102b85530f1118001c = $(`&lt;div id=&quot;html_fe6f12f4ec55bd102b85530f1118001c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_52ee91af04f8135fe924a910e6128853.setContent(html_fe6f12f4ec55bd102b85530f1118001c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_db23cfb103928e2cee3364c287a8dd5a.bindPopup(popup_52ee91af04f8135fe924a910e6128853)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c0d3796c9d31a887974fcb25f342ab83 = L.circleMarker(\n",
+       "                [-37.05206868736817, 144.15362705287046],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_67a091a66b4075f338cc1a83ac6cfb45 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_828529e9fc839e31806a7f1e129ac243 = $(`&lt;div id=&quot;html_828529e9fc839e31806a7f1e129ac243&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_67a091a66b4075f338cc1a83ac6cfb45.setContent(html_828529e9fc839e31806a7f1e129ac243);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c0d3796c9d31a887974fcb25f342ab83.bindPopup(popup_67a091a66b4075f338cc1a83ac6cfb45)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3d638502a613363516bc0a40448932c6 = L.circleMarker(\n",
+       "                [-36.97131113257958, 143.97602107298118],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dbd5567887e63eb1d603fa3ee5dfd680 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e29bbde34d6a4977e8c20e50e1c31c58 = $(`&lt;div id=&quot;html_e29bbde34d6a4977e8c20e50e1c31c58&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_dbd5567887e63eb1d603fa3ee5dfd680.setContent(html_e29bbde34d6a4977e8c20e50e1c31c58);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3d638502a613363516bc0a40448932c6.bindPopup(popup_dbd5567887e63eb1d603fa3ee5dfd680)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8a12866e3ccfe6f23c548d99cb688a34 = L.circleMarker(\n",
+       "                [-37.04662688602431, 144.30106207396182],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0711a90aae76578aa1aa96f7a801dafe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_79327981a894081604e31482676840cc = $(`&lt;div id=&quot;html_79327981a894081604e31482676840cc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_0711a90aae76578aa1aa96f7a801dafe.setContent(html_79327981a894081604e31482676840cc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8a12866e3ccfe6f23c548d99cb688a34.bindPopup(popup_0711a90aae76578aa1aa96f7a801dafe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_28c12e9d53f691f7af70eba0ed5f9d64 = L.circleMarker(\n",
+       "                [-37.116936329879614, 144.098084967488],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_34d8bc6b30f00ca26e59963330da3f5f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cb831baa58dc89abe8aa724db1c40bdf = $(`&lt;div id=&quot;html_cb831baa58dc89abe8aa724db1c40bdf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_34d8bc6b30f00ca26e59963330da3f5f.setContent(html_cb831baa58dc89abe8aa724db1c40bdf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_28c12e9d53f691f7af70eba0ed5f9d64.bindPopup(popup_34d8bc6b30f00ca26e59963330da3f5f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1fbd607d2893430ba69103232a332ee4 = L.circleMarker(\n",
+       "                [-37.10558201752701, 144.21148254420672],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cd0ade0ca3b71a9422cbb6f695c94db3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ebced3b8f5920ba987e3605daa2d7d15 = $(`&lt;div id=&quot;html_ebced3b8f5920ba987e3605daa2d7d15&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_cd0ade0ca3b71a9422cbb6f695c94db3.setContent(html_ebced3b8f5920ba987e3605daa2d7d15);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1fbd607d2893430ba69103232a332ee4.bindPopup(popup_cd0ade0ca3b71a9422cbb6f695c94db3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9f37bd8f1e968828d9c12f2fdad8c095 = L.circleMarker(\n",
+       "                [-36.93728943512414, 144.21676058418254],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_88d971d5f9743588131af43810bb9d11 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_533df892e7d92bde139fe51eeac9427d = $(`&lt;div id=&quot;html_533df892e7d92bde139fe51eeac9427d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_88d971d5f9743588131af43810bb9d11.setContent(html_533df892e7d92bde139fe51eeac9427d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9f37bd8f1e968828d9c12f2fdad8c095.bindPopup(popup_88d971d5f9743588131af43810bb9d11)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bf8707cc2409a7c388ba8c8703aae3e3 = L.circleMarker(\n",
+       "                [-37.16036261880889, 144.21463556873857],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4f387c2539f9c1554a4cef4afeec45ef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8ecd30a29e15285498d25196ae8e050c = $(`&lt;div id=&quot;html_8ecd30a29e15285498d25196ae8e050c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_4f387c2539f9c1554a4cef4afeec45ef.setContent(html_8ecd30a29e15285498d25196ae8e050c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bf8707cc2409a7c388ba8c8703aae3e3.bindPopup(popup_4f387c2539f9c1554a4cef4afeec45ef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0305cede526b4c0b56a46cdcc3971096 = L.circleMarker(\n",
+       "                [-37.06289960812099, 144.24653902767207],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_551cb01db48bbfc6538ff3be41a1dd14 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_04cfbf4489544ad949736bdec2932d1d = $(`&lt;div id=&quot;html_04cfbf4489544ad949736bdec2932d1d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_551cb01db48bbfc6538ff3be41a1dd14.setContent(html_04cfbf4489544ad949736bdec2932d1d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0305cede526b4c0b56a46cdcc3971096.bindPopup(popup_551cb01db48bbfc6538ff3be41a1dd14)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_029eb86297ed8dd5a229f8bdf5963750 = L.circleMarker(\n",
+       "                [-36.91862252551071, 144.0597482815202],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4e48901012edb45bb3dc5be20abebe61 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_876d4666f276cd0ae845ed42b5b552e3 = $(`&lt;div id=&quot;html_876d4666f276cd0ae845ed42b5b552e3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_4e48901012edb45bb3dc5be20abebe61.setContent(html_876d4666f276cd0ae845ed42b5b552e3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_029eb86297ed8dd5a229f8bdf5963750.bindPopup(popup_4e48901012edb45bb3dc5be20abebe61)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9d23e0933e0068a6777212749c65e37b = L.circleMarker(\n",
+       "                [-36.99872734538541, 144.07133284347367],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_62dc45e67e9485db66af2e78e4201040 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c4189bc8150d40f693fe220f942de1d9 = $(`&lt;div id=&quot;html_c4189bc8150d40f693fe220f942de1d9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_62dc45e67e9485db66af2e78e4201040.setContent(html_c4189bc8150d40f693fe220f942de1d9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9d23e0933e0068a6777212749c65e37b.bindPopup(popup_62dc45e67e9485db66af2e78e4201040)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_da3dafa1bba757f062d72b8a2e27efde = L.circleMarker(\n",
+       "                [-37.1464888052558, 144.45596964989747],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7e7e17ca0b2f486ca7dc2b80e9be041e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8d2cc5edb7f7f55e4f1ffad4825242e6 = $(`&lt;div id=&quot;html_8d2cc5edb7f7f55e4f1ffad4825242e6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Mount Alexander: crime count = -0.6771760337134538&lt;/div&gt;`)[0];\n",
+       "                popup_7e7e17ca0b2f486ca7dc2b80e9be041e.setContent(html_8d2cc5edb7f7f55e4f1ffad4825242e6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_da3dafa1bba757f062d72b8a2e27efde.bindPopup(popup_7e7e17ca0b2f486ca7dc2b80e9be041e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_16133102c1de542a516a1f09aefa324e = L.circleMarker(\n",
+       "                [-37.93836916359746, 142.40157642136194],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cb85628c24877f82e2dc46f81df561d3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cdccb2ee10ced39a36c457b049f82457 = $(`&lt;div id=&quot;html_cdccb2ee10ced39a36c457b049f82457&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_cb85628c24877f82e2dc46f81df561d3.setContent(html_cdccb2ee10ced39a36c457b049f82457);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_16133102c1de542a516a1f09aefa324e.bindPopup(popup_cb85628c24877f82e2dc46f81df561d3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a7131f8bccd45479386610c784b94e04 = L.circleMarker(\n",
+       "                [-38.18303443338903, 142.7851491823775],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9b3ce496d322e4bbd4021b414948e6af = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_27cd368a59070ab009c026abb3998807 = $(`&lt;div id=&quot;html_27cd368a59070ab009c026abb3998807&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_9b3ce496d322e4bbd4021b414948e6af.setContent(html_27cd368a59070ab009c026abb3998807);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a7131f8bccd45479386610c784b94e04.bindPopup(popup_9b3ce496d322e4bbd4021b414948e6af)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a665001b2e554898e2017519ac676f17 = L.circleMarker(\n",
+       "                [-38.32670378888373, 142.3578441710506],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7554abfc34c8f04e5776e614f2906bf8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fc20447256c232d0187a01d2ae7a2376 = $(`&lt;div id=&quot;html_fc20447256c232d0187a01d2ae7a2376&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_7554abfc34c8f04e5776e614f2906bf8.setContent(html_fc20447256c232d0187a01d2ae7a2376);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a665001b2e554898e2017519ac676f17.bindPopup(popup_7554abfc34c8f04e5776e614f2906bf8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e8ab88445c1b6f50b5ad8fe00c5d9629 = L.circleMarker(\n",
+       "                [-38.33120705378814, 142.58187849207758],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2f2d252532ae17858a403ca6c035664b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2eff8e7e99bcc91a301cbaaf7d9f2fd5 = $(`&lt;div id=&quot;html_2eff8e7e99bcc91a301cbaaf7d9f2fd5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_2f2d252532ae17858a403ca6c035664b.setContent(html_2eff8e7e99bcc91a301cbaaf7d9f2fd5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e8ab88445c1b6f50b5ad8fe00c5d9629.bindPopup(popup_2f2d252532ae17858a403ca6c035664b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4d5958f08fca440b64b578c020ce69a8 = L.circleMarker(\n",
+       "                [-38.15108977113606, 142.22354469818373],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_29ee2b0ae7f2791c2da702d618532ca9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_afd737127fd97312664cf533bf51f384 = $(`&lt;div id=&quot;html_afd737127fd97312664cf533bf51f384&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_29ee2b0ae7f2791c2da702d618532ca9.setContent(html_afd737127fd97312664cf533bf51f384);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4d5958f08fca440b64b578c020ce69a8.bindPopup(popup_29ee2b0ae7f2791c2da702d618532ca9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fe03a965e1672e11b4fe63e27dcf9a8a = L.circleMarker(\n",
+       "                [-38.27363402657322, 142.37271510335],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ac019bd506eb3dd278a76e8ab50e8ca3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_10b9942c2e6afa6c3a2adc09c601e523 = $(`&lt;div id=&quot;html_10b9942c2e6afa6c3a2adc09c601e523&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_ac019bd506eb3dd278a76e8ab50e8ca3.setContent(html_10b9942c2e6afa6c3a2adc09c601e523);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fe03a965e1672e11b4fe63e27dcf9a8a.bindPopup(popup_ac019bd506eb3dd278a76e8ab50e8ca3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5fba339032916fed67a249919fbab4a7 = L.circleMarker(\n",
+       "                [-38.31532312089996, 142.23777943299308],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c7499349d7804bffa271cf389e675d46 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e71d546c5b15117b2f0383091a35e91e = $(`&lt;div id=&quot;html_e71d546c5b15117b2f0383091a35e91e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_c7499349d7804bffa271cf389e675d46.setContent(html_e71d546c5b15117b2f0383091a35e91e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5fba339032916fed67a249919fbab4a7.bindPopup(popup_c7499349d7804bffa271cf389e675d46)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c2f7801929235d0ee2e80f37d299465b = L.circleMarker(\n",
+       "                [-38.43794026044932, 142.79644551667732],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7a55690b01e649524aaf19c371ccbb1d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c6d5e95b3d43ad16f621d939cfeda1f5 = $(`&lt;div id=&quot;html_c6d5e95b3d43ad16f621d939cfeda1f5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_7a55690b01e649524aaf19c371ccbb1d.setContent(html_c6d5e95b3d43ad16f621d939cfeda1f5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c2f7801929235d0ee2e80f37d299465b.bindPopup(popup_7a55690b01e649524aaf19c371ccbb1d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b271f250e3d56e36a964c16240f77f3f = L.circleMarker(\n",
+       "                [-38.25618736471901, 141.89790570731697],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_575c0175c651f94f45574211e39bb6b6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_726461fab9f2257664409bd3ca8defb3 = $(`&lt;div id=&quot;html_726461fab9f2257664409bd3ca8defb3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_575c0175c651f94f45574211e39bb6b6.setContent(html_726461fab9f2257664409bd3ca8defb3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b271f250e3d56e36a964c16240f77f3f.bindPopup(popup_575c0175c651f94f45574211e39bb6b6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5649fd029cf707a7b6b0e2c698d45f83 = L.circleMarker(\n",
+       "                [-38.19784982284352, 142.32121068215602],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_17dbf9ad5245fd232641d0726b7b4b84 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e187d44c7b6fbe5f8c4126f173f8ece2 = $(`&lt;div id=&quot;html_e187d44c7b6fbe5f8c4126f173f8ece2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_17dbf9ad5245fd232641d0726b7b4b84.setContent(html_e187d44c7b6fbe5f8c4126f173f8ece2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5649fd029cf707a7b6b0e2c698d45f83.bindPopup(popup_17dbf9ad5245fd232641d0726b7b4b84)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f206477492df6c933119c33cb25c77e = L.circleMarker(\n",
+       "                [-37.887540773397625, 142.96867167119171],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_91c21ba4ac61a521906629fbc35a818f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2e9d525b90ba0d7c2ae47e919aff0407 = $(`&lt;div id=&quot;html_2e9d525b90ba0d7c2ae47e919aff0407&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_91c21ba4ac61a521906629fbc35a818f.setContent(html_2e9d525b90ba0d7c2ae47e919aff0407);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f206477492df6c933119c33cb25c77e.bindPopup(popup_91c21ba4ac61a521906629fbc35a818f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8498e3360b8a55a210a71bcc26e4861f = L.circleMarker(\n",
+       "                [-38.45796259032224, 142.6758444215797],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2fff0f3897892df9e47fb5d8d7bb6fdd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5f80282226a2af7d262c2e4327970392 = $(`&lt;div id=&quot;html_5f80282226a2af7d262c2e4327970392&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_2fff0f3897892df9e47fb5d8d7bb6fdd.setContent(html_5f80282226a2af7d262c2e4327970392);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8498e3360b8a55a210a71bcc26e4861f.bindPopup(popup_2fff0f3897892df9e47fb5d8d7bb6fdd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d45d9874a863347b4a0ab93eed695019 = L.circleMarker(\n",
+       "                [-37.9838120166171, 142.07341934400105],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0818fad6377639576b70cbbe6c12ed0d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2bda5b085b3abedf90051cf4fab07573 = $(`&lt;div id=&quot;html_2bda5b085b3abedf90051cf4fab07573&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_0818fad6377639576b70cbbe6c12ed0d.setContent(html_2bda5b085b3abedf90051cf4fab07573);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d45d9874a863347b4a0ab93eed695019.bindPopup(popup_0818fad6377639576b70cbbe6c12ed0d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f1e187b5cafdeb184f71ebc4a1df9abb = L.circleMarker(\n",
+       "                [-38.39701034403363, 142.7192114100585],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_715511a9593cf6963ad703ede56d29a3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b403b778f266aa52cb0b2e8337f2739a = $(`&lt;div id=&quot;html_b403b778f266aa52cb0b2e8337f2739a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_715511a9593cf6963ad703ede56d29a3.setContent(html_b403b778f266aa52cb0b2e8337f2739a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f1e187b5cafdeb184f71ebc4a1df9abb.bindPopup(popup_715511a9593cf6963ad703ede56d29a3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e2661309002dc7b599f32e505cb75f98 = L.circleMarker(\n",
+       "                [-38.334604000109245, 142.1805730092712],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_82b95bd3667d9e7f8c485dfb4838d9f1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e21a2a07dc768726a014f69b91a9f9cc = $(`&lt;div id=&quot;html_e21a2a07dc768726a014f69b91a9f9cc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_82b95bd3667d9e7f8c485dfb4838d9f1.setContent(html_e21a2a07dc768726a014f69b91a9f9cc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e2661309002dc7b599f32e505cb75f98.bindPopup(popup_82b95bd3667d9e7f8c485dfb4838d9f1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_22c1890949ce5293eef54428d260fe64 = L.circleMarker(\n",
+       "                [-38.31739037880928, 142.07524862209948],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6dc3322d07baa419bd66f9427fbae264 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_971f8a5e3736cee6a0553178633395cb = $(`&lt;div id=&quot;html_971f8a5e3736cee6a0553178633395cb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_6dc3322d07baa419bd66f9427fbae264.setContent(html_971f8a5e3736cee6a0553178633395cb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_22c1890949ce5293eef54428d260fe64.bindPopup(popup_6dc3322d07baa419bd66f9427fbae264)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_18aeb44e12793452ef85f00850e639ed = L.circleMarker(\n",
+       "                [-38.18612988931285, 142.6175291769044],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b910a19982aa9ed0d74f4435b99291a4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f4783009dff5cd0ca480f34508c70159 = $(`&lt;div id=&quot;html_f4783009dff5cd0ca480f34508c70159&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_b910a19982aa9ed0d74f4435b99291a4.setContent(html_f4783009dff5cd0ca480f34508c70159);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_18aeb44e12793452ef85f00850e639ed.bindPopup(popup_b910a19982aa9ed0d74f4435b99291a4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_306d132445bb7f6d80179f7ec97ce424 = L.circleMarker(\n",
+       "                [-38.340112655382384, 142.6548037249624],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_66cfa17b3a5cf498029415e01e768149 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_498d1734d1702b2e5e4ac1f89f80deb2 = $(`&lt;div id=&quot;html_498d1734d1702b2e5e4ac1f89f80deb2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_66cfa17b3a5cf498029415e01e768149.setContent(html_498d1734d1702b2e5e4ac1f89f80deb2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_306d132445bb7f6d80179f7ec97ce424.bindPopup(popup_66cfa17b3a5cf498029415e01e768149)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0a959bb170f8ff64b4db28e287beca3f = L.circleMarker(\n",
+       "                [-38.26800417161881, 142.27804248149897],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e058c7934fac3db99c7c8fe7917e573a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e33817a793930947877f46683448ed8c = $(`&lt;div id=&quot;html_e33817a793930947877f46683448ed8c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_e058c7934fac3db99c7c8fe7917e573a.setContent(html_e33817a793930947877f46683448ed8c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0a959bb170f8ff64b4db28e287beca3f.bindPopup(popup_e058c7934fac3db99c7c8fe7917e573a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_17965b510a0fd472396421ce70dfb30a = L.circleMarker(\n",
+       "                [-38.29675378951279, 142.55463673585015],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a76cdb887fd87ddd02b077e431a3cb0f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9100792a947a8064a873dd0c7133be4d = $(`&lt;div id=&quot;html_9100792a947a8064a873dd0c7133be4d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_a76cdb887fd87ddd02b077e431a3cb0f.setContent(html_9100792a947a8064a873dd0c7133be4d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_17965b510a0fd472396421ce70dfb30a.bindPopup(popup_a76cdb887fd87ddd02b077e431a3cb0f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1ca4db4c129cdec7585165da001c1a12 = L.circleMarker(\n",
+       "                [-38.26030650060196, 142.6939615592316],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a0f0945c0011f8e82e79c918ea8a0328 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8ef16847e3a880e1c8f2ddbb094bd7f4 = $(`&lt;div id=&quot;html_8ef16847e3a880e1c8f2ddbb094bd7f4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_a0f0945c0011f8e82e79c918ea8a0328.setContent(html_8ef16847e3a880e1c8f2ddbb094bd7f4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1ca4db4c129cdec7585165da001c1a12.bindPopup(popup_a0f0945c0011f8e82e79c918ea8a0328)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d7f5e3ff4bc9f0c2b70cb7c4b8c7723e = L.circleMarker(\n",
+       "                [-38.20057183404688, 142.71216887458888],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_15f4338d46e433495ff91c6653496565 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f1b219a34f9605d3877678878a31f842 = $(`&lt;div id=&quot;html_f1b219a34f9605d3877678878a31f842&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_15f4338d46e433495ff91c6653496565.setContent(html_f1b219a34f9605d3877678878a31f842);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d7f5e3ff4bc9f0c2b70cb7c4b8c7723e.bindPopup(popup_15f4338d46e433495ff91c6653496565)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b9f1a230fc7dc4c3e0b432395931eecb = L.circleMarker(\n",
+       "                [-38.40840231690947, 142.79212544219024],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_575b57c3ee8cb6f15ee22bc33ebecafc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7c79a85942d2dd2d32aa0e85ce6b3659 = $(`&lt;div id=&quot;html_7c79a85942d2dd2d32aa0e85ce6b3659&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_575b57c3ee8cb6f15ee22bc33ebecafc.setContent(html_7c79a85942d2dd2d32aa0e85ce6b3659);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b9f1a230fc7dc4c3e0b432395931eecb.bindPopup(popup_575b57c3ee8cb6f15ee22bc33ebecafc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_57c1b38aa0b7c77b29120ff3e957e6e5 = L.circleMarker(\n",
+       "                [-38.05769549240248, 142.80892625543237],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0068b6d9a0b15dc6d5f66985e5ced28b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7b34acead35d4ddb56504dc0341db940 = $(`&lt;div id=&quot;html_7b34acead35d4ddb56504dc0341db940&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_0068b6d9a0b15dc6d5f66985e5ced28b.setContent(html_7b34acead35d4ddb56504dc0341db940);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_57c1b38aa0b7c77b29120ff3e957e6e5.bindPopup(popup_0068b6d9a0b15dc6d5f66985e5ced28b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_69258be0a5c73c55444310a7b8e8155d = L.circleMarker(\n",
+       "                [-38.33162408404563, 142.72232332409908],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2b6d8e862ba0020584f047cb85d680a2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_55049296facd62e4f4ebb37202f1e772 = $(`&lt;div id=&quot;html_55049296facd62e4f4ebb37202f1e772&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_2b6d8e862ba0020584f047cb85d680a2.setContent(html_55049296facd62e4f4ebb37202f1e772);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_69258be0a5c73c55444310a7b8e8155d.bindPopup(popup_2b6d8e862ba0020584f047cb85d680a2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9aea8a75805d2c6d9c3af5c91d266505 = L.circleMarker(\n",
+       "                [-38.490334571549, 142.69704020352998],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_16eda5f29d1700bb178ccdae4bb9aa84 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5af0ef4fddc6b4ee5082e427166697aa = $(`&lt;div id=&quot;html_5af0ef4fddc6b4ee5082e427166697aa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_16eda5f29d1700bb178ccdae4bb9aa84.setContent(html_5af0ef4fddc6b4ee5082e427166697aa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9aea8a75805d2c6d9c3af5c91d266505.bindPopup(popup_16eda5f29d1700bb178ccdae4bb9aa84)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_03d9221f18552bfbb7c4bcd86db81071 = L.circleMarker(\n",
+       "                [-38.14814305013374, 142.4632152909726],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8bd1a0c1fd6e18da19b31dbfd2161dc2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5ed6b9ee704d54887154330e8f3b669b = $(`&lt;div id=&quot;html_5ed6b9ee704d54887154330e8f3b669b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_8bd1a0c1fd6e18da19b31dbfd2161dc2.setContent(html_5ed6b9ee704d54887154330e8f3b669b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_03d9221f18552bfbb7c4bcd86db81071.bindPopup(popup_8bd1a0c1fd6e18da19b31dbfd2161dc2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_94f1a71dc9a19134702dbb9963d55639 = L.circleMarker(\n",
+       "                [-38.08708327590424, 142.2865678241141],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f1db438b9b80dd70be01f58eee824493 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7feb94560136dd8248cd7b98550fc6b1 = $(`&lt;div id=&quot;html_7feb94560136dd8248cd7b98550fc6b1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_f1db438b9b80dd70be01f58eee824493.setContent(html_7feb94560136dd8248cd7b98550fc6b1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_94f1a71dc9a19134702dbb9963d55639.bindPopup(popup_f1db438b9b80dd70be01f58eee824493)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f1bc456dddea14f307b5214bd3cd7915 = L.circleMarker(\n",
+       "                [-38.33614232549506, 142.39883729963154],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9bfcd5e14d9109f3e6dc66773fc3d70d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f370821a9116ca95045483114885f908 = $(`&lt;div id=&quot;html_f370821a9116ca95045483114885f908&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_9bfcd5e14d9109f3e6dc66773fc3d70d.setContent(html_f370821a9116ca95045483114885f908);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f1bc456dddea14f307b5214bd3cd7915.bindPopup(popup_9bfcd5e14d9109f3e6dc66773fc3d70d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6d4dc65889a6e94ce555967b63fff039 = L.circleMarker(\n",
+       "                [-38.3169015579853, 142.4360298825963],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6d12c61f28643f5fc8a171fa4f61dce5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_14d2b8bea554d8530c47215a82dd131c = $(`&lt;div id=&quot;html_14d2b8bea554d8530c47215a82dd131c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_6d12c61f28643f5fc8a171fa4f61dce5.setContent(html_14d2b8bea554d8530c47215a82dd131c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6d4dc65889a6e94ce555967b63fff039.bindPopup(popup_6d12c61f28643f5fc8a171fa4f61dce5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0922075ec6a790aa68569811126b881d = L.circleMarker(\n",
+       "                [-38.34442525034007, 142.3192827688081],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4db5d4ea5c98b810cf6aafc5c3f4f933 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_74369b420875436b1d149557a5216c09 = $(`&lt;div id=&quot;html_74369b420875436b1d149557a5216c09&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_4db5d4ea5c98b810cf6aafc5c3f4f933.setContent(html_74369b420875436b1d149557a5216c09);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0922075ec6a790aa68569811126b881d.bindPopup(popup_4db5d4ea5c98b810cf6aafc5c3f4f933)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_00a74fd0c2162fa32b612752f1a7c60f = L.circleMarker(\n",
+       "                [-38.36884786069886, 142.49823881145542],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_43aa778f8f4f7cbc09b99e70cac4c4cd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_10e206ea6b3a6956ad44a572671b22bf = $(`&lt;div id=&quot;html_10e206ea6b3a6956ad44a572671b22bf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_43aa778f8f4f7cbc09b99e70cac4c4cd.setContent(html_10e206ea6b3a6956ad44a572671b22bf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_00a74fd0c2162fa32b612752f1a7c60f.bindPopup(popup_43aa778f8f4f7cbc09b99e70cac4c4cd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_552450db21ffca11fcf88255e00077d6 = L.circleMarker(\n",
+       "                [-37.95275098157736, 142.52264722425284],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_665c8c84d648595bc99e65b8785ad39c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f4d9a3ca1353fa0424ce10ce4b89a7cd = $(`&lt;div id=&quot;html_f4d9a3ca1353fa0424ce10ce4b89a7cd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_665c8c84d648595bc99e65b8785ad39c.setContent(html_f4d9a3ca1353fa0424ce10ce4b89a7cd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_552450db21ffca11fcf88255e00077d6.bindPopup(popup_665c8c84d648595bc99e65b8785ad39c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4d65b7bc9bb8e966233ebe8b139a6879 = L.circleMarker(\n",
+       "                [-38.24791988422317, 142.54665608409533],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e738c22dc52b692926a33dc220429ecf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6b0bfea8773b7793e37eb76a771f07c1 = $(`&lt;div id=&quot;html_6b0bfea8773b7793e37eb76a771f07c1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_e738c22dc52b692926a33dc220429ecf.setContent(html_6b0bfea8773b7793e37eb76a771f07c1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4d65b7bc9bb8e966233ebe8b139a6879.bindPopup(popup_e738c22dc52b692926a33dc220429ecf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fe0a976899a07e7df25054fb776969e9 = L.circleMarker(\n",
+       "                [-38.28802473998147, 142.46543048241728],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8b9ad03849ce86aaf35420d68bcb05b9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f8c8fc5880f3629aed8cb4faced0f24c = $(`&lt;div id=&quot;html_f8c8fc5880f3629aed8cb4faced0f24c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_8b9ad03849ce86aaf35420d68bcb05b9.setContent(html_f8c8fc5880f3629aed8cb4faced0f24c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fe0a976899a07e7df25054fb776969e9.bindPopup(popup_8b9ad03849ce86aaf35420d68bcb05b9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_de399a261deb609919ac682ba7aa27e9 = L.circleMarker(\n",
+       "                [-38.445830815975846, 142.7085644336547],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c52738265f3fa4e31c88e88ecbbeb2b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5c552826831f120dc5e705859be0900b = $(`&lt;div id=&quot;html_5c552826831f120dc5e705859be0900b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_c52738265f3fa4e31c88e88ecbbeb2b4.setContent(html_5c552826831f120dc5e705859be0900b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_de399a261deb609919ac682ba7aa27e9.bindPopup(popup_c52738265f3fa4e31c88e88ecbbeb2b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f7c066cd92cda3c0033b45b8ddce3f8 = L.circleMarker(\n",
+       "                [-38.31602359524912, 142.48206311076555],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_391fd1c260dc6040d7ae400ba02daf3b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d64f93aafde3d01dc74a1ef282c0f42e = $(`&lt;div id=&quot;html_d64f93aafde3d01dc74a1ef282c0f42e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_391fd1c260dc6040d7ae400ba02daf3b.setContent(html_d64f93aafde3d01dc74a1ef282c0f42e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f7c066cd92cda3c0033b45b8ddce3f8.bindPopup(popup_391fd1c260dc6040d7ae400ba02daf3b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_18ca4e587e5092b18626e6e28a8f050b = L.circleMarker(\n",
+       "                [-38.50606982138798, 142.7704504741381],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9b1a544f4f1dee985c6ce94a225c8ce0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9688187aa6ea765122e96aab31d8158b = $(`&lt;div id=&quot;html_9688187aa6ea765122e96aab31d8158b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_9b1a544f4f1dee985c6ce94a225c8ce0.setContent(html_9688187aa6ea765122e96aab31d8158b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_18ca4e587e5092b18626e6e28a8f050b.bindPopup(popup_9b1a544f4f1dee985c6ce94a225c8ce0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d081f26c2659190e7615cc210757a441 = L.circleMarker(\n",
+       "                [-38.24112763667012, 142.45856934009515],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6b8185f9de638eb26e2e916170e4c9f3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3c3f279d0137384063f8b5ba1bcfe9b2 = $(`&lt;div id=&quot;html_3c3f279d0137384063f8b5ba1bcfe9b2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_6b8185f9de638eb26e2e916170e4c9f3.setContent(html_3c3f279d0137384063f8b5ba1bcfe9b2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d081f26c2659190e7615cc210757a441.bindPopup(popup_6b8185f9de638eb26e2e916170e4c9f3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c5e3f9525511572dfdd9cdd997e3e12d = L.circleMarker(\n",
+       "                [-38.120478233268834, 142.07782997489616],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5ddaa60ab8a5ff2f490159a5e30afa95 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_870ba42f85812de8c4a387d6756e6d6a = $(`&lt;div id=&quot;html_870ba42f85812de8c4a387d6756e6d6a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_5ddaa60ab8a5ff2f490159a5e30afa95.setContent(html_870ba42f85812de8c4a387d6756e6d6a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c5e3f9525511572dfdd9cdd997e3e12d.bindPopup(popup_5ddaa60ab8a5ff2f490159a5e30afa95)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c6957134d7e95d2bced3002a46fbc368 = L.circleMarker(\n",
+       "                [-37.99192704327658, 142.19809838315132],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_18387fee1542df17622ef6f3fd1adf5b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_114a1ee112e213bd5d50cc0e162a31c4 = $(`&lt;div id=&quot;html_114a1ee112e213bd5d50cc0e162a31c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_18387fee1542df17622ef6f3fd1adf5b.setContent(html_114a1ee112e213bd5d50cc0e162a31c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c6957134d7e95d2bced3002a46fbc368.bindPopup(popup_18387fee1542df17622ef6f3fd1adf5b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e20df83dbbd6b7c67e25ca8a5a2d19d3 = L.circleMarker(\n",
+       "                [-38.249568121803705, 142.0549582657529],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_59c013720463d2c620b46ff9afd33c57 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_565de4c75145fad4dea818c5b7ca1abc = $(`&lt;div id=&quot;html_565de4c75145fad4dea818c5b7ca1abc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_59c013720463d2c620b46ff9afd33c57.setContent(html_565de4c75145fad4dea818c5b7ca1abc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e20df83dbbd6b7c67e25ca8a5a2d19d3.bindPopup(popup_59c013720463d2c620b46ff9afd33c57)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c6017c0a692848f5c6dc745b9e7acf4d = L.circleMarker(\n",
+       "                [-38.2241612085346, 142.20331167534005],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c5f8aceec04cdedd3937a5d967d75da5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ee321f758ad37efe2db1411c7ffad06 = $(`&lt;div id=&quot;html_6ee321f758ad37efe2db1411c7ffad06&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_c5f8aceec04cdedd3937a5d967d75da5.setContent(html_6ee321f758ad37efe2db1411c7ffad06);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c6017c0a692848f5c6dc745b9e7acf4d.bindPopup(popup_c5f8aceec04cdedd3937a5d967d75da5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_db12ae18cdf74c2069e49605d27db4dd = L.circleMarker(\n",
+       "                [-38.128137481130175, 142.65383789558717],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_53158e25406081e8226a5736917bb62a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fe37caff36a36a817ab6b0c4d134ad8e = $(`&lt;div id=&quot;html_fe37caff36a36a817ab6b0c4d134ad8e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_53158e25406081e8226a5736917bb62a.setContent(html_fe37caff36a36a817ab6b0c4d134ad8e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_db12ae18cdf74c2069e49605d27db4dd.bindPopup(popup_53158e25406081e8226a5736917bb62a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cab0e4c6e265966cae877d843bdefaef = L.circleMarker(\n",
+       "                [-37.9888498619531, 141.87156520324314],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fa3d92e217bfdf9af39ffec32be1701e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0af15844c15e11cf7740bcfbcb13eeca = $(`&lt;div id=&quot;html_0af15844c15e11cf7740bcfbcb13eeca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_fa3d92e217bfdf9af39ffec32be1701e.setContent(html_0af15844c15e11cf7740bcfbcb13eeca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cab0e4c6e265966cae877d843bdefaef.bindPopup(popup_fa3d92e217bfdf9af39ffec32be1701e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_017458a3a74b18cbd18ae8b4fc0b3934 = L.circleMarker(\n",
+       "                [-38.543501323698976, 142.8004508462842],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7bc69265e7b56aaf249e3bdab80a511c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7973d7868951f083785298c767eb4e09 = $(`&lt;div id=&quot;html_7973d7868951f083785298c767eb4e09&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_7bc69265e7b56aaf249e3bdab80a511c.setContent(html_7973d7868951f083785298c767eb4e09);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_017458a3a74b18cbd18ae8b4fc0b3934.bindPopup(popup_7bc69265e7b56aaf249e3bdab80a511c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_311cb23e67d2813d1441f5a44524dc69 = L.circleMarker(\n",
+       "                [-38.25164314040695, 141.96797775858258],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bce81d84187ed1e3d16e0f5ba78f035a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e93880e7afb74ba950779e5951d57cfc = $(`&lt;div id=&quot;html_e93880e7afb74ba950779e5951d57cfc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_bce81d84187ed1e3d16e0f5ba78f035a.setContent(html_e93880e7afb74ba950779e5951d57cfc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_311cb23e67d2813d1441f5a44524dc69.bindPopup(popup_bce81d84187ed1e3d16e0f5ba78f035a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4930b30aaf1c6ee2c34db391ad7d12e3 = L.circleMarker(\n",
+       "                [-37.98312094674385, 142.67937925768155],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f0ee71a3245e5f0922636920c1c1e182 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e46c9df61b40da3fa68c0afb6e597aa1 = $(`&lt;div id=&quot;html_e46c9df61b40da3fa68c0afb6e597aa1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_f0ee71a3245e5f0922636920c1c1e182.setContent(html_e46c9df61b40da3fa68c0afb6e597aa1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4930b30aaf1c6ee2c34db391ad7d12e3.bindPopup(popup_f0ee71a3245e5f0922636920c1c1e182)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5669c40461656760acc3e6c7dcb0b3dd = L.circleMarker(\n",
+       "                [-38.19493374482311, 142.10494470308694],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_598027f516649591fab358ad574e099d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1438e8ab9810085658c687ec313c2d3e = $(`&lt;div id=&quot;html_1438e8ab9810085658c687ec313c2d3e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_598027f516649591fab358ad574e099d.setContent(html_1438e8ab9810085658c687ec313c2d3e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5669c40461656760acc3e6c7dcb0b3dd.bindPopup(popup_598027f516649591fab358ad574e099d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0d7b7eb0c1e16e1d026f4ca2a3104133 = L.circleMarker(\n",
+       "                [-38.32505686249073, 142.5169659203104],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_096055297060faec1b248bb1f7707825 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bd0633caf7c006fb415fd4f25671a914 = $(`&lt;div id=&quot;html_bd0633caf7c006fb415fd4f25671a914&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_096055297060faec1b248bb1f7707825.setContent(html_bd0633caf7c006fb415fd4f25671a914);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0d7b7eb0c1e16e1d026f4ca2a3104133.bindPopup(popup_096055297060faec1b248bb1f7707825)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_eaa0c1cb36591fdc9b0fa9e06a880ea4 = L.circleMarker(\n",
+       "                [-38.27076272714059, 142.62046298229245],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_79fe7c9f28b68c85fa28eb4493060460 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4818dc156365a5540b259196db7b9a34 = $(`&lt;div id=&quot;html_4818dc156365a5540b259196db7b9a34&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_79fe7c9f28b68c85fa28eb4493060460.setContent(html_4818dc156365a5540b259196db7b9a34);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_eaa0c1cb36591fdc9b0fa9e06a880ea4.bindPopup(popup_79fe7c9f28b68c85fa28eb4493060460)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_95138e3fd72727c0b89c4faccae3d6c0 = L.circleMarker(\n",
+       "                [-38.287373337236936, 142.4060097115196],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0c19aa65259e965f4ad57a4a8dad13b0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_187d2febcae07a45420821875f1e5f2b = $(`&lt;div id=&quot;html_187d2febcae07a45420821875f1e5f2b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_0c19aa65259e965f4ad57a4a8dad13b0.setContent(html_187d2febcae07a45420821875f1e5f2b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_95138e3fd72727c0b89c4faccae3d6c0.bindPopup(popup_0c19aa65259e965f4ad57a4a8dad13b0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4db04e5974f659ccc539aa573904cc6a = L.circleMarker(\n",
+       "                [-38.355147833492765, 142.43359814050962],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9698e4d5697289e9cc28637078be366b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_acf495eaea3f40d8aae805392660b231 = $(`&lt;div id=&quot;html_acf495eaea3f40d8aae805392660b231&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_9698e4d5697289e9cc28637078be366b.setContent(html_acf495eaea3f40d8aae805392660b231);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4db04e5974f659ccc539aa573904cc6a.bindPopup(popup_9698e4d5697289e9cc28637078be366b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a34e153abb157eb428215cfafd37bd89 = L.circleMarker(\n",
+       "                [-38.34483531793778, 142.27018018962764],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f026f3f7688e4a10563b74d8c282be8b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f56c808b7e96ea3ce12ee45104dc052b = $(`&lt;div id=&quot;html_f56c808b7e96ea3ce12ee45104dc052b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_f026f3f7688e4a10563b74d8c282be8b.setContent(html_f56c808b7e96ea3ce12ee45104dc052b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a34e153abb157eb428215cfafd37bd89.bindPopup(popup_f026f3f7688e4a10563b74d8c282be8b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c2ddca5ebb6d1cf7b3c96645376d106d = L.circleMarker(\n",
+       "                [-38.31704469016239, 142.31332607284747],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4ee6daff5f2968761af04cd3f8e86e7b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7cac6df02f9cdac214cb461a3423c6f5 = $(`&lt;div id=&quot;html_7cac6df02f9cdac214cb461a3423c6f5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_4ee6daff5f2968761af04cd3f8e86e7b.setContent(html_7cac6df02f9cdac214cb461a3423c6f5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c2ddca5ebb6d1cf7b3c96645376d106d.bindPopup(popup_4ee6daff5f2968761af04cd3f8e86e7b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b7de36e69b84c24eb43107b9b3e31e90 = L.circleMarker(\n",
+       "                [-38.48946104598805, 142.8614273557708],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c3dfd82ff2ad6cf209532127b7a701dc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d735132eb76a45a13769318552f2cfe2 = $(`&lt;div id=&quot;html_d735132eb76a45a13769318552f2cfe2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_c3dfd82ff2ad6cf209532127b7a701dc.setContent(html_d735132eb76a45a13769318552f2cfe2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b7de36e69b84c24eb43107b9b3e31e90.bindPopup(popup_c3dfd82ff2ad6cf209532127b7a701dc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bc0d7adfa6a3413e71d2ff820b11b350 = L.circleMarker(\n",
+       "                [-38.47602882496922, 142.76630367303486],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_974c33e2bf3018147d22942e326fc8ff = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ff3faf723e15d608f587dbb0470204ea = $(`&lt;div id=&quot;html_ff3faf723e15d608f587dbb0470204ea&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_974c33e2bf3018147d22942e326fc8ff.setContent(html_ff3faf723e15d608f587dbb0470204ea);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bc0d7adfa6a3413e71d2ff820b11b350.bindPopup(popup_974c33e2bf3018147d22942e326fc8ff)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a219577eb40be399fea716bc1b7b250e = L.circleMarker(\n",
+       "                [-38.393522206667065, 142.61172317470766],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_01f88a5cd8ed0e028b737fcf3225b00e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2f094b03b986b9a7c96d62593dd8c99d = $(`&lt;div id=&quot;html_2f094b03b986b9a7c96d62593dd8c99d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_01f88a5cd8ed0e028b737fcf3225b00e.setContent(html_2f094b03b986b9a7c96d62593dd8c99d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a219577eb40be399fea716bc1b7b250e.bindPopup(popup_01f88a5cd8ed0e028b737fcf3225b00e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5ab6f613c73b71bc0191bdec876bb812 = L.circleMarker(\n",
+       "                [-38.36807209685167, 142.81500999858008],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_33d00b1b89a189df4f650a1572d2478b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a55f3cb4eba8c37a5ee8c7c5e5bb7427 = $(`&lt;div id=&quot;html_a55f3cb4eba8c37a5ee8c7c5e5bb7427&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_33d00b1b89a189df4f650a1572d2478b.setContent(html_a55f3cb4eba8c37a5ee8c7c5e5bb7427);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5ab6f613c73b71bc0191bdec876bb812.bindPopup(popup_33d00b1b89a189df4f650a1572d2478b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fc006bc09e65a19af95af4cdae3505fa = L.circleMarker(\n",
+       "                [-38.43586730461484, 142.65167411501693],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3c1f6a92a24c9b122c98e991b55d960a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_654a3af852a05d28b80c3141ced036b2 = $(`&lt;div id=&quot;html_654a3af852a05d28b80c3141ced036b2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_3c1f6a92a24c9b122c98e991b55d960a.setContent(html_654a3af852a05d28b80c3141ced036b2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fc006bc09e65a19af95af4cdae3505fa.bindPopup(popup_3c1f6a92a24c9b122c98e991b55d960a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8e1739e79e6ff38b7d50cf41f8ac228f = L.circleMarker(\n",
+       "                [-37.98760949562501, 142.33669794931808],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_17dc5fe3b4e2815d29974b8b35bb95c7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_65fca57dec22fc1407afc8c73aa2adaf = $(`&lt;div id=&quot;html_65fca57dec22fc1407afc8c73aa2adaf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_17dc5fe3b4e2815d29974b8b35bb95c7.setContent(html_65fca57dec22fc1407afc8c73aa2adaf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8e1739e79e6ff38b7d50cf41f8ac228f.bindPopup(popup_17dc5fe3b4e2815d29974b8b35bb95c7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3acd6f781529c3b9bcd7a1b1171be90a = L.circleMarker(\n",
+       "                [-38.04972814007693, 142.4678344432938],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6aae26a7a0fc08e4da2abb29dded47cf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f41bea629ccd811bc48a8c459afe1101 = $(`&lt;div id=&quot;html_f41bea629ccd811bc48a8c459afe1101&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_6aae26a7a0fc08e4da2abb29dded47cf.setContent(html_f41bea629ccd811bc48a8c459afe1101);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3acd6f781529c3b9bcd7a1b1171be90a.bindPopup(popup_6aae26a7a0fc08e4da2abb29dded47cf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ed1304e775ba8fce242799956221fff9 = L.circleMarker(\n",
+       "                [-38.28615637289468, 142.43402702569233],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4f7aa24ebb399335b9d34268df899fd3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_717fc3fb87edb77dd9874a2a4cc78ed9 = $(`&lt;div id=&quot;html_717fc3fb87edb77dd9874a2a4cc78ed9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_4f7aa24ebb399335b9d34268df899fd3.setContent(html_717fc3fb87edb77dd9874a2a4cc78ed9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ed1304e775ba8fce242799956221fff9.bindPopup(popup_4f7aa24ebb399335b9d34268df899fd3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7377ee2ef84834515cd69316fd07d2cc = L.circleMarker(\n",
+       "                [-38.04789869740471, 142.01857988943962],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_64ed581d400268aaf7e8456b0e720bfc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f67d929bb47d582def8f6ed8d283c384 = $(`&lt;div id=&quot;html_f67d929bb47d582def8f6ed8d283c384&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_64ed581d400268aaf7e8456b0e720bfc.setContent(html_f67d929bb47d582def8f6ed8d283c384);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7377ee2ef84834515cd69316fd07d2cc.bindPopup(popup_64ed581d400268aaf7e8456b0e720bfc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_905499c277a99698e3408672f41bcb15 = L.circleMarker(\n",
+       "                [-37.87084046018936, 142.31980114987238],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_909c69f7eab65296087c7550c1da47c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_51ccb5664ae5d86a79425097cd056558 = $(`&lt;div id=&quot;html_51ccb5664ae5d86a79425097cd056558&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Moyne: crime count = -0.7452388601181823&lt;/div&gt;`)[0];\n",
+       "                popup_909c69f7eab65296087c7550c1da47c8.setContent(html_51ccb5664ae5d86a79425097cd056558);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_905499c277a99698e3408672f41bcb15.bindPopup(popup_909c69f7eab65296087c7550c1da47c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cd89aced00e6a2b225ce702b95aad9ff = L.circleMarker(\n",
+       "                [-37.173474907267206, 145.83589508732774],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1f0739c8cd44371e50ab61c7c04ab2c8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7e7359022c378333fb8e1620d2aade90 = $(`&lt;div id=&quot;html_7e7359022c378333fb8e1620d2aade90&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_1f0739c8cd44371e50ab61c7c04ab2c8.setContent(html_7e7359022c378333fb8e1620d2aade90);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cd89aced00e6a2b225ce702b95aad9ff.bindPopup(popup_1f0739c8cd44371e50ab61c7c04ab2c8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dd14099c841d4aa170dab88bdcbeb923 = L.circleMarker(\n",
+       "                [-37.20148103761484, 145.31124108969465],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d16ed455d15a8365e519944111cee940 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aff5788bccfba51ea1a886ad3489c909 = $(`&lt;div id=&quot;html_aff5788bccfba51ea1a886ad3489c909&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_d16ed455d15a8365e519944111cee940.setContent(html_aff5788bccfba51ea1a886ad3489c909);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dd14099c841d4aa170dab88bdcbeb923.bindPopup(popup_d16ed455d15a8365e519944111cee940)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_abbadc5acbbe41592b020229abc0b720 = L.circleMarker(\n",
+       "                [-37.47082455329482, 145.32051283342344],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_13deefe5784feea1efb39f8350abc19a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_af6c3802d3609f753cd114b120b6a44e = $(`&lt;div id=&quot;html_af6c3802d3609f753cd114b120b6a44e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_13deefe5784feea1efb39f8350abc19a.setContent(html_af6c3802d3609f753cd114b120b6a44e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_abbadc5acbbe41592b020229abc0b720.bindPopup(popup_13deefe5784feea1efb39f8350abc19a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_de80e5eb094d8bbb027a561b6b1a277a = L.circleMarker(\n",
+       "                [-37.18119612863733, 145.43186784048424],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8bfa9ae3f82cf0b9e1bcda124b762954 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e65ad125886b56d20745c80b3e635420 = $(`&lt;div id=&quot;html_e65ad125886b56d20745c80b3e635420&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_8bfa9ae3f82cf0b9e1bcda124b762954.setContent(html_e65ad125886b56d20745c80b3e635420);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_de80e5eb094d8bbb027a561b6b1a277a.bindPopup(popup_8bfa9ae3f82cf0b9e1bcda124b762954)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7bcbdb519fec753dba5dfb821fd53e24 = L.circleMarker(\n",
+       "                [-37.2078915356208, 145.88016706104187],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2eba4a153ec71d2cf6131117c9e5f62d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dca03647adc07835f0444ea6f8603b7d = $(`&lt;div id=&quot;html_dca03647adc07835f0444ea6f8603b7d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_2eba4a153ec71d2cf6131117c9e5f62d.setContent(html_dca03647adc07835f0444ea6f8603b7d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7bcbdb519fec753dba5dfb821fd53e24.bindPopup(popup_2eba4a153ec71d2cf6131117c9e5f62d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_899b652f860ac19d6269a0b26e67e67b = L.circleMarker(\n",
+       "                [-37.05731780811515, 145.50044724969752],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c5cf1341cc207ebef102bb9ec77267dd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_969dcec421a88692cbd44e86576728af = $(`&lt;div id=&quot;html_969dcec421a88692cbd44e86576728af&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_c5cf1341cc207ebef102bb9ec77267dd.setContent(html_969dcec421a88692cbd44e86576728af);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_899b652f860ac19d6269a0b26e67e67b.bindPopup(popup_c5cf1341cc207ebef102bb9ec77267dd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1bf6cea9ea494a9e5ea0246d3668d2c7 = L.circleMarker(\n",
+       "                [-37.268878164344464, 145.69932924493023],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_788c34c9ec2adba6015c9006dde257e1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d5accc3678c61091936752dcd3796f8c = $(`&lt;div id=&quot;html_d5accc3678c61091936752dcd3796f8c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_788c34c9ec2adba6015c9006dde257e1.setContent(html_d5accc3678c61091936752dcd3796f8c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1bf6cea9ea494a9e5ea0246d3668d2c7.bindPopup(popup_788c34c9ec2adba6015c9006dde257e1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_266bbe96c1da275f48ef75f57d5295bd = L.circleMarker(\n",
+       "                [-37.47119217140256, 145.29254068524358],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d0c660d6d2d8473eacd61d1b9e71150d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bc29bbfff1082b3f0ef4bae999c6e651 = $(`&lt;div id=&quot;html_bc29bbfff1082b3f0ef4bae999c6e651&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_d0c660d6d2d8473eacd61d1b9e71150d.setContent(html_bc29bbfff1082b3f0ef4bae999c6e651);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_266bbe96c1da275f48ef75f57d5295bd.bindPopup(popup_d0c660d6d2d8473eacd61d1b9e71150d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7c9c1b0d157a8d5b9caf554215a53f52 = L.circleMarker(\n",
+       "                [-37.13115973104414, 145.77809897629007],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_307f2bcb2b7e1b0b63aa22c2519c679b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_642058b26ad367878f8ea9d0701d226c = $(`&lt;div id=&quot;html_642058b26ad367878f8ea9d0701d226c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_307f2bcb2b7e1b0b63aa22c2519c679b.setContent(html_642058b26ad367878f8ea9d0701d226c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7c9c1b0d157a8d5b9caf554215a53f52.bindPopup(popup_307f2bcb2b7e1b0b63aa22c2519c679b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_33d766f7ed42940fac6244a7892db330 = L.circleMarker(\n",
+       "                [-37.002697603535125, 145.56096692506722],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ca06e82739c505f7e210c9998e29f3f7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9a66a848877ae7c2ef264601fff5dbd6 = $(`&lt;div id=&quot;html_9a66a848877ae7c2ef264601fff5dbd6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_ca06e82739c505f7e210c9998e29f3f7.setContent(html_9a66a848877ae7c2ef264601fff5dbd6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_33d766f7ed42940fac6244a7892db330.bindPopup(popup_ca06e82739c505f7e210c9998e29f3f7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_872403a4eb163f635ebf428dc0a75122 = L.circleMarker(\n",
+       "                [-37.09155370192372, 145.60475476402266],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6be9ae6462091e9af338d44ecea10549 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a97ddc5c33639aa4bc7c04746c697bd8 = $(`&lt;div id=&quot;html_a97ddc5c33639aa4bc7c04746c697bd8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_6be9ae6462091e9af338d44ecea10549.setContent(html_a97ddc5c33639aa4bc7c04746c697bd8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_872403a4eb163f635ebf428dc0a75122.bindPopup(popup_6be9ae6462091e9af338d44ecea10549)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_402cba7fa64b0fae4240efeeb233f497 = L.circleMarker(\n",
+       "                [-37.172451315411465, 145.25354141076258],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_195fffc0008374e67c86c45ebd197b64 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ae1b697c56c1ee34e10f406b47b4dfc6 = $(`&lt;div id=&quot;html_ae1b697c56c1ee34e10f406b47b4dfc6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_195fffc0008374e67c86c45ebd197b64.setContent(html_ae1b697c56c1ee34e10f406b47b4dfc6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_402cba7fa64b0fae4240efeeb233f497.bindPopup(popup_195fffc0008374e67c86c45ebd197b64)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_22c258cf34dcec5c0948780e14b68a9e = L.circleMarker(\n",
+       "                [-37.34557426306491, 145.72436626131747],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e359af103ba07cbf2f3526b665809d7b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b68357e21fb8f117e4930b8c1916cd37 = $(`&lt;div id=&quot;html_b68357e21fb8f117e4930b8c1916cd37&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_e359af103ba07cbf2f3526b665809d7b.setContent(html_b68357e21fb8f117e4930b8c1916cd37);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_22c258cf34dcec5c0948780e14b68a9e.bindPopup(popup_e359af103ba07cbf2f3526b665809d7b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_89db7dfde57beeeddb0c89fdc4930702 = L.circleMarker(\n",
+       "                [-37.15465899599757, 145.60102723348388],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bfa3bce57566c297bc037de7432229bb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a1c4de8e53062372a16a09d1618c445c = $(`&lt;div id=&quot;html_a1c4de8e53062372a16a09d1618c445c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_bfa3bce57566c297bc037de7432229bb.setContent(html_a1c4de8e53062372a16a09d1618c445c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_89db7dfde57beeeddb0c89fdc4930702.bindPopup(popup_bfa3bce57566c297bc037de7432229bb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_94380ac1e9e4fa643d33c28523eea74f = L.circleMarker(\n",
+       "                [-37.041184008562944, 145.43908663267894],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_997a48919e8e32742ff16ef9fbbd5ff4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d0e5a6c7a04070797631f12f582682d5 = $(`&lt;div id=&quot;html_d0e5a6c7a04070797631f12f582682d5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_997a48919e8e32742ff16ef9fbbd5ff4.setContent(html_d0e5a6c7a04070797631f12f582682d5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_94380ac1e9e4fa643d33c28523eea74f.bindPopup(popup_997a48919e8e32742ff16ef9fbbd5ff4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d2417e59e8201cec7474077e5c1c7b1b = L.circleMarker(\n",
+       "                [-37.19808415958723, 145.7367493093471],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_abb7f3e2376bf38ad34228849c6acf98 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b347b88a209ef24dea2a16875d9850f7 = $(`&lt;div id=&quot;html_b347b88a209ef24dea2a16875d9850f7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_abb7f3e2376bf38ad34228849c6acf98.setContent(html_b347b88a209ef24dea2a16875d9850f7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d2417e59e8201cec7474077e5c1c7b1b.bindPopup(popup_abb7f3e2376bf38ad34228849c6acf98)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_91115c3fa2e865401db780c56a8e0a57 = L.circleMarker(\n",
+       "                [-37.43791722123612, 145.7107673526688],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e798b6931d92fd4efc0bd3e55b04aca3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d15157abf1925a5c76ddf6d3041b4a81 = $(`&lt;div id=&quot;html_d15157abf1925a5c76ddf6d3041b4a81&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_e798b6931d92fd4efc0bd3e55b04aca3.setContent(html_d15157abf1925a5c76ddf6d3041b4a81);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_91115c3fa2e865401db780c56a8e0a57.bindPopup(popup_e798b6931d92fd4efc0bd3e55b04aca3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_524bef4182250e13e87a3b620925639e = L.circleMarker(\n",
+       "                [-37.14248049674616, 145.3526717117987],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2c9a3935c7aeab986378402a8be277f4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0db3bda0afa926ccc4a630f70ed3e218 = $(`&lt;div id=&quot;html_0db3bda0afa926ccc4a630f70ed3e218&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_2c9a3935c7aeab986378402a8be277f4.setContent(html_0db3bda0afa926ccc4a630f70ed3e218);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_524bef4182250e13e87a3b620925639e.bindPopup(popup_2c9a3935c7aeab986378402a8be277f4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_81b714ef4555808a440e6ce5f9df83d6 = L.circleMarker(\n",
+       "                [-37.53085767430108, 145.6341969070614],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_77da54ab1cfc0986bf1dd34c3b2c18db = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1a0b68672b11dd03f786c119eb25c3c9 = $(`&lt;div id=&quot;html_1a0b68672b11dd03f786c119eb25c3c9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_77da54ab1cfc0986bf1dd34c3b2c18db.setContent(html_1a0b68672b11dd03f786c119eb25c3c9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_81b714ef4555808a440e6ce5f9df83d6.bindPopup(popup_77da54ab1cfc0986bf1dd34c3b2c18db)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3aea5395797422d682265c9e59d655b4 = L.circleMarker(\n",
+       "                [-37.21752511484627, 145.62090010056565],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_20a3ca9961f71998ba24fa98eadb32d3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_427d9cdfc30e8043cd66e2febfe2f1d1 = $(`&lt;div id=&quot;html_427d9cdfc30e8043cd66e2febfe2f1d1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_20a3ca9961f71998ba24fa98eadb32d3.setContent(html_427d9cdfc30e8043cd66e2febfe2f1d1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3aea5395797422d682265c9e59d655b4.bindPopup(popup_20a3ca9961f71998ba24fa98eadb32d3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9f6257a7deae1026c6ac654c3b44ade4 = L.circleMarker(\n",
+       "                [-37.51934610807688, 145.43400388194405],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bb5ba9300c96f2d6fac24dec63be9f6d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5b8f4b217ade18d4db43a6c167cbde99 = $(`&lt;div id=&quot;html_5b8f4b217ade18d4db43a6c167cbde99&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_bb5ba9300c96f2d6fac24dec63be9f6d.setContent(html_5b8f4b217ade18d4db43a6c167cbde99);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9f6257a7deae1026c6ac654c3b44ade4.bindPopup(popup_bb5ba9300c96f2d6fac24dec63be9f6d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_82cb22a433926dd14c9b09a1c2cd7888 = L.circleMarker(\n",
+       "                [-37.40409880312889, 145.42853992025795],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bd1a6a80d2ef5d39ebdfe39772bf7ed8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e52c2d57b6bb7926c4c196ae3e1df369 = $(`&lt;div id=&quot;html_e52c2d57b6bb7926c4c196ae3e1df369&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_bd1a6a80d2ef5d39ebdfe39772bf7ed8.setContent(html_e52c2d57b6bb7926c4c196ae3e1df369);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_82cb22a433926dd14c9b09a1c2cd7888.bindPopup(popup_bd1a6a80d2ef5d39ebdfe39772bf7ed8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4a0fd0d63795afb9a19f12cf837c2149 = L.circleMarker(\n",
+       "                [-37.3864648448288, 145.5768781597393],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bed4e150bbeeb861f79bbc486cd90ae2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fe379d6d5dccc189ce1827960ce1c4bb = $(`&lt;div id=&quot;html_fe379d6d5dccc189ce1827960ce1c4bb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_bed4e150bbeeb861f79bbc486cd90ae2.setContent(html_fe379d6d5dccc189ce1827960ce1c4bb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4a0fd0d63795afb9a19f12cf837c2149.bindPopup(popup_bed4e150bbeeb861f79bbc486cd90ae2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d564479d98f008e922eab70d22e14140 = L.circleMarker(\n",
+       "                [-37.0974775757032, 145.71825968506386],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7959c08ee54b2aaaf38a869831fe2468 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a1cb02636ade92225d8abf8bb6a39454 = $(`&lt;div id=&quot;html_a1cb02636ade92225d8abf8bb6a39454&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_7959c08ee54b2aaaf38a869831fe2468.setContent(html_a1cb02636ade92225d8abf8bb6a39454);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d564479d98f008e922eab70d22e14140.bindPopup(popup_7959c08ee54b2aaaf38a869831fe2468)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e29e16b63dde93c652dcc0efc8971f4e = L.circleMarker(\n",
+       "                [-37.51070772645494, 145.35816264906018],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eea61362392cfa9fcd14a6e53eb5a0b9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c1eb960ec326e627afcdfb9ac41e617b = $(`&lt;div id=&quot;html_c1eb960ec326e627afcdfb9ac41e617b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_eea61362392cfa9fcd14a6e53eb5a0b9.setContent(html_c1eb960ec326e627afcdfb9ac41e617b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e29e16b63dde93c652dcc0efc8971f4e.bindPopup(popup_eea61362392cfa9fcd14a6e53eb5a0b9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8a59b3d970a65028968272aa8328ffc1 = L.circleMarker(\n",
+       "                [-37.014804332927454, 145.6191396016221],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3f484fed990a8b558476440992a550c3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0167c231e05bbf319a2f1736ba43ce85 = $(`&lt;div id=&quot;html_0167c231e05bbf319a2f1736ba43ce85&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_3f484fed990a8b558476440992a550c3.setContent(html_0167c231e05bbf319a2f1736ba43ce85);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8a59b3d970a65028968272aa8328ffc1.bindPopup(popup_3f484fed990a8b558476440992a550c3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e1176a9ee60a36017575315a29411042 = L.circleMarker(\n",
+       "                [-37.16330229943789, 145.6520914878106],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3342d948a1f6279cbdd6e16a5a4b312c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_13d2897613f11c6f13ca836f68dbc820 = $(`&lt;div id=&quot;html_13d2897613f11c6f13ca836f68dbc820&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_3342d948a1f6279cbdd6e16a5a4b312c.setContent(html_13d2897613f11c6f13ca836f68dbc820);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e1176a9ee60a36017575315a29411042.bindPopup(popup_3342d948a1f6279cbdd6e16a5a4b312c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e4224ccd07fd66958b3fd0dcd37369fc = L.circleMarker(\n",
+       "                [-37.247531284374446, 145.23067028988063],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_12a3f713da098d0ee940eb641f534ae3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_07db822f50a3b441df8d27a65815f96e = $(`&lt;div id=&quot;html_07db822f50a3b441df8d27a65815f96e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_12a3f713da098d0ee940eb641f534ae3.setContent(html_07db822f50a3b441df8d27a65815f96e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e4224ccd07fd66958b3fd0dcd37369fc.bindPopup(popup_12a3f713da098d0ee940eb641f534ae3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dc78f06ff3799275d0d367aa66e72f94 = L.circleMarker(\n",
+       "                [-37.51795310835147, 145.79516193855673],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6b81b42c98dc4d958227eade81dc48dc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca943ce2d9e4c4fac942e50e70763f80 = $(`&lt;div id=&quot;html_ca943ce2d9e4c4fac942e50e70763f80&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_6b81b42c98dc4d958227eade81dc48dc.setContent(html_ca943ce2d9e4c4fac942e50e70763f80);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dc78f06ff3799275d0d367aa66e72f94.bindPopup(popup_6b81b42c98dc4d958227eade81dc48dc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_498e96073f3220dac54599123f36cf0e = L.circleMarker(\n",
+       "                [-37.39395638779776, 145.8466145921143],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_075a2d7263f3df67d972bce445137607 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_40e755c22ef14fe7a52732f83c6677c1 = $(`&lt;div id=&quot;html_40e755c22ef14fe7a52732f83c6677c1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_075a2d7263f3df67d972bce445137607.setContent(html_40e755c22ef14fe7a52732f83c6677c1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_498e96073f3220dac54599123f36cf0e.bindPopup(popup_075a2d7263f3df67d972bce445137607)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dbf830562990b1c445756e6c4de88d5e = L.circleMarker(\n",
+       "                [-37.05422054301591, 145.67833321658125],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_00fad267af084728fb37e88081ca9a14 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d1f963af098577502a1827aeb89736fd = $(`&lt;div id=&quot;html_d1f963af098577502a1827aeb89736fd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_00fad267af084728fb37e88081ca9a14.setContent(html_d1f963af098577502a1827aeb89736fd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dbf830562990b1c445756e6c4de88d5e.bindPopup(popup_00fad267af084728fb37e88081ca9a14)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_94d4840adfb793bcd6f97c873ba65157 = L.circleMarker(\n",
+       "                [-37.26545279782819, 145.81086069134489],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6689acb43632ad1c5bba8e46dd621a7f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3bf57ca872144457a88812b8096d3339 = $(`&lt;div id=&quot;html_3bf57ca872144457a88812b8096d3339&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_6689acb43632ad1c5bba8e46dd621a7f.setContent(html_3bf57ca872144457a88812b8096d3339);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_94d4840adfb793bcd6f97c873ba65157.bindPopup(popup_6689acb43632ad1c5bba8e46dd621a7f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e6d042729dc3cb2a079e66e5b91e6891 = L.circleMarker(\n",
+       "                [-37.52127907694166, 145.50283916737374],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_21cca5319496feaf0fc2c0432588d67b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4ccaddd186be4e4d9375c3a75de52594 = $(`&lt;div id=&quot;html_4ccaddd186be4e4d9375c3a75de52594&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_21cca5319496feaf0fc2c0432588d67b.setContent(html_4ccaddd186be4e4d9375c3a75de52594);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e6d042729dc3cb2a079e66e5b91e6891.bindPopup(popup_21cca5319496feaf0fc2c0432588d67b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b88609605d3b2e25c5747d9946008102 = L.circleMarker(\n",
+       "                [-37.27672758200527, 145.55793427601108],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ec58852029ce07baff43cd1adcf6e84b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c1eee4363850d85d36337557b6e45f8b = $(`&lt;div id=&quot;html_c1eee4363850d85d36337557b6e45f8b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_ec58852029ce07baff43cd1adcf6e84b.setContent(html_c1eee4363850d85d36337557b6e45f8b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b88609605d3b2e25c5747d9946008102.bindPopup(popup_ec58852029ce07baff43cd1adcf6e84b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3c57de749bb43dd1450eb6eb759deb96 = L.circleMarker(\n",
+       "                [-37.16105785410856, 145.52488744750318],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2d545de205914fb4f15a09b6bf39757e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_97b05c73d5a40d545a5f6be17afffdd6 = $(`&lt;div id=&quot;html_97b05c73d5a40d545a5f6be17afffdd6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_2d545de205914fb4f15a09b6bf39757e.setContent(html_97b05c73d5a40d545a5f6be17afffdd6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3c57de749bb43dd1450eb6eb759deb96.bindPopup(popup_2d545de205914fb4f15a09b6bf39757e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_95193fe7bdcd211f1d53c7997a87f012 = L.circleMarker(\n",
+       "                [-37.27439384501913, 145.4112932665912],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_de2277286f0e126a66eb5d7daaa37fbd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cefdc437fdb53dad548304e1b11aa566 = $(`&lt;div id=&quot;html_cefdc437fdb53dad548304e1b11aa566&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Murrindindi: crime count = -0.7138800709893022&lt;/div&gt;`)[0];\n",
+       "                popup_de2277286f0e126a66eb5d7daaa37fbd.setContent(html_cefdc437fdb53dad548304e1b11aa566);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_95193fe7bdcd211f1d53c7997a87f012.bindPopup(popup_de2277286f0e126a66eb5d7daaa37fbd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_752abbfa3352b91c1f18abcf301bea1c = L.circleMarker(\n",
+       "                [-37.66789634742857, 145.15669465924947],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_df2df2049d2e34ccb84f67e44e0aa4d2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_de5a35769c56395d69ae397977467779 = $(`&lt;div id=&quot;html_de5a35769c56395d69ae397977467779&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_df2df2049d2e34ccb84f67e44e0aa4d2.setContent(html_de5a35769c56395d69ae397977467779);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_752abbfa3352b91c1f18abcf301bea1c.bindPopup(popup_df2df2049d2e34ccb84f67e44e0aa4d2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e08dd7c263bdcc1659c2072614de4fb5 = L.circleMarker(\n",
+       "                [-37.62706070642872, 145.28846019032892],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b4b99fc31ed7105b0222d14896f55671 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_788a65e50e6ca856d71bc629e0f45703 = $(`&lt;div id=&quot;html_788a65e50e6ca856d71bc629e0f45703&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_b4b99fc31ed7105b0222d14896f55671.setContent(html_788a65e50e6ca856d71bc629e0f45703);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e08dd7c263bdcc1659c2072614de4fb5.bindPopup(popup_b4b99fc31ed7105b0222d14896f55671)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bb6cd1109a07763d8f761a40031dd824 = L.circleMarker(\n",
+       "                [-37.69787426230511, 145.28361107344818],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_98e2d5d0dc47dbff8e4f2e7610b01805 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_73cdf1487fc6f8778923c38566fbf1fb = $(`&lt;div id=&quot;html_73cdf1487fc6f8778923c38566fbf1fb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_98e2d5d0dc47dbff8e4f2e7610b01805.setContent(html_73cdf1487fc6f8778923c38566fbf1fb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bb6cd1109a07763d8f761a40031dd824.bindPopup(popup_98e2d5d0dc47dbff8e4f2e7610b01805)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_86bdf4a1b100fa31b7542c883d9e2c94 = L.circleMarker(\n",
+       "                [-37.5385263377976, 145.2702918521582],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_564a08c4b8fbf8a228a1d07e9f43a7e9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d51b067a5f1adcaedc59a850c7c67d5f = $(`&lt;div id=&quot;html_d51b067a5f1adcaedc59a850c7c67d5f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_564a08c4b8fbf8a228a1d07e9f43a7e9.setContent(html_d51b067a5f1adcaedc59a850c7c67d5f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_86bdf4a1b100fa31b7542c883d9e2c94.bindPopup(popup_564a08c4b8fbf8a228a1d07e9f43a7e9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a164989b9ec36f38e1db6136e1104559 = L.circleMarker(\n",
+       "                [-37.66165000918392, 145.26227422861325],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e527dc4b096125a51c5492c916ef137f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_45799429494cc5ee94bc814d25e00978 = $(`&lt;div id=&quot;html_45799429494cc5ee94bc814d25e00978&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_e527dc4b096125a51c5492c916ef137f.setContent(html_45799429494cc5ee94bc814d25e00978);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a164989b9ec36f38e1db6136e1104559.bindPopup(popup_e527dc4b096125a51c5492c916ef137f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d7db14e501d870c849655bf2b1dae6a9 = L.circleMarker(\n",
+       "                [-37.63752122284802, 145.13472521676843],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f822b984b33ee17469a587ed2a8b8c19 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c8de6915a38a5afc871f14a07f69892d = $(`&lt;div id=&quot;html_c8de6915a38a5afc871f14a07f69892d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_f822b984b33ee17469a587ed2a8b8c19.setContent(html_c8de6915a38a5afc871f14a07f69892d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d7db14e501d870c849655bf2b1dae6a9.bindPopup(popup_f822b984b33ee17469a587ed2a8b8c19)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2fb7914a5ab5ef47a3f3a1da5cfb7bff = L.circleMarker(\n",
+       "                [-37.58326504574599, 145.28739476040116],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_94d544b3a5ae036df8aa5a7633d6ec37 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c813acb3f60c469b52e135b4dc4338e1 = $(`&lt;div id=&quot;html_c813acb3f60c469b52e135b4dc4338e1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_94d544b3a5ae036df8aa5a7633d6ec37.setContent(html_c813acb3f60c469b52e135b4dc4338e1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2fb7914a5ab5ef47a3f3a1da5cfb7bff.bindPopup(popup_94d544b3a5ae036df8aa5a7633d6ec37)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_609807723304c41d8ce28cdc4b68c76c = L.circleMarker(\n",
+       "                [-37.706690842598015, 145.1891359517384],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c87c64315788f2879994a00250787bb7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e57abfc2764a8c558975b5896f7a8877 = $(`&lt;div id=&quot;html_e57abfc2764a8c558975b5896f7a8877&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_c87c64315788f2879994a00250787bb7.setContent(html_e57abfc2764a8c558975b5896f7a8877);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_609807723304c41d8ce28cdc4b68c76c.bindPopup(popup_c87c64315788f2879994a00250787bb7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0cd5b58e3abc9d0433c20364ee7901a4 = L.circleMarker(\n",
+       "                [-37.6071117398757, 145.2231492829957],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_75519312d032c2b0ecc2bd552d53c25b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9f5c81b9f46ae7ccede1b498041e315f = $(`&lt;div id=&quot;html_9f5c81b9f46ae7ccede1b498041e315f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_75519312d032c2b0ecc2bd552d53c25b.setContent(html_9f5c81b9f46ae7ccede1b498041e315f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0cd5b58e3abc9d0433c20364ee7901a4.bindPopup(popup_75519312d032c2b0ecc2bd552d53c25b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1ab096e1eaa4d3888a28a0e13bec972a = L.circleMarker(\n",
+       "                [-37.66727056156234, 145.18828622681528],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_edf7a42aac8eae35ce4dd7ae98b54afd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_22473221674f1a7863ce543a53c6f7b6 = $(`&lt;div id=&quot;html_22473221674f1a7863ce543a53c6f7b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_edf7a42aac8eae35ce4dd7ae98b54afd.setContent(html_22473221674f1a7863ce543a53c6f7b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1ab096e1eaa4d3888a28a0e13bec972a.bindPopup(popup_edf7a42aac8eae35ce4dd7ae98b54afd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_01b889dac98baaea48d82ecdbfba8905 = L.circleMarker(\n",
+       "                [-37.68913433636703, 145.23160967030077],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_83f21950306e75d4662719fcd699bd22 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c7fdc89596b456a468e7224370551f11 = $(`&lt;div id=&quot;html_c7fdc89596b456a468e7224370551f11&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_83f21950306e75d4662719fcd699bd22.setContent(html_c7fdc89596b456a468e7224370551f11);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_01b889dac98baaea48d82ecdbfba8905.bindPopup(popup_83f21950306e75d4662719fcd699bd22)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ebec1f32b25dba3aaaffb650c3f831f7 = L.circleMarker(\n",
+       "                [-37.64278146181178, 145.24647514673097],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8a09d156586e96905a11bc0bb5b0c891 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9d8f538866628f9761a6eab047b3611f = $(`&lt;div id=&quot;html_9d8f538866628f9761a6eab047b3611f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_8a09d156586e96905a11bc0bb5b0c891.setContent(html_9d8f538866628f9761a6eab047b3611f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ebec1f32b25dba3aaaffb650c3f831f7.bindPopup(popup_8a09d156586e96905a11bc0bb5b0c891)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2d7df6afdaa1ce3a048bc563eaa14088 = L.circleMarker(\n",
+       "                [-37.72582037898939, 145.21572250214646],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6ed0879d1b0465aa5a64667fb15453e0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1af03edef2545933374de47b548c7470 = $(`&lt;div id=&quot;html_1af03edef2545933374de47b548c7470&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_6ed0879d1b0465aa5a64667fb15453e0.setContent(html_1af03edef2545933374de47b548c7470);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2d7df6afdaa1ce3a048bc563eaa14088.bindPopup(popup_6ed0879d1b0465aa5a64667fb15453e0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_af173b2d1c67333c1f7e70cad0b1de97 = L.circleMarker(\n",
+       "                [-37.59687941324688, 145.14310522699898],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4c9c04a675d90aeedde27a520c519995 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a0530cacf8453b6630f466d5052e3100 = $(`&lt;div id=&quot;html_a0530cacf8453b6630f466d5052e3100&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_4c9c04a675d90aeedde27a520c519995.setContent(html_a0530cacf8453b6630f466d5052e3100);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_af173b2d1c67333c1f7e70cad0b1de97.bindPopup(popup_4c9c04a675d90aeedde27a520c519995)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d5b06a4dcda70f7ffec807d35defecbf = L.circleMarker(\n",
+       "                [-37.56437505673277, 145.20680356718208],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3edb4aeb055a351f6818e8d38971df3b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8cb46262ea8142c1b26a249da77c2ea9 = $(`&lt;div id=&quot;html_8cb46262ea8142c1b26a249da77c2ea9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_3edb4aeb055a351f6818e8d38971df3b.setContent(html_8cb46262ea8142c1b26a249da77c2ea9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d5b06a4dcda70f7ffec807d35defecbf.bindPopup(popup_3edb4aeb055a351f6818e8d38971df3b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5256635d8d97ce507100bfb104d51b8e = L.circleMarker(\n",
+       "                [-37.65823710044126, 145.3136846824941],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5844f8b9f2b8c750d27f586bace3424d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca9353c5c4242e966cdfb45c50522210 = $(`&lt;div id=&quot;html_ca9353c5c4242e966cdfb45c50522210&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_5844f8b9f2b8c750d27f586bace3424d.setContent(html_ca9353c5c4242e966cdfb45c50522210);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5256635d8d97ce507100bfb104d51b8e.bindPopup(popup_5844f8b9f2b8c750d27f586bace3424d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d90d89c8615bb3c0c80d1d92c91ab562 = L.circleMarker(\n",
+       "                [-37.60216087319472, 145.18553497223095],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bdaf010810bb55f71409c69e4c0bf417 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_42af9cb8d32dcede07362eb4d04b0f8b = $(`&lt;div id=&quot;html_42af9cb8d32dcede07362eb4d04b0f8b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_bdaf010810bb55f71409c69e4c0bf417.setContent(html_42af9cb8d32dcede07362eb4d04b0f8b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d90d89c8615bb3c0c80d1d92c91ab562.bindPopup(popup_bdaf010810bb55f71409c69e4c0bf417)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e1930d98e732a4d28d21535052e9d757 = L.circleMarker(\n",
+       "                [-37.6375502198405, 145.19429164913038],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_be975c457698cf96b0f948e105e2ff2d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6533c3ec6646b842e90c377a36d122f6 = $(`&lt;div id=&quot;html_6533c3ec6646b842e90c377a36d122f6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_be975c457698cf96b0f948e105e2ff2d.setContent(html_6533c3ec6646b842e90c377a36d122f6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e1930d98e732a4d28d21535052e9d757.bindPopup(popup_be975c457698cf96b0f948e105e2ff2d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9f332096f9ee931caee9fec10f68aab9 = L.circleMarker(\n",
+       "                [-37.66743769018927, 145.11234928730457],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff1ddff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff1ddff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6e74c640af9b3a21904649cc12df8335 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4ea7570c2169a962baf0edbee2a68649 = $(`&lt;div id=&quot;html_4ea7570c2169a962baf0edbee2a68649&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Nillumbik: crime count = -0.4779764527697721&lt;/div&gt;`)[0];\n",
+       "                popup_6e74c640af9b3a21904649cc12df8335.setContent(html_4ea7570c2169a962baf0edbee2a68649);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9f332096f9ee931caee9fec10f68aab9.bindPopup(popup_6e74c640af9b3a21904649cc12df8335)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dbae74d9837c5ee7d90722176b0cd76e = L.circleMarker(\n",
+       "                [-36.809857144111, 142.62115681118706],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_72fc9e6ebece5053460115c9be029d6e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_84f4485a72389b2e25f9845eac3b10b6 = $(`&lt;div id=&quot;html_84f4485a72389b2e25f9845eac3b10b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_72fc9e6ebece5053460115c9be029d6e.setContent(html_84f4485a72389b2e25f9845eac3b10b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dbae74d9837c5ee7d90722176b0cd76e.bindPopup(popup_72fc9e6ebece5053460115c9be029d6e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f537cd9086c190ba4886dc968f87ab1f = L.circleMarker(\n",
+       "                [-36.71155383819474, 142.779432259401],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f9b5b2b7d2fd3d4072f66bb4aced6c2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c7eedf5ab6b2a30c46ec2bc8540b8a5d = $(`&lt;div id=&quot;html_c7eedf5ab6b2a30c46ec2bc8540b8a5d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_8f9b5b2b7d2fd3d4072f66bb4aced6c2.setContent(html_c7eedf5ab6b2a30c46ec2bc8540b8a5d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f537cd9086c190ba4886dc968f87ab1f.bindPopup(popup_8f9b5b2b7d2fd3d4072f66bb4aced6c2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2c8b60beccd25e8fcf84f51d25330dde = L.circleMarker(\n",
+       "                [-36.50478406321158, 142.81485492134348],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f90de0027385ec345afd4476383523d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_75d78aa5f03d38bfa5236f06b4a35b90 = $(`&lt;div id=&quot;html_75d78aa5f03d38bfa5236f06b4a35b90&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_f90de0027385ec345afd4476383523d9.setContent(html_75d78aa5f03d38bfa5236f06b4a35b90);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2c8b60beccd25e8fcf84f51d25330dde.bindPopup(popup_f90de0027385ec345afd4476383523d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c3538f19d65bc01c5496fee857d880c1 = L.circleMarker(\n",
+       "                [-36.424754583209726, 143.21939006596514],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e1097fc02aaa7c8c9a4b3d213e0db007 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8245520cdc9e8d99b09f3e21495628e8 = $(`&lt;div id=&quot;html_8245520cdc9e8d99b09f3e21495628e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_e1097fc02aaa7c8c9a4b3d213e0db007.setContent(html_8245520cdc9e8d99b09f3e21495628e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c3538f19d65bc01c5496fee857d880c1.bindPopup(popup_e1097fc02aaa7c8c9a4b3d213e0db007)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aef06737d280b294be801ca80383fba0 = L.circleMarker(\n",
+       "                [-36.907844119413646, 142.64518598745306],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_302ce2dba01c598c03ca11905bd270b5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_348a2c4da2036d82e3dcb6e68d488bdd = $(`&lt;div id=&quot;html_348a2c4da2036d82e3dcb6e68d488bdd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_302ce2dba01c598c03ca11905bd270b5.setContent(html_348a2c4da2036d82e3dcb6e68d488bdd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aef06737d280b294be801ca80383fba0.bindPopup(popup_302ce2dba01c598c03ca11905bd270b5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b8fcf7e6b88c27454a40520f10907658 = L.circleMarker(\n",
+       "                [-36.822564088796256, 143.06349699075642],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1d95d861b4d904788515a912f0c482e6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_30f2c30b42dcc6987d97fd2f5c1618ec = $(`&lt;div id=&quot;html_30f2c30b42dcc6987d97fd2f5c1618ec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_1d95d861b4d904788515a912f0c482e6.setContent(html_30f2c30b42dcc6987d97fd2f5c1618ec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b8fcf7e6b88c27454a40520f10907658.bindPopup(popup_1d95d861b4d904788515a912f0c482e6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7d1a3a89e9cd74e0c69c138e8587fd56 = L.circleMarker(\n",
+       "                [-36.53958017321915, 143.294799893881],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d512b17efb55452d3cd3e46b6a8fcfe0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0622ce65e329eca95a4ef24d6983720a = $(`&lt;div id=&quot;html_0622ce65e329eca95a4ef24d6983720a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_d512b17efb55452d3cd3e46b6a8fcfe0.setContent(html_0622ce65e329eca95a4ef24d6983720a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7d1a3a89e9cd74e0c69c138e8587fd56.bindPopup(popup_d512b17efb55452d3cd3e46b6a8fcfe0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b37883b244a369daacaaf6ad2746792d = L.circleMarker(\n",
+       "                [-37.13501807789677, 142.62618920754738],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cb55eb06f4698c3a27062652f26e211e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b929463244dab38167863fcfc9301b09 = $(`&lt;div id=&quot;html_b929463244dab38167863fcfc9301b09&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_cb55eb06f4698c3a27062652f26e211e.setContent(html_b929463244dab38167863fcfc9301b09);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b37883b244a369daacaaf6ad2746792d.bindPopup(popup_cb55eb06f4698c3a27062652f26e211e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9f42d040a53289918294ffc5b821ce6b = L.circleMarker(\n",
+       "                [-36.62609512436283, 143.3255703400108],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2ee4f17ecdc47c4b377f89b9ea4b6fae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_745a61f9f2b8dc5cc68a808e4e63cf2b = $(`&lt;div id=&quot;html_745a61f9f2b8dc5cc68a808e4e63cf2b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_2ee4f17ecdc47c4b377f89b9ea4b6fae.setContent(html_745a61f9f2b8dc5cc68a808e4e63cf2b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9f42d040a53289918294ffc5b821ce6b.bindPopup(popup_2ee4f17ecdc47c4b377f89b9ea4b6fae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5ba9c2fe1b42191819aed34c1e5a646d = L.circleMarker(\n",
+       "                [-36.58340934365776, 142.98245241565792],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_99605dc5ad6f5a343cb1439180f9e0d7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9ec90ae2da6e3bb7cc7d528113ebe96b = $(`&lt;div id=&quot;html_9ec90ae2da6e3bb7cc7d528113ebe96b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_99605dc5ad6f5a343cb1439180f9e0d7.setContent(html_9ec90ae2da6e3bb7cc7d528113ebe96b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5ba9c2fe1b42191819aed34c1e5a646d.bindPopup(popup_99605dc5ad6f5a343cb1439180f9e0d7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8f21cbb737f4d3e385015a024a77d976 = L.circleMarker(\n",
+       "                [-36.80630351769639, 143.4181147023982],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0ba24fab79b7e30483329f29e5cfb54e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_48a0ee239bf14fe6ad8509b7c7eb71c6 = $(`&lt;div id=&quot;html_48a0ee239bf14fe6ad8509b7c7eb71c6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_0ba24fab79b7e30483329f29e5cfb54e.setContent(html_48a0ee239bf14fe6ad8509b7c7eb71c6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8f21cbb737f4d3e385015a024a77d976.bindPopup(popup_0ba24fab79b7e30483329f29e5cfb54e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e6ebe55f53be403a32f871eb2fc2ee08 = L.circleMarker(\n",
+       "                [-36.67428557740583, 143.08751840698258],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_18139120d557a960e40992a1a2fc772a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_99baf1a444f7da6cb01e6d88f4e2bcec = $(`&lt;div id=&quot;html_99baf1a444f7da6cb01e6d88f4e2bcec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_18139120d557a960e40992a1a2fc772a.setContent(html_99baf1a444f7da6cb01e6d88f4e2bcec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e6ebe55f53be403a32f871eb2fc2ee08.bindPopup(popup_18139120d557a960e40992a1a2fc772a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_798bb7b8082ec4542a655c3aeb265687 = L.circleMarker(\n",
+       "                [-36.656891992544246, 142.9563802397315],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0d1471545607c660d93aabdade8f04c4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f4c22c04ec4d5fcc37c995f468e5c14d = $(`&lt;div id=&quot;html_f4c22c04ec4d5fcc37c995f468e5c14d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_0d1471545607c660d93aabdade8f04c4.setContent(html_f4c22c04ec4d5fcc37c995f468e5c14d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_798bb7b8082ec4542a655c3aeb265687.bindPopup(popup_0d1471545607c660d93aabdade8f04c4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ba7ad6fddd6cbd794a364206b5df8a58 = L.circleMarker(\n",
+       "                [-37.13779222913833, 142.6924683802415],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9ab369b41d26092615fe579651adc866 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d5310dea8653a0c14798cb92e032ef50 = $(`&lt;div id=&quot;html_d5310dea8653a0c14798cb92e032ef50&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_9ab369b41d26092615fe579651adc866.setContent(html_d5310dea8653a0c14798cb92e032ef50);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ba7ad6fddd6cbd794a364206b5df8a58.bindPopup(popup_9ab369b41d26092615fe579651adc866)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d8fedd170a83db9ffe01a3bce27bf5f4 = L.circleMarker(\n",
+       "                [-37.12976201907873, 142.99484608092408],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d3314851aa57655c27f790de7f397dea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_68d217ab475b8efa30943acc0c2bc832 = $(`&lt;div id=&quot;html_68d217ab475b8efa30943acc0c2bc832&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_d3314851aa57655c27f790de7f397dea.setContent(html_68d217ab475b8efa30943acc0c2bc832);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d8fedd170a83db9ffe01a3bce27bf5f4.bindPopup(popup_d3314851aa57655c27f790de7f397dea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1deb6e752f1121911ff4bc218b3788e8 = L.circleMarker(\n",
+       "                [-37.09376780938007, 142.5766441073015],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ec4b4b535b21a66f20bebe46b07da300 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6d834db295918e0bbdbb2995625ad829 = $(`&lt;div id=&quot;html_6d834db295918e0bbdbb2995625ad829&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_ec4b4b535b21a66f20bebe46b07da300.setContent(html_6d834db295918e0bbdbb2995625ad829);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1deb6e752f1121911ff4bc218b3788e8.bindPopup(popup_ec4b4b535b21a66f20bebe46b07da300)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1eb13e8462774243402e5d6478d4f3ed = L.circleMarker(\n",
+       "                [-36.976625707298695, 142.75848125418742],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_51156265de8fd827471e92a66c0ca5d2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7fb8dcb972944c71986919f81f8fc906 = $(`&lt;div id=&quot;html_7fb8dcb972944c71986919f81f8fc906&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_51156265de8fd827471e92a66c0ca5d2.setContent(html_7fb8dcb972944c71986919f81f8fc906);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1eb13e8462774243402e5d6478d4f3ed.bindPopup(popup_51156265de8fd827471e92a66c0ca5d2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1516b9995003cee2149e48e2026bc49e = L.circleMarker(\n",
+       "                [-36.721659541395816, 142.99347624874568],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_454f008ab365aefa7e53bed1a7eeb361 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b77de7e9e18284194064d9f1a555f9cf = $(`&lt;div id=&quot;html_b77de7e9e18284194064d9f1a555f9cf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_454f008ab365aefa7e53bed1a7eeb361.setContent(html_b77de7e9e18284194064d9f1a555f9cf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1516b9995003cee2149e48e2026bc49e.bindPopup(popup_454f008ab365aefa7e53bed1a7eeb361)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e84517e12ccd904e5a50ec3b900f0de8 = L.circleMarker(\n",
+       "                [-36.70730269653013, 143.24614530376863],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0039af5c2477fde8a6e039fe40c87969 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6554ffb8ca86a0386eaa82e95daaa5a3 = $(`&lt;div id=&quot;html_6554ffb8ca86a0386eaa82e95daaa5a3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_0039af5c2477fde8a6e039fe40c87969.setContent(html_6554ffb8ca86a0386eaa82e95daaa5a3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e84517e12ccd904e5a50ec3b900f0de8.bindPopup(popup_0039af5c2477fde8a6e039fe40c87969)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2c54aeb78cdadde25426145d7e0870cf = L.circleMarker(\n",
+       "                [-36.46741872032793, 143.20755367776724],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_37c3bf616a867327b14408ad946597d6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_370ba8cf49d4f93b6ea5ba8913d56e9f = $(`&lt;div id=&quot;html_370ba8cf49d4f93b6ea5ba8913d56e9f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_37c3bf616a867327b14408ad946597d6.setContent(html_370ba8cf49d4f93b6ea5ba8913d56e9f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2c54aeb78cdadde25426145d7e0870cf.bindPopup(popup_37c3bf616a867327b14408ad946597d6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a27e829ae8321b81b62e147c9232f396 = L.circleMarker(\n",
+       "                [-36.873244274681895, 143.39048329769162],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fa554475b60040266bd34531c0227cd1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d4da36384d00ffb8fbc6c4486b0f0e37 = $(`&lt;div id=&quot;html_d4da36384d00ffb8fbc6c4486b0f0e37&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_fa554475b60040266bd34531c0227cd1.setContent(html_d4da36384d00ffb8fbc6c4486b0f0e37);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a27e829ae8321b81b62e147c9232f396.bindPopup(popup_fa554475b60040266bd34531c0227cd1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7a5131427066aaa857249792cb08d969 = L.circleMarker(\n",
+       "                [-36.61977812096324, 142.8964717475516],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_34a7989cd3057468cee259df5e6a57d7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ff237f27a68b77f9846633c6856dba4e = $(`&lt;div id=&quot;html_ff237f27a68b77f9846633c6856dba4e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_34a7989cd3057468cee259df5e6a57d7.setContent(html_ff237f27a68b77f9846633c6856dba4e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7a5131427066aaa857249792cb08d969.bindPopup(popup_34a7989cd3057468cee259df5e6a57d7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2d1fb93018dcd382a207130471e98d8b = L.circleMarker(\n",
+       "                [-36.80557199725708, 142.90902785551768],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_03f7bddc9cde438d8d825747576ee2b9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6554e0720a6c48aa5cd95897cde2fec0 = $(`&lt;div id=&quot;html_6554e0720a6c48aa5cd95897cde2fec0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_03f7bddc9cde438d8d825747576ee2b9.setContent(html_6554e0720a6c48aa5cd95897cde2fec0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2d1fb93018dcd382a207130471e98d8b.bindPopup(popup_03f7bddc9cde438d8d825747576ee2b9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6c0b357f49ccb3a7f8f6c761450ec8de = L.circleMarker(\n",
+       "                [-36.93244020377228, 142.94451369421472],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_54f3814ef987044e2099afa6466c0ce7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8346bb77f55cde6ebb229b843f48a19c = $(`&lt;div id=&quot;html_8346bb77f55cde6ebb229b843f48a19c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_54f3814ef987044e2099afa6466c0ce7.setContent(html_8346bb77f55cde6ebb229b843f48a19c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6c0b357f49ccb3a7f8f6c761450ec8de.bindPopup(popup_54f3814ef987044e2099afa6466c0ce7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_16c58e1a4deb61b85313e29382f94f91 = L.circleMarker(\n",
+       "                [-36.98483282488869, 142.55407299420648],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_73b3bb68692705291df8d98bdb033f96 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0177dd5dffdcb6b8d7aa8e54b8a60d7d = $(`&lt;div id=&quot;html_0177dd5dffdcb6b8d7aa8e54b8a60d7d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_73b3bb68692705291df8d98bdb033f96.setContent(html_0177dd5dffdcb6b8d7aa8e54b8a60d7d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_16c58e1a4deb61b85313e29382f94f91.bindPopup(popup_73b3bb68692705291df8d98bdb033f96)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_39f5b71622ae433a606bc5c7cebbf86e = L.circleMarker(\n",
+       "                [-37.092867834045016, 142.64479529299788],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c0556c8f7d4570d5b2554e37ad8dfd28 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8e2a1c381dfdc5472c8ed37728e3e386 = $(`&lt;div id=&quot;html_8e2a1c381dfdc5472c8ed37728e3e386&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_c0556c8f7d4570d5b2554e37ad8dfd28.setContent(html_8e2a1c381dfdc5472c8ed37728e3e386);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_39f5b71622ae433a606bc5c7cebbf86e.bindPopup(popup_c0556c8f7d4570d5b2554e37ad8dfd28)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6bfd2432fb2427921093114a5ba22b4a = L.circleMarker(\n",
+       "                [-37.03348935018665, 142.62526935900368],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d32a949a35142b971fd8e73a2e408ba7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9339d34fe2bfbafed57942bac1051967 = $(`&lt;div id=&quot;html_9339d34fe2bfbafed57942bac1051967&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_d32a949a35142b971fd8e73a2e408ba7.setContent(html_9339d34fe2bfbafed57942bac1051967);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6bfd2432fb2427921093114a5ba22b4a.bindPopup(popup_d32a949a35142b971fd8e73a2e408ba7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_db26d840034192e6a55c78762e100296 = L.circleMarker(\n",
+       "                [-36.97418283004352, 142.45618983349348],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ce61cc6bb69ad6ecfcf0519eab1ad7f7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0cf4ba8f01a45049bd0c31221d8d083b = $(`&lt;div id=&quot;html_0cf4ba8f01a45049bd0c31221d8d083b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_ce61cc6bb69ad6ecfcf0519eab1ad7f7.setContent(html_0cf4ba8f01a45049bd0c31221d8d083b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_db26d840034192e6a55c78762e100296.bindPopup(popup_ce61cc6bb69ad6ecfcf0519eab1ad7f7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4f60d23a94600e907fdf8148bc11b256 = L.circleMarker(\n",
+       "                [-37.070074469345286, 143.08010268381335],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2d534434cfce4ef0aaff13f0dc503baa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fe371c15ca9cb6341db6110b81adffd6 = $(`&lt;div id=&quot;html_fe371c15ca9cb6341db6110b81adffd6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_2d534434cfce4ef0aaff13f0dc503baa.setContent(html_fe371c15ca9cb6341db6110b81adffd6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4f60d23a94600e907fdf8148bc11b256.bindPopup(popup_2d534434cfce4ef0aaff13f0dc503baa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1d6b09f67095a117dadd06e8f8650a92 = L.circleMarker(\n",
+       "                [-36.532772477702295, 143.19455884167093],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c75ca0288e4dec9b62d3573b8ffe8243 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1eabe5063867ee8df9a19448e08c59e1 = $(`&lt;div id=&quot;html_1eabe5063867ee8df9a19448e08c59e1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_c75ca0288e4dec9b62d3573b8ffe8243.setContent(html_1eabe5063867ee8df9a19448e08c59e1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1d6b09f67095a117dadd06e8f8650a92.bindPopup(popup_c75ca0288e4dec9b62d3573b8ffe8243)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_73e22017759779529316ed22aa4be96f = L.circleMarker(\n",
+       "                [-37.04624136771004, 142.87400070859735],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0f91847dbbd83acabb1dbf8632e2b89e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_494ed6752fb0764a020b8034f852cfd1 = $(`&lt;div id=&quot;html_494ed6752fb0764a020b8034f852cfd1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_0f91847dbbd83acabb1dbf8632e2b89e.setContent(html_494ed6752fb0764a020b8034f852cfd1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_73e22017759779529316ed22aa4be96f.bindPopup(popup_0f91847dbbd83acabb1dbf8632e2b89e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9c948922bcfb0873aa4eebcc8c96feed = L.circleMarker(\n",
+       "                [-37.067434112775445, 142.6914612427635],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5dc8e57370cd9265a5d036302f2ea6d3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ddb5aa8a907975a9133a382965400f41 = $(`&lt;div id=&quot;html_ddb5aa8a907975a9133a382965400f41&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_5dc8e57370cd9265a5d036302f2ea6d3.setContent(html_ddb5aa8a907975a9133a382965400f41);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9c948922bcfb0873aa4eebcc8c96feed.bindPopup(popup_5dc8e57370cd9265a5d036302f2ea6d3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4d1d19a882067ad87e84de011dfdac9b = L.circleMarker(\n",
+       "                [-36.61783875716633, 143.24848680756605],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_edccb1228bf114e4d8fe2ebd447f4f31 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0abfa5b3b362f8ff4b1c898a5d8523eb = $(`&lt;div id=&quot;html_0abfa5b3b362f8ff4b1c898a5d8523eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_edccb1228bf114e4d8fe2ebd447f4f31.setContent(html_0abfa5b3b362f8ff4b1c898a5d8523eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4d1d19a882067ad87e84de011dfdac9b.bindPopup(popup_edccb1228bf114e4d8fe2ebd447f4f31)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c2e81262a2e3fa8b3c6fb4a994667974 = L.circleMarker(\n",
+       "                [-37.21716999002485, 142.459200524688],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_393f54c6bce519b3e43b67e726ea6ed6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4d380b160f3c8338bcb7eb0beb36ac04 = $(`&lt;div id=&quot;html_4d380b160f3c8338bcb7eb0beb36ac04&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_393f54c6bce519b3e43b67e726ea6ed6.setContent(html_4d380b160f3c8338bcb7eb0beb36ac04);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c2e81262a2e3fa8b3c6fb4a994667974.bindPopup(popup_393f54c6bce519b3e43b67e726ea6ed6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1a22462458412087d807c80c0939abc5 = L.circleMarker(\n",
+       "                [-37.06312298440214, 142.9994676608813],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ef44e96e6b36e7ae2036c8cee110dff9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a2e1968cb8efadd757c547d0c9f3e9ce = $(`&lt;div id=&quot;html_a2e1968cb8efadd757c547d0c9f3e9ce&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_ef44e96e6b36e7ae2036c8cee110dff9.setContent(html_a2e1968cb8efadd757c547d0c9f3e9ce);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1a22462458412087d807c80c0939abc5.bindPopup(popup_ef44e96e6b36e7ae2036c8cee110dff9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_41d3b40225e0d77a20bcdd04e2a7d03f = L.circleMarker(\n",
+       "                [-36.854614101339145, 143.19544393926935],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f9598c3af7fc663d6efdece9299e717e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_422a6f6263343042eb56aaeb491ae7ff = $(`&lt;div id=&quot;html_422a6f6263343042eb56aaeb491ae7ff&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_f9598c3af7fc663d6efdece9299e717e.setContent(html_422a6f6263343042eb56aaeb491ae7ff);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_41d3b40225e0d77a20bcdd04e2a7d03f.bindPopup(popup_f9598c3af7fc663d6efdece9299e717e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7669cd8ece3e18f20214be420778ea9a = L.circleMarker(\n",
+       "                [-36.77373301560662, 142.96216821540818],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_abab2ef26cc0d8038334ab5439ac3c74 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_78d8973219ad0fa0b4efb23af8d19bc1 = $(`&lt;div id=&quot;html_78d8973219ad0fa0b4efb23af8d19bc1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_abab2ef26cc0d8038334ab5439ac3c74.setContent(html_78d8973219ad0fa0b4efb23af8d19bc1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7669cd8ece3e18f20214be420778ea9a.bindPopup(popup_abab2ef26cc0d8038334ab5439ac3c74)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4221e59b00845a4d449bad9c032a0c0f = L.circleMarker(\n",
+       "                [-36.92539973431978, 142.79599524392893],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1255d94f0109441ce584c6fb601bb985 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ed213e929c5e6a6de409305c37dcf401 = $(`&lt;div id=&quot;html_ed213e929c5e6a6de409305c37dcf401&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_1255d94f0109441ce584c6fb601bb985.setContent(html_ed213e929c5e6a6de409305c37dcf401);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4221e59b00845a4d449bad9c032a0c0f.bindPopup(popup_1255d94f0109441ce584c6fb601bb985)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_75aafe94f8f4eb58da136f03ec8bb5fc = L.circleMarker(\n",
+       "                [-37.00738556781557, 143.06477172111698],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a037201f4859b8948a971fd0efd2b49d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f2cdbed39c617b366fd51da085cef412 = $(`&lt;div id=&quot;html_f2cdbed39c617b366fd51da085cef412&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_a037201f4859b8948a971fd0efd2b49d.setContent(html_f2cdbed39c617b366fd51da085cef412);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_75aafe94f8f4eb58da136f03ec8bb5fc.bindPopup(popup_a037201f4859b8948a971fd0efd2b49d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1bb89a5231dfc33a5a04a2d0e7418812 = L.circleMarker(\n",
+       "                [-37.057669240713, 142.77060468856325],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6cf29014689f865a9ccbc8b959c6a2e8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_94191c8572dfdeea8b23db686a3cbda6 = $(`&lt;div id=&quot;html_94191c8572dfdeea8b23db686a3cbda6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_6cf29014689f865a9ccbc8b959c6a2e8.setContent(html_94191c8572dfdeea8b23db686a3cbda6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1bb89a5231dfc33a5a04a2d0e7418812.bindPopup(popup_6cf29014689f865a9ccbc8b959c6a2e8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_09fc6068d44fa5bb14052ef060f4bee7 = L.circleMarker(\n",
+       "                [-36.74714792256108, 142.87647916732706],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ebdf26b91fd32d5315c619f1965e7316 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a7a71022b4f0e60f3158941355e3910b = $(`&lt;div id=&quot;html_a7a71022b4f0e60f3158941355e3910b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_ebdf26b91fd32d5315c619f1965e7316.setContent(html_a7a71022b4f0e60f3158941355e3910b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_09fc6068d44fa5bb14052ef060f4bee7.bindPopup(popup_ebdf26b91fd32d5315c619f1965e7316)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c73f5594febabe74fe1b782eb4ad8574 = L.circleMarker(\n",
+       "                [-36.54382243657125, 142.9279352025507],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_897427c5b8fb70adc48bbbfb99df83eb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cd0ea490391689f9203485b8c829020c = $(`&lt;div id=&quot;html_cd0ea490391689f9203485b8c829020c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_897427c5b8fb70adc48bbbfb99df83eb.setContent(html_cd0ea490391689f9203485b8c829020c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c73f5594febabe74fe1b782eb4ad8574.bindPopup(popup_897427c5b8fb70adc48bbbfb99df83eb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1cf8fde2cd8d53113e5b1eb0f54c3498 = L.circleMarker(\n",
+       "                [-37.0147715566272, 142.99085986589384],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_58ca509d401dc2811830693a994a919c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_347989f41b43b3580b6717059b8a9e59 = $(`&lt;div id=&quot;html_347989f41b43b3580b6717059b8a9e59&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_58ca509d401dc2811830693a994a919c.setContent(html_347989f41b43b3580b6717059b8a9e59);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1cf8fde2cd8d53113e5b1eb0f54c3498.bindPopup(popup_58ca509d401dc2811830693a994a919c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_69afe3e1f9fc042f5a66334917a8d2cb = L.circleMarker(\n",
+       "                [-36.64365954736776, 143.17178449582542],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a63e319f5d01e314bbb9f79aab7159c9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6578c2206241d355e554d9388d5d3f2d = $(`&lt;div id=&quot;html_6578c2206241d355e554d9388d5d3f2d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_a63e319f5d01e314bbb9f79aab7159c9.setContent(html_6578c2206241d355e554d9388d5d3f2d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_69afe3e1f9fc042f5a66334917a8d2cb.bindPopup(popup_a63e319f5d01e314bbb9f79aab7159c9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8996714116c9c31377dfe7cd711e128c = L.circleMarker(\n",
+       "                [-36.79610730611776, 143.28081235733978],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e348161187239dbd0c637956afd39eff = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5bd8d8e1dd3f89494fe8b565377a99de = $(`&lt;div id=&quot;html_5bd8d8e1dd3f89494fe8b565377a99de&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_e348161187239dbd0c637956afd39eff.setContent(html_5bd8d8e1dd3f89494fe8b565377a99de);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8996714116c9c31377dfe7cd711e128c.bindPopup(popup_e348161187239dbd0c637956afd39eff)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_22847e4745cccbd36e3293ab40b72d8e = L.circleMarker(\n",
+       "                [-36.5410443109421, 143.10321876907088],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0f1e3f4f3283a63652419996e0622e42 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8a41372a5823aa6828aec6f337828260 = $(`&lt;div id=&quot;html_8a41372a5823aa6828aec6f337828260&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_0f1e3f4f3283a63652419996e0622e42.setContent(html_8a41372a5823aa6828aec6f337828260);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_22847e4745cccbd36e3293ab40b72d8e.bindPopup(popup_0f1e3f4f3283a63652419996e0622e42)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ceb933c8706f7184ffe700fb286c6a3e = L.circleMarker(\n",
+       "                [-36.94376818184286, 143.04849013581824],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e239d33e0f6952149bde5228be005a5f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f61d3d6e6c782724919d5749bb5b18a1 = $(`&lt;div id=&quot;html_f61d3d6e6c782724919d5749bb5b18a1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_e239d33e0f6952149bde5228be005a5f.setContent(html_f61d3d6e6c782724919d5749bb5b18a1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ceb933c8706f7184ffe700fb286c6a3e.bindPopup(popup_e239d33e0f6952149bde5228be005a5f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f2d3b8eb8e6c3e98de38439e22794667 = L.circleMarker(\n",
+       "                [-36.82282657177296, 142.79406665562365],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fd2d9bbb5eed9429aa978b3ad36e73c9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b527f972c5037d46b4d187e4854f0ac = $(`&lt;div id=&quot;html_4b527f972c5037d46b4d187e4854f0ac&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_fd2d9bbb5eed9429aa978b3ad36e73c9.setContent(html_4b527f972c5037d46b4d187e4854f0ac);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f2d3b8eb8e6c3e98de38439e22794667.bindPopup(popup_fd2d9bbb5eed9429aa978b3ad36e73c9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_284894ca70a1dbf6d5c319ca6a1ded12 = L.circleMarker(\n",
+       "                [-36.64957992256568, 143.40282737829028],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bb99cebcd779eeb067fcb8ade442b443 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_18532592c194d07995d1689a41c284eb = $(`&lt;div id=&quot;html_18532592c194d07995d1689a41c284eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_bb99cebcd779eeb067fcb8ade442b443.setContent(html_18532592c194d07995d1689a41c284eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_284894ca70a1dbf6d5c319ca6a1ded12.bindPopup(popup_bb99cebcd779eeb067fcb8ade442b443)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5cd5412af566e90287e9d59797ea28b4 = L.circleMarker(\n",
+       "                [-36.76879685716427, 143.10324337865055],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4f5b053672db795b5a10fc6ba5cf679c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e4482c6f41b682cf1b98bdcd2505623b = $(`&lt;div id=&quot;html_e4482c6f41b682cf1b98bdcd2505623b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_4f5b053672db795b5a10fc6ba5cf679c.setContent(html_e4482c6f41b682cf1b98bdcd2505623b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5cd5412af566e90287e9d59797ea28b4.bindPopup(popup_4f5b053672db795b5a10fc6ba5cf679c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0ce729ca64c29050650a362a679e73d0 = L.circleMarker(\n",
+       "                [-36.71067527754519, 143.15045357619428],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b2ea16be25ec3744a918a43f5df037e0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a525a0dd1f0651e8baffc8a6c35ee97f = $(`&lt;div id=&quot;html_a525a0dd1f0651e8baffc8a6c35ee97f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_b2ea16be25ec3744a918a43f5df037e0.setContent(html_a525a0dd1f0651e8baffc8a6c35ee97f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0ce729ca64c29050650a362a679e73d0.bindPopup(popup_b2ea16be25ec3744a918a43f5df037e0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_172476ca38cdf5a4f8e64e0dd1b9d32f = L.circleMarker(\n",
+       "                [-36.90550065495648, 143.09801771045554],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2c060974081a02e7113fdd11e5f0eeab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_081c9e6e10957d37a121e2448337e13e = $(`&lt;div id=&quot;html_081c9e6e10957d37a121e2448337e13e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_2c060974081a02e7113fdd11e5f0eeab.setContent(html_081c9e6e10957d37a121e2448337e13e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_172476ca38cdf5a4f8e64e0dd1b9d32f.bindPopup(popup_2c060974081a02e7113fdd11e5f0eeab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_73102b80f2d9de64fba2396a8a5ee5c7 = L.circleMarker(\n",
+       "                [-36.7127733538422, 143.33551025631007],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_66f01c4765b69d2877c249a425d0d9f5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_37af20ebde76291f8b3bf12184255fa6 = $(`&lt;div id=&quot;html_37af20ebde76291f8b3bf12184255fa6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_66f01c4765b69d2877c249a425d0d9f5.setContent(html_37af20ebde76291f8b3bf12184255fa6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_73102b80f2d9de64fba2396a8a5ee5c7.bindPopup(popup_66f01c4765b69d2877c249a425d0d9f5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c15cbe65496b9f1551073f6128593b52 = L.circleMarker(\n",
+       "                [-36.90915255385766, 143.30875779967377],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3029924fed8b482af17ba3671fec9e22 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cfd4985fbf8a7571cde9da9812e1d53c = $(`&lt;div id=&quot;html_cfd4985fbf8a7571cde9da9812e1d53c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_3029924fed8b482af17ba3671fec9e22.setContent(html_cfd4985fbf8a7571cde9da9812e1d53c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c15cbe65496b9f1551073f6128593b52.bindPopup(popup_3029924fed8b482af17ba3671fec9e22)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce84ff669c1b23b3ab09afda983e04df = L.circleMarker(\n",
+       "                [-36.59167395044037, 143.16626549365276],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6283cd2994ac208927f3295cfe2df38a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dbb4fc259c448f89cac71ad331c7cddb = $(`&lt;div id=&quot;html_dbb4fc259c448f89cac71ad331c7cddb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_6283cd2994ac208927f3295cfe2df38a.setContent(html_dbb4fc259c448f89cac71ad331c7cddb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce84ff669c1b23b3ab09afda983e04df.bindPopup(popup_6283cd2994ac208927f3295cfe2df38a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ec26c978957ca5afa0b710eba7ee2b9b = L.circleMarker(\n",
+       "                [-36.60277872930974, 142.81433131444277],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b4b69878f42924893f58aef4ac45e154 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_72ac4fcfffa7c6a9a7f9bcd33408909b = $(`&lt;div id=&quot;html_72ac4fcfffa7c6a9a7f9bcd33408909b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_b4b69878f42924893f58aef4ac45e154.setContent(html_72ac4fcfffa7c6a9a7f9bcd33408909b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ec26c978957ca5afa0b710eba7ee2b9b.bindPopup(popup_b4b69878f42924893f58aef4ac45e154)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_20ac5ebe2d298487a74db5cc311d93c3 = L.circleMarker(\n",
+       "                [-36.86637324542952, 142.8949794429843],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff05e47d5b05d173032216a96a56fe9d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e7bd0400a6ce78221d42ce460ebd81ed = $(`&lt;div id=&quot;html_e7bd0400a6ce78221d42ce460ebd81ed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_ff05e47d5b05d173032216a96a56fe9d.setContent(html_e7bd0400a6ce78221d42ce460ebd81ed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_20ac5ebe2d298487a74db5cc311d93c3.bindPopup(popup_ff05e47d5b05d173032216a96a56fe9d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ae1c3682629f27752f43cb39e16a9da1 = L.circleMarker(\n",
+       "                [-36.96394342805781, 143.0777010981901],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_adafc9d9735e92c142bfa1e8ddf783c3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3cc715a1ae9d11850c898a7bab72ada0 = $(`&lt;div id=&quot;html_3cc715a1ae9d11850c898a7bab72ada0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_adafc9d9735e92c142bfa1e8ddf783c3.setContent(html_3cc715a1ae9d11850c898a7bab72ada0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ae1c3682629f27752f43cb39e16a9da1.bindPopup(popup_adafc9d9735e92c142bfa1e8ddf783c3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b566d95339910438a636f735632bf2df = L.circleMarker(\n",
+       "                [-37.11913522077455, 142.37827101090969],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9574db88c6377974d7b067b6dd60954b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fce41b419bf388a221c3992ed8fe5ef5 = $(`&lt;div id=&quot;html_fce41b419bf388a221c3992ed8fe5ef5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_9574db88c6377974d7b067b6dd60954b.setContent(html_fce41b419bf388a221c3992ed8fe5ef5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b566d95339910438a636f735632bf2df.bindPopup(popup_9574db88c6377974d7b067b6dd60954b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_77115fd4d984264f29a56ab86b6cc521 = L.circleMarker(\n",
+       "                [-36.60439881764934, 143.06572685791824],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8a4b15a92b92c8ed71cd84d91c370f1d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_227e47839efa92f52657286086365c7a = $(`&lt;div id=&quot;html_227e47839efa92f52657286086365c7a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_8a4b15a92b92c8ed71cd84d91c370f1d.setContent(html_227e47839efa92f52657286086365c7a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_77115fd4d984264f29a56ab86b6cc521.bindPopup(popup_8a4b15a92b92c8ed71cd84d91c370f1d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8fb4b5ecd771d4f4d01234f3cc56f540 = L.circleMarker(\n",
+       "                [-37.04637079468507, 142.53184606658246],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f6aee4a969e566ab2c5f5a65183489fb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2732af03c8e63b2a502cf4fbdbd1ecb7 = $(`&lt;div id=&quot;html_2732af03c8e63b2a502cf4fbdbd1ecb7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_f6aee4a969e566ab2c5f5a65183489fb.setContent(html_2732af03c8e63b2a502cf4fbdbd1ecb7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8fb4b5ecd771d4f4d01234f3cc56f540.bindPopup(popup_f6aee4a969e566ab2c5f5a65183489fb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5dd745499da4495a1687b08c4aff23e0 = L.circleMarker(\n",
+       "                [-36.83320521858632, 142.71205708342754],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_62c47e9b5e02102fc2c34988447b3987 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_11194cabdf850e7377864fcf320d6d43 = $(`&lt;div id=&quot;html_11194cabdf850e7377864fcf320d6d43&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_62c47e9b5e02102fc2c34988447b3987.setContent(html_11194cabdf850e7377864fcf320d6d43);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5dd745499da4495a1687b08c4aff23e0.bindPopup(popup_62c47e9b5e02102fc2c34988447b3987)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cde3e2eab98b5f4ca49f1b61958512d7 = L.circleMarker(\n",
+       "                [-36.51911218786854, 143.0191717624494],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b54fb74c87a41669d9a00437722239d5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3ad227b63ccc14f2c46c50487f41517a = $(`&lt;div id=&quot;html_3ad227b63ccc14f2c46c50487f41517a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_b54fb74c87a41669d9a00437722239d5.setContent(html_3ad227b63ccc14f2c46c50487f41517a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cde3e2eab98b5f4ca49f1b61958512d7.bindPopup(popup_b54fb74c87a41669d9a00437722239d5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cb70faeaf52ced8a230b669480e009fc = L.circleMarker(\n",
+       "                [-36.99978857858943, 142.71043815083834],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_24f941c2881a95d04bd28e1ffd0f3d4c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bef697cc77f5f0656c4d8a2de16b28e3 = $(`&lt;div id=&quot;html_bef697cc77f5f0656c4d8a2de16b28e3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_24f941c2881a95d04bd28e1ffd0f3d4c.setContent(html_bef697cc77f5f0656c4d8a2de16b28e3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cb70faeaf52ced8a230b669480e009fc.bindPopup(popup_24f941c2881a95d04bd28e1ffd0f3d4c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8e32d2981c592bbdf8de6b57a602014c = L.circleMarker(\n",
+       "                [-36.68971050281012, 142.88968480166605],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f4d03c1fa737ab4c69d9a81afa9b9539 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_158235fc1f0205a5a970d7cb1d15af89 = $(`&lt;div id=&quot;html_158235fc1f0205a5a970d7cb1d15af89&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_f4d03c1fa737ab4c69d9a81afa9b9539.setContent(html_158235fc1f0205a5a970d7cb1d15af89);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8e32d2981c592bbdf8de6b57a602014c.bindPopup(popup_f4d03c1fa737ab4c69d9a81afa9b9539)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_75ab58333da0d291f4cf85f78344170b = L.circleMarker(\n",
+       "                [-36.59293162564705, 142.91928724167948],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f6898d1b8121c6989a9f438ceacb7be1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_056b09ff8515cfada268566cc49ce748 = $(`&lt;div id=&quot;html_056b09ff8515cfada268566cc49ce748&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_f6898d1b8121c6989a9f438ceacb7be1.setContent(html_056b09ff8515cfada268566cc49ce748);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_75ab58333da0d291f4cf85f78344170b.bindPopup(popup_f6898d1b8121c6989a9f438ceacb7be1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e004bf3988d941ea988cbe8725fca362 = L.circleMarker(\n",
+       "                [-36.678626196650725, 143.017159571653],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_edd6e4a08b8ed2697549e7d07e931cf9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1cc5211293737932bc1d86edcf2d5d77 = $(`&lt;div id=&quot;html_1cc5211293737932bc1d86edcf2d5d77&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_edd6e4a08b8ed2697549e7d07e931cf9.setContent(html_1cc5211293737932bc1d86edcf2d5d77);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e004bf3988d941ea988cbe8725fca362.bindPopup(popup_edd6e4a08b8ed2697549e7d07e931cf9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_51445b15b9d49cdf3fe6847cfffb8b8a = L.circleMarker(\n",
+       "                [-36.5174223795652, 142.89294885029446],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f2f0b9f92d4d30fbbb297f2fe7095b1c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8bcbcd2a5f6be8fc53228f3f0af53f70 = $(`&lt;div id=&quot;html_8bcbcd2a5f6be8fc53228f3f0af53f70&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_f2f0b9f92d4d30fbbb297f2fe7095b1c.setContent(html_8bcbcd2a5f6be8fc53228f3f0af53f70);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_51445b15b9d49cdf3fe6847cfffb8b8a.bindPopup(popup_f2f0b9f92d4d30fbbb297f2fe7095b1c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_11f40ef504b73641c42e5f26d92a4235 = L.circleMarker(\n",
+       "                [-36.76075269648954, 143.1807681490988],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff5e6ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff5e6ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_740b67ccd490ad8a58bd71cc991c95c4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c7b5c0dadd447aa44b4067f2ddade4a3 = $(`&lt;div id=&quot;html_c7b5c0dadd447aa44b4067f2ddade4a3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Northern Grampians: crime count = -0.673968884825273&lt;/div&gt;`)[0];\n",
+       "                popup_740b67ccd490ad8a58bd71cc991c95c4.setContent(html_c7b5c0dadd447aa44b4067f2ddade4a3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_11f40ef504b73641c42e5f26d92a4235.bindPopup(popup_740b67ccd490ad8a58bd71cc991c95c4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_de8a0bcc314c45f7b3486ec7f2c13670 = L.circleMarker(\n",
+       "                [-37.85804001289622, 144.971296353354],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbf88ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbf88ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5f0c7069fce73b6a7671f45aff3a4537 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4adde975953f88864856c13ecefd9fc4 = $(`&lt;div id=&quot;html_4adde975953f88864856c13ecefd9fc4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Port Phillip: crime count = 1.4320588850802&lt;/div&gt;`)[0];\n",
+       "                popup_5f0c7069fce73b6a7671f45aff3a4537.setContent(html_4adde975953f88864856c13ecefd9fc4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_de8a0bcc314c45f7b3486ec7f2c13670.bindPopup(popup_5f0c7069fce73b6a7671f45aff3a4537)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_53002ff61510341fa7f67411474d94dc = L.circleMarker(\n",
+       "                [-37.880793439893445, 144.98548575849955],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbf88ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbf88ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5a47eb5bd67c2e8f5bf8660e7e406e03 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a16d2651c63a4ce044d9d6a4d2e8ddaa = $(`&lt;div id=&quot;html_a16d2651c63a4ce044d9d6a4d2e8ddaa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Port Phillip: crime count = 1.4320588850802&lt;/div&gt;`)[0];\n",
+       "                popup_5a47eb5bd67c2e8f5bf8660e7e406e03.setContent(html_a16d2651c63a4ce044d9d6a4d2e8ddaa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_53002ff61510341fa7f67411474d94dc.bindPopup(popup_5a47eb5bd67c2e8f5bf8660e7e406e03)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6adb0d94e71c089cf623612c6080681e = L.circleMarker(\n",
+       "                [-37.83393785019109, 144.95728935253516],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbf88ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbf88ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f47abc82c01d7b4b1cdd89085422a2ff = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_11d5fdb77c49d6e3aef98aa55c7e1e1d = $(`&lt;div id=&quot;html_11d5fdb77c49d6e3aef98aa55c7e1e1d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Port Phillip: crime count = 1.4320588850802&lt;/div&gt;`)[0];\n",
+       "                popup_f47abc82c01d7b4b1cdd89085422a2ff.setContent(html_11d5fdb77c49d6e3aef98aa55c7e1e1d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6adb0d94e71c089cf623612c6080681e.bindPopup(popup_f47abc82c01d7b4b1cdd89085422a2ff)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_90376ca52037336ef2346e3ceb435235 = L.circleMarker(\n",
+       "                [-37.85113656831543, 144.96203742923856],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbf88ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbf88ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b2a3b55999fc7be43d1dab11bdcd4610 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_48ff2348ada4089f66b21e3864cb298d = $(`&lt;div id=&quot;html_48ff2348ada4089f66b21e3864cb298d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Port Phillip: crime count = 1.4320588850802&lt;/div&gt;`)[0];\n",
+       "                popup_b2a3b55999fc7be43d1dab11bdcd4610.setContent(html_48ff2348ada4089f66b21e3864cb298d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_90376ca52037336ef2346e3ceb435235.bindPopup(popup_b2a3b55999fc7be43d1dab11bdcd4610)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9bcb9a255c232f776972a5bdd258cf47 = L.circleMarker(\n",
+       "                [-37.84514994876879, 144.9609812913343],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbf88ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbf88ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_01d84f11ee5da3b9b40a94b2abb69cae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dce23da999822efc19283bdcad378e57 = $(`&lt;div id=&quot;html_dce23da999822efc19283bdcad378e57&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Port Phillip: crime count = 1.4320588850802&lt;/div&gt;`)[0];\n",
+       "                popup_01d84f11ee5da3b9b40a94b2abb69cae.setContent(html_dce23da999822efc19283bdcad378e57);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9bcb9a255c232f776972a5bdd258cf47.bindPopup(popup_01d84f11ee5da3b9b40a94b2abb69cae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d1f6547bf2987fc0bc7e23900c03ee1a = L.circleMarker(\n",
+       "                [-37.86360422700774, 144.98176825127064],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbf88ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbf88ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a5b9f796b0fec325b6b31ed19ffca50a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ba070ecdc1d6ffe6dff88e729d67bd4e = $(`&lt;div id=&quot;html_ba070ecdc1d6ffe6dff88e729d67bd4e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Port Phillip: crime count = 1.4320588850802&lt;/div&gt;`)[0];\n",
+       "                popup_a5b9f796b0fec325b6b31ed19ffca50a.setContent(html_ba070ecdc1d6ffe6dff88e729d67bd4e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d1f6547bf2987fc0bc7e23900c03ee1a.bindPopup(popup_a5b9f796b0fec325b6b31ed19ffca50a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_920c4a1c2d03169c39f47976bbb737a3 = L.circleMarker(\n",
+       "                [-37.877784369917045, 144.9953006467271],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbf88ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbf88ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_22f9b1734bb1c96ca0cee5ad10087c86 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1fb99cf476a1b66ade85eaa58bc4c06a = $(`&lt;div id=&quot;html_1fb99cf476a1b66ade85eaa58bc4c06a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Port Phillip: crime count = 1.4320588850802&lt;/div&gt;`)[0];\n",
+       "                popup_22f9b1734bb1c96ca0cee5ad10087c86.setContent(html_1fb99cf476a1b66ade85eaa58bc4c06a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_920c4a1c2d03169c39f47976bbb737a3.bindPopup(popup_22f9b1734bb1c96ca0cee5ad10087c86)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b823bfac425a244189ad144f6fec93ed = L.circleMarker(\n",
+       "                [-37.87032981743288, 144.99492803877564],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbf88ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbf88ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f8c05663aacc2e41a92b2c1f5cb47727 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0b25e02d883184d0aea0668db07429df = $(`&lt;div id=&quot;html_0b25e02d883184d0aea0668db07429df&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Port Phillip: crime count = 1.4320588850802&lt;/div&gt;`)[0];\n",
+       "                popup_f8c05663aacc2e41a92b2c1f5cb47727.setContent(html_0b25e02d883184d0aea0668db07429df);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b823bfac425a244189ad144f6fec93ed.bindPopup(popup_f8c05663aacc2e41a92b2c1f5cb47727)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a60b1aa1c29e7e3dddc40b9cfe34fa9b = L.circleMarker(\n",
+       "                [-36.944447131228536, 143.2178729701666],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_12e412610366579c560bf0788153d1bf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_72eaf78778cda720f14b63a0ad578acd = $(`&lt;div id=&quot;html_72eaf78778cda720f14b63a0ad578acd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_12e412610366579c560bf0788153d1bf.setContent(html_72eaf78778cda720f14b63a0ad578acd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a60b1aa1c29e7e3dddc40b9cfe34fa9b.bindPopup(popup_12e412610366579c560bf0788153d1bf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4fd4b3c0c42e724b17d283c9a76fd85e = L.circleMarker(\n",
+       "                [-37.61583040273791, 143.63480024768072],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fc4347eb9cf23ebbc43f806e598bad76 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c703c9137d2a00d62a72db5acc239131 = $(`&lt;div id=&quot;html_c703c9137d2a00d62a72db5acc239131&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_fc4347eb9cf23ebbc43f806e598bad76.setContent(html_c703c9137d2a00d62a72db5acc239131);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4fd4b3c0c42e724b17d283c9a76fd85e.bindPopup(popup_fc4347eb9cf23ebbc43f806e598bad76)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b7718521f68f326af0b44800d4012750 = L.circleMarker(\n",
+       "                [-36.98664076045562, 143.30319785453085],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9068155b6c1d65f2d4a4baa6803d913f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_15bb9afb4f6e5b4a73d945a75f939715 = $(`&lt;div id=&quot;html_15bb9afb4f6e5b4a73d945a75f939715&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_9068155b6c1d65f2d4a4baa6803d913f.setContent(html_15bb9afb4f6e5b4a73d945a75f939715);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b7718521f68f326af0b44800d4012750.bindPopup(popup_9068155b6c1d65f2d4a4baa6803d913f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_38ddab6ac8ead8aa44690f5d8fb184ef = L.circleMarker(\n",
+       "                [-37.68440728353339, 143.18338698282224],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_450196bfd684276dcec9d080a94af6b9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e23b274135ba72ba63cc23744ea518b5 = $(`&lt;div id=&quot;html_e23b274135ba72ba63cc23744ea518b5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_450196bfd684276dcec9d080a94af6b9.setContent(html_e23b274135ba72ba63cc23744ea518b5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_38ddab6ac8ead8aa44690f5d8fb184ef.bindPopup(popup_450196bfd684276dcec9d080a94af6b9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d9e8ad2a3dbc451a2685c3fdc122498d = L.circleMarker(\n",
+       "                [-37.01214523702732, 143.1450534676403],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d9751b8d905ddb3db9a6e7040f28fcfb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_276a188804f5e5236bbb3275117917a2 = $(`&lt;div id=&quot;html_276a188804f5e5236bbb3275117917a2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_d9751b8d905ddb3db9a6e7040f28fcfb.setContent(html_276a188804f5e5236bbb3275117917a2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d9e8ad2a3dbc451a2685c3fdc122498d.bindPopup(popup_d9751b8d905ddb3db9a6e7040f28fcfb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e5390006a9f81e7ee2ce98f055ee993c = L.circleMarker(\n",
+       "                [-37.1250387318137, 143.20318521697993],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_52713217f483c805fe997c1f9c5a2e58 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e5770d4241adf5a35e32401f9df24889 = $(`&lt;div id=&quot;html_e5770d4241adf5a35e32401f9df24889&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_52713217f483c805fe997c1f9c5a2e58.setContent(html_e5770d4241adf5a35e32401f9df24889);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e5390006a9f81e7ee2ce98f055ee993c.bindPopup(popup_52713217f483c805fe997c1f9c5a2e58)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6393f56a38fa990cb1c7eacd38c05b57 = L.circleMarker(\n",
+       "                [-37.44140309687426, 143.3450291632412],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bb9ab6795156cb1dcc3643a30edbcb04 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_32c54262464ebdb3d3666639275e89d9 = $(`&lt;div id=&quot;html_32c54262464ebdb3d3666639275e89d9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_bb9ab6795156cb1dcc3643a30edbcb04.setContent(html_32c54262464ebdb3d3666639275e89d9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6393f56a38fa990cb1c7eacd38c05b57.bindPopup(popup_bb9ab6795156cb1dcc3643a30edbcb04)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0f29f36bcefd12b721c1f6fa8a56813c = L.circleMarker(\n",
+       "                [-37.61469434457287, 143.58604076927298],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_753369df6a20a6d361f81e3bc8f4d99f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_faa9e0905820010a824675cc4bfdfaf0 = $(`&lt;div id=&quot;html_faa9e0905820010a824675cc4bfdfaf0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_753369df6a20a6d361f81e3bc8f4d99f.setContent(html_faa9e0905820010a824675cc4bfdfaf0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0f29f36bcefd12b721c1f6fa8a56813c.bindPopup(popup_753369df6a20a6d361f81e3bc8f4d99f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bee8f71a6cb47ce29a6bf55531259bae = L.circleMarker(\n",
+       "                [-37.379750171488, 143.4972959319434],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_29b3e59cffb6dcbda5bb491372bd770a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_39d9d761b077a783b0d241f2bf42daa7 = $(`&lt;div id=&quot;html_39d9d761b077a783b0d241f2bf42daa7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_29b3e59cffb6dcbda5bb491372bd770a.setContent(html_39d9d761b077a783b0d241f2bf42daa7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bee8f71a6cb47ce29a6bf55531259bae.bindPopup(popup_29b3e59cffb6dcbda5bb491372bd770a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d041f6a181333fabdb16f3cd57f6ab16 = L.circleMarker(\n",
+       "                [-37.08208210691027, 143.4699547052982],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ec5d23dcee7dce9f0f3573e2efcb8a80 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0c171bf19b31c0c0f85211a976f31815 = $(`&lt;div id=&quot;html_0c171bf19b31c0c0f85211a976f31815&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_ec5d23dcee7dce9f0f3573e2efcb8a80.setContent(html_0c171bf19b31c0c0f85211a976f31815);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d041f6a181333fabdb16f3cd57f6ab16.bindPopup(popup_ec5d23dcee7dce9f0f3573e2efcb8a80)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b44d3e9e2d3977dfe73b7687210f14f4 = L.circleMarker(\n",
+       "                [-37.49799703233136, 143.53342376808874],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6e83882c458365ffdd18068976eaed99 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_29721eddb2753764da39ed598ea12c42 = $(`&lt;div id=&quot;html_29721eddb2753764da39ed598ea12c42&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_6e83882c458365ffdd18068976eaed99.setContent(html_29721eddb2753764da39ed598ea12c42);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b44d3e9e2d3977dfe73b7687210f14f4.bindPopup(popup_6e83882c458365ffdd18068976eaed99)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_196bd311c8adf7acaf19352e81df37c7 = L.circleMarker(\n",
+       "                [-37.60891617861465, 143.1531934044541],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bcf4d0bb5735b2f5c30c2c34c8b551e6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4ebed0bc4d00169de22db26d53e5c614 = $(`&lt;div id=&quot;html_4ebed0bc4d00169de22db26d53e5c614&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_bcf4d0bb5735b2f5c30c2c34c8b551e6.setContent(html_4ebed0bc4d00169de22db26d53e5c614);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_196bd311c8adf7acaf19352e81df37c7.bindPopup(popup_bcf4d0bb5735b2f5c30c2c34c8b551e6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a5fee737b8fdbd434340af9a8cafb8f8 = L.circleMarker(\n",
+       "                [-36.98085479109164, 143.55304060503065],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_49cbdde6aff19dd4c500e80dde32e856 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fc567bede9f690ad3cac3f376430e2d8 = $(`&lt;div id=&quot;html_fc567bede9f690ad3cac3f376430e2d8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_49cbdde6aff19dd4c500e80dde32e856.setContent(html_fc567bede9f690ad3cac3f376430e2d8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a5fee737b8fdbd434340af9a8cafb8f8.bindPopup(popup_49cbdde6aff19dd4c500e80dde32e856)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e6d032068d03d2c95420a1c174173d85 = L.circleMarker(\n",
+       "                [-37.49791763584842, 143.44599835050346],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7eb9d077bca62481f3a9995175361722 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_78d4aade62588cd04b6241de7d3f523a = $(`&lt;div id=&quot;html_78d4aade62588cd04b6241de7d3f523a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_7eb9d077bca62481f3a9995175361722.setContent(html_78d4aade62588cd04b6241de7d3f523a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e6d032068d03d2c95420a1c174173d85.bindPopup(popup_7eb9d077bca62481f3a9995175361722)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c33ef97639a35b9d2f3351b930d3da66 = L.circleMarker(\n",
+       "                [-37.56091384414768, 143.59020230848054],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2e67bcb9aa1514cca6bd8ebc3f90e758 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_36bf764d4f705bf721b2f40c0c73cb18 = $(`&lt;div id=&quot;html_36bf764d4f705bf721b2f40c0c73cb18&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_2e67bcb9aa1514cca6bd8ebc3f90e758.setContent(html_36bf764d4f705bf721b2f40c0c73cb18);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c33ef97639a35b9d2f3351b930d3da66.bindPopup(popup_2e67bcb9aa1514cca6bd8ebc3f90e758)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7c92e3cc90d664091391ae58baf3b049 = L.circleMarker(\n",
+       "                [-37.06990971340035, 143.28986216159075],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4e2e32d51bff9d4d2a48f37b232d11f0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2895db78fd62e7b595dbbc6a62ea35de = $(`&lt;div id=&quot;html_2895db78fd62e7b595dbbc6a62ea35de&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_4e2e32d51bff9d4d2a48f37b232d11f0.setContent(html_2895db78fd62e7b595dbbc6a62ea35de);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7c92e3cc90d664091391ae58baf3b049.bindPopup(popup_4e2e32d51bff9d4d2a48f37b232d11f0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9adcd8966e07adc86c1a26c58f442d27 = L.circleMarker(\n",
+       "                [-37.48946381480184, 143.2127872525635],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b002304d0acea1d3fc720dfca7015497 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c26d37db6e11a6251ad8942267dfaad2 = $(`&lt;div id=&quot;html_c26d37db6e11a6251ad8942267dfaad2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_b002304d0acea1d3fc720dfca7015497.setContent(html_c26d37db6e11a6251ad8942267dfaad2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9adcd8966e07adc86c1a26c58f442d27.bindPopup(popup_b002304d0acea1d3fc720dfca7015497)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2340d66bd8752dce95cf889d4c7859e0 = L.circleMarker(\n",
+       "                [-37.26815962296018, 143.3780862070979],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b4333578652c6d62310187a8e7b24fc6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_634ca7d81077e26c1ac826bc0870033b = $(`&lt;div id=&quot;html_634ca7d81077e26c1ac826bc0870033b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_b4333578652c6d62310187a8e7b24fc6.setContent(html_634ca7d81077e26c1ac826bc0870033b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2340d66bd8752dce95cf889d4c7859e0.bindPopup(popup_b4333578652c6d62310187a8e7b24fc6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f0270dc21821d54f9c3cba73cc026ae7 = L.circleMarker(\n",
+       "                [-37.01146266497283, 143.49272607958125],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5772390c47e55eb9f2a8e0cbe6344753 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b3b1047bdcfd7b999daa44eae7e8f991 = $(`&lt;div id=&quot;html_b3b1047bdcfd7b999daa44eae7e8f991&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_5772390c47e55eb9f2a8e0cbe6344753.setContent(html_b3b1047bdcfd7b999daa44eae7e8f991);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f0270dc21821d54f9c3cba73cc026ae7.bindPopup(popup_5772390c47e55eb9f2a8e0cbe6344753)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_abc9282311c7da223f548112834bdb08 = L.circleMarker(\n",
+       "                [-37.34813360996983, 143.5570170640437],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7f8e9e6385176135b958e9a334ea1a59 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9e607c889e9da05f875db6344a0bba5c = $(`&lt;div id=&quot;html_9e607c889e9da05f875db6344a0bba5c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_7f8e9e6385176135b958e9a334ea1a59.setContent(html_9e607c889e9da05f875db6344a0bba5c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_abc9282311c7da223f548112834bdb08.bindPopup(popup_7f8e9e6385176135b958e9a334ea1a59)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_18c840c3454d083f16b4bddb39ec7f1e = L.circleMarker(\n",
+       "                [-37.34120284249179, 143.3064807274548],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6e6b475dc4395a47921ea878cace2b81 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0172b2e9ddad73bbd6915b280289f17a = $(`&lt;div id=&quot;html_0172b2e9ddad73bbd6915b280289f17a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_6e6b475dc4395a47921ea878cace2b81.setContent(html_0172b2e9ddad73bbd6915b280289f17a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_18c840c3454d083f16b4bddb39ec7f1e.bindPopup(popup_6e6b475dc4395a47921ea878cace2b81)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_812ec966ede3eb28881ef49d3165b787 = L.circleMarker(\n",
+       "                [-37.22959162360371, 143.5876760304287],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_346f6bc09af65081250150b4e36d8ae8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_de82fad52f45e52e42bc77005c2c98b3 = $(`&lt;div id=&quot;html_de82fad52f45e52e42bc77005c2c98b3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_346f6bc09af65081250150b4e36d8ae8.setContent(html_de82fad52f45e52e42bc77005c2c98b3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_812ec966ede3eb28881ef49d3165b787.bindPopup(popup_346f6bc09af65081250150b4e36d8ae8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_662d2aad875e81222d6f58597a79f84f = L.circleMarker(\n",
+       "                [-37.59684443782217, 143.4903199407366],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7a6074f9d97a2a85bd5235ed690c3082 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e84b9ddf8a8d66d2aabf9a604ee082b3 = $(`&lt;div id=&quot;html_e84b9ddf8a8d66d2aabf9a604ee082b3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_7a6074f9d97a2a85bd5235ed690c3082.setContent(html_e84b9ddf8a8d66d2aabf9a604ee082b3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_662d2aad875e81222d6f58597a79f84f.bindPopup(popup_7a6074f9d97a2a85bd5235ed690c3082)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4aac779b765b790c7e6d5bba8893088e = L.circleMarker(\n",
+       "                [-37.53481575683323, 143.38723146609382],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_72200684e10f7b224e06af7428fa2b8f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c8a46bb21c972d69a4c086bed29d0629 = $(`&lt;div id=&quot;html_c8a46bb21c972d69a4c086bed29d0629&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_72200684e10f7b224e06af7428fa2b8f.setContent(html_c8a46bb21c972d69a4c086bed29d0629);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4aac779b765b790c7e6d5bba8893088e.bindPopup(popup_72200684e10f7b224e06af7428fa2b8f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9313e0e372d06dde0e1dca3a75a7eb7b = L.circleMarker(\n",
+       "                [-37.07255948893139, 143.38770659765643],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_95eae7951a167e5dada47102076059f7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_094fe65188ed5a187cd71fc35275058d = $(`&lt;div id=&quot;html_094fe65188ed5a187cd71fc35275058d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_95eae7951a167e5dada47102076059f7.setContent(html_094fe65188ed5a187cd71fc35275058d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9313e0e372d06dde0e1dca3a75a7eb7b.bindPopup(popup_95eae7951a167e5dada47102076059f7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8af817ce3000e5377901762b0b74a3d8 = L.circleMarker(\n",
+       "                [-37.53705209116162, 143.29792243694934],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7b66b305272d53392957871cb7f792a5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1ce8b9e86971e82475c774af74f22d56 = $(`&lt;div id=&quot;html_1ce8b9e86971e82475c774af74f22d56&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_7b66b305272d53392957871cb7f792a5.setContent(html_1ce8b9e86971e82475c774af74f22d56);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8af817ce3000e5377901762b0b74a3d8.bindPopup(popup_7b66b305272d53392957871cb7f792a5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5019865d41b50c7f3d6e55c28f89c031 = L.circleMarker(\n",
+       "                [-37.25822266004721, 143.51631437848593],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ce49c393c7d7c8fd8ab72fa96df605a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_02de9e01482ed2b0af9b4fb034df6f59 = $(`&lt;div id=&quot;html_02de9e01482ed2b0af9b4fb034df6f59&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_ce49c393c7d7c8fd8ab72fa96df605a1.setContent(html_02de9e01482ed2b0af9b4fb034df6f59);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5019865d41b50c7f3d6e55c28f89c031.bindPopup(popup_ce49c393c7d7c8fd8ab72fa96df605a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bd3d1531e4c519f1936d2baf5bf761c6 = L.circleMarker(\n",
+       "                [-37.5919060952376, 143.22674480655868],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7fb147a2fe7d53fb2d8969b779f5b163 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8fff199288249f4047dfc6359b612995 = $(`&lt;div id=&quot;html_8fff199288249f4047dfc6359b612995&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_7fb147a2fe7d53fb2d8969b779f5b163.setContent(html_8fff199288249f4047dfc6359b612995);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bd3d1531e4c519f1936d2baf5bf761c6.bindPopup(popup_7fb147a2fe7d53fb2d8969b779f5b163)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4fa5e5ed31bcb99fb617ee9d3b3a9511 = L.circleMarker(\n",
+       "                [-37.44449896874717, 143.48671132547105],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_65cc30bf30366832be78c6db766e59c1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_abadd5fcadba553d7e86258944ba289b = $(`&lt;div id=&quot;html_abadd5fcadba553d7e86258944ba289b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_65cc30bf30366832be78c6db766e59c1.setContent(html_abadd5fcadba553d7e86258944ba289b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4fa5e5ed31bcb99fb617ee9d3b3a9511.bindPopup(popup_65cc30bf30366832be78c6db766e59c1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0ddfbdad9b90674b1d177d63f9a70ebb = L.circleMarker(\n",
+       "                [-37.357057453215646, 143.438327016558],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_27b07c562da7a5b6ef27f78881dac36f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ad8f0a5ce1d9d4d7e1b8be48437e59d2 = $(`&lt;div id=&quot;html_ad8f0a5ce1d9d4d7e1b8be48437e59d2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_27b07c562da7a5b6ef27f78881dac36f.setContent(html_ad8f0a5ce1d9d4d7e1b8be48437e59d2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0ddfbdad9b90674b1d177d63f9a70ebb.bindPopup(popup_27b07c562da7a5b6ef27f78881dac36f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0fc1a07f70f1efeb0d1074d8aa9c86fe = L.circleMarker(\n",
+       "                [-37.5390575264289, 143.47488926772857],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b8fff21a65ae4c290f84f0e574a8f573 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_03a1d168c5bf275f0b01ba6d1ebe3dcd = $(`&lt;div id=&quot;html_03a1d168c5bf275f0b01ba6d1ebe3dcd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_b8fff21a65ae4c290f84f0e574a8f573.setContent(html_03a1d168c5bf275f0b01ba6d1ebe3dcd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0fc1a07f70f1efeb0d1074d8aa9c86fe.bindPopup(popup_b8fff21a65ae4c290f84f0e574a8f573)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e5328ab3169f9b4be53dd486d8ce6b3a = L.circleMarker(\n",
+       "                [-37.60387028991174, 143.40051348227988],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6e4459120d8606fbb8f3a40b07e89074 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3d79ec6427473a24acdfd15e994e1665 = $(`&lt;div id=&quot;html_3d79ec6427473a24acdfd15e994e1665&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_6e4459120d8606fbb8f3a40b07e89074.setContent(html_3d79ec6427473a24acdfd15e994e1665);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e5328ab3169f9b4be53dd486d8ce6b3a.bindPopup(popup_6e4459120d8606fbb8f3a40b07e89074)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3bc683f526c9e9140810d4a168a3c602 = L.circleMarker(\n",
+       "                [-37.18793913813407, 143.41480840705552],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9525dce2bbc0e539594ca5277faa8fb7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dfb59c8883cc1373fc4b5b2518ef4904 = $(`&lt;div id=&quot;html_dfb59c8883cc1373fc4b5b2518ef4904&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_9525dce2bbc0e539594ca5277faa8fb7.setContent(html_dfb59c8883cc1373fc4b5b2518ef4904);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3bc683f526c9e9140810d4a168a3c602.bindPopup(popup_9525dce2bbc0e539594ca5277faa8fb7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_47ba4a0ab323e70927298fad13c0014c = L.circleMarker(\n",
+       "                [-37.14617996194627, 143.3314749881383],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9d6de822a3164995155754553deee9e1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c922e194ac4957b8b5f8e0ed7642bef6 = $(`&lt;div id=&quot;html_c922e194ac4957b8b5f8e0ed7642bef6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_9d6de822a3164995155754553deee9e1.setContent(html_c922e194ac4957b8b5f8e0ed7642bef6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_47ba4a0ab323e70927298fad13c0014c.bindPopup(popup_9d6de822a3164995155754553deee9e1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_eb677aaaa0e10f595e171dfb7febdc4d = L.circleMarker(\n",
+       "                [-37.14989161958184, 143.51825620440871],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_557508db8f9574ba844607ce2a5eaff7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6b6727c91494ab87898920327cd7d457 = $(`&lt;div id=&quot;html_6b6727c91494ab87898920327cd7d457&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_557508db8f9574ba844607ce2a5eaff7.setContent(html_6b6727c91494ab87898920327cd7d457);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_eb677aaaa0e10f595e171dfb7febdc4d.bindPopup(popup_557508db8f9574ba844607ce2a5eaff7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_72e3fd1b42f85f1a7c528e5061e22fc3 = L.circleMarker(\n",
+       "                [-37.30821630889663, 143.40536555976183],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5914f3947f73b13a2be17994cb3ec28c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f444aff096e0beafbd345c09787ecc11 = $(`&lt;div id=&quot;html_f444aff096e0beafbd345c09787ecc11&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_5914f3947f73b13a2be17994cb3ec28c.setContent(html_f444aff096e0beafbd345c09787ecc11);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_72e3fd1b42f85f1a7c528e5061e22fc3.bindPopup(popup_5914f3947f73b13a2be17994cb3ec28c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1210277437bdc459371a70a9e49783ab = L.circleMarker(\n",
+       "                [-37.00561302378159, 143.20499392176794],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0f00eb74700f7a15014c6ddf21b13b6f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_75e4cf2189505e8d3794b0f0d5a312bf = $(`&lt;div id=&quot;html_75e4cf2189505e8d3794b0f0d5a312bf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_0f00eb74700f7a15014c6ddf21b13b6f.setContent(html_75e4cf2189505e8d3794b0f0d5a312bf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1210277437bdc459371a70a9e49783ab.bindPopup(popup_0f00eb74700f7a15014c6ddf21b13b6f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_466dcd85e258032991d50c52645ff1f2 = L.circleMarker(\n",
+       "                [-37.38567214632376, 143.37315414129958],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7e162eafc61f1d008652a6c08ea9cf33 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1c9fa32eb49bc3050d83ce4fe8d9c854 = $(`&lt;div id=&quot;html_1c9fa32eb49bc3050d83ce4fe8d9c854&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_7e162eafc61f1d008652a6c08ea9cf33.setContent(html_1c9fa32eb49bc3050d83ce4fe8d9c854);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_466dcd85e258032991d50c52645ff1f2.bindPopup(popup_7e162eafc61f1d008652a6c08ea9cf33)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d62b1510e1819de84b0844124793285d = L.circleMarker(\n",
+       "                [-37.125258665016766, 143.2926568111233],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_52cb78a49ad6a03ee2c58d830b9c12d3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_82c0b1a841dbf0f6bc68c86ee25effbc = $(`&lt;div id=&quot;html_82c0b1a841dbf0f6bc68c86ee25effbc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_52cb78a49ad6a03ee2c58d830b9c12d3.setContent(html_82c0b1a841dbf0f6bc68c86ee25effbc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d62b1510e1819de84b0844124793285d.bindPopup(popup_52cb78a49ad6a03ee2c58d830b9c12d3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f5523fb72f0ff68143abaf80c547cfba = L.circleMarker(\n",
+       "                [-37.00522885507456, 143.38516865567186],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d685a83ab198e784f17361fe074165b9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_908b9d714e87df3826504fdf13da075a = $(`&lt;div id=&quot;html_908b9d714e87df3826504fdf13da075a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_d685a83ab198e784f17361fe074165b9.setContent(html_908b9d714e87df3826504fdf13da075a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f5523fb72f0ff68143abaf80c547cfba.bindPopup(popup_d685a83ab198e784f17361fe074165b9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_025ea0b67362cc2e7394167b6bf58f50 = L.circleMarker(\n",
+       "                [-37.03748545579413, 143.53275341770825],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_04888d1e9d382ee75619ef7444e37d69 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fc7d2d7e83e97c46387bfc824bfeb144 = $(`&lt;div id=&quot;html_fc7d2d7e83e97c46387bfc824bfeb144&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Pyrenees: crime count = -0.7359737633301041&lt;/div&gt;`)[0];\n",
+       "                popup_04888d1e9d382ee75619ef7444e37d69.setContent(html_fc7d2d7e83e97c46387bfc824bfeb144);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_025ea0b67362cc2e7394167b6bf58f50.bindPopup(popup_04888d1e9d382ee75619ef7444e37d69)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2911d745eb4ae35988c2e6917ba9a535 = L.circleMarker(\n",
+       "                [-38.26729560412501, 144.6429236157513],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eae57ea2e551be30ba7d36b998b30cdc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9777accf7c3e431119bfe6746098e5ec = $(`&lt;div id=&quot;html_9777accf7c3e431119bfe6746098e5ec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Queenscliffe: crime count = -0.7924552187497348&lt;/div&gt;`)[0];\n",
+       "                popup_eae57ea2e551be30ba7d36b998b30cdc.setContent(html_9777accf7c3e431119bfe6746098e5ec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2911d745eb4ae35988c2e6917ba9a535.bindPopup(popup_eae57ea2e551be30ba7d36b998b30cdc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b679fed621f616592fe18f93a45d8ad7 = L.circleMarker(\n",
+       "                [-38.24799065141016, 144.68053010161267],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ebff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ebff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ba676d83aaebeb99538add36d96780b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_887417e93f6c251bec5fa71769a7a665 = $(`&lt;div id=&quot;html_887417e93f6c251bec5fa71769a7a665&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Queenscliffe: crime count = -0.7924552187497348&lt;/div&gt;`)[0];\n",
+       "                popup_ba676d83aaebeb99538add36d96780b4.setContent(html_887417e93f6c251bec5fa71769a7a665);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b679fed621f616592fe18f93a45d8ad7.bindPopup(popup_ba676d83aaebeb99538add36d96780b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7b714528895c70fc66ae4b27e38193ca = L.circleMarker(\n",
+       "                [-38.363648944623705, 146.03667358967408],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_af2f74b3a46a90fc1903c56b97b8f87f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f8c4e626770927fb0df4d3a179df9fd9 = $(`&lt;div id=&quot;html_f8c4e626770927fb0df4d3a179df9fd9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_af2f74b3a46a90fc1903c56b97b8f87f.setContent(html_f8c4e626770927fb0df4d3a179df9fd9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7b714528895c70fc66ae4b27e38193ca.bindPopup(popup_af2f74b3a46a90fc1903c56b97b8f87f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_49965165272a1076fe70b8d621bea55e = L.circleMarker(\n",
+       "                [-38.654934068407776, 146.54228974155225],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c3c75db9c8e374b82bbe46c1db0f2ab8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7728245a3fc79aa559f1f67d1190406c = $(`&lt;div id=&quot;html_7728245a3fc79aa559f1f67d1190406c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_c3c75db9c8e374b82bbe46c1db0f2ab8.setContent(html_7728245a3fc79aa559f1f67d1190406c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_49965165272a1076fe70b8d621bea55e.bindPopup(popup_c3c75db9c8e374b82bbe46c1db0f2ab8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d8af9a7dd42fdc0cc0f4a36b53604171 = L.circleMarker(\n",
+       "                [-38.40543149432097, 145.72433059280038],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_51bfc24cc47396bfc9accbc4d92d4618 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4f63f7c88c7a66bfea414034d20d84c6 = $(`&lt;div id=&quot;html_4f63f7c88c7a66bfea414034d20d84c6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_51bfc24cc47396bfc9accbc4d92d4618.setContent(html_4f63f7c88c7a66bfea414034d20d84c6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d8af9a7dd42fdc0cc0f4a36b53604171.bindPopup(popup_51bfc24cc47396bfc9accbc4d92d4618)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3588e3ab187762197cc835c32210c4f3 = L.circleMarker(\n",
+       "                [-38.38081771494317, 145.97283748400253],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f6d54000fe20cb4bb6f30b11630ba20a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0bd6b26a6c6e81c99e07bf1294284951 = $(`&lt;div id=&quot;html_0bd6b26a6c6e81c99e07bf1294284951&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_f6d54000fe20cb4bb6f30b11630ba20a.setContent(html_0bd6b26a6c6e81c99e07bf1294284951);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3588e3ab187762197cc835c32210c4f3.bindPopup(popup_f6d54000fe20cb4bb6f30b11630ba20a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d17f9bc66d0ff4de8c4f73cbd6f0db07 = L.circleMarker(\n",
+       "                [-38.57240865961979, 146.01819928686012],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_62ae3b39c2a48a6a7b4b6a4260c80cd7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0aedfdc29a65c4e63fc1fee5e5852cd8 = $(`&lt;div id=&quot;html_0aedfdc29a65c4e63fc1fee5e5852cd8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_62ae3b39c2a48a6a7b4b6a4260c80cd7.setContent(html_0aedfdc29a65c4e63fc1fee5e5852cd8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d17f9bc66d0ff4de8c4f73cbd6f0db07.bindPopup(popup_62ae3b39c2a48a6a7b4b6a4260c80cd7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8dbc40118bca92649a58d06f112311a4 = L.circleMarker(\n",
+       "                [-38.603770170606005, 145.95325111107994],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_73d057d1d59f3aacf7b58d7d705ea5d2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d2386ea645e8eeb317f89246a1f82920 = $(`&lt;div id=&quot;html_d2386ea645e8eeb317f89246a1f82920&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_73d057d1d59f3aacf7b58d7d705ea5d2.setContent(html_d2386ea645e8eeb317f89246a1f82920);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8dbc40118bca92649a58d06f112311a4.bindPopup(popup_73d057d1d59f3aacf7b58d7d705ea5d2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a8900b55834fedb8b70da86902788a23 = L.circleMarker(\n",
+       "                [-38.67052453594133, 146.01468686303105],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ad01ea894e2af80162cfaa26ee5985ab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bd55c55f857037ab8f0a0f988ca498d5 = $(`&lt;div id=&quot;html_bd55c55f857037ab8f0a0f988ca498d5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_ad01ea894e2af80162cfaa26ee5985ab.setContent(html_bd55c55f857037ab8f0a0f988ca498d5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a8900b55834fedb8b70da86902788a23.bindPopup(popup_ad01ea894e2af80162cfaa26ee5985ab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_95a08c18f86d56863fb58c3d55857a8c = L.circleMarker(\n",
+       "                [-38.80235230564732, 146.05837559520344],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1131fe94bf089ae4f4f98c1fe8a4a81f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2203805a8e0ec7b8b24cb84ec2e23e19 = $(`&lt;div id=&quot;html_2203805a8e0ec7b8b24cb84ec2e23e19&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_1131fe94bf089ae4f4f98c1fe8a4a81f.setContent(html_2203805a8e0ec7b8b24cb84ec2e23e19);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_95a08c18f86d56863fb58c3d55857a8c.bindPopup(popup_1131fe94bf089ae4f4f98c1fe8a4a81f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3b5fa620d6d251ced3dc3201539078ee = L.circleMarker(\n",
+       "                [-38.35137599789047, 146.09947233402815],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4ddebd9c3fde8f36f2be67428248d035 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_61fb908b201a8b3074dc3f5ff300e34e = $(`&lt;div id=&quot;html_61fb908b201a8b3074dc3f5ff300e34e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_4ddebd9c3fde8f36f2be67428248d035.setContent(html_61fb908b201a8b3074dc3f5ff300e34e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3b5fa620d6d251ced3dc3201539078ee.bindPopup(popup_4ddebd9c3fde8f36f2be67428248d035)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4546b6526aaa1cfa61e405d46b207494 = L.circleMarker(\n",
+       "                [-38.37159533163926, 145.8609108788487],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_349a45fc35869e23fcbcc7c8e010cfd2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_db53632a8961b5bd57edb5f31aa360d7 = $(`&lt;div id=&quot;html_db53632a8961b5bd57edb5f31aa360d7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_349a45fc35869e23fcbcc7c8e010cfd2.setContent(html_db53632a8961b5bd57edb5f31aa360d7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4546b6526aaa1cfa61e405d46b207494.bindPopup(popup_349a45fc35869e23fcbcc7c8e010cfd2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_39f12743d27625c18cd8e660bfff4fe5 = L.circleMarker(\n",
+       "                [-38.81010129900423, 145.9884669329708],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a75ef1ea7095dc0af5d048c8c184c8be = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_14b895c02a6519a9d62a341ee31073a4 = $(`&lt;div id=&quot;html_14b895c02a6519a9d62a341ee31073a4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_a75ef1ea7095dc0af5d048c8c184c8be.setContent(html_14b895c02a6519a9d62a341ee31073a4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_39f12743d27625c18cd8e660bfff4fe5.bindPopup(popup_a75ef1ea7095dc0af5d048c8c184c8be)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d00dcb7210ee0b14a13aba2e49e1ca4b = L.circleMarker(\n",
+       "                [-38.6010584517724, 146.25701077404108],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_be6ee7f2066a95618a9c8562856d75fe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_36079eab2c2156d18f77292c419ff94c = $(`&lt;div id=&quot;html_36079eab2c2156d18f77292c419ff94c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_be6ee7f2066a95618a9c8562856d75fe.setContent(html_36079eab2c2156d18f77292c419ff94c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d00dcb7210ee0b14a13aba2e49e1ca4b.bindPopup(popup_be6ee7f2066a95618a9c8562856d75fe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_56844697c518660b5147ac32d58a2922 = L.circleMarker(\n",
+       "                [-38.681790319108806, 146.3880654978697],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d0adc1c6bc9b781e9693f9a2e36e1338 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_33d1f89ff3bc35480b966e7f1d818493 = $(`&lt;div id=&quot;html_33d1f89ff3bc35480b966e7f1d818493&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_d0adc1c6bc9b781e9693f9a2e36e1338.setContent(html_33d1f89ff3bc35480b966e7f1d818493);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_56844697c518660b5147ac32d58a2922.bindPopup(popup_d0adc1c6bc9b781e9693f9a2e36e1338)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5411a87191c861234828006154296abc = L.circleMarker(\n",
+       "                [-38.56781181546215, 146.25725141897107],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ab50b9b8d2d47010ef8145af0d9979c9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cef3a7a2cf5d8ad773bf3a140f6d87df = $(`&lt;div id=&quot;html_cef3a7a2cf5d8ad773bf3a140f6d87df&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_ab50b9b8d2d47010ef8145af0d9979c9.setContent(html_cef3a7a2cf5d8ad773bf3a140f6d87df);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5411a87191c861234828006154296abc.bindPopup(popup_ab50b9b8d2d47010ef8145af0d9979c9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_175ab205d1894d43bcb6320ab94c2b98 = L.circleMarker(\n",
+       "                [-38.39370768700185, 146.213061249427],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e8bd3cf8281aabbec401de7473f41196 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e77e3dc8cdb2b0cfcd7475d7d83734ce = $(`&lt;div id=&quot;html_e77e3dc8cdb2b0cfcd7475d7d83734ce&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_e8bd3cf8281aabbec401de7473f41196.setContent(html_e77e3dc8cdb2b0cfcd7475d7d83734ce);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_175ab205d1894d43bcb6320ab94c2b98.bindPopup(popup_e8bd3cf8281aabbec401de7473f41196)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_af0106b1db875e6ea4c3af9276007e40 = L.circleMarker(\n",
+       "                [-38.43782594416098, 145.81512904664632],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d4f2d00d6529d75fabe280169cbd3f52 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ccb9a7661331a142b97b58a7ccb8c6b0 = $(`&lt;div id=&quot;html_ccb9a7661331a142b97b58a7ccb8c6b0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_d4f2d00d6529d75fabe280169cbd3f52.setContent(html_ccb9a7661331a142b97b58a7ccb8c6b0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_af0106b1db875e6ea4c3af9276007e40.bindPopup(popup_d4f2d00d6529d75fabe280169cbd3f52)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fd8b4fe4538cc99140b82c8ae9806920 = L.circleMarker(\n",
+       "                [-38.592660635029645, 146.21950122680295],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_134556b3bd246f458d4d59f8e73470ff = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ba8eb38d9884f918eba6395e893a949 = $(`&lt;div id=&quot;html_6ba8eb38d9884f918eba6395e893a949&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_134556b3bd246f458d4d59f8e73470ff.setContent(html_6ba8eb38d9884f918eba6395e893a949);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fd8b4fe4538cc99140b82c8ae9806920.bindPopup(popup_134556b3bd246f458d4d59f8e73470ff)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b586a228959fdd468bfcabc37981b2d = L.circleMarker(\n",
+       "                [-38.44956174988504, 146.05333718713504],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_581f4ab09e6455d32d1b5e709a591ae1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_696f80df0890f6abc2e0c9e39960f99e = $(`&lt;div id=&quot;html_696f80df0890f6abc2e0c9e39960f99e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_581f4ab09e6455d32d1b5e709a591ae1.setContent(html_696f80df0890f6abc2e0c9e39960f99e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b586a228959fdd468bfcabc37981b2d.bindPopup(popup_581f4ab09e6455d32d1b5e709a591ae1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_793f7e3f0eeca8e5c7c5e8efe970b1c9 = L.circleMarker(\n",
+       "                [-38.40435221178884, 145.931735236299],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8e5deb34f94de688695bc76d7622faa5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_70d997d58c73f8a19542ef812f5620f6 = $(`&lt;div id=&quot;html_70d997d58c73f8a19542ef812f5620f6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_8e5deb34f94de688695bc76d7622faa5.setContent(html_70d997d58c73f8a19542ef812f5620f6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_793f7e3f0eeca8e5c7c5e8efe970b1c9.bindPopup(popup_8e5deb34f94de688695bc76d7622faa5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_872cadcbd575baf8f9dc60990b44b6f2 = L.circleMarker(\n",
+       "                [-38.66267950977373, 146.43241324486712],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_40b17fa52473fe1f11caf46738b7c657 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e785b63e1822e6ffd0f56766e4a0e29b = $(`&lt;div id=&quot;html_e785b63e1822e6ffd0f56766e4a0e29b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_40b17fa52473fe1f11caf46738b7c657.setContent(html_e785b63e1822e6ffd0f56766e4a0e29b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_872cadcbd575baf8f9dc60990b44b6f2.bindPopup(popup_40b17fa52473fe1f11caf46738b7c657)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a794e9ea0fb234b8b115e0db98e48352 = L.circleMarker(\n",
+       "                [-38.47437305315634, 145.94482934088515],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_10b14aef88030084da11ca5f88f6e1c9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e25ba1a76c57f8d3ecb1b212bf677833 = $(`&lt;div id=&quot;html_e25ba1a76c57f8d3ecb1b212bf677833&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_10b14aef88030084da11ca5f88f6e1c9.setContent(html_e25ba1a76c57f8d3ecb1b212bf677833);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a794e9ea0fb234b8b115e0db98e48352.bindPopup(popup_10b14aef88030084da11ca5f88f6e1c9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_62e20cb73e0035afbcc7ec8fedfbc99d = L.circleMarker(\n",
+       "                [-38.33877689439522, 145.7733941261916],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_756c81534e667103dcf879e554429e1e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_34de5634891070e333174b7740eeda32 = $(`&lt;div id=&quot;html_34de5634891070e333174b7740eeda32&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_756c81534e667103dcf879e554429e1e.setContent(html_34de5634891070e333174b7740eeda32);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_62e20cb73e0035afbcc7ec8fedfbc99d.bindPopup(popup_756c81534e667103dcf879e554429e1e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a5793e16682f4af93f5260fc934fc235 = L.circleMarker(\n",
+       "                [-38.7274102527466, 146.07367066370207],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2cf77dad81127b0504c8a0cdd012aae2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9d6a0ae7e93ef20ef05aeac43915db11 = $(`&lt;div id=&quot;html_9d6a0ae7e93ef20ef05aeac43915db11&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_2cf77dad81127b0504c8a0cdd012aae2.setContent(html_9d6a0ae7e93ef20ef05aeac43915db11);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a5793e16682f4af93f5260fc934fc235.bindPopup(popup_2cf77dad81127b0504c8a0cdd012aae2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7bccd50875f4d7d4dc4bc236254c156f = L.circleMarker(\n",
+       "                [-38.8044791540903, 146.1989787092357],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5334a5acae53ad2b619c616f026b72a7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4df077a759b645e76041511891bbfa09 = $(`&lt;div id=&quot;html_4df077a759b645e76041511891bbfa09&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_5334a5acae53ad2b619c616f026b72a7.setContent(html_4df077a759b645e76041511891bbfa09);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7bccd50875f4d7d4dc4bc236254c156f.bindPopup(popup_5334a5acae53ad2b619c616f026b72a7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_65f8f5f5712b19379f43be59f571c0bd = L.circleMarker(\n",
+       "                [-38.44015380132552, 145.73584730956577],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_92804843013a10d674f60dba2bdc2ed1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d44f235611fccc6c803e027d37fcdcab = $(`&lt;div id=&quot;html_d44f235611fccc6c803e027d37fcdcab&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_92804843013a10d674f60dba2bdc2ed1.setContent(html_d44f235611fccc6c803e027d37fcdcab);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_65f8f5f5712b19379f43be59f571c0bd.bindPopup(popup_92804843013a10d674f60dba2bdc2ed1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2260973446c86aa1ca06d3975a1bf995 = L.circleMarker(\n",
+       "                [-38.55433259691775, 146.1783052431508],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2213d50ad9682a7aa7e90c6b6668cb66 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d52266c36cb68e19e7b0790ff414ea64 = $(`&lt;div id=&quot;html_d52266c36cb68e19e7b0790ff414ea64&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_2213d50ad9682a7aa7e90c6b6668cb66.setContent(html_d52266c36cb68e19e7b0790ff414ea64);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2260973446c86aa1ca06d3975a1bf995.bindPopup(popup_2213d50ad9682a7aa7e90c6b6668cb66)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9f54db321d8070821d06f77579a72fa0 = L.circleMarker(\n",
+       "                [-38.6342804752242, 146.38436321801836],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_16468ea34bb6420f5bc432a1d0b16c68 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c943cced0b74f20859e147ee30d0c5c3 = $(`&lt;div id=&quot;html_c943cced0b74f20859e147ee30d0c5c3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_16468ea34bb6420f5bc432a1d0b16c68.setContent(html_c943cced0b74f20859e147ee30d0c5c3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9f54db321d8070821d06f77579a72fa0.bindPopup(popup_16468ea34bb6420f5bc432a1d0b16c68)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1ad0c4452a06a03d0a294461133c1c86 = L.circleMarker(\n",
+       "                [-38.43984953619714, 145.91695720062015],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9d8af3316878793291be02745378a9bf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6230d70ef10f525cbad39fc276877d97 = $(`&lt;div id=&quot;html_6230d70ef10f525cbad39fc276877d97&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_9d8af3316878793291be02745378a9bf.setContent(html_6230d70ef10f525cbad39fc276877d97);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1ad0c4452a06a03d0a294461133c1c86.bindPopup(popup_9d8af3316878793291be02745378a9bf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b2ea6cd2a64edc02207b3fa91540b443 = L.circleMarker(\n",
+       "                [-38.4717519486097, 145.75921547509938],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fcbac8407a3855918e6b802770af1272 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f72769e64f50ac3fd85f90814b1463fa = $(`&lt;div id=&quot;html_f72769e64f50ac3fd85f90814b1463fa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_fcbac8407a3855918e6b802770af1272.setContent(html_f72769e64f50ac3fd85f90814b1463fa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b2ea6cd2a64edc02207b3fa91540b443.bindPopup(popup_fcbac8407a3855918e6b802770af1272)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_baa0970f7c9435ad824d23ab456cf5b7 = L.circleMarker(\n",
+       "                [-38.68485929315349, 146.26902151761303],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9bfb1d7a2553a473698360d3e3f3d228 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_54e7993e16f6062ecbe69ff2cda46775 = $(`&lt;div id=&quot;html_54e7993e16f6062ecbe69ff2cda46775&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_9bfb1d7a2553a473698360d3e3f3d228.setContent(html_54e7993e16f6062ecbe69ff2cda46775);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_baa0970f7c9435ad824d23ab456cf5b7.bindPopup(popup_9bfb1d7a2553a473698360d3e3f3d228)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bdd1badf89fc2b21fd7182cdf2ed3c47 = L.circleMarker(\n",
+       "                [-38.76481333326, 145.90383259953677],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_48203317f55b63abe2300e1609bb4ed6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_00c063044146b8f4e3d3e4b1c7c7588c = $(`&lt;div id=&quot;html_00c063044146b8f4e3d3e4b1c7c7588c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_48203317f55b63abe2300e1609bb4ed6.setContent(html_00c063044146b8f4e3d3e4b1c7c7588c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bdd1badf89fc2b21fd7182cdf2ed3c47.bindPopup(popup_48203317f55b63abe2300e1609bb4ed6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ecb629f16a71a71c16111db6f863d5eb = L.circleMarker(\n",
+       "                [-38.67624856299133, 145.79030884491803],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8563f86ea75fd425f3ee9e7a8df887e9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8ed2a406037aa11e7dd03aa163e4df3b = $(`&lt;div id=&quot;html_8ed2a406037aa11e7dd03aa163e4df3b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_8563f86ea75fd425f3ee9e7a8df887e9.setContent(html_8ed2a406037aa11e7dd03aa163e4df3b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ecb629f16a71a71c16111db6f863d5eb.bindPopup(popup_8563f86ea75fd425f3ee9e7a8df887e9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_21297df09454ca0847fe9463dc0d1506 = L.circleMarker(\n",
+       "                [-38.54997764084823, 146.22711728531837],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_676693e94b45b1828b8fe6784ed3862a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c37d91b8048d09b2d6df0d2a2e29393b = $(`&lt;div id=&quot;html_c37d91b8048d09b2d6df0d2a2e29393b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_676693e94b45b1828b8fe6784ed3862a.setContent(html_c37d91b8048d09b2d6df0d2a2e29393b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_21297df09454ca0847fe9463dc0d1506.bindPopup(popup_676693e94b45b1828b8fe6784ed3862a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f23422ce5b5c850d5e66a5ea0f21d92 = L.circleMarker(\n",
+       "                [-38.54022902911818, 146.29155796407233],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_badf717a75da053dc2c08c7a34c3a24a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cfec16fce7880c3246c1b46118054185 = $(`&lt;div id=&quot;html_cfec16fce7880c3246c1b46118054185&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_badf717a75da053dc2c08c7a34c3a24a.setContent(html_cfec16fce7880c3246c1b46118054185);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f23422ce5b5c850d5e66a5ea0f21d92.bindPopup(popup_badf717a75da053dc2c08c7a34c3a24a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3b1654fe9121d9c055b35b8e71f856b4 = L.circleMarker(\n",
+       "                [-38.45782867264565, 145.87362152235633],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bb57f4f55a66594d8ddfde6d6b5a6026 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bea652407bbbba3785c8e03cf035854b = $(`&lt;div id=&quot;html_bea652407bbbba3785c8e03cf035854b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_bb57f4f55a66594d8ddfde6d6b5a6026.setContent(html_bea652407bbbba3785c8e03cf035854b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3b1654fe9121d9c055b35b8e71f856b4.bindPopup(popup_bb57f4f55a66594d8ddfde6d6b5a6026)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dd1a96adee6c342de08cc6168b9b2cce = L.circleMarker(\n",
+       "                [-38.46516401165908, 146.02524590461246],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a90fb2ba0b14074a67a1b607ae29321f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_09b7ab2f62b8125b55c8e4b822c51347 = $(`&lt;div id=&quot;html_09b7ab2f62b8125b55c8e4b822c51347&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_a90fb2ba0b14074a67a1b607ae29321f.setContent(html_09b7ab2f62b8125b55c8e4b822c51347);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dd1a96adee6c342de08cc6168b9b2cce.bindPopup(popup_a90fb2ba0b14074a67a1b607ae29321f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c8cff430105311727964719236e4485c = L.circleMarker(\n",
+       "                [-38.59313059887869, 146.09113203009406],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_94701bf1fddb3bfeba29f26993a55712 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f2e3a2b1cb822bf0c142a55ca2a89462 = $(`&lt;div id=&quot;html_f2e3a2b1cb822bf0c142a55ca2a89462&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_94701bf1fddb3bfeba29f26993a55712.setContent(html_f2e3a2b1cb822bf0c142a55ca2a89462);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c8cff430105311727964719236e4485c.bindPopup(popup_94701bf1fddb3bfeba29f26993a55712)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cf8060824423439a5a6a07de67c48234 = L.circleMarker(\n",
+       "                [-38.840059360348754, 146.0002312884106],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ce2456b3d39ef8792c91e40c667f3ec3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f91332f93a816098fd2dd56c7a6074b5 = $(`&lt;div id=&quot;html_f91332f93a816098fd2dd56c7a6074b5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_ce2456b3d39ef8792c91e40c667f3ec3.setContent(html_f91332f93a816098fd2dd56c7a6074b5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cf8060824423439a5a6a07de67c48234.bindPopup(popup_ce2456b3d39ef8792c91e40c667f3ec3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e90d473a8e60e02f90fdd127990e95ef = L.circleMarker(\n",
+       "                [-38.51227108815428, 146.17796248672664],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7d6ae88ae9a1ab004ea3ef191a5d9ade = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_686d28a07482524476e0b8c6471ffafc = $(`&lt;div id=&quot;html_686d28a07482524476e0b8c6471ffafc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_7d6ae88ae9a1ab004ea3ef191a5d9ade.setContent(html_686d28a07482524476e0b8c6471ffafc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e90d473a8e60e02f90fdd127990e95ef.bindPopup(popup_7d6ae88ae9a1ab004ea3ef191a5d9ade)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a85b0c454999ee6e06e823723d88b927 = L.circleMarker(\n",
+       "                [-38.48395279929449, 145.83676128034548],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2636394c2cb66b8a023b230759a6b1b0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f63e56acccdc13bc9bd691463fd3570d = $(`&lt;div id=&quot;html_f63e56acccdc13bc9bd691463fd3570d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_2636394c2cb66b8a023b230759a6b1b0.setContent(html_f63e56acccdc13bc9bd691463fd3570d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a85b0c454999ee6e06e823723d88b927.bindPopup(popup_2636394c2cb66b8a023b230759a6b1b0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fed12ea7fe1727ea2e2edb2e14e97688 = L.circleMarker(\n",
+       "                [-38.392792479568335, 145.87806181301934],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_76a037dabee5e4a8797fdc4e6cae9de1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e8f1f71e2b56ff3c54d8e0b75aeeae76 = $(`&lt;div id=&quot;html_e8f1f71e2b56ff3c54d8e0b75aeeae76&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_76a037dabee5e4a8797fdc4e6cae9de1.setContent(html_e8f1f71e2b56ff3c54d8e0b75aeeae76);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fed12ea7fe1727ea2e2edb2e14e97688.bindPopup(popup_76a037dabee5e4a8797fdc4e6cae9de1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fc11850fcded7075d70124f31e9c1220 = L.circleMarker(\n",
+       "                [-38.3950172855584, 146.15034341443484],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_850d243abb97b676082d45a1e3627e01 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_76347d41214636fc91a8529273a610dc = $(`&lt;div id=&quot;html_76347d41214636fc91a8529273a610dc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_850d243abb97b676082d45a1e3627e01.setContent(html_76347d41214636fc91a8529273a610dc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fc11850fcded7075d70124f31e9c1220.bindPopup(popup_850d243abb97b676082d45a1e3627e01)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4d71426fbe018402f77a92e3de4c854c = L.circleMarker(\n",
+       "                [-38.58914777700377, 146.4478990954373],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a86c722a02daf131a769b83c48838c92 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1501cd39ed805cd239b2482aa28d4c85 = $(`&lt;div id=&quot;html_1501cd39ed805cd239b2482aa28d4c85&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_a86c722a02daf131a769b83c48838c92.setContent(html_1501cd39ed805cd239b2482aa28d4c85);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4d71426fbe018402f77a92e3de4c854c.bindPopup(popup_a86c722a02daf131a769b83c48838c92)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7e56fe1f246b1010e6872aa0f5de5d48 = L.circleMarker(\n",
+       "                [-38.5264401619901, 146.10388365180788],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4278c6d6509cb89fe142eb5b88c1bcc1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2c04c9a33f1cc79f5050929e258c188c = $(`&lt;div id=&quot;html_2c04c9a33f1cc79f5050929e258c188c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_4278c6d6509cb89fe142eb5b88c1bcc1.setContent(html_2c04c9a33f1cc79f5050929e258c188c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7e56fe1f246b1010e6872aa0f5de5d48.bindPopup(popup_4278c6d6509cb89fe142eb5b88c1bcc1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7f51a087069464feafec128b67e550a6 = L.circleMarker(\n",
+       "                [-38.85509581859278, 145.9934423222527],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0f41d1edd30fbc199cce701ead21903b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9d7b84dc9f9a40df27a94767b81e996a = $(`&lt;div id=&quot;html_9d7b84dc9f9a40df27a94767b81e996a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_0f41d1edd30fbc199cce701ead21903b.setContent(html_9d7b84dc9f9a40df27a94767b81e996a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7f51a087069464feafec128b67e550a6.bindPopup(popup_0f41d1edd30fbc199cce701ead21903b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fb4cea9865a2d3d5410c47754a855a55 = L.circleMarker(\n",
+       "                [-38.66659582382252, 146.2712358180178],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_73c41cb44ef0754d64bde001ad97bed7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e548f4f0bbb26e57bcf6f5ca00d8534a = $(`&lt;div id=&quot;html_e548f4f0bbb26e57bcf6f5ca00d8534a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_73c41cb44ef0754d64bde001ad97bed7.setContent(html_e548f4f0bbb26e57bcf6f5ca00d8534a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fb4cea9865a2d3d5410c47754a855a55.bindPopup(popup_73c41cb44ef0754d64bde001ad97bed7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_228687aa72621c9a8855eb94e5b0131a = L.circleMarker(\n",
+       "                [-38.54532669712478, 145.8756014656526],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c8aa849276109dcc1b280e7489b598ab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f0b241b523c610725db80d91427304c9 = $(`&lt;div id=&quot;html_f0b241b523c610725db80d91427304c9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_c8aa849276109dcc1b280e7489b598ab.setContent(html_f0b241b523c610725db80d91427304c9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_228687aa72621c9a8855eb94e5b0131a.bindPopup(popup_c8aa849276109dcc1b280e7489b598ab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_714f8be0a6c6ca5fe39df25709e66ea0 = L.circleMarker(\n",
+       "                [-38.60125533568511, 146.33747558715382],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e657cded396cce5bf4d8d9f942759ca4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_38bb0811c17bbb77eb886e1664b764b8 = $(`&lt;div id=&quot;html_38bb0811c17bbb77eb886e1664b764b8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_e657cded396cce5bf4d8d9f942759ca4.setContent(html_38bb0811c17bbb77eb886e1664b764b8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_714f8be0a6c6ca5fe39df25709e66ea0.bindPopup(popup_e657cded396cce5bf4d8d9f942759ca4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c69f24e1e63daf9273ac67111c33867 = L.circleMarker(\n",
+       "                [-38.6060065085138, 146.16342678143403],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_60a60409d70352ea36bc8658441096f7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_90f33f79d623e78711e88982a0bf8372 = $(`&lt;div id=&quot;html_90f33f79d623e78711e88982a0bf8372&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_60a60409d70352ea36bc8658441096f7.setContent(html_90f33f79d623e78711e88982a0bf8372);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c69f24e1e63daf9273ac67111c33867.bindPopup(popup_60a60409d70352ea36bc8658441096f7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_af257d122addb56882dcb40eea3e9e1b = L.circleMarker(\n",
+       "                [-38.5030752994812, 146.00819681033673],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_088467c78e71ff914e9f9c6e3843617e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d101b75079eb834fb73b29a3986738e8 = $(`&lt;div id=&quot;html_d101b75079eb834fb73b29a3986738e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_088467c78e71ff914e9f9c6e3843617e.setContent(html_d101b75079eb834fb73b29a3986738e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_af257d122addb56882dcb40eea3e9e1b.bindPopup(popup_088467c78e71ff914e9f9c6e3843617e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b64ca1a667f1b01113d6e2220f99f721 = L.circleMarker(\n",
+       "                [-38.653324481310776, 146.31526861697208],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3416099a2adfcd9513dae25f6f3472b0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3a4053b916b0c3ac679d9d0efdb85cf2 = $(`&lt;div id=&quot;html_3a4053b916b0c3ac679d9d0efdb85cf2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_3416099a2adfcd9513dae25f6f3472b0.setContent(html_3a4053b916b0c3ac679d9d0efdb85cf2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b64ca1a667f1b01113d6e2220f99f721.bindPopup(popup_3416099a2adfcd9513dae25f6f3472b0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b1028f863908fedab449efef08626943 = L.circleMarker(\n",
+       "                [-38.66468845063478, 145.92715323412955],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_df131f88d0f241d07f3494b80d5bcf6d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_16339b0825f33bf97d8aef0f3a7a9b09 = $(`&lt;div id=&quot;html_16339b0825f33bf97d8aef0f3a7a9b09&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_df131f88d0f241d07f3494b80d5bcf6d.setContent(html_16339b0825f33bf97d8aef0f3a7a9b09);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b1028f863908fedab449efef08626943.bindPopup(popup_df131f88d0f241d07f3494b80d5bcf6d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5ef5114691a83a0ba13c3c64b3d57122 = L.circleMarker(\n",
+       "                [-38.41493089209517, 146.0673361392405],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_324ac1e332b7f67df065e7a2ac5b2f6e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_05df1fe53aa89b46f000a1b7bb2ad162 = $(`&lt;div id=&quot;html_05df1fe53aa89b46f000a1b7bb2ad162&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_324ac1e332b7f67df065e7a2ac5b2f6e.setContent(html_05df1fe53aa89b46f000a1b7bb2ad162);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5ef5114691a83a0ba13c3c64b3d57122.bindPopup(popup_324ac1e332b7f67df065e7a2ac5b2f6e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f6401dfcd11eb4e232b517e59cc4e704 = L.circleMarker(\n",
+       "                [-38.68733052335173, 146.4768950013441],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8aeddf642343a1be3cd0c4b913b920bd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ff64a6e7554415194b8886fffe1758b6 = $(`&lt;div id=&quot;html_ff64a6e7554415194b8886fffe1758b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_8aeddf642343a1be3cd0c4b913b920bd.setContent(html_ff64a6e7554415194b8886fffe1758b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f6401dfcd11eb4e232b517e59cc4e704.bindPopup(popup_8aeddf642343a1be3cd0c4b913b920bd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2ff56aea07f6e02e50e7a94dff8006bb = L.circleMarker(\n",
+       "                [-38.36805758558695, 145.9419398741687],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1b698fc515365e55f7c4735331defb34 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cc3a0c9aefc852b87991cb8d7be35aed = $(`&lt;div id=&quot;html_cc3a0c9aefc852b87991cb8d7be35aed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_1b698fc515365e55f7c4735331defb34.setContent(html_cc3a0c9aefc852b87991cb8d7be35aed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2ff56aea07f6e02e50e7a94dff8006bb.bindPopup(popup_1b698fc515365e55f7c4735331defb34)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_07cf3e22516c370bb30830974b52381e = L.circleMarker(\n",
+       "                [-38.67332776626257, 146.20035875260078],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f69835372f650b4aacbb6ed1f376be5d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f7b2d1af22895e8e41517fa5ade86c14 = $(`&lt;div id=&quot;html_f7b2d1af22895e8e41517fa5ade86c14&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_f69835372f650b4aacbb6ed1f376be5d.setContent(html_f7b2d1af22895e8e41517fa5ade86c14);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_07cf3e22516c370bb30830974b52381e.bindPopup(popup_f69835372f650b4aacbb6ed1f376be5d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c4e91c614d61850fed2cc93eadf0e68f = L.circleMarker(\n",
+       "                [-38.58853082859268, 146.29601552802134],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cb45d29ffb2b3ba6fc0003442e20553b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7bbcd579c0b6324a1d66ba1bb5a0bae7 = $(`&lt;div id=&quot;html_7bbcd579c0b6324a1d66ba1bb5a0bae7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_cb45d29ffb2b3ba6fc0003442e20553b.setContent(html_7bbcd579c0b6324a1d66ba1bb5a0bae7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c4e91c614d61850fed2cc93eadf0e68f.bindPopup(popup_cb45d29ffb2b3ba6fc0003442e20553b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9ccefb05843ce57ba0bcf00f2b2ebc06 = L.circleMarker(\n",
+       "                [-38.9590212487764, 146.36567539562705],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4febfb40534b627c46b12a32d6841afc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b365c27232357927d6d767a26187559f = $(`&lt;div id=&quot;html_b365c27232357927d6d767a26187559f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_4febfb40534b627c46b12a32d6841afc.setContent(html_b365c27232357927d6d767a26187559f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9ccefb05843ce57ba0bcf00f2b2ebc06.bindPopup(popup_4febfb40534b627c46b12a32d6841afc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3b9595ca115d8a1f94ddc7fd7be90323 = L.circleMarker(\n",
+       "                [-38.60573101201421, 146.3823023683093],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4388377d7925b55a30d371616789a8a0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_945b9ad90eaf9fd9c0c81ab756a22dab = $(`&lt;div id=&quot;html_945b9ad90eaf9fd9c0c81ab756a22dab&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_4388377d7925b55a30d371616789a8a0.setContent(html_945b9ad90eaf9fd9c0c81ab756a22dab);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3b9595ca115d8a1f94ddc7fd7be90323.bindPopup(popup_4388377d7925b55a30d371616789a8a0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a4d28e0b940cac787eee6ce4351aba70 = L.circleMarker(\n",
+       "                [-38.40302920808303, 146.17740286574897],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_67ae0eb65ecdeaa1f5b6666ed321e280 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d32ebf834f95b3d905e5d8005c789aa6 = $(`&lt;div id=&quot;html_d32ebf834f95b3d905e5d8005c789aa6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_67ae0eb65ecdeaa1f5b6666ed321e280.setContent(html_d32ebf834f95b3d905e5d8005c789aa6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a4d28e0b940cac787eee6ce4351aba70.bindPopup(popup_67ae0eb65ecdeaa1f5b6666ed321e280)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_97f465957ee7c0a2ff53d5f28de93edc = L.circleMarker(\n",
+       "                [-38.41937797301107, 145.88038386821344],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_03b337c4de8e8cc8aebb261b7e0d6d92 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7c2fa963e6274b109df4f02d85e9bb83 = $(`&lt;div id=&quot;html_7c2fa963e6274b109df4f02d85e9bb83&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_03b337c4de8e8cc8aebb261b7e0d6d92.setContent(html_7c2fa963e6274b109df4f02d85e9bb83);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_97f465957ee7c0a2ff53d5f28de93edc.bindPopup(popup_03b337c4de8e8cc8aebb261b7e0d6d92)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_12c95b59ce0a0b4d93fb36cd3f4bdabe = L.circleMarker(\n",
+       "                [-38.55979674325381, 145.9520255352754],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_822c6155c2fab8b00eb12978125f242b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4a5dff47f75817c836258f98ebec1593 = $(`&lt;div id=&quot;html_4a5dff47f75817c836258f98ebec1593&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_822c6155c2fab8b00eb12978125f242b.setContent(html_4a5dff47f75817c836258f98ebec1593);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_12c95b59ce0a0b4d93fb36cd3f4bdabe.bindPopup(popup_822c6155c2fab8b00eb12978125f242b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_275825582b522a07f55eafe35aff70d2 = L.circleMarker(\n",
+       "                [-38.42973604714361, 145.97320402020696],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_36cf022128be1de85e4db6874d5ed598 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a8811c2443940e03f469148de969666f = $(`&lt;div id=&quot;html_a8811c2443940e03f469148de969666f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_36cf022128be1de85e4db6874d5ed598.setContent(html_a8811c2443940e03f469148de969666f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_275825582b522a07f55eafe35aff70d2.bindPopup(popup_36cf022128be1de85e4db6874d5ed598)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d16a98904cdf2415337a9fd5ee4e1542 = L.circleMarker(\n",
+       "                [-38.47107197670417, 146.1270639119776],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_74632045fb80d8d407063ad7fb1d2137 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f5aa1ef6f1256b2a80afb5bf3de026b5 = $(`&lt;div id=&quot;html_f5aa1ef6f1256b2a80afb5bf3de026b5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_74632045fb80d8d407063ad7fb1d2137.setContent(html_f5aa1ef6f1256b2a80afb5bf3de026b5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d16a98904cdf2415337a9fd5ee4e1542.bindPopup(popup_74632045fb80d8d407063ad7fb1d2137)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8cafa3526bf705f4255cc37e1ee0d63b = L.circleMarker(\n",
+       "                [-38.81130624320744, 146.12750882460958],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6e6200669c490694a658054109c60a82 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a5d9046485c542c933f75cb8db254aa4 = $(`&lt;div id=&quot;html_a5d9046485c542c933f75cb8db254aa4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_6e6200669c490694a658054109c60a82.setContent(html_a5d9046485c542c933f75cb8db254aa4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8cafa3526bf705f4255cc37e1ee0d63b.bindPopup(popup_6e6200669c490694a658054109c60a82)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c2dcdc23f965a4f37517c58fd8783c5 = L.circleMarker(\n",
+       "                [-38.43464436481418, 145.77601866390637],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_93d746cf7d89cb534eab8572fc746c69 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e136d5389255c9b762d3c049d3620b45 = $(`&lt;div id=&quot;html_e136d5389255c9b762d3c049d3620b45&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_93d746cf7d89cb534eab8572fc746c69.setContent(html_e136d5389255c9b762d3c049d3620b45);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c2dcdc23f965a4f37517c58fd8783c5.bindPopup(popup_93d746cf7d89cb534eab8572fc746c69)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6e2d8bdb8ccd23e606bc58cb958da383 = L.circleMarker(\n",
+       "                [-38.41475694562601, 146.0076692475931],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e2ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e2ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_db2a95954af9f4a51590d0bc9bb85545 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d7d5d6c11f213410ca06a60d544c2054 = $(`&lt;div id=&quot;html_d7d5d6c11f213410ca06a60d544c2054&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;South Gippsland: crime count = -0.5909393636090334&lt;/div&gt;`)[0];\n",
+       "                popup_db2a95954af9f4a51590d0bc9bb85545.setContent(html_d7d5d6c11f213410ca06a60d544c2054);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6e2d8bdb8ccd23e606bc58cb958da383.bindPopup(popup_db2a95954af9f4a51590d0bc9bb85545)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aff9009e2d3cd1361f4a681c8f3156aa = L.circleMarker(\n",
+       "                [-37.68744555346991, 141.90893296763466],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_344e3fca268c7ee814fa2861e2a47b81 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bfaa485cf7a092a9a670875de5e8abaa = $(`&lt;div id=&quot;html_bfaa485cf7a092a9a670875de5e8abaa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_344e3fca268c7ee814fa2861e2a47b81.setContent(html_bfaa485cf7a092a9a670875de5e8abaa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aff9009e2d3cd1361f4a681c8f3156aa.bindPopup(popup_344e3fca268c7ee814fa2861e2a47b81)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_86213e19d2f85034ab819d16b65779ee = L.circleMarker(\n",
+       "                [-37.24621956111273, 142.22400254777682],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e6aa77c5dc71cd5e6420061831ffd81e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ee6cf60982550164623b6534fdfb6b28 = $(`&lt;div id=&quot;html_ee6cf60982550164623b6534fdfb6b28&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_e6aa77c5dc71cd5e6420061831ffd81e.setContent(html_ee6cf60982550164623b6534fdfb6b28);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_86213e19d2f85034ab819d16b65779ee.bindPopup(popup_e6aa77c5dc71cd5e6420061831ffd81e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cca15a7ff1d3bebba3e15fa21009db33 = L.circleMarker(\n",
+       "                [-37.800116076814255, 142.42024290291815],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f832ef9daebb3c8da9f2a57af7fe7903 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_85044b2b2b6254c84c441022c77560de = $(`&lt;div id=&quot;html_85044b2b2b6254c84c441022c77560de&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_f832ef9daebb3c8da9f2a57af7fe7903.setContent(html_85044b2b2b6254c84c441022c77560de);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cca15a7ff1d3bebba3e15fa21009db33.bindPopup(popup_f832ef9daebb3c8da9f2a57af7fe7903)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_09b5866ea8495787b866b5ee94c7316d = L.circleMarker(\n",
+       "                [-37.28824240967997, 141.6823582130303],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_09148cc8d57e46393e45eab1144beaaf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7b574cb2f7f5f2a7279076f9d44d85a3 = $(`&lt;div id=&quot;html_7b574cb2f7f5f2a7279076f9d44d85a3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_09148cc8d57e46393e45eab1144beaaf.setContent(html_7b574cb2f7f5f2a7279076f9d44d85a3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_09b5866ea8495787b866b5ee94c7316d.bindPopup(popup_09148cc8d57e46393e45eab1144beaaf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e4aba06eb8ec26428f01be2376b3dea6 = L.circleMarker(\n",
+       "                [-37.412394047917424, 141.74168390459243],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_266d1152310e89167283dc1fb7a66a08 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_49cbfb65799627bc1abaef5411d129cc = $(`&lt;div id=&quot;html_49cbfb65799627bc1abaef5411d129cc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_266d1152310e89167283dc1fb7a66a08.setContent(html_49cbfb65799627bc1abaef5411d129cc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e4aba06eb8ec26428f01be2376b3dea6.bindPopup(popup_266d1152310e89167283dc1fb7a66a08)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_89399956686dbf65d7ffee9cb05a5251 = L.circleMarker(\n",
+       "                [-37.82863991159567, 142.19223449407195],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f9319178c3d9ba721f0df00f637dca8b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cf27e78afe3c3cb3c17cb83ad61f33a6 = $(`&lt;div id=&quot;html_cf27e78afe3c3cb3c17cb83ad61f33a6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_f9319178c3d9ba721f0df00f637dca8b.setContent(html_cf27e78afe3c3cb3c17cb83ad61f33a6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_89399956686dbf65d7ffee9cb05a5251.bindPopup(popup_f9319178c3d9ba721f0df00f637dca8b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ec0894e53924e118e474375deb4070b9 = L.circleMarker(\n",
+       "                [-37.50928622143861, 142.22218936023958],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4bdd9eaeabfa812fbf4612155b748daa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5b994e0b3762f7148566341887c2c3a6 = $(`&lt;div id=&quot;html_5b994e0b3762f7148566341887c2c3a6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_4bdd9eaeabfa812fbf4612155b748daa.setContent(html_5b994e0b3762f7148566341887c2c3a6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ec0894e53924e118e474375deb4070b9.bindPopup(popup_4bdd9eaeabfa812fbf4612155b748daa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3f677b9c886a048e65805b971480fe65 = L.circleMarker(\n",
+       "                [-37.651976940112775, 141.83146623237735],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0cbb5dcc9f42edb16dbc59bbdb5a36d4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0afe24267e7c9a3cdb70c1e47341b0b0 = $(`&lt;div id=&quot;html_0afe24267e7c9a3cdb70c1e47341b0b0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_0cbb5dcc9f42edb16dbc59bbdb5a36d4.setContent(html_0afe24267e7c9a3cdb70c1e47341b0b0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3f677b9c886a048e65805b971480fe65.bindPopup(popup_0cbb5dcc9f42edb16dbc59bbdb5a36d4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_eb7854ceee50fad74e37c384384dc405 = L.circleMarker(\n",
+       "                [-37.48051952654673, 141.66955230164643],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d095a4d7c44b0a253cd3d52592b207e7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6dbce55e1ff2a50d5d3f3fb1f16f2652 = $(`&lt;div id=&quot;html_6dbce55e1ff2a50d5d3f3fb1f16f2652&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_d095a4d7c44b0a253cd3d52592b207e7.setContent(html_6dbce55e1ff2a50d5d3f3fb1f16f2652);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_eb7854ceee50fad74e37c384384dc405.bindPopup(popup_d095a4d7c44b0a253cd3d52592b207e7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8a0b3cac0c557da4f5c56c7cc9b826d4 = L.circleMarker(\n",
+       "                [-37.33360078428872, 141.89220724428515],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_baba93dcdb8cc89910a51f7ca278ca36 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_30dd9c0c0e5a0b4bd47375faaec7eb3f = $(`&lt;div id=&quot;html_30dd9c0c0e5a0b4bd47375faaec7eb3f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_baba93dcdb8cc89910a51f7ca278ca36.setContent(html_30dd9c0c0e5a0b4bd47375faaec7eb3f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8a0b3cac0c557da4f5c56c7cc9b826d4.bindPopup(popup_baba93dcdb8cc89910a51f7ca278ca36)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b5d46b230c8d1ff8de2d0716c1b136c9 = L.circleMarker(\n",
+       "                [-37.62439136064373, 141.63156663394656],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_42719a632ffb0403b61941a96ff9bf04 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_994d6a5a9c10894df0a7021f245ed366 = $(`&lt;div id=&quot;html_994d6a5a9c10894df0a7021f245ed366&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_42719a632ffb0403b61941a96ff9bf04.setContent(html_994d6a5a9c10894df0a7021f245ed366);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b5d46b230c8d1ff8de2d0716c1b136c9.bindPopup(popup_42719a632ffb0403b61941a96ff9bf04)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3629eca1124383ffb99ec208549d302a = L.circleMarker(\n",
+       "                [-37.86069586425004, 141.97846267180554],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3735d6da98249b1927ff96feb7b5d77a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_781c560ac3c5962f1202d4dcd9e63cc8 = $(`&lt;div id=&quot;html_781c560ac3c5962f1202d4dcd9e63cc8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_3735d6da98249b1927ff96feb7b5d77a.setContent(html_781c560ac3c5962f1202d4dcd9e63cc8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3629eca1124383ffb99ec208549d302a.bindPopup(popup_3735d6da98249b1927ff96feb7b5d77a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9d1f7a51bbbc8bd348ce4b341c7c0a55 = L.circleMarker(\n",
+       "                [-37.91272136670321, 142.15469648311742],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_581c5bd85fc3398963632c58ffb6b6c6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6817037dcf76c8f67d1c3963ea61c41d = $(`&lt;div id=&quot;html_6817037dcf76c8f67d1c3963ea61c41d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_581c5bd85fc3398963632c58ffb6b6c6.setContent(html_6817037dcf76c8f67d1c3963ea61c41d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9d1f7a51bbbc8bd348ce4b341c7c0a55.bindPopup(popup_581c5bd85fc3398963632c58ffb6b6c6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5161ef4bed8fcfb431478ae8e830c3b2 = L.circleMarker(\n",
+       "                [-37.67890528704983, 141.74268895359157],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_020f3fcce2ba3b4ad5a5b87139c9ec16 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ab57da456b3b717481b2cf768fb2630a = $(`&lt;div id=&quot;html_ab57da456b3b717481b2cf768fb2630a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_020f3fcce2ba3b4ad5a5b87139c9ec16.setContent(html_ab57da456b3b717481b2cf768fb2630a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5161ef4bed8fcfb431478ae8e830c3b2.bindPopup(popup_020f3fcce2ba3b4ad5a5b87139c9ec16)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_799f3666f67141d558921997999074ff = L.circleMarker(\n",
+       "                [-37.84108846106081, 142.14061028293332],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5e8d7b6e953d3043cdf65122b3e3e439 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_da8d15354cfc82daf9d1d4cea5e4f476 = $(`&lt;div id=&quot;html_da8d15354cfc82daf9d1d4cea5e4f476&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_5e8d7b6e953d3043cdf65122b3e3e439.setContent(html_da8d15354cfc82daf9d1d4cea5e4f476);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_799f3666f67141d558921997999074ff.bindPopup(popup_5e8d7b6e953d3043cdf65122b3e3e439)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2a3ec0024c4d049912fb1a5abba33fe4 = L.circleMarker(\n",
+       "                [-37.8588839015128, 142.0867952668843],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_06400ff5e8b8e741bb01a5b05b390d56 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dd413f46c88ff1a317caf4c066473a0a = $(`&lt;div id=&quot;html_dd413f46c88ff1a317caf4c066473a0a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_06400ff5e8b8e741bb01a5b05b390d56.setContent(html_dd413f46c88ff1a317caf4c066473a0a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2a3ec0024c4d049912fb1a5abba33fe4.bindPopup(popup_06400ff5e8b8e741bb01a5b05b390d56)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1eaa725f6686fa08dd5c04334dd1351d = L.circleMarker(\n",
+       "                [-37.40983983612738, 141.81057166766152],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_442cf67f85bb4685e8904847d5b71e37 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e9e2b344c328f43e403dcaf6cec051f1 = $(`&lt;div id=&quot;html_e9e2b344c328f43e403dcaf6cec051f1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_442cf67f85bb4685e8904847d5b71e37.setContent(html_e9e2b344c328f43e403dcaf6cec051f1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1eaa725f6686fa08dd5c04334dd1351d.bindPopup(popup_442cf67f85bb4685e8904847d5b71e37)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b55e39bd729cff33a9fd49f4aeb57d83 = L.circleMarker(\n",
+       "                [-37.2980738432011, 141.56297258397564],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a9186f0fee3ca1b611cfda223f46ed59 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a83ff08fe4dce834428f1e539d4091f7 = $(`&lt;div id=&quot;html_a83ff08fe4dce834428f1e539d4091f7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_a9186f0fee3ca1b611cfda223f46ed59.setContent(html_a83ff08fe4dce834428f1e539d4091f7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b55e39bd729cff33a9fd49f4aeb57d83.bindPopup(popup_a9186f0fee3ca1b611cfda223f46ed59)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b61500fa3f0bf76b338a1fc7b82c28a6 = L.circleMarker(\n",
+       "                [-37.51748365010429, 141.74181777177645],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a6712d602a66f1361a4967403e9da1b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f8d19ada5da21784d9027abc8be6659d = $(`&lt;div id=&quot;html_f8d19ada5da21784d9027abc8be6659d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_a6712d602a66f1361a4967403e9da1b4.setContent(html_f8d19ada5da21784d9027abc8be6659d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b61500fa3f0bf76b338a1fc7b82c28a6.bindPopup(popup_a6712d602a66f1361a4967403e9da1b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e2b281c60e41cae501cb047fc7c6ccbb = L.circleMarker(\n",
+       "                [-37.39404365372421, 142.11765883632808],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4bd54f485fa4cac5dee77ef632f05279 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_edd6c30ed715ea48106f80be0d228fb4 = $(`&lt;div id=&quot;html_edd6c30ed715ea48106f80be0d228fb4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_4bd54f485fa4cac5dee77ef632f05279.setContent(html_edd6c30ed715ea48106f80be0d228fb4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e2b281c60e41cae501cb047fc7c6ccbb.bindPopup(popup_4bd54f485fa4cac5dee77ef632f05279)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ea91a79ea5a96a687de9745286cc4910 = L.circleMarker(\n",
+       "                [-37.728855114849104, 141.83774319057653],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e766958fe90cbdbe00568b0a8d7e32f5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5c732f5022dfb7a6b594d3b360e87857 = $(`&lt;div id=&quot;html_5c732f5022dfb7a6b594d3b360e87857&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_e766958fe90cbdbe00568b0a8d7e32f5.setContent(html_5c732f5022dfb7a6b594d3b360e87857);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ea91a79ea5a96a687de9745286cc4910.bindPopup(popup_e766958fe90cbdbe00568b0a8d7e32f5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ccf3915899e53f2c0833a1c4af65d4c7 = L.circleMarker(\n",
+       "                [-37.25839174960458, 142.02882589917758],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_09e0e032ca643a08d22f123655d47003 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d584b6b4f1e407b5497c6df880a98b74 = $(`&lt;div id=&quot;html_d584b6b4f1e407b5497c6df880a98b74&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_09e0e032ca643a08d22f123655d47003.setContent(html_d584b6b4f1e407b5497c6df880a98b74);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ccf3915899e53f2c0833a1c4af65d4c7.bindPopup(popup_09e0e032ca643a08d22f123655d47003)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e8b1b919e5a0d114d3d39e384e10914e = L.circleMarker(\n",
+       "                [-37.13263275956108, 142.1634721508368],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2fee2975ecb7fce34ce76321ab5c39d2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1048b0a45624737688228c06c1c976c6 = $(`&lt;div id=&quot;html_1048b0a45624737688228c06c1c976c6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_2fee2975ecb7fce34ce76321ab5c39d2.setContent(html_1048b0a45624737688228c06c1c976c6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e8b1b919e5a0d114d3d39e384e10914e.bindPopup(popup_2fee2975ecb7fce34ce76321ab5c39d2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_231e4109c68f060f3e53c3ad7694b1af = L.circleMarker(\n",
+       "                [-37.56677437949485, 141.79788182415717],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f2d09a33003afe8c12989398da979098 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bc9b9a98fd67c823fe2a5afac9d425b6 = $(`&lt;div id=&quot;html_bc9b9a98fd67c823fe2a5afac9d425b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_f2d09a33003afe8c12989398da979098.setContent(html_bc9b9a98fd67c823fe2a5afac9d425b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_231e4109c68f060f3e53c3ad7694b1af.bindPopup(popup_f2d09a33003afe8c12989398da979098)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_41c4350139d456d1c531538070b0e553 = L.circleMarker(\n",
+       "                [-37.35893877469347, 141.67071926761156],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_361656b99db7974fedd6e660493a74f7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6c932e2cda566277d3b5776723967d8e = $(`&lt;div id=&quot;html_6c932e2cda566277d3b5776723967d8e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_361656b99db7974fedd6e660493a74f7.setContent(html_6c932e2cda566277d3b5776723967d8e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_41c4350139d456d1c531538070b0e553.bindPopup(popup_361656b99db7974fedd6e660493a74f7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2fe8293c83d58b2457f9e891aaf13efa = L.circleMarker(\n",
+       "                [-37.49957038976018, 142.05610058834188],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cef6482a834447171067144b78a07ded = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2cbb0033d6c8600cd9094571ce4db110 = $(`&lt;div id=&quot;html_2cbb0033d6c8600cd9094571ce4db110&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_cef6482a834447171067144b78a07ded.setContent(html_2cbb0033d6c8600cd9094571ce4db110);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2fe8293c83d58b2457f9e891aaf13efa.bindPopup(popup_cef6482a834447171067144b78a07ded)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e1d4c58ed7a4809c63f197f8039216e0 = L.circleMarker(\n",
+       "                [-37.34626901578109, 142.32848334423687],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ab2436a84ee69eb597919b0df21060b3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_263496bad02d4d2ccbb37a830365a7c7 = $(`&lt;div id=&quot;html_263496bad02d4d2ccbb37a830365a7c7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_ab2436a84ee69eb597919b0df21060b3.setContent(html_263496bad02d4d2ccbb37a830365a7c7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e1d4c58ed7a4809c63f197f8039216e0.bindPopup(popup_ab2436a84ee69eb597919b0df21060b3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fcfa15e55b2876eaa36d09510ddba20d = L.circleMarker(\n",
+       "                [-37.624501186230205, 142.0568939990481],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1bbe472f0e57ca1269da42d706c88529 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b1cfd6778cd29a770b2233f191c4b46f = $(`&lt;div id=&quot;html_b1cfd6778cd29a770b2233f191c4b46f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_1bbe472f0e57ca1269da42d706c88529.setContent(html_b1cfd6778cd29a770b2233f191c4b46f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fcfa15e55b2876eaa36d09510ddba20d.bindPopup(popup_1bbe472f0e57ca1269da42d706c88529)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0c1c9c00e7760d9b6e0b52f9c00050ed = L.circleMarker(\n",
+       "                [-37.22236289345088, 141.82544602875967],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e53eddd3a56ffddfb559c94212302e5e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2a9aeeb9facf2b4db31641f65759494c = $(`&lt;div id=&quot;html_2a9aeeb9facf2b4db31641f65759494c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_e53eddd3a56ffddfb559c94212302e5e.setContent(html_2a9aeeb9facf2b4db31641f65759494c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0c1c9c00e7760d9b6e0b52f9c00050ed.bindPopup(popup_e53eddd3a56ffddfb559c94212302e5e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f509dbeab0ace44860f70f225e839b0 = L.circleMarker(\n",
+       "                [-37.23782781815103, 141.57647267344154],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_971d3fefad0d57aa73c4573207638740 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_48173e7ee0fe24d0f7df5772db083077 = $(`&lt;div id=&quot;html_48173e7ee0fe24d0f7df5772db083077&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_971d3fefad0d57aa73c4573207638740.setContent(html_48173e7ee0fe24d0f7df5772db083077);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f509dbeab0ace44860f70f225e839b0.bindPopup(popup_971d3fefad0d57aa73c4573207638740)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce4625a692e911f649a13243dd786862 = L.circleMarker(\n",
+       "                [-37.382006536925736, 141.9536461017801],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eea7da595c9bd27fcb21c1e3780cf4b1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9324ada3daf39d3712ec684ee58c6761 = $(`&lt;div id=&quot;html_9324ada3daf39d3712ec684ee58c6761&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_eea7da595c9bd27fcb21c1e3780cf4b1.setContent(html_9324ada3daf39d3712ec684ee58c6761);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce4625a692e911f649a13243dd786862.bindPopup(popup_eea7da595c9bd27fcb21c1e3780cf4b1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a845c066751ddca4142d7f64cd09d2c5 = L.circleMarker(\n",
+       "                [-37.52613216164543, 142.31711067177363],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_82ea4882e55d70e4399b076fb9b07711 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5287fc20041241e16eb93df1b58bc6b2 = $(`&lt;div id=&quot;html_5287fc20041241e16eb93df1b58bc6b2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_82ea4882e55d70e4399b076fb9b07711.setContent(html_5287fc20041241e16eb93df1b58bc6b2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a845c066751ddca4142d7f64cd09d2c5.bindPopup(popup_82ea4882e55d70e4399b076fb9b07711)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7609aee9c62dc23e8a04269033f06709 = L.circleMarker(\n",
+       "                [-37.57601861122081, 141.91938308862427],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3202e3990cba341065ec72f5f51ea9d5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2d1c6aab7f259608b0bf94ad640659c4 = $(`&lt;div id=&quot;html_2d1c6aab7f259608b0bf94ad640659c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_3202e3990cba341065ec72f5f51ea9d5.setContent(html_2d1c6aab7f259608b0bf94ad640659c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7609aee9c62dc23e8a04269033f06709.bindPopup(popup_3202e3990cba341065ec72f5f51ea9d5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_404520fbc44c4777cce7bd32d11a2057 = L.circleMarker(\n",
+       "                [-37.74583322305241, 142.0176035301973],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a7b37002df49db5352f012ba1c55a5c3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4261fdc34e8ea0accbf9dca959312007 = $(`&lt;div id=&quot;html_4261fdc34e8ea0accbf9dca959312007&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_a7b37002df49db5352f012ba1c55a5c3.setContent(html_4261fdc34e8ea0accbf9dca959312007);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_404520fbc44c4777cce7bd32d11a2057.bindPopup(popup_a7b37002df49db5352f012ba1c55a5c3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4b9771435dc53f9e713fe8bb4c04b33c = L.circleMarker(\n",
+       "                [-37.60119953111214, 142.1878910369027],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_395fd2e16d6782eb5892968886d8c857 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3511cb484bdb0d5c8a2015c780f6183b = $(`&lt;div id=&quot;html_3511cb484bdb0d5c8a2015c780f6183b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_395fd2e16d6782eb5892968886d8c857.setContent(html_3511cb484bdb0d5c8a2015c780f6183b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4b9771435dc53f9e713fe8bb4c04b33c.bindPopup(popup_395fd2e16d6782eb5892968886d8c857)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0673e9a64a754b8655e524fdad78a269 = L.circleMarker(\n",
+       "                [-37.67480165145199, 142.2167466631815],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_16cbfa1d9bedcd816d88bd78dae16abe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_de243ebba933aebf95a286bab3c8c9b7 = $(`&lt;div id=&quot;html_de243ebba933aebf95a286bab3c8c9b7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_16cbfa1d9bedcd816d88bd78dae16abe.setContent(html_de243ebba933aebf95a286bab3c8c9b7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0673e9a64a754b8655e524fdad78a269.bindPopup(popup_16cbfa1d9bedcd816d88bd78dae16abe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_11dc1e9b7efa1e5f8f3e52d3bd6e44ef = L.circleMarker(\n",
+       "                [-37.767944670713405, 142.1205591087182],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e27fba6e96d3c4f8ef759b5d4747dbde = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_02ef0401a9453e8f916b1e677b3c70fd = $(`&lt;div id=&quot;html_02ef0401a9453e8f916b1e677b3c70fd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_e27fba6e96d3c4f8ef759b5d4747dbde.setContent(html_02ef0401a9453e8f916b1e677b3c70fd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_11dc1e9b7efa1e5f8f3e52d3bd6e44ef.bindPopup(popup_e27fba6e96d3c4f8ef759b5d4747dbde)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_466a98910dd1b6a85821091f4d8171d0 = L.circleMarker(\n",
+       "                [-37.701711593523726, 142.11444775430684],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_97f377c50f570c012406678b1948f2dc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_22444e693ad7c82a0555118cf9597999 = $(`&lt;div id=&quot;html_22444e693ad7c82a0555118cf9597999&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_97f377c50f570c012406678b1948f2dc.setContent(html_22444e693ad7c82a0555118cf9597999);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_466a98910dd1b6a85821091f4d8171d0.bindPopup(popup_97f377c50f570c012406678b1948f2dc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_25ce7e6f5114a6a28302a4de10b33328 = L.circleMarker(\n",
+       "                [-37.77680642898519, 142.2285558358419],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2f979e5934821b3806d05b69167f570b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_99f03005d4306accc9274446b30b8fa2 = $(`&lt;div id=&quot;html_99f03005d4306accc9274446b30b8fa2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_2f979e5934821b3806d05b69167f570b.setContent(html_99f03005d4306accc9274446b30b8fa2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_25ce7e6f5114a6a28302a4de10b33328.bindPopup(popup_2f979e5934821b3806d05b69167f570b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_80a5ddebe4479a2439ab7609af955c37 = L.circleMarker(\n",
+       "                [-37.323671041482896, 141.81292492489274],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ccb80711c21eeda93e8ecceb41f561c2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0b717339b28848308e1245a3a7a3cf45 = $(`&lt;div id=&quot;html_0b717339b28848308e1245a3a7a3cf45&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_ccb80711c21eeda93e8ecceb41f561c2.setContent(html_0b717339b28848308e1245a3a7a3cf45);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_80a5ddebe4479a2439ab7609af955c37.bindPopup(popup_ccb80711c21eeda93e8ecceb41f561c2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1b86eb6734d1b01d7bf247f21b8ff0ae = L.circleMarker(\n",
+       "                [-37.4867841772358, 141.85798997431826],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c1bc8d9a209d706ae6acfa96fe7fe455 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e1d93d07941484c7b8a80ca6ea1cf0b0 = $(`&lt;div id=&quot;html_e1d93d07941484c7b8a80ca6ea1cf0b0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_c1bc8d9a209d706ae6acfa96fe7fe455.setContent(html_e1d93d07941484c7b8a80ca6ea1cf0b0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1b86eb6734d1b01d7bf247f21b8ff0ae.bindPopup(popup_c1bc8d9a209d706ae6acfa96fe7fe455)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ad84c01aa05d4e2d61556eff406cdf71 = L.circleMarker(\n",
+       "                [-37.41146486248399, 142.39536893043496],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_feafe456b3ce885dc472270043e84549 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_43c1a0252f9f44fce25f96bc168ceed9 = $(`&lt;div id=&quot;html_43c1a0252f9f44fce25f96bc168ceed9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_feafe456b3ce885dc472270043e84549.setContent(html_43c1a0252f9f44fce25f96bc168ceed9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ad84c01aa05d4e2d61556eff406cdf71.bindPopup(popup_feafe456b3ce885dc472270043e84549)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cb1794185a80942b287ce927f15fbaf7 = L.circleMarker(\n",
+       "                [-37.90400939174123, 142.06180037996333],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fe21956ea9006861386d4869e40ee6be = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3d1bdc4eb906c99ed89354c82b25c54e = $(`&lt;div id=&quot;html_3d1bdc4eb906c99ed89354c82b25c54e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_fe21956ea9006861386d4869e40ee6be.setContent(html_3d1bdc4eb906c99ed89354c82b25c54e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cb1794185a80942b287ce927f15fbaf7.bindPopup(popup_fe21956ea9006861386d4869e40ee6be)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_73721717b9ddeea43f926eec1e05a058 = L.circleMarker(\n",
+       "                [-37.71684606117931, 142.17935692273625],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_058fb8e6e1f2303c985275e7518af1ca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9141ccdfb5331e9f24804e6efda3b85e = $(`&lt;div id=&quot;html_9141ccdfb5331e9f24804e6efda3b85e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_058fb8e6e1f2303c985275e7518af1ca.setContent(html_9141ccdfb5331e9f24804e6efda3b85e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_73721717b9ddeea43f926eec1e05a058.bindPopup(popup_058fb8e6e1f2303c985275e7518af1ca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_80e929812cada14ed259ba8e02a7e395 = L.circleMarker(\n",
+       "                [-37.75645312142383, 141.8935637141618],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b81b2e8cbd308f68de0af4340a389cfc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2990e45a0053a8a961c3bc8822d29a4f = $(`&lt;div id=&quot;html_2990e45a0053a8a961c3bc8822d29a4f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_b81b2e8cbd308f68de0af4340a389cfc.setContent(html_2990e45a0053a8a961c3bc8822d29a4f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_80e929812cada14ed259ba8e02a7e395.bindPopup(popup_b81b2e8cbd308f68de0af4340a389cfc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f478679634182409081e9c3d660a8ce6 = L.circleMarker(\n",
+       "                [-37.59059740808509, 141.67511541327795],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff3e1ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff3e1ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b3dc04cf6ff3f732c4892a84476e3306 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5436557713afd266a1790c62c5f72939 = $(`&lt;div id=&quot;html_5436557713afd266a1790c62c5f72939&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Southern Grampians: crime count = -0.5688456712682316&lt;/div&gt;`)[0];\n",
+       "                popup_b3dc04cf6ff3f732c4892a84476e3306.setContent(html_5436557713afd266a1790c62c5f72939);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f478679634182409081e9c3d660a8ce6.bindPopup(popup_b3dc04cf6ff3f732c4892a84476e3306)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f44469bcc21e077e73f7fd49d4141906 = L.circleMarker(\n",
+       "                [-37.8415388182973, 145.01755786727352],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcc95ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcc95ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a9df37569c78d27721219beb50d41025 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7fb5406693f1bc872553e37589a7ea7f = $(`&lt;div id=&quot;html_7fb5406693f1bc872553e37589a7ea7f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Stonnington: crime count = 1.0249291512194552&lt;/div&gt;`)[0];\n",
+       "                popup_a9df37569c78d27721219beb50d41025.setContent(html_7fb5406693f1bc872553e37589a7ea7f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f44469bcc21e077e73f7fd49d4141906.bindPopup(popup_a9df37569c78d27721219beb50d41025)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ed7cacdce62be083609f4a2f62c80d77 = L.circleMarker(\n",
+       "                [-37.85665876524626, 145.0202965727958],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcc95ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcc95ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b390efd137d80e7db12e803ac248dd0e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7943ea6c26bda3cc40f61a26ed09ea89 = $(`&lt;div id=&quot;html_7943ea6c26bda3cc40f61a26ed09ea89&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Stonnington: crime count = 1.0249291512194552&lt;/div&gt;`)[0];\n",
+       "                popup_b390efd137d80e7db12e803ac248dd0e.setContent(html_7943ea6c26bda3cc40f61a26ed09ea89);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ed7cacdce62be083609f4a2f62c80d77.bindPopup(popup_b390efd137d80e7db12e803ac248dd0e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c0e12399bed25f80e153ebc33251334 = L.circleMarker(\n",
+       "                [-37.84136776248837, 145.03583519071947],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcc95ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcc95ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d85f830a87605ca327dbd0560d4f877b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5866beb95542569277d3e42286095354 = $(`&lt;div id=&quot;html_5866beb95542569277d3e42286095354&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Stonnington: crime count = 1.0249291512194552&lt;/div&gt;`)[0];\n",
+       "                popup_d85f830a87605ca327dbd0560d4f877b.setContent(html_5866beb95542569277d3e42286095354);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c0e12399bed25f80e153ebc33251334.bindPopup(popup_d85f830a87605ca327dbd0560d4f877b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d4415ce858ad8fa9af67c67f99770e30 = L.circleMarker(\n",
+       "                [-37.87661676789517, 145.0654154605363],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcc95ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcc95ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_91e9d9591537adcb1e93c95d5af63158 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_272cf0ff64f8287eb1dd8b2eff573c9b = $(`&lt;div id=&quot;html_272cf0ff64f8287eb1dd8b2eff573c9b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Stonnington: crime count = 1.0249291512194552&lt;/div&gt;`)[0];\n",
+       "                popup_91e9d9591537adcb1e93c95d5af63158.setContent(html_272cf0ff64f8287eb1dd8b2eff573c9b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d4415ce858ad8fa9af67c67f99770e30.bindPopup(popup_91e9d9591537adcb1e93c95d5af63158)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fa8481fbc0cfc73176c79bb65695314f = L.circleMarker(\n",
+       "                [-37.85686318211933, 145.0349946211897],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcc95ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcc95ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_668c52fec10c3091a05f926b283fadf6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_40668544e80db0ca7974a6b6f81cf00d = $(`&lt;div id=&quot;html_40668544e80db0ca7974a6b6f81cf00d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Stonnington: crime count = 1.0249291512194552&lt;/div&gt;`)[0];\n",
+       "                popup_668c52fec10c3091a05f926b283fadf6.setContent(html_40668544e80db0ca7974a6b6f81cf00d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fa8481fbc0cfc73176c79bb65695314f.bindPopup(popup_668c52fec10c3091a05f926b283fadf6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4274e6e556808be34b49518bf8a2dca9 = L.circleMarker(\n",
+       "                [-37.85178234290696, 145.0004687413769],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdcc95ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdcc95ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c64781bd731b42d4162e178b215b2313 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_698b6f6bc9f751dca49a4f826011e203 = $(`&lt;div id=&quot;html_698b6f6bc9f751dca49a4f826011e203&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Stonnington: crime count = 1.0249291512194552&lt;/div&gt;`)[0];\n",
+       "                popup_c64781bd731b42d4162e178b215b2313.setContent(html_698b6f6bc9f751dca49a4f826011e203);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4274e6e556808be34b49518bf8a2dca9.bindPopup(popup_c64781bd731b42d4162e178b215b2313)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_913306e879a194333aaa085d6662f384 = L.circleMarker(\n",
+       "                [-36.76863428399425, 145.56185258673588],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4da396fbdb1f2f7e97734f3fbb19fc16 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4e929e0736cebd6659f8c8885858f46e = $(`&lt;div id=&quot;html_4e929e0736cebd6659f8c8885858f46e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_4da396fbdb1f2f7e97734f3fbb19fc16.setContent(html_4e929e0736cebd6659f8c8885858f46e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_913306e879a194333aaa085d6662f384.bindPopup(popup_4da396fbdb1f2f7e97734f3fbb19fc16)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7581d99c4dcc90d0e364591af1665307 = L.circleMarker(\n",
+       "                [-36.50191166041076, 145.7786631648674],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fb56afbee9451f80c41cefe4fdab3666 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b31b407c1a380bd3d0c96b27bb032ec8 = $(`&lt;div id=&quot;html_b31b407c1a380bd3d0c96b27bb032ec8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_fb56afbee9451f80c41cefe4fdab3666.setContent(html_b31b407c1a380bd3d0c96b27bb032ec8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7581d99c4dcc90d0e364591af1665307.bindPopup(popup_fb56afbee9451f80c41cefe4fdab3666)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_06397dd4fe88c0dc95832f9524c3d6c2 = L.circleMarker(\n",
+       "                [-36.488820012876616, 145.75099504088536],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0c0b007479645f07b4a456944fe891e0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d6e50099dc76248bd2edf60a1c7300d = $(`&lt;div id=&quot;html_7d6e50099dc76248bd2edf60a1c7300d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_0c0b007479645f07b4a456944fe891e0.setContent(html_7d6e50099dc76248bd2edf60a1c7300d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_06397dd4fe88c0dc95832f9524c3d6c2.bindPopup(popup_0c0b007479645f07b4a456944fe891e0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0baf4da9e520b9b78fd7c709b5c0588a = L.circleMarker(\n",
+       "                [-36.73203433813895, 145.3825827314015],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2a80c0ccad7c0580f947062f4694f1c4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e7483a0ce5037e4ba4e05b3d86c9cd3f = $(`&lt;div id=&quot;html_e7483a0ce5037e4ba4e05b3d86c9cd3f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_2a80c0ccad7c0580f947062f4694f1c4.setContent(html_e7483a0ce5037e4ba4e05b3d86c9cd3f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0baf4da9e520b9b78fd7c709b5c0588a.bindPopup(popup_2a80c0ccad7c0580f947062f4694f1c4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_79e1301f72a5db2196fbd0873e2f0081 = L.circleMarker(\n",
+       "                [-36.59035107696039, 145.58334056773805],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_192bba535ba6bfc2cc2d04bb8802217e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b0d3d914f7fb40a90b8e70135b4e168b = $(`&lt;div id=&quot;html_b0d3d914f7fb40a90b8e70135b4e168b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_192bba535ba6bfc2cc2d04bb8802217e.setContent(html_b0d3d914f7fb40a90b8e70135b4e168b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_79e1301f72a5db2196fbd0873e2f0081.bindPopup(popup_192bba535ba6bfc2cc2d04bb8802217e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_052627bf1eaf4203e331f46650077b2a = L.circleMarker(\n",
+       "                [-36.895479842762086, 145.40346993180145],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_95082a092b8ed58082d9d39455624759 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_09b2d2348f32eba3ecd817d35ffdb7ea = $(`&lt;div id=&quot;html_09b2d2348f32eba3ecd817d35ffdb7ea&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_95082a092b8ed58082d9d39455624759.setContent(html_09b2d2348f32eba3ecd817d35ffdb7ea);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_052627bf1eaf4203e331f46650077b2a.bindPopup(popup_95082a092b8ed58082d9d39455624759)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_27a9ea073ff828f98fffe2f510df5c49 = L.circleMarker(\n",
+       "                [-36.78329660935268, 145.21530886254462],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f655b93663b3197f8123664e156bd3b5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4451aa1b65527112e3c6de7633cefef4 = $(`&lt;div id=&quot;html_4451aa1b65527112e3c6de7633cefef4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_f655b93663b3197f8123664e156bd3b5.setContent(html_4451aa1b65527112e3c6de7633cefef4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_27a9ea073ff828f98fffe2f510df5c49.bindPopup(popup_f655b93663b3197f8123664e156bd3b5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a118add9f847948ab613d98d01703942 = L.circleMarker(\n",
+       "                [-36.53115524095575, 145.6816371313654],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4a7ec6edd87ed1fc9b548f0d67b1b205 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a7824b992e641ae0a3ab82d9949f15f0 = $(`&lt;div id=&quot;html_a7824b992e641ae0a3ab82d9949f15f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_4a7ec6edd87ed1fc9b548f0d67b1b205.setContent(html_a7824b992e641ae0a3ab82d9949f15f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a118add9f847948ab613d98d01703942.bindPopup(popup_4a7ec6edd87ed1fc9b548f0d67b1b205)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b98bd7594f921a419dbf1e399d631569 = L.circleMarker(\n",
+       "                [-36.89832254615572, 145.60446282230333],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aa9765debe3391726cb2178f6eab2a45 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e4f52115d41ed22c296c451bcb244508 = $(`&lt;div id=&quot;html_e4f52115d41ed22c296c451bcb244508&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_aa9765debe3391726cb2178f6eab2a45.setContent(html_e4f52115d41ed22c296c451bcb244508);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b98bd7594f921a419dbf1e399d631569.bindPopup(popup_aa9765debe3391726cb2178f6eab2a45)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_af23fddfe6a09ccc63f4bd5512b19a8c = L.circleMarker(\n",
+       "                [-36.59376694029169, 145.38112553984774],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_01f0ab8e1ab74e16adf99358cd0204eb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dc92affe5a473f63e58d843c63ac8ade = $(`&lt;div id=&quot;html_dc92affe5a473f63e58d843c63ac8ade&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_01f0ab8e1ab74e16adf99358cd0204eb.setContent(html_dc92affe5a473f63e58d843c63ac8ade);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_af23fddfe6a09ccc63f4bd5512b19a8c.bindPopup(popup_01f0ab8e1ab74e16adf99358cd0204eb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cdde0c9b9a630bf51d8d2946f93e0aa3 = L.circleMarker(\n",
+       "                [-36.83824466528666, 145.4559351488433],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4574e93ec28451bfe45987f5ef8efabc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4bf82c70039aeb8f166536a049dfd92e = $(`&lt;div id=&quot;html_4bf82c70039aeb8f166536a049dfd92e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_4574e93ec28451bfe45987f5ef8efabc.setContent(html_4bf82c70039aeb8f166536a049dfd92e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cdde0c9b9a630bf51d8d2946f93e0aa3.bindPopup(popup_4574e93ec28451bfe45987f5ef8efabc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_10a8820075d78ff56522a168db9597a1 = L.circleMarker(\n",
+       "                [-36.83579746506102, 145.04696288748008],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3b715d44f042feca2a4001349eea9f52 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_52de90f0015bf3b30e40fc8a809638dc = $(`&lt;div id=&quot;html_52de90f0015bf3b30e40fc8a809638dc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_3b715d44f042feca2a4001349eea9f52.setContent(html_52de90f0015bf3b30e40fc8a809638dc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_10a8820075d78ff56522a168db9597a1.bindPopup(popup_3b715d44f042feca2a4001349eea9f52)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6ed2744530f590d26223dc4db79fb2da = L.circleMarker(\n",
+       "                [-36.715450035032745, 145.17462545017327],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e3fc761d0805b01299a2c73a8ce9fce7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f9f5124fe183aa16be1d635d21517614 = $(`&lt;div id=&quot;html_f9f5124fe183aa16be1d635d21517614&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_e3fc761d0805b01299a2c73a8ce9fce7.setContent(html_f9f5124fe183aa16be1d635d21517614);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6ed2744530f590d26223dc4db79fb2da.bindPopup(popup_e3fc761d0805b01299a2c73a8ce9fce7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_550e393e3cbbb98a81474c0debd7422b = L.circleMarker(\n",
+       "                [-36.802801679826, 144.85895939384525],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ae17feef5ffe1dde166c733ab23129ed = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_66bd65eff74c6358364bb916ae38eca5 = $(`&lt;div id=&quot;html_66bd65eff74c6358364bb916ae38eca5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_ae17feef5ffe1dde166c733ab23129ed.setContent(html_66bd65eff74c6358364bb916ae38eca5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_550e393e3cbbb98a81474c0debd7422b.bindPopup(popup_ae17feef5ffe1dde166c733ab23129ed)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6082c6416c1819d01a72cb7d5d54d625 = L.circleMarker(\n",
+       "                [-36.844537660197865, 145.16996914487154],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a1c7771dadd301581dfb36d3ea21223a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_56a1aa4e1946ac92eb68329b52cf159e = $(`&lt;div id=&quot;html_56a1aa4e1946ac92eb68329b52cf159e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_a1c7771dadd301581dfb36d3ea21223a.setContent(html_56a1aa4e1946ac92eb68329b52cf159e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6082c6416c1819d01a72cb7d5d54d625.bindPopup(popup_a1c7771dadd301581dfb36d3ea21223a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a8d5a3905ace98ef71022d47fed4b551 = L.circleMarker(\n",
+       "                [-36.806936955574, 145.7217277041494],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7f569565ec3920036d5d27ccc1463e86 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3e5b6ba4bf470835f58c69bc99af8ea5 = $(`&lt;div id=&quot;html_3e5b6ba4bf470835f58c69bc99af8ea5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_7f569565ec3920036d5d27ccc1463e86.setContent(html_3e5b6ba4bf470835f58c69bc99af8ea5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a8d5a3905ace98ef71022d47fed4b551.bindPopup(popup_7f569565ec3920036d5d27ccc1463e86)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2b3c629673df5bc0afead0dad8177d17 = L.circleMarker(\n",
+       "                [-36.770427414584425, 144.98207607115967],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_141ce05b88ae4feb5b90419bf7c8a2af = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b1569342d48845c267d421e655039bb6 = $(`&lt;div id=&quot;html_b1569342d48845c267d421e655039bb6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_141ce05b88ae4feb5b90419bf7c8a2af.setContent(html_b1569342d48845c267d421e655039bb6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2b3c629673df5bc0afead0dad8177d17.bindPopup(popup_141ce05b88ae4feb5b90419bf7c8a2af)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_270f6663ae1942fe2d7bff99c6460b0c = L.circleMarker(\n",
+       "                [-36.85271424296521, 145.51972383113053],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9f93ef4476ef11fc269deb9678a5afed = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_907443a033891e0ee55b77dcc059be65 = $(`&lt;div id=&quot;html_907443a033891e0ee55b77dcc059be65&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_9f93ef4476ef11fc269deb9678a5afed.setContent(html_907443a033891e0ee55b77dcc059be65);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_270f6663ae1942fe2d7bff99c6460b0c.bindPopup(popup_9f93ef4476ef11fc269deb9678a5afed)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_535c82a7de067ceb75d38e7f3a77054b = L.circleMarker(\n",
+       "                [-36.658068597489866, 145.54224880460993],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_af47e66b42adef61253cf367acf631b8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_12536a35f566605b06fc9143cc2e4d1d = $(`&lt;div id=&quot;html_12536a35f566605b06fc9143cc2e4d1d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_af47e66b42adef61253cf367acf631b8.setContent(html_12536a35f566605b06fc9143cc2e4d1d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_535c82a7de067ceb75d38e7f3a77054b.bindPopup(popup_af47e66b42adef61253cf367acf631b8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9025613d769104c73090a19960b2d1cf = L.circleMarker(\n",
+       "                [-36.679302666583126, 145.7836427947381],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0f7c02a994b8e81b682c2bf3b049d51d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c6cea4495912212223c280d356cdee38 = $(`&lt;div id=&quot;html_c6cea4495912212223c280d356cdee38&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_0f7c02a994b8e81b682c2bf3b049d51d.setContent(html_c6cea4495912212223c280d356cdee38);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9025613d769104c73090a19960b2d1cf.bindPopup(popup_0f7c02a994b8e81b682c2bf3b049d51d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7b98be14fbbf1bfa9ab39bd3f9ae6cda = L.circleMarker(\n",
+       "                [-36.826545532689664, 144.9418742675849],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_895e72852fad1da297ed4a5a6caf8bca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_19b8cb4fe05f75b44ef72e2d4987ca92 = $(`&lt;div id=&quot;html_19b8cb4fe05f75b44ef72e2d4987ca92&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_895e72852fad1da297ed4a5a6caf8bca.setContent(html_19b8cb4fe05f75b44ef72e2d4987ca92);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7b98be14fbbf1bfa9ab39bd3f9ae6cda.bindPopup(popup_895e72852fad1da297ed4a5a6caf8bca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8b69f272c4cb7eb5e9f0110b691483f8 = L.circleMarker(\n",
+       "                [-36.82845835009598, 145.66425873479702],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d1cb6bd2764e3b17c194fe4d367d043e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d4bbb975d8efc05a8ad7169f42601d06 = $(`&lt;div id=&quot;html_d4bbb975d8efc05a8ad7169f42601d06&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_d1cb6bd2764e3b17c194fe4d367d043e.setContent(html_d4bbb975d8efc05a8ad7169f42601d06);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8b69f272c4cb7eb5e9f0110b691483f8.bindPopup(popup_d1cb6bd2764e3b17c194fe4d367d043e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e45be45f49ccb92c02e16346b839ffbd = L.circleMarker(\n",
+       "                [-36.70729557503302, 145.65952201984865],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9679288142425db423ea8cea5ed5b931 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_997219244c373891de159519a6d8c2ac = $(`&lt;div id=&quot;html_997219244c373891de159519a6d8c2ac&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_9679288142425db423ea8cea5ed5b931.setContent(html_997219244c373891de159519a6d8c2ac);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e45be45f49ccb92c02e16346b839ffbd.bindPopup(popup_9679288142425db423ea8cea5ed5b931)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_041d3c777b4580c6e2ced20829276ac1 = L.circleMarker(\n",
+       "                [-36.65286553214606, 145.59373234690784],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_62eff7f52f48da25360eb256a98c4a53 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_db83687f49109296f6b3df7200bac1c1 = $(`&lt;div id=&quot;html_db83687f49109296f6b3df7200bac1c1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_62eff7f52f48da25360eb256a98c4a53.setContent(html_db83687f49109296f6b3df7200bac1c1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_041d3c777b4580c6e2ced20829276ac1.bindPopup(popup_62eff7f52f48da25360eb256a98c4a53)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d80c6d291ce13e009fbb5666a982431c = L.circleMarker(\n",
+       "                [-36.80153695472712, 145.3946327843693],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2f44e1a28c8b5fc96c33fee606e6337f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_562a89ceb471ad18c3cb71f850086a31 = $(`&lt;div id=&quot;html_562a89ceb471ad18c3cb71f850086a31&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_2f44e1a28c8b5fc96c33fee606e6337f.setContent(html_562a89ceb471ad18c3cb71f850086a31);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d80c6d291ce13e009fbb5666a982431c.bindPopup(popup_2f44e1a28c8b5fc96c33fee606e6337f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5427bf29a81a38693185fc90e10bf503 = L.circleMarker(\n",
+       "                [-36.60944136724862, 145.4806893023993],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_39267bfab22df4302dee44d7c3735b2e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8577f26af190e10095f4aae0dec62bbd = $(`&lt;div id=&quot;html_8577f26af190e10095f4aae0dec62bbd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_39267bfab22df4302dee44d7c3735b2e.setContent(html_8577f26af190e10095f4aae0dec62bbd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5427bf29a81a38693185fc90e10bf503.bindPopup(popup_39267bfab22df4302dee44d7c3735b2e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_732d062392fcd56803109f9f9c682972 = L.circleMarker(\n",
+       "                [-36.84210620576957, 145.31893826502994],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_30f7c3a60ff81d5921a8fefd6bf3a2a9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7040260bd2e092bbf61080eef9dabcd6 = $(`&lt;div id=&quot;html_7040260bd2e092bbf61080eef9dabcd6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_30f7c3a60ff81d5921a8fefd6bf3a2a9.setContent(html_7040260bd2e092bbf61080eef9dabcd6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_732d062392fcd56803109f9f9c682972.bindPopup(popup_30f7c3a60ff81d5921a8fefd6bf3a2a9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fc49e170c608ebfb5eb5b989a9871330 = L.circleMarker(\n",
+       "                [-36.87962806203561, 145.75984375443414],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4c4e8ec1008ade8257cdc43e5fe09109 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ab1846d9fa08badb51b7a053bf8ddca4 = $(`&lt;div id=&quot;html_ab1846d9fa08badb51b7a053bf8ddca4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_4c4e8ec1008ade8257cdc43e5fe09109.setContent(html_ab1846d9fa08badb51b7a053bf8ddca4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fc49e170c608ebfb5eb5b989a9871330.bindPopup(popup_4c4e8ec1008ade8257cdc43e5fe09109)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7b98104193c4be3ad315bda850e7c0fe = L.circleMarker(\n",
+       "                [-36.75220553079821, 145.0780835487808],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bafdaf36f39504359711096859e0e164 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cdea387def9dcebc8a187a623acf204b = $(`&lt;div id=&quot;html_cdea387def9dcebc8a187a623acf204b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_bafdaf36f39504359711096859e0e164.setContent(html_cdea387def9dcebc8a187a623acf204b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7b98104193c4be3ad315bda850e7c0fe.bindPopup(popup_bafdaf36f39504359711096859e0e164)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a9a7e2ec0c6f756f944d8d5fefe8623d = L.circleMarker(\n",
+       "                [-36.73155583235191, 145.14854449901756],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6c911e6738ab92de2bb88156171a03ea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6788d0976fab336860c7371ba97e61c6 = $(`&lt;div id=&quot;html_6788d0976fab336860c7371ba97e61c6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_6c911e6738ab92de2bb88156171a03ea.setContent(html_6788d0976fab336860c7371ba97e61c6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a9a7e2ec0c6f756f944d8d5fefe8623d.bindPopup(popup_6c911e6738ab92de2bb88156171a03ea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e1128586dd46094d9ba91d4cc135e25f = L.circleMarker(\n",
+       "                [-36.76263406612593, 145.73237453964435],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_08d13afe29458e3cab673f24387a2e03 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_792aaf150e990c6008d5e9d2195df309 = $(`&lt;div id=&quot;html_792aaf150e990c6008d5e9d2195df309&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_08d13afe29458e3cab673f24387a2e03.setContent(html_792aaf150e990c6008d5e9d2195df309);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e1128586dd46094d9ba91d4cc135e25f.bindPopup(popup_08d13afe29458e3cab673f24387a2e03)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c88ceccc72cffea6be64329328113932 = L.circleMarker(\n",
+       "                [-36.67545330970332, 145.40914354121352],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bb87160d5c10bb8d1ef807f16571edf3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d25ffca4bcd815eef9ca99d73fd86e31 = $(`&lt;div id=&quot;html_d25ffca4bcd815eef9ca99d73fd86e31&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_bb87160d5c10bb8d1ef807f16571edf3.setContent(html_d25ffca4bcd815eef9ca99d73fd86e31);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c88ceccc72cffea6be64329328113932.bindPopup(popup_bb87160d5c10bb8d1ef807f16571edf3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c125b5929c9e211c050b6178adf7c0b = L.circleMarker(\n",
+       "                [-36.77273857693973, 145.6519890304078],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b67922ad8216c4b53c72be929b888c28 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_59abaeab2e5ac0697c1b570c5df27c5c = $(`&lt;div id=&quot;html_59abaeab2e5ac0697c1b570c5df27c5c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_b67922ad8216c4b53c72be929b888c28.setContent(html_59abaeab2e5ac0697c1b570c5df27c5c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c125b5929c9e211c050b6178adf7c0b.bindPopup(popup_b67922ad8216c4b53c72be929b888c28)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_70107873c4a127a05dab095ee509ef6a = L.circleMarker(\n",
+       "                [-36.69930895807642, 145.25379917525768],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff6e9ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff6e9ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7cea5d859edcc4753f7dfd4ed2840a03 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e0ae1beb01b449751882ca03caa7144c = $(`&lt;div id=&quot;html_e0ae1beb01b449751882ca03caa7144c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Strathbogie: crime count = -0.7422098861682337&lt;/div&gt;`)[0];\n",
+       "                popup_7cea5d859edcc4753f7dfd4ed2840a03.setContent(html_e0ae1beb01b449751882ca03caa7144c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_70107873c4a127a05dab095ee509ef6a.bindPopup(popup_7cea5d859edcc4753f7dfd4ed2840a03)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_682ae156bc5b5e2ddbe62fa9f1f53a5f = L.circleMarker(\n",
+       "                [-38.34455545275675, 144.2950804176684],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_28af1a3b904de7b685ab7cc1e25b4359 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fd4f81f9259e0ac5ff98ea3ab4634cc0 = $(`&lt;div id=&quot;html_fd4f81f9259e0ac5ff98ea3ab4634cc0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_28af1a3b904de7b685ab7cc1e25b4359.setContent(html_fd4f81f9259e0ac5ff98ea3ab4634cc0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_682ae156bc5b5e2ddbe62fa9f1f53a5f.bindPopup(popup_28af1a3b904de7b685ab7cc1e25b4359)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_92c47abb1b5f3581bc8e005c956f3f76 = L.circleMarker(\n",
+       "                [-38.46315514162929, 144.06299398280223],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1e2a15bbac75da04495b4f43c3222415 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f95d1824a52ecc4f8ea2af98278f974c = $(`&lt;div id=&quot;html_f95d1824a52ecc4f8ea2af98278f974c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_1e2a15bbac75da04495b4f43c3222415.setContent(html_f95d1824a52ecc4f8ea2af98278f974c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_92c47abb1b5f3581bc8e005c956f3f76.bindPopup(popup_1e2a15bbac75da04495b4f43c3222415)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8fe848b5ed5c22e2fcc82336bef6fcd8 = L.circleMarker(\n",
+       "                [-38.32459315811727, 143.98915930906972],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d83fbd82322d7a8a4f44487d58439bea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e6f97f6dd8122ae5f9efca257923d59c = $(`&lt;div id=&quot;html_e6f97f6dd8122ae5f9efca257923d59c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_d83fbd82322d7a8a4f44487d58439bea.setContent(html_e6f97f6dd8122ae5f9efca257923d59c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8fe848b5ed5c22e2fcc82336bef6fcd8.bindPopup(popup_d83fbd82322d7a8a4f44487d58439bea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_45468fc955482fb10b82eaef41caa3f4 = L.circleMarker(\n",
+       "                [-38.33768185145084, 144.23630325470958],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dadcaf2383c71737e4558c9f24641c05 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e0e886b5a4ae45f794e0b054f75899c3 = $(`&lt;div id=&quot;html_e0e886b5a4ae45f794e0b054f75899c3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_dadcaf2383c71737e4558c9f24641c05.setContent(html_e0e886b5a4ae45f794e0b054f75899c3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_45468fc955482fb10b82eaef41caa3f4.bindPopup(popup_dadcaf2383c71737e4558c9f24641c05)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_63895ec3bc6c76e9506e02f4fb56da08 = L.circleMarker(\n",
+       "                [-38.16662319755345, 144.22635743323602],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_92f6cc6adc8b8cebbf6962332b1a5443 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_632dbe2eb2dba2f3f8b08bcca2b39d6b = $(`&lt;div id=&quot;html_632dbe2eb2dba2f3f8b08bcca2b39d6b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_92f6cc6adc8b8cebbf6962332b1a5443.setContent(html_632dbe2eb2dba2f3f8b08bcca2b39d6b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_63895ec3bc6c76e9506e02f4fb56da08.bindPopup(popup_92f6cc6adc8b8cebbf6962332b1a5443)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c5382d3f35c1bb7ded4e95e1baa264a3 = L.circleMarker(\n",
+       "                [-38.455009498228726, 144.08185947036455],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_656d738dec13fd7a4ca1164ac0022556 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_831ad7d8067fcc75a98201d32d8891b4 = $(`&lt;div id=&quot;html_831ad7d8067fcc75a98201d32d8891b4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_656d738dec13fd7a4ca1164ac0022556.setContent(html_831ad7d8067fcc75a98201d32d8891b4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c5382d3f35c1bb7ded4e95e1baa264a3.bindPopup(popup_656d738dec13fd7a4ca1164ac0022556)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a6436727df2fad8fb7d31cc35d5c751d = L.circleMarker(\n",
+       "                [-38.38081202771149, 144.1542871656297],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4377531513225f50c1961dc796a097fe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5022d46d9241100dfded561f28f10868 = $(`&lt;div id=&quot;html_5022d46d9241100dfded561f28f10868&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_4377531513225f50c1961dc796a097fe.setContent(html_5022d46d9241100dfded561f28f10868);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a6436727df2fad8fb7d31cc35d5c751d.bindPopup(popup_4377531513225f50c1961dc796a097fe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_08cbce673bb682f3eeb6937cfe5066ff = L.circleMarker(\n",
+       "                [-38.40255128955546, 143.90239748511095],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2c56f49bb3100eb628e2f17b8b186a04 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dca2cf09cbe343125c94939196d8cd53 = $(`&lt;div id=&quot;html_dca2cf09cbe343125c94939196d8cd53&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_2c56f49bb3100eb628e2f17b8b186a04.setContent(html_dca2cf09cbe343125c94939196d8cd53);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_08cbce673bb682f3eeb6937cfe5066ff.bindPopup(popup_2c56f49bb3100eb628e2f17b8b186a04)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bbf3b723c7ff66c91664b597910b7f96 = L.circleMarker(\n",
+       "                [-38.30815861043895, 144.3221727471293],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7cee81a611ff2fb2f79e0a24acf1f924 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9ef42795dfd567042848829bb5d1198d = $(`&lt;div id=&quot;html_9ef42795dfd567042848829bb5d1198d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_7cee81a611ff2fb2f79e0a24acf1f924.setContent(html_9ef42795dfd567042848829bb5d1198d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bbf3b723c7ff66c91664b597910b7f96.bindPopup(popup_7cee81a611ff2fb2f79e0a24acf1f924)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_627d7af777f7e39fa8604e4d91d27c21 = L.circleMarker(\n",
+       "                [-38.29775812866144, 144.18324882827838],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_13dab0b67d3e29f2c2293d683c3bbad2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a49d64d6005df3db595d23ae4fecf5b8 = $(`&lt;div id=&quot;html_a49d64d6005df3db595d23ae4fecf5b8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_13dab0b67d3e29f2c2293d683c3bbad2.setContent(html_a49d64d6005df3db595d23ae4fecf5b8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_627d7af777f7e39fa8604e4d91d27c21.bindPopup(popup_13dab0b67d3e29f2c2293d683c3bbad2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e6bf2c655906da274d6c0c4dd25a0d43 = L.circleMarker(\n",
+       "                [-38.45025079529288, 144.04185786002537],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_33e792f70a6a605dfe76811a33915b43 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0ffc7fe1c42aecff4bbacd18f59aca90 = $(`&lt;div id=&quot;html_0ffc7fe1c42aecff4bbacd18f59aca90&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_33e792f70a6a605dfe76811a33915b43.setContent(html_0ffc7fe1c42aecff4bbacd18f59aca90);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e6bf2c655906da274d6c0c4dd25a0d43.bindPopup(popup_33e792f70a6a605dfe76811a33915b43)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_05d16fc7ec4bda109c370e029f82a8b3 = L.circleMarker(\n",
+       "                [-38.1564004548548, 144.1425722570554],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_407b22108123162bf5bbdc378fd11c6d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_339fdeac23ddec7112552660b95dbdaa = $(`&lt;div id=&quot;html_339fdeac23ddec7112552660b95dbdaa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_407b22108123162bf5bbdc378fd11c6d.setContent(html_339fdeac23ddec7112552660b95dbdaa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_05d16fc7ec4bda109c370e029f82a8b3.bindPopup(popup_407b22108123162bf5bbdc378fd11c6d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6c8a2df72291a07c4390a8488ba19ce5 = L.circleMarker(\n",
+       "                [-38.27028270205268, 144.2496195116602],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_133f2e784c9afd10cddfa341ac6eabe6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1f6404b48f9dcade0dec51c336b7e08d = $(`&lt;div id=&quot;html_1f6404b48f9dcade0dec51c336b7e08d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_133f2e784c9afd10cddfa341ac6eabe6.setContent(html_1f6404b48f9dcade0dec51c336b7e08d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6c8a2df72291a07c4390a8488ba19ce5.bindPopup(popup_133f2e784c9afd10cddfa341ac6eabe6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2029135cfa4545e3ca625a3c151a973e = L.circleMarker(\n",
+       "                [-38.23579895526819, 143.9561127439242],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_564671f9413246279f1395d81e7bedb8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3be715d1eaff8632110e4bc4cc3230e3 = $(`&lt;div id=&quot;html_3be715d1eaff8632110e4bc4cc3230e3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_564671f9413246279f1395d81e7bedb8.setContent(html_3be715d1eaff8632110e4bc4cc3230e3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2029135cfa4545e3ca625a3c151a973e.bindPopup(popup_564671f9413246279f1395d81e7bedb8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_85738edb102442672cca3928edadeaba = L.circleMarker(\n",
+       "                [-38.48450521969991, 143.90018539562433],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fb3d4cf5b2eda3dfd97f8d0c418d6111 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_50c4293c3a5571e6090636bba37e5576 = $(`&lt;div id=&quot;html_50c4293c3a5571e6090636bba37e5576&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_fb3d4cf5b2eda3dfd97f8d0c418d6111.setContent(html_50c4293c3a5571e6090636bba37e5576);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_85738edb102442672cca3928edadeaba.bindPopup(popup_fb3d4cf5b2eda3dfd97f8d0c418d6111)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6d5f1e7760a1b90834b8a68f95a58ad8 = L.circleMarker(\n",
+       "                [-38.37509219028613, 144.2564001985563],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_09970842d40654c68f31ab49b4726e58 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_291be353f2e7d153ba65a113f048ccc8 = $(`&lt;div id=&quot;html_291be353f2e7d153ba65a113f048ccc8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_09970842d40654c68f31ab49b4726e58.setContent(html_291be353f2e7d153ba65a113f048ccc8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6d5f1e7760a1b90834b8a68f95a58ad8.bindPopup(popup_09970842d40654c68f31ab49b4726e58)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8766640d08bc6c797f8b281c52f1f50a = L.circleMarker(\n",
+       "                [-38.42874829913943, 143.9797166941761],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bbb7d26f799718a7a8b08d39e922628f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fcf7569455a648f74c92fda0ccd34325 = $(`&lt;div id=&quot;html_fcf7569455a648f74c92fda0ccd34325&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_bbb7d26f799718a7a8b08d39e922628f.setContent(html_fcf7569455a648f74c92fda0ccd34325);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8766640d08bc6c797f8b281c52f1f50a.bindPopup(popup_bbb7d26f799718a7a8b08d39e922628f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_68a29b4c4473c20678156ebec29a7403 = L.circleMarker(\n",
+       "                [-38.37375243113289, 144.0535690464862],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_74438dc21a6d94d12f23c2fb31dfdedd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dc85d2bfd849a3ff2b75e2a21e8b728e = $(`&lt;div id=&quot;html_dc85d2bfd849a3ff2b75e2a21e8b728e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_74438dc21a6d94d12f23c2fb31dfdedd.setContent(html_dc85d2bfd849a3ff2b75e2a21e8b728e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_68a29b4c4473c20678156ebec29a7403.bindPopup(popup_74438dc21a6d94d12f23c2fb31dfdedd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bb29bdf8354d76624dbba33fef771afe = L.circleMarker(\n",
+       "                [-38.44442517152912, 143.8765890236811],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_70a17e3585586ac137644e04cb9dfd60 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2a3aa0241a5189a7222da0e63f7267e7 = $(`&lt;div id=&quot;html_2a3aa0241a5189a7222da0e63f7267e7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_70a17e3585586ac137644e04cb9dfd60.setContent(html_2a3aa0241a5189a7222da0e63f7267e7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bb29bdf8354d76624dbba33fef771afe.bindPopup(popup_70a17e3585586ac137644e04cb9dfd60)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b1d14ac041d8b6507dfac270d59c829d = L.circleMarker(\n",
+       "                [-38.36292462055322, 143.95505799287804],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_57b46d8471f3fe51a0553aa7c54d2558 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b4bef8d0ceaa0dc4775e2ffb84a97b20 = $(`&lt;div id=&quot;html_b4bef8d0ceaa0dc4775e2ffb84a97b20&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_57b46d8471f3fe51a0553aa7c54d2558.setContent(html_b4bef8d0ceaa0dc4775e2ffb84a97b20);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b1d14ac041d8b6507dfac270d59c829d.bindPopup(popup_57b46d8471f3fe51a0553aa7c54d2558)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d62a136df5680d35f0c26f616f729c7f = L.circleMarker(\n",
+       "                [-38.31126777290224, 144.10340853606465],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_adc67785468a6e625edf823887988247 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6972565ae240406bf5ced348ce3b8911 = $(`&lt;div id=&quot;html_6972565ae240406bf5ced348ce3b8911&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_adc67785468a6e625edf823887988247.setContent(html_6972565ae240406bf5ced348ce3b8911);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d62a136df5680d35f0c26f616f729c7f.bindPopup(popup_adc67785468a6e625edf823887988247)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e9525ea34da6686d029ff727a50de5c7 = L.circleMarker(\n",
+       "                [-38.26890486715389, 144.12729288190644],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dfacb39f25f45161a5d4e522fe6440f8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c397942719d1ab0fb30b4805007c70eb = $(`&lt;div id=&quot;html_c397942719d1ab0fb30b4805007c70eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_dfacb39f25f45161a5d4e522fe6440f8.setContent(html_c397942719d1ab0fb30b4805007c70eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e9525ea34da6686d029ff727a50de5c7.bindPopup(popup_dfacb39f25f45161a5d4e522fe6440f8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6a436b91da4310f7cba1531c45dd1641 = L.circleMarker(\n",
+       "                [-38.435097787925606, 144.09716550367693],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_54914daed3a115eddd6eac48f27a690d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3789ca2976a1dd0d1533799ac0c41e72 = $(`&lt;div id=&quot;html_3789ca2976a1dd0d1533799ac0c41e72&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_54914daed3a115eddd6eac48f27a690d.setContent(html_3789ca2976a1dd0d1533799ac0c41e72);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6a436b91da4310f7cba1531c45dd1641.bindPopup(popup_54914daed3a115eddd6eac48f27a690d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f0844bb15cb609c03ce7979ec66f0b7a = L.circleMarker(\n",
+       "                [-38.24702963554077, 144.17436124995967],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_46dbf7b5e4f43e0787d0c3d54a94434b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c1ce64b63a2d38b22f25558fd0cc2984 = $(`&lt;div id=&quot;html_c1ce64b63a2d38b22f25558fd0cc2984&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_46dbf7b5e4f43e0787d0c3d54a94434b.setContent(html_c1ce64b63a2d38b22f25558fd0cc2984);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f0844bb15cb609c03ce7979ec66f0b7a.bindPopup(popup_46dbf7b5e4f43e0787d0c3d54a94434b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9b73ea98bce0a50006fc7a1c6956829e = L.circleMarker(\n",
+       "                [-38.28995282899819, 144.05143972209052],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c3f893bce5572e404cc1e4ff866aa98a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a82ca8c5e514cb82ef59afd3ac894620 = $(`&lt;div id=&quot;html_a82ca8c5e514cb82ef59afd3ac894620&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_c3f893bce5572e404cc1e4ff866aa98a.setContent(html_a82ca8c5e514cb82ef59afd3ac894620);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9b73ea98bce0a50006fc7a1c6956829e.bindPopup(popup_c3f893bce5572e404cc1e4ff866aa98a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e49b994b24421b37b8ed5eb67ad68e28 = L.circleMarker(\n",
+       "                [-38.48443374324527, 144.00566935371182],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7ebceac0f21f00c2efeac441c76f907b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b5849eec3fe0f336e0e5678cc423b08 = $(`&lt;div id=&quot;html_2b5849eec3fe0f336e0e5678cc423b08&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_7ebceac0f21f00c2efeac441c76f907b.setContent(html_2b5849eec3fe0f336e0e5678cc423b08);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e49b994b24421b37b8ed5eb67ad68e28.bindPopup(popup_7ebceac0f21f00c2efeac441c76f907b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_763ac798a4728355543a5e5adbe6538e = L.circleMarker(\n",
+       "                [-38.21797508406072, 144.0876768757437],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_220bb61e5ebefe1f7cfa08bff1e85ee6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a6fd2a56df771ddac8beb1666e371835 = $(`&lt;div id=&quot;html_a6fd2a56df771ddac8beb1666e371835&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_220bb61e5ebefe1f7cfa08bff1e85ee6.setContent(html_a6fd2a56df771ddac8beb1666e371835);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_763ac798a4728355543a5e5adbe6538e.bindPopup(popup_220bb61e5ebefe1f7cfa08bff1e85ee6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6eb9264fb76b1b7d56814cd76cc44185 = L.circleMarker(\n",
+       "                [-38.53379300149601, 143.92429938004742],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a25d315af8946b14cdf492d2c32985c3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5fc2a0e008a41fa3f209faa2bc20adc2 = $(`&lt;div id=&quot;html_5fc2a0e008a41fa3f209faa2bc20adc2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_a25d315af8946b14cdf492d2c32985c3.setContent(html_5fc2a0e008a41fa3f209faa2bc20adc2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6eb9264fb76b1b7d56814cd76cc44185.bindPopup(popup_a25d315af8946b14cdf492d2c32985c3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5ff1f96b5cdfd0867d047f5a5aa00423 = L.circleMarker(\n",
+       "                [-38.2126877352495, 144.19168099003338],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff4e4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff4e4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_76f74de9266af391a01f5fc3e92e0f6b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3b7b593b49f271531f86d452fdd89f68 = $(`&lt;div id=&quot;html_3b7b593b49f271531f86d452fdd89f68&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Surf Coast: crime count = -0.6458172445845737&lt;/div&gt;`)[0];\n",
+       "                popup_76f74de9266af391a01f5fc3e92e0f6b.setContent(html_3b7b593b49f271531f86d452fdd89f68);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5ff1f96b5cdfd0867d047f5a5aa00423.bindPopup(popup_76f74de9266af391a01f5fc3e92e0f6b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a91db3039d5d04447dedfb4cc8c44530 = L.circleMarker(\n",
+       "                [-35.514036190619166, 143.53784599957245],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_32ace7dc048a56d9a99f94a791b3a12d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_98efdce263422ac753d09bd82d7a3cda = $(`&lt;div id=&quot;html_98efdce263422ac753d09bd82d7a3cda&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_32ace7dc048a56d9a99f94a791b3a12d.setContent(html_98efdce263422ac753d09bd82d7a3cda);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a91db3039d5d04447dedfb4cc8c44530.bindPopup(popup_32ace7dc048a56d9a99f94a791b3a12d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5f66b2f96d5d80469892fe39a6e1b206 = L.circleMarker(\n",
+       "                [-35.2123365037734, 143.39854010188932],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fa89a890cfcf88ddb54211eb2205f10d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_638d52f19a1bb18d5cb9a6c16bb97132 = $(`&lt;div id=&quot;html_638d52f19a1bb18d5cb9a6c16bb97132&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_fa89a890cfcf88ddb54211eb2205f10d.setContent(html_638d52f19a1bb18d5cb9a6c16bb97132);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5f66b2f96d5d80469892fe39a6e1b206.bindPopup(popup_fa89a890cfcf88ddb54211eb2205f10d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e244ce822508769dad1b3e3f2cb64f30 = L.circleMarker(\n",
+       "                [-34.80426740707444, 142.6675040334433],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_934a08ceb6031725ce7f2b36cc449768 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0e56c5bfbb067c1fadbefdd717e5ebd2 = $(`&lt;div id=&quot;html_0e56c5bfbb067c1fadbefdd717e5ebd2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_934a08ceb6031725ce7f2b36cc449768.setContent(html_0e56c5bfbb067c1fadbefdd717e5ebd2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e244ce822508769dad1b3e3f2cb64f30.bindPopup(popup_934a08ceb6031725ce7f2b36cc449768)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5dd8e03153ce8271bb49b83e48c9c536 = L.circleMarker(\n",
+       "                [-34.96251016792522, 142.9332073219517],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1484553616dd1985f6f89b8d093ef871 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3010ca4db796730a42f996bfe685c68b = $(`&lt;div id=&quot;html_3010ca4db796730a42f996bfe685c68b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_1484553616dd1985f6f89b8d093ef871.setContent(html_3010ca4db796730a42f996bfe685c68b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5dd8e03153ce8271bb49b83e48c9c536.bindPopup(popup_1484553616dd1985f6f89b8d093ef871)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a0facd42a07128593996009c7cd2773f = L.circleMarker(\n",
+       "                [-34.722127821882985, 142.93610960824742],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_452c5ee59910b8f77984bb5e3067a0ba = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c30ca2d9b75199e0c87e94da74e99bdb = $(`&lt;div id=&quot;html_c30ca2d9b75199e0c87e94da74e99bdb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_452c5ee59910b8f77984bb5e3067a0ba.setContent(html_c30ca2d9b75199e0c87e94da74e99bdb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a0facd42a07128593996009c7cd2773f.bindPopup(popup_452c5ee59910b8f77984bb5e3067a0ba)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f7dc8a206635ad99e944c1cdf297debb = L.circleMarker(\n",
+       "                [-35.18348563165594, 143.33573129911554],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2d828ff7a5704b5bece18f13fbd40748 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2b79827a7cb461bc3543f07c259cc694 = $(`&lt;div id=&quot;html_2b79827a7cb461bc3543f07c259cc694&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_2d828ff7a5704b5bece18f13fbd40748.setContent(html_2b79827a7cb461bc3543f07c259cc694);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f7dc8a206635ad99e944c1cdf297debb.bindPopup(popup_2d828ff7a5704b5bece18f13fbd40748)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f033b451edab551b0bfd56aa68e8dd4f = L.circleMarker(\n",
+       "                [-35.40338524244993, 143.6910621676134],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_42a32e895d3fda382faff0b95c80a1e2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3afff65edc8cb028620366be6fadf16f = $(`&lt;div id=&quot;html_3afff65edc8cb028620366be6fadf16f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_42a32e895d3fda382faff0b95c80a1e2.setContent(html_3afff65edc8cb028620366be6fadf16f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f033b451edab551b0bfd56aa68e8dd4f.bindPopup(popup_42a32e895d3fda382faff0b95c80a1e2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_84722a3ea6d58b90c6db6d348785b9a0 = L.circleMarker(\n",
+       "                [-35.275939192590585, 143.51328844454665],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8a3150fb5e6a55d65b8498b8778619c6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9173fc0be77ca67e4f3dc5f3de4c8c34 = $(`&lt;div id=&quot;html_9173fc0be77ca67e4f3dc5f3de4c8c34&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_8a3150fb5e6a55d65b8498b8778619c6.setContent(html_9173fc0be77ca67e4f3dc5f3de4c8c34);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_84722a3ea6d58b90c6db6d348785b9a0.bindPopup(popup_8a3150fb5e6a55d65b8498b8778619c6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_13509a6898681e9dc7eb4e1335349b54 = L.circleMarker(\n",
+       "                [-35.26705121437392, 143.46909248711245],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ebe44a877cb0f11aba8a6a8221e73ab7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_accdab3d4e6440f7410f671227526f69 = $(`&lt;div id=&quot;html_accdab3d4e6440f7410f671227526f69&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_ebe44a877cb0f11aba8a6a8221e73ab7.setContent(html_accdab3d4e6440f7410f671227526f69);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_13509a6898681e9dc7eb4e1335349b54.bindPopup(popup_ebe44a877cb0f11aba8a6a8221e73ab7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b585b39da00347f64e8ca7c4f1b0ed55 = L.circleMarker(\n",
+       "                [-35.41323478768905, 143.19072754910655],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_273ab71c9977ee85c49da45769db083e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1e59e70b82cfef71a7953188f6a3b70e = $(`&lt;div id=&quot;html_1e59e70b82cfef71a7953188f6a3b70e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_273ab71c9977ee85c49da45769db083e.setContent(html_1e59e70b82cfef71a7953188f6a3b70e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b585b39da00347f64e8ca7c4f1b0ed55.bindPopup(popup_273ab71c9977ee85c49da45769db083e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6ff874d4065caa03565d424004f438d1 = L.circleMarker(\n",
+       "                [-35.1278957595508, 143.3230376104572],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b641456514b4076dbbee39af0d603b8d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dbc27f2dbfd59111f3991b011569ff22 = $(`&lt;div id=&quot;html_dbc27f2dbfd59111f3991b011569ff22&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_b641456514b4076dbbee39af0d603b8d.setContent(html_dbc27f2dbfd59111f3991b011569ff22);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6ff874d4065caa03565d424004f438d1.bindPopup(popup_b641456514b4076dbbee39af0d603b8d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e1645ad9c0551a694d2df9bfd9d4ae5e = L.circleMarker(\n",
+       "                [-35.614332632084114, 143.24106262414313],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bc1a128d6f884b22da8d3bd3e89cc65a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_46733ee5079b022ede51abbf5282a638 = $(`&lt;div id=&quot;html_46733ee5079b022ede51abbf5282a638&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_bc1a128d6f884b22da8d3bd3e89cc65a.setContent(html_46733ee5079b022ede51abbf5282a638);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e1645ad9c0551a694d2df9bfd9d4ae5e.bindPopup(popup_bc1a128d6f884b22da8d3bd3e89cc65a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0fd4505cd83f5de8d9aaafd532f807a9 = L.circleMarker(\n",
+       "                [-35.24889139879682, 143.36351329650796],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_04a744932ae76a26268655308e859704 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_59560f8fc9115e5fcfe058a340233699 = $(`&lt;div id=&quot;html_59560f8fc9115e5fcfe058a340233699&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_04a744932ae76a26268655308e859704.setContent(html_59560f8fc9115e5fcfe058a340233699);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0fd4505cd83f5de8d9aaafd532f807a9.bindPopup(popup_04a744932ae76a26268655308e859704)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3d4f490862bc80844e087933371702ae = L.circleMarker(\n",
+       "                [-35.30478271040795, 143.34512538250402],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_165a4e50217c685ca0998fecdb3fe030 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_17f65c106f6a435c4ad026ec8ef7d8f0 = $(`&lt;div id=&quot;html_17f65c106f6a435c4ad026ec8ef7d8f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_165a4e50217c685ca0998fecdb3fe030.setContent(html_17f65c106f6a435c4ad026ec8ef7d8f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3d4f490862bc80844e087933371702ae.bindPopup(popup_165a4e50217c685ca0998fecdb3fe030)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dc8261a8389bb20a65c4dd474f0ee2f2 = L.circleMarker(\n",
+       "                [-34.81803032323929, 142.57271972621658],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_518feeb9f1efe731d3806e78ea132621 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_38cef98b68561aa1999cc32118633b90 = $(`&lt;div id=&quot;html_38cef98b68561aa1999cc32118633b90&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_518feeb9f1efe731d3806e78ea132621.setContent(html_38cef98b68561aa1999cc32118633b90);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dc8261a8389bb20a65c4dd474f0ee2f2.bindPopup(popup_518feeb9f1efe731d3806e78ea132621)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0aa3b9f58d5832098e104329afee1296 = L.circleMarker(\n",
+       "                [-35.24033446770736, 143.54591795596627],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9bac47c090e93d21f324b40cd5330ca2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5b7ced401263a7ab1811818a4ae53a1d = $(`&lt;div id=&quot;html_5b7ced401263a7ab1811818a4ae53a1d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_9bac47c090e93d21f324b40cd5330ca2.setContent(html_5b7ced401263a7ab1811818a4ae53a1d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0aa3b9f58d5832098e104329afee1296.bindPopup(popup_9bac47c090e93d21f324b40cd5330ca2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1f493a8d79bb34d52025fb4e1dbb524c = L.circleMarker(\n",
+       "                [-35.378784658822454, 143.10704586168305],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5b0ffb0aced07cbb5361758efd9cef62 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e67cde8f31e361a3841c3e80f2048774 = $(`&lt;div id=&quot;html_e67cde8f31e361a3841c3e80f2048774&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_5b0ffb0aced07cbb5361758efd9cef62.setContent(html_e67cde8f31e361a3841c3e80f2048774);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1f493a8d79bb34d52025fb4e1dbb524c.bindPopup(popup_5b0ffb0aced07cbb5361758efd9cef62)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e9f06615fb51a5319425e54866f8b2ac = L.circleMarker(\n",
+       "                [-35.42528039562052, 143.56944331577495],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_820fffcf22653e1b8f2faaccb0da8104 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_89835b0ec7034764c92eb3b8e896f8cd = $(`&lt;div id=&quot;html_89835b0ec7034764c92eb3b8e896f8cd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_820fffcf22653e1b8f2faaccb0da8104.setContent(html_89835b0ec7034764c92eb3b8e896f8cd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e9f06615fb51a5319425e54866f8b2ac.bindPopup(popup_820fffcf22653e1b8f2faaccb0da8104)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8a10a3110302970c55bbd6db3cdfa83f = L.circleMarker(\n",
+       "                [-34.65137145499957, 142.82588639225517],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_075d63f6eb2c8c9eea572656a707dea2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b466ee922275ba4b4ea0af4d9da20506 = $(`&lt;div id=&quot;html_b466ee922275ba4b4ea0af4d9da20506&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_075d63f6eb2c8c9eea572656a707dea2.setContent(html_b466ee922275ba4b4ea0af4d9da20506);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8a10a3110302970c55bbd6db3cdfa83f.bindPopup(popup_075d63f6eb2c8c9eea572656a707dea2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_04fe05205435450499591a3f982db5c2 = L.circleMarker(\n",
+       "                [-35.23972967769268, 143.43136905635217],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2e80d2ca60dcb7582c99ca7a6d9bff38 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5401740db3991e51c3b964ea7f4e639c = $(`&lt;div id=&quot;html_5401740db3991e51c3b964ea7f4e639c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_2e80d2ca60dcb7582c99ca7a6d9bff38.setContent(html_5401740db3991e51c3b964ea7f4e639c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_04fe05205435450499591a3f982db5c2.bindPopup(popup_2e80d2ca60dcb7582c99ca7a6d9bff38)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4f211b1680726e352e1075691b56c2d8 = L.circleMarker(\n",
+       "                [-34.86594822956861, 142.8267063609832],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_71592a4a4e1c5e945a86b856025ad0ef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_14f205fbd05b3db7b93d40dda59c3160 = $(`&lt;div id=&quot;html_14f205fbd05b3db7b93d40dda59c3160&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_71592a4a4e1c5e945a86b856025ad0ef.setContent(html_14f205fbd05b3db7b93d40dda59c3160);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4f211b1680726e352e1075691b56c2d8.bindPopup(popup_71592a4a4e1c5e945a86b856025ad0ef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_231da15aac46cf9f628cca102614bef7 = L.circleMarker(\n",
+       "                [-35.507661393062016, 143.6318152377548],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1c9266d3aabcf0fe093e412dd8be1435 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_23f1e29be2dba1432ddc4c34ffa5f69e = $(`&lt;div id=&quot;html_23f1e29be2dba1432ddc4c34ffa5f69e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_1c9266d3aabcf0fe093e412dd8be1435.setContent(html_23f1e29be2dba1432ddc4c34ffa5f69e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_231da15aac46cf9f628cca102614bef7.bindPopup(popup_1c9266d3aabcf0fe093e412dd8be1435)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2d083c8432ac14b30988cc639eeca4d7 = L.circleMarker(\n",
+       "                [-35.481706756494034, 143.27936568561714],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1ed3357f022e181404d78d45d5e6c842 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f0d68a5ce68e0849d0faab3f19e79ad8 = $(`&lt;div id=&quot;html_f0d68a5ce68e0849d0faab3f19e79ad8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_1ed3357f022e181404d78d45d5e6c842.setContent(html_f0d68a5ce68e0849d0faab3f19e79ad8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2d083c8432ac14b30988cc639eeca4d7.bindPopup(popup_1ed3357f022e181404d78d45d5e6c842)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_64d1c81ee072dd019e7ecbd258b430d9 = L.circleMarker(\n",
+       "                [-35.27373935725583, 143.0434381083506],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bfe6b54b0474bb1882a264b336c180d6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4e7207686aed9237581fee27e9346ca2 = $(`&lt;div id=&quot;html_4e7207686aed9237581fee27e9346ca2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_bfe6b54b0474bb1882a264b336c180d6.setContent(html_4e7207686aed9237581fee27e9346ca2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_64d1c81ee072dd019e7ecbd258b430d9.bindPopup(popup_bfe6b54b0474bb1882a264b336c180d6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0f50d1803eed72785d421b3b6ff1812f = L.circleMarker(\n",
+       "                [-34.70168152850358, 142.71377395487949],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e01e34ac2d2539e14e53566289ceaa7e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a6902a34ad0534099d6cc7390d774956 = $(`&lt;div id=&quot;html_a6902a34ad0534099d6cc7390d774956&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_e01e34ac2d2539e14e53566289ceaa7e.setContent(html_a6902a34ad0534099d6cc7390d774956);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0f50d1803eed72785d421b3b6ff1812f.bindPopup(popup_e01e34ac2d2539e14e53566289ceaa7e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9666d8a259582402ad547533499def33 = L.circleMarker(\n",
+       "                [-34.857850226961865, 143.1195979025822],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6285b379e5ac80bf34dd2d86c468761c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_25776cdf78e44eebbca19be1d603c529 = $(`&lt;div id=&quot;html_25776cdf78e44eebbca19be1d603c529&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_6285b379e5ac80bf34dd2d86c468761c.setContent(html_25776cdf78e44eebbca19be1d603c529);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9666d8a259582402ad547533499def33.bindPopup(popup_6285b379e5ac80bf34dd2d86c468761c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_98878e69d349a5f794e3a8cc5d19cafa = L.circleMarker(\n",
+       "                [-35.365971527257805, 143.40385613660357],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8dcdf22b37c70d649adc2b36d4743409 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d7c953281e9baac747b723da7e51d3b2 = $(`&lt;div id=&quot;html_d7c953281e9baac747b723da7e51d3b2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_8dcdf22b37c70d649adc2b36d4743409.setContent(html_d7c953281e9baac747b723da7e51d3b2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_98878e69d349a5f794e3a8cc5d19cafa.bindPopup(popup_8dcdf22b37c70d649adc2b36d4743409)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7be031ef5a664dcf906522be7effa202 = L.circleMarker(\n",
+       "                [-35.5042681481162, 143.68980154548112],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8aaa26953fc13adb6bfe3d324d9df6a8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f414347655119ca24e385b119268cbb3 = $(`&lt;div id=&quot;html_f414347655119ca24e385b119268cbb3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_8aaa26953fc13adb6bfe3d324d9df6a8.setContent(html_f414347655119ca24e385b119268cbb3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7be031ef5a664dcf906522be7effa202.bindPopup(popup_8aaa26953fc13adb6bfe3d324d9df6a8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c672ddae1a5b24bf8bde866dba18170a = L.circleMarker(\n",
+       "                [-34.9605049930716, 142.76755905925023],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e6307ce6d5c382cabe96999446162f35 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_97ac61f3cc8f6cbff8b7476583a8906a = $(`&lt;div id=&quot;html_97ac61f3cc8f6cbff8b7476583a8906a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_e6307ce6d5c382cabe96999446162f35.setContent(html_97ac61f3cc8f6cbff8b7476583a8906a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c672ddae1a5b24bf8bde866dba18170a.bindPopup(popup_e6307ce6d5c382cabe96999446162f35)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dde956470a64ac4e0ab6f1c628660785 = L.circleMarker(\n",
+       "                [-35.45158299749228, 143.73054413778624],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_69d74ff10662189e3e1ac6c29786cc5a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dc93ce261f24eaad0505f77c0835fd9a = $(`&lt;div id=&quot;html_dc93ce261f24eaad0505f77c0835fd9a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_69d74ff10662189e3e1ac6c29786cc5a.setContent(html_dc93ce261f24eaad0505f77c0835fd9a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dde956470a64ac4e0ab6f1c628660785.bindPopup(popup_69d74ff10662189e3e1ac6c29786cc5a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9f4d41462e6e7d25c2a9f0fc81405579 = L.circleMarker(\n",
+       "                [-35.29934321220065, 143.5131895020994],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_446348ae21ee8c718a242b8331d25616 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fc98c0fbdb098f5a6d82e0b4f42096f0 = $(`&lt;div id=&quot;html_fc98c0fbdb098f5a6d82e0b4f42096f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_446348ae21ee8c718a242b8331d25616.setContent(html_fc98c0fbdb098f5a6d82e0b4f42096f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9f4d41462e6e7d25c2a9f0fc81405579.bindPopup(popup_446348ae21ee8c718a242b8331d25616)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0831382426acc79dd0ef5133037308d0 = L.circleMarker(\n",
+       "                [-35.10112011712378, 143.32968955205953],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7b6f9808513fab49bcb302c857cf1990 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_899e26ed37964a172d9045175dcb20ea = $(`&lt;div id=&quot;html_899e26ed37964a172d9045175dcb20ea&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_7b6f9808513fab49bcb302c857cf1990.setContent(html_899e26ed37964a172d9045175dcb20ea);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0831382426acc79dd0ef5133037308d0.bindPopup(popup_7b6f9808513fab49bcb302c857cf1990)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_40f0dcba032849d05aeddd2c17f7a4a5 = L.circleMarker(\n",
+       "                [-34.83395317673186, 143.30479303022025],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9f3f5f8917d4b1f16f8dfc541c739c7b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7a5f627384a36899c93f10840a85a6ca = $(`&lt;div id=&quot;html_7a5f627384a36899c93f10840a85a6ca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_9f3f5f8917d4b1f16f8dfc541c739c7b.setContent(html_7a5f627384a36899c93f10840a85a6ca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_40f0dcba032849d05aeddd2c17f7a4a5.bindPopup(popup_9f3f5f8917d4b1f16f8dfc541c739c7b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7db4727634453a57e673424fbf7471ee = L.circleMarker(\n",
+       "                [-35.0542069787756, 143.21759754312745],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6ac240d3f51d9be6c4ba34f19b341523 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2fda0c53d61ecaddf1cc815f6e426a73 = $(`&lt;div id=&quot;html_2fda0c53d61ecaddf1cc815f6e426a73&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_6ac240d3f51d9be6c4ba34f19b341523.setContent(html_2fda0c53d61ecaddf1cc815f6e426a73);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7db4727634453a57e673424fbf7471ee.bindPopup(popup_6ac240d3f51d9be6c4ba34f19b341523)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4161a931c4bd231d8cccb9c9d733a1f1 = L.circleMarker(\n",
+       "                [-35.180029669036, 143.08354523251768],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_31d5e01ed453658c3f177d4853015311 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ae617f0d3b9b3db4e8bbca035ee070c9 = $(`&lt;div id=&quot;html_ae617f0d3b9b3db4e8bbca035ee070c9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_31d5e01ed453658c3f177d4853015311.setContent(html_ae617f0d3b9b3db4e8bbca035ee070c9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4161a931c4bd231d8cccb9c9d733a1f1.bindPopup(popup_31d5e01ed453658c3f177d4853015311)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a7c00040788a31713b1fffd7b7004550 = L.circleMarker(\n",
+       "                [-35.52356915390168, 143.18324940188242],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0e52277beea71075f59ba9da1ef132dc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f84346af5e45a0633274b8e73c4a1172 = $(`&lt;div id=&quot;html_f84346af5e45a0633274b8e73c4a1172&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_0e52277beea71075f59ba9da1ef132dc.setContent(html_f84346af5e45a0633274b8e73c4a1172);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a7c00040788a31713b1fffd7b7004550.bindPopup(popup_0e52277beea71075f59ba9da1ef132dc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2fbd35d411b7426c65fbfc793914f3e2 = L.circleMarker(\n",
+       "                [-35.11078802471369, 142.9053101516064],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cd766f0190549b14069d202892bf6a88 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ec906e03d9cba477e9844edd86cf6181 = $(`&lt;div id=&quot;html_ec906e03d9cba477e9844edd86cf6181&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_cd766f0190549b14069d202892bf6a88.setContent(html_ec906e03d9cba477e9844edd86cf6181);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2fbd35d411b7426c65fbfc793914f3e2.bindPopup(popup_cd766f0190549b14069d202892bf6a88)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2d41e2fd4292deda6e87224ed530b798 = L.circleMarker(\n",
+       "                [-34.78123103460931, 143.22221106356446],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4e2f29be7e2e5fccffcc8e57ee6de35b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ddc73ec37fa49d2276003c8400504e69 = $(`&lt;div id=&quot;html_ddc73ec37fa49d2276003c8400504e69&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_4e2f29be7e2e5fccffcc8e57ee6de35b.setContent(html_ddc73ec37fa49d2276003c8400504e69);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2d41e2fd4292deda6e87224ed530b798.bindPopup(popup_4e2f29be7e2e5fccffcc8e57ee6de35b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5bdc6a55d8b0a73971ea8921f8e69e0d = L.circleMarker(\n",
+       "                [-35.281256220402874, 143.5654356523664],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7ad5376e8f4f0f4927c1250118f0181d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_46167caba4661f93e888d974cb453989 = $(`&lt;div id=&quot;html_46167caba4661f93e888d974cb453989&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_7ad5376e8f4f0f4927c1250118f0181d.setContent(html_46167caba4661f93e888d974cb453989);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5bdc6a55d8b0a73971ea8921f8e69e0d.bindPopup(popup_7ad5376e8f4f0f4927c1250118f0181d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f7fa040c238c862974f41199faf5f4a1 = L.circleMarker(\n",
+       "                [-35.1470204691116, 143.3632486699913],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_df0dba95126bc03e6d8b0f2314c0a8b2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6b2b9235168e250c18cf30bd176dcbcc = $(`&lt;div id=&quot;html_6b2b9235168e250c18cf30bd176dcbcc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_df0dba95126bc03e6d8b0f2314c0a8b2.setContent(html_6b2b9235168e250c18cf30bd176dcbcc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f7fa040c238c862974f41199faf5f4a1.bindPopup(popup_df0dba95126bc03e6d8b0f2314c0a8b2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9f8cacdb448397f87091c6600c7a4aa6 = L.circleMarker(\n",
+       "                [-35.29404649018739, 143.44847056012895],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_53d00a96d7379ea5eed16d2f74bbf7b7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_17ce123647d75b02b79d922d4bcb0329 = $(`&lt;div id=&quot;html_17ce123647d75b02b79d922d4bcb0329&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_53d00a96d7379ea5eed16d2f74bbf7b7.setContent(html_17ce123647d75b02b79d922d4bcb0329);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9f8cacdb448397f87091c6600c7a4aa6.bindPopup(popup_53d00a96d7379ea5eed16d2f74bbf7b7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_413c6ed70df794f4fb6dd0b05d22399c = L.circleMarker(\n",
+       "                [-35.44394602410965, 143.64738873569783],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bd75865e52402466e01735e1efe6c3a5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5fe9e86abc8a9bd47b4c9b4a122bf9f8 = $(`&lt;div id=&quot;html_5fe9e86abc8a9bd47b4c9b4a122bf9f8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_bd75865e52402466e01735e1efe6c3a5.setContent(html_5fe9e86abc8a9bd47b4c9b4a122bf9f8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_413c6ed70df794f4fb6dd0b05d22399c.bindPopup(popup_bd75865e52402466e01735e1efe6c3a5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c22cd84ebcf52d67999446e3abe5bce5 = L.circleMarker(\n",
+       "                [-35.22157169730665, 143.2237777243467],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e06c5ad4cfa6ba75d3fac971a74c5d97 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1b87cd22169150a3142ab2a1f306e499 = $(`&lt;div id=&quot;html_1b87cd22169150a3142ab2a1f306e499&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_e06c5ad4cfa6ba75d3fac971a74c5d97.setContent(html_1b87cd22169150a3142ab2a1f306e499);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c22cd84ebcf52d67999446e3abe5bce5.bindPopup(popup_e06c5ad4cfa6ba75d3fac971a74c5d97)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2d88fda2fd35f23e91f2a2e99d013df9 = L.circleMarker(\n",
+       "                [-35.48284388424071, 143.75161252756345],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2903569cfa358ceefbb0d3bbbb10f7fe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bc445fafe23496adbc0782b631f7c4d6 = $(`&lt;div id=&quot;html_bc445fafe23496adbc0782b631f7c4d6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_2903569cfa358ceefbb0d3bbbb10f7fe.setContent(html_bc445fafe23496adbc0782b631f7c4d6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2d88fda2fd35f23e91f2a2e99d013df9.bindPopup(popup_2903569cfa358ceefbb0d3bbbb10f7fe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7d0b4baf430cb394fa425900b5f3d157 = L.circleMarker(\n",
+       "                [-35.17256770899221, 142.79959665000223],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6aac6021c25e2fcddd0de1e6488ea6b4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ee9bb6c6f7bc782263d4565bc5928ef = $(`&lt;div id=&quot;html_6ee9bb6c6f7bc782263d4565bc5928ef&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_6aac6021c25e2fcddd0de1e6488ea6b4.setContent(html_6ee9bb6c6f7bc782263d4565bc5928ef);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7d0b4baf430cb394fa425900b5f3d157.bindPopup(popup_6aac6021c25e2fcddd0de1e6488ea6b4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5a5d1281f611d69afa77198804df4565 = L.circleMarker(\n",
+       "                [-35.33054464818208, 143.2781910851111],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_646ecf68a42885cb7003f0ae4441948a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e658651baf372edaff4f24ebb1276f39 = $(`&lt;div id=&quot;html_e658651baf372edaff4f24ebb1276f39&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_646ecf68a42885cb7003f0ae4441948a.setContent(html_e658651baf372edaff4f24ebb1276f39);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5a5d1281f611d69afa77198804df4565.bindPopup(popup_646ecf68a42885cb7003f0ae4441948a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_312d0bd21ef16729c187357d917a8c72 = L.circleMarker(\n",
+       "                [-35.3621594816419, 143.5118139705341],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d30f4f92e44c7a21b76ec028abf9fe41 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_94630f050a44cfae43ebd25fdde42d4d = $(`&lt;div id=&quot;html_94630f050a44cfae43ebd25fdde42d4d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_d30f4f92e44c7a21b76ec028abf9fe41.setContent(html_94630f050a44cfae43ebd25fdde42d4d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_312d0bd21ef16729c187357d917a8c72.bindPopup(popup_d30f4f92e44c7a21b76ec028abf9fe41)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_097a6fd3b7e33dc6076ae6868791a573 = L.circleMarker(\n",
+       "                [-34.73956100648715, 142.79762455877074],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1e572f7c4720107087b0dca1597fd63c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b4e3decf3e56fbd93688a2cfeeb3c6fa = $(`&lt;div id=&quot;html_b4e3decf3e56fbd93688a2cfeeb3c6fa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_1e572f7c4720107087b0dca1597fd63c.setContent(html_b4e3decf3e56fbd93688a2cfeeb3c6fa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_097a6fd3b7e33dc6076ae6868791a573.bindPopup(popup_1e572f7c4720107087b0dca1597fd63c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3e14d95082947b4c5d786680d89ac688 = L.circleMarker(\n",
+       "                [-35.18517857502881, 142.94822530297276],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5fd9cb77d6aa2c13abcc4268167fe311 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d1b88983379ff5032cf92f502a607360 = $(`&lt;div id=&quot;html_d1b88983379ff5032cf92f502a607360&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_5fd9cb77d6aa2c13abcc4268167fe311.setContent(html_d1b88983379ff5032cf92f502a607360);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3e14d95082947b4c5d786680d89ac688.bindPopup(popup_5fd9cb77d6aa2c13abcc4268167fe311)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_738d6dcf1dec6a9934ebac1f5067813f = L.circleMarker(\n",
+       "                [-34.95433379242608, 143.2002895908672],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9279350521954c5e3b2ed322f78b29dd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4c2d03babc5b4a2076fcd1620ba935f9 = $(`&lt;div id=&quot;html_4c2d03babc5b4a2076fcd1620ba935f9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_9279350521954c5e3b2ed322f78b29dd.setContent(html_4c2d03babc5b4a2076fcd1620ba935f9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_738d6dcf1dec6a9934ebac1f5067813f.bindPopup(popup_9279350521954c5e3b2ed322f78b29dd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_57b14cddc9e240f1227e00ffa66c96d3 = L.circleMarker(\n",
+       "                [-35.22372976001197, 143.4727162504387],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0a3204d8492bd8f53cccbd5aceddf361 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eb301ec8648e820c61802e678b3550e7 = $(`&lt;div id=&quot;html_eb301ec8648e820c61802e678b3550e7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_0a3204d8492bd8f53cccbd5aceddf361.setContent(html_eb301ec8648e820c61802e678b3550e7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_57b14cddc9e240f1227e00ffa66c96d3.bindPopup(popup_0a3204d8492bd8f53cccbd5aceddf361)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5f66638d62dbe0bf33fc16995cc69e27 = L.circleMarker(\n",
+       "                [-34.62226251026749, 142.75299150807632],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a463ccd43ba7110b1ecae0b48c552374 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d419d69fe1bdff808801304b8340a3cc = $(`&lt;div id=&quot;html_d419d69fe1bdff808801304b8340a3cc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_a463ccd43ba7110b1ecae0b48c552374.setContent(html_d419d69fe1bdff808801304b8340a3cc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5f66638d62dbe0bf33fc16995cc69e27.bindPopup(popup_a463ccd43ba7110b1ecae0b48c552374)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_61d9eaae9052287bb099f9031e4c1532 = L.circleMarker(\n",
+       "                [-35.14973261222145, 143.22339989234257],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_15a31d67c2c24df88980752e3c5d2afd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_76fe48db241050bc6a680491387f5543 = $(`&lt;div id=&quot;html_76fe48db241050bc6a680491387f5543&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_15a31d67c2c24df88980752e3c5d2afd.setContent(html_76fe48db241050bc6a680491387f5543);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_61d9eaae9052287bb099f9031e4c1532.bindPopup(popup_15a31d67c2c24df88980752e3c5d2afd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4c4b05e0203472f46177bdc6655c9a6b = L.circleMarker(\n",
+       "                [-34.82234079395257, 142.94285399291272],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d52b9e378a1fd24a41f0d1b5a63d818b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_38f5afb5e2432d4ab13f198f09b15e07 = $(`&lt;div id=&quot;html_38f5afb5e2432d4ab13f198f09b15e07&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_d52b9e378a1fd24a41f0d1b5a63d818b.setContent(html_38f5afb5e2432d4ab13f198f09b15e07);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4c4b05e0203472f46177bdc6655c9a6b.bindPopup(popup_d52b9e378a1fd24a41f0d1b5a63d818b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_487297be0d48dfc389e58c8cd980ec4c = L.circleMarker(\n",
+       "                [-35.27484908561036, 143.1488318350611],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_195407cb7c54f90c2ef6b4b29743b263 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f0713f89431e72483d618cd22c277240 = $(`&lt;div id=&quot;html_f0713f89431e72483d618cd22c277240&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_195407cb7c54f90c2ef6b4b29743b263.setContent(html_f0713f89431e72483d618cd22c277240);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_487297be0d48dfc389e58c8cd980ec4c.bindPopup(popup_195407cb7c54f90c2ef6b4b29743b263)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_16ccce4e50f07d0c0d69ca4c5b6b458f = L.circleMarker(\n",
+       "                [-35.05275931470545, 142.90028483736845],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3abe0d83df0dc1da5144a7deb0801dd9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_756e9893a0edfee8147a763f3f832f2f = $(`&lt;div id=&quot;html_756e9893a0edfee8147a763f3f832f2f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_3abe0d83df0dc1da5144a7deb0801dd9.setContent(html_756e9893a0edfee8147a763f3f832f2f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_16ccce4e50f07d0c0d69ca4c5b6b458f.bindPopup(popup_3abe0d83df0dc1da5144a7deb0801dd9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_019bfe92ee365898ecd6cb77ff698c82 = L.circleMarker(\n",
+       "                [-35.49074376981476, 143.44337680662477],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d2b2180466cb025a5a150376ee5e78e4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0b99044e56a2202a4ae5400f162b36bb = $(`&lt;div id=&quot;html_0b99044e56a2202a4ae5400f162b36bb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_d2b2180466cb025a5a150376ee5e78e4.setContent(html_0b99044e56a2202a4ae5400f162b36bb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_019bfe92ee365898ecd6cb77ff698c82.bindPopup(popup_d2b2180466cb025a5a150376ee5e78e4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_024e7fc2656f8937dde02a98678a9bc2 = L.circleMarker(\n",
+       "                [-35.43227094248988, 143.37415851532705],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_89096d7beaead44fb420fba5db98a643 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_188c7bc4f02609896cdb4a07f8fd698a = $(`&lt;div id=&quot;html_188c7bc4f02609896cdb4a07f8fd698a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_89096d7beaead44fb420fba5db98a643.setContent(html_188c7bc4f02609896cdb4a07f8fd698a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_024e7fc2656f8937dde02a98678a9bc2.bindPopup(popup_89096d7beaead44fb420fba5db98a643)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d0b9b06929212b70d7d360a3ea2b5ad3 = L.circleMarker(\n",
+       "                [-34.738313496628344, 143.09460102309492],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffefd8ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffefd8ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4e06291d620b0268c590314c43613e77 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c5a4fbddbdf99aa781ce197a619c4f3f = $(`&lt;div id=&quot;html_c5a4fbddbdf99aa781ce197a619c4f3f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Swan Hill: crime count = -0.3812274613096475&lt;/div&gt;`)[0];\n",
+       "                popup_4e06291d620b0268c590314c43613e77.setContent(html_c5a4fbddbdf99aa781ce197a619c4f3f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d0b9b06929212b70d7d360a3ea2b5ad3.bindPopup(popup_4e06291d620b0268c590314c43613e77)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0cc40f3879fb16625e816b16b571aeaf = L.circleMarker(\n",
+       "                [-36.096855473495616, 147.0585241450083],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_70562d3dce96e8de78cd4a9373ac6ece = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7c8e3b1a91e1073e9dda6277eb0b5fe4 = $(`&lt;div id=&quot;html_7c8e3b1a91e1073e9dda6277eb0b5fe4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_70562d3dce96e8de78cd4a9373ac6ece.setContent(html_7c8e3b1a91e1073e9dda6277eb0b5fe4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0cc40f3879fb16625e816b16b571aeaf.bindPopup(popup_70562d3dce96e8de78cd4a9373ac6ece)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ab15b7149a6def68de6887558c5a5141 = L.circleMarker(\n",
+       "                [-36.129815875142384, 147.97103097689785],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_39498c6888a85c81dd58a06ac77416c3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f863cffb4bcdecf892b7485d122adb5a = $(`&lt;div id=&quot;html_f863cffb4bcdecf892b7485d122adb5a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_39498c6888a85c81dd58a06ac77416c3.setContent(html_f863cffb4bcdecf892b7485d122adb5a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ab15b7149a6def68de6887558c5a5141.bindPopup(popup_39498c6888a85c81dd58a06ac77416c3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3c348b54d3c2cbdd25718339b8cbcc51 = L.circleMarker(\n",
+       "                [-36.0006814760733, 147.63123160290942],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_46828e672e68cd087b09c73c88a77ef1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ce87f5427aa09ad90566cf0cbac53c1 = $(`&lt;div id=&quot;html_6ce87f5427aa09ad90566cf0cbac53c1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_46828e672e68cd087b09c73c88a77ef1.setContent(html_6ce87f5427aa09ad90566cf0cbac53c1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3c348b54d3c2cbdd25718339b8cbcc51.bindPopup(popup_46828e672e68cd087b09c73c88a77ef1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_84e51aa8e4d29a12ea183f3331bc35bf = L.circleMarker(\n",
+       "                [-36.20306909957174, 147.55421096129834],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_53db109ad5c29ba3cf827e1387ad362e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ff614fe2aabf3883cf6ead76a5792279 = $(`&lt;div id=&quot;html_ff614fe2aabf3883cf6ead76a5792279&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_53db109ad5c29ba3cf827e1387ad362e.setContent(html_ff614fe2aabf3883cf6ead76a5792279);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_84e51aa8e4d29a12ea183f3331bc35bf.bindPopup(popup_53db109ad5c29ba3cf827e1387ad362e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1686daf2c2e26c5195057af840fad137 = L.circleMarker(\n",
+       "                [-36.21419173724031, 147.28232122072308],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a136708b652118e25b62bb33fe5ff621 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_73c62e23469651fc832c57b012682015 = $(`&lt;div id=&quot;html_73c62e23469651fc832c57b012682015&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_a136708b652118e25b62bb33fe5ff621.setContent(html_73c62e23469651fc832c57b012682015);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1686daf2c2e26c5195057af840fad137.bindPopup(popup_a136708b652118e25b62bb33fe5ff621)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_38442a6d2ac6c31c3b81b83f3c32e63e = L.circleMarker(\n",
+       "                [-36.33462262896538, 147.4597267621249],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4ff92e2ffe7edd5c202df0f3d7c4c38f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f29357f10b11e903832dc162c5947993 = $(`&lt;div id=&quot;html_f29357f10b11e903832dc162c5947993&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_4ff92e2ffe7edd5c202df0f3d7c4c38f.setContent(html_f29357f10b11e903832dc162c5947993);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_38442a6d2ac6c31c3b81b83f3c32e63e.bindPopup(popup_4ff92e2ffe7edd5c202df0f3d7c4c38f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c93e29e7ac48cebefaf7f884e14ab56b = L.circleMarker(\n",
+       "                [-36.09638460464982, 147.30627465434796],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1b0aac23e2748825187674a116481ebf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_99fd99c67787e1cee527deb64b59b111 = $(`&lt;div id=&quot;html_99fd99c67787e1cee527deb64b59b111&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_1b0aac23e2748825187674a116481ebf.setContent(html_99fd99c67787e1cee527deb64b59b111);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c93e29e7ac48cebefaf7f884e14ab56b.bindPopup(popup_1b0aac23e2748825187674a116481ebf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9e55eeef11fcde2f7312a507ce2280dd = L.circleMarker(\n",
+       "                [-36.27328600020995, 147.937563597655],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ded4373892c885f3f9bcb2ae04de5eaa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d33a89ed5a5e094141c455947849c7e = $(`&lt;div id=&quot;html_7d33a89ed5a5e094141c455947849c7e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_ded4373892c885f3f9bcb2ae04de5eaa.setContent(html_7d33a89ed5a5e094141c455947849c7e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9e55eeef11fcde2f7312a507ce2280dd.bindPopup(popup_ded4373892c885f3f9bcb2ae04de5eaa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_29e14d7ba55a211638ae9655b200983d = L.circleMarker(\n",
+       "                [-36.148715104023566, 147.1054688584621],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_182c9a44092b6ad2f63d29a21253756d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_42547afcea4fa57c2b641dc74c5b62eb = $(`&lt;div id=&quot;html_42547afcea4fa57c2b641dc74c5b62eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_182c9a44092b6ad2f63d29a21253756d.setContent(html_42547afcea4fa57c2b641dc74c5b62eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_29e14d7ba55a211638ae9655b200983d.bindPopup(popup_182c9a44092b6ad2f63d29a21253756d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_890b9e2ee31f8c50bcdd37ca15a4cd79 = L.circleMarker(\n",
+       "                [-36.17398953489969, 147.3690101047641],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0e2df894a186c860b3c24920fcd48bfa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bfe26008c3c4c345acecc5b7463f488e = $(`&lt;div id=&quot;html_bfe26008c3c4c345acecc5b7463f488e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_0e2df894a186c860b3c24920fcd48bfa.setContent(html_bfe26008c3c4c345acecc5b7463f488e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_890b9e2ee31f8c50bcdd37ca15a4cd79.bindPopup(popup_0e2df894a186c860b3c24920fcd48bfa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8b114f665f3a2366982eeceedc049a21 = L.circleMarker(\n",
+       "                [-36.32450283787949, 147.2817669308074],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fa1b42edecf09019bef681cda94abfd5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1f88d91dd079d06efd27166dbb34d591 = $(`&lt;div id=&quot;html_1f88d91dd079d06efd27166dbb34d591&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_fa1b42edecf09019bef681cda94abfd5.setContent(html_1f88d91dd079d06efd27166dbb34d591);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8b114f665f3a2366982eeceedc049a21.bindPopup(popup_fa1b42edecf09019bef681cda94abfd5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a1dac8f8652af9fc7f06ad59ea72d967 = L.circleMarker(\n",
+       "                [-36.05963868935572, 147.9127505523542],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_22068d290df414197d0ee2f7144b2503 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0b652949c885a0c55804ed2f73264a0e = $(`&lt;div id=&quot;html_0b652949c885a0c55804ed2f73264a0e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_22068d290df414197d0ee2f7144b2503.setContent(html_0b652949c885a0c55804ed2f73264a0e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a1dac8f8652af9fc7f06ad59ea72d967.bindPopup(popup_22068d290df414197d0ee2f7144b2503)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_34a067a848483875f158b0ea2ec26665 = L.circleMarker(\n",
+       "                [-36.30288406126944, 147.6083491046259],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_39957b6867597ca42cbf774eac101b33 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a9c0bffcd839c29975d918a1e53efdc5 = $(`&lt;div id=&quot;html_a9c0bffcd839c29975d918a1e53efdc5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_39957b6867597ca42cbf774eac101b33.setContent(html_a9c0bffcd839c29975d918a1e53efdc5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_34a067a848483875f158b0ea2ec26665.bindPopup(popup_39957b6867597ca42cbf774eac101b33)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4ceed69389703802eefb58f04732d3bd = L.circleMarker(\n",
+       "                [-36.01191211332346, 147.83275820061732],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_da95c94bf8e8d73170be4ccc07e0cafd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_164a7fd19a767ed2e65ea197ee6e8ecd = $(`&lt;div id=&quot;html_164a7fd19a767ed2e65ea197ee6e8ecd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_da95c94bf8e8d73170be4ccc07e0cafd.setContent(html_164a7fd19a767ed2e65ea197ee6e8ecd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4ceed69389703802eefb58f04732d3bd.bindPopup(popup_da95c94bf8e8d73170be4ccc07e0cafd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c409bd5c5854b3efb7ed4a54887fe92 = L.circleMarker(\n",
+       "                [-36.400627685428674, 147.22386465653148],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_57e88436976a669b0ef754286309175d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_645ec9ad06e6c85cb03745818e86ad52 = $(`&lt;div id=&quot;html_645ec9ad06e6c85cb03745818e86ad52&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_57e88436976a669b0ef754286309175d.setContent(html_645ec9ad06e6c85cb03745818e86ad52);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c409bd5c5854b3efb7ed4a54887fe92.bindPopup(popup_57e88436976a669b0ef754286309175d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a4095a4bd39433f860e3597360e8a487 = L.circleMarker(\n",
+       "                [-36.35680765849331, 147.9943613614126],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_700dfe2f3eb97862a15830520568a4ae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fc32a9a010a69f34b9b236246a81f700 = $(`&lt;div id=&quot;html_fc32a9a010a69f34b9b236246a81f700&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_700dfe2f3eb97862a15830520568a4ae.setContent(html_fc32a9a010a69f34b9b236246a81f700);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a4095a4bd39433f860e3597360e8a487.bindPopup(popup_700dfe2f3eb97862a15830520568a4ae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8c641b0986b75bb83b0c6ae40374bd4a = L.circleMarker(\n",
+       "                [-36.15089824459831, 147.2582562732927],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_df50890b050f96baedd0c3ce7cc0bea7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9422fce58525bc14ef7b47b14aab45ec = $(`&lt;div id=&quot;html_9422fce58525bc14ef7b47b14aab45ec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_df50890b050f96baedd0c3ce7cc0bea7.setContent(html_9422fce58525bc14ef7b47b14aab45ec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8c641b0986b75bb83b0c6ae40374bd4a.bindPopup(popup_df50890b050f96baedd0c3ce7cc0bea7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_97ef60c27ec357aaa301eb1a542b6c93 = L.circleMarker(\n",
+       "                [-36.18164095327489, 147.19528631241317],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8fa71b05e2df97ec4338579335e414d0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a5a841c22b29bf779ecb16ae2c89c0fe = $(`&lt;div id=&quot;html_a5a841c22b29bf779ecb16ae2c89c0fe&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_8fa71b05e2df97ec4338579335e414d0.setContent(html_a5a841c22b29bf779ecb16ae2c89c0fe);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_97ef60c27ec357aaa301eb1a542b6c93.bindPopup(popup_8fa71b05e2df97ec4338579335e414d0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_80b861ce79f8699be0e86847ceae300c = L.circleMarker(\n",
+       "                [-36.14717896460529, 147.79889951780245],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3a1ffa2f99e6c6cbfe76a71fa7f932eb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c04854861dc3d2b1ef1479326aeee04b = $(`&lt;div id=&quot;html_c04854861dc3d2b1ef1479326aeee04b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_3a1ffa2f99e6c6cbfe76a71fa7f932eb.setContent(html_c04854861dc3d2b1ef1479326aeee04b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_80b861ce79f8699be0e86847ceae300c.bindPopup(popup_3a1ffa2f99e6c6cbfe76a71fa7f932eb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b85f42271be9c55a30a4a5b103900120 = L.circleMarker(\n",
+       "                [-36.50146893130396, 147.22737308754608],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e56d556931371ede2dd4664f8a813496 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d7273ddc0ae57d4901536a267e11e9ce = $(`&lt;div id=&quot;html_d7273ddc0ae57d4901536a267e11e9ce&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_e56d556931371ede2dd4664f8a813496.setContent(html_d7273ddc0ae57d4901536a267e11e9ce);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b85f42271be9c55a30a4a5b103900120.bindPopup(popup_e56d556931371ede2dd4664f8a813496)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f344dbf4c5d3c93419175bd164c0b56e = L.circleMarker(\n",
+       "                [-36.14973436442878, 147.48495025452377],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2ac79437eb7af29b5bd64a9c70f7d7b2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5b5b4ab9ac0d49a4e90184567c753f36 = $(`&lt;div id=&quot;html_5b5b4ab9ac0d49a4e90184567c753f36&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_2ac79437eb7af29b5bd64a9c70f7d7b2.setContent(html_5b5b4ab9ac0d49a4e90184567c753f36);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f344dbf4c5d3c93419175bd164c0b56e.bindPopup(popup_2ac79437eb7af29b5bd64a9c70f7d7b2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a3b45f47acd208b5f6ffc97ef956f738 = L.circleMarker(\n",
+       "                [-36.20040945623239, 147.24869065913848],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4369d6e3ab3ad05ce1cf2ec7bb556c29 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_31000f954df09063ec4146338067811d = $(`&lt;div id=&quot;html_31000f954df09063ec4146338067811d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_4369d6e3ab3ad05ce1cf2ec7bb556c29.setContent(html_31000f954df09063ec4146338067811d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a3b45f47acd208b5f6ffc97ef956f738.bindPopup(popup_4369d6e3ab3ad05ce1cf2ec7bb556c29)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bd6c2560e71ce94fc2b3121a6250ef88 = L.circleMarker(\n",
+       "                [-36.07464069126312, 147.1626985277225],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7e3b2a3b1596fed628ce84899c455227 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_56befa82972ce3a72dcf3151207ee0f2 = $(`&lt;div id=&quot;html_56befa82972ce3a72dcf3151207ee0f2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_7e3b2a3b1596fed628ce84899c455227.setContent(html_56befa82972ce3a72dcf3151207ee0f2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bd6c2560e71ce94fc2b3121a6250ef88.bindPopup(popup_7e3b2a3b1596fed628ce84899c455227)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f13050bf037ebafc47a0bbb4770a6892 = L.circleMarker(\n",
+       "                [-35.990966322111085, 147.4283042264069],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_04200d1babedbfac7bddf78ef42f3e46 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c5f0e0a208c7bec54ef8b0354d74a175 = $(`&lt;div id=&quot;html_c5f0e0a208c7bec54ef8b0354d74a175&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_04200d1babedbfac7bddf78ef42f3e46.setContent(html_c5f0e0a208c7bec54ef8b0354d74a175);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f13050bf037ebafc47a0bbb4770a6892.bindPopup(popup_04200d1babedbfac7bddf78ef42f3e46)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ed0abc644f794a94e06b3603e0e8ca3e = L.circleMarker(\n",
+       "                [-36.06902319847723, 147.40409053279342],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_909dc5d009398e01b0e32de947fe335a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_09d9507eced1875e0fe192e36dffabbe = $(`&lt;div id=&quot;html_09d9507eced1875e0fe192e36dffabbe&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_909dc5d009398e01b0e32de947fe335a.setContent(html_09d9507eced1875e0fe192e36dffabbe);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ed0abc644f794a94e06b3603e0e8ca3e.bindPopup(popup_909dc5d009398e01b0e32de947fe335a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6f7e8a909dfdaee138696c1432daeb12 = L.circleMarker(\n",
+       "                [-36.18316195736856, 147.90164369336307],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ec47fc4e6782267c5f72d8f03300f06c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_203ba6cc6f8a24f88da8e6cdbaea85f5 = $(`&lt;div id=&quot;html_203ba6cc6f8a24f88da8e6cdbaea85f5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_ec47fc4e6782267c5f72d8f03300f06c.setContent(html_203ba6cc6f8a24f88da8e6cdbaea85f5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6f7e8a909dfdaee138696c1432daeb12.bindPopup(popup_ec47fc4e6782267c5f72d8f03300f06c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8d87a58cf0fe61e669a8742a3e6fd959 = L.circleMarker(\n",
+       "                [-36.20032204879507, 147.66408258037066],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ea1e907a56081b2e906c86e889d615ae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a42fad8c6d5f9d7e1958b0c78cce47b6 = $(`&lt;div id=&quot;html_a42fad8c6d5f9d7e1958b0c78cce47b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_ea1e907a56081b2e906c86e889d615ae.setContent(html_a42fad8c6d5f9d7e1958b0c78cce47b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8d87a58cf0fe61e669a8742a3e6fd959.bindPopup(popup_ea1e907a56081b2e906c86e889d615ae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_75b0657227955c120487dceb3a3e8690 = L.circleMarker(\n",
+       "                [-36.22346432386797, 147.84816727228684],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1907cc40584dd08c8c87c6b237ad08c0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9c158ac6acaa4a7ba74fdd274a929f53 = $(`&lt;div id=&quot;html_9c158ac6acaa4a7ba74fdd274a929f53&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_1907cc40584dd08c8c87c6b237ad08c0.setContent(html_9c158ac6acaa4a7ba74fdd274a929f53);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_75b0657227955c120487dceb3a3e8690.bindPopup(popup_1907cc40584dd08c8c87c6b237ad08c0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_480b4d27be737e969dfbb18be5c8b8ca = L.circleMarker(\n",
+       "                [-36.23164059021205, 147.1872594833767],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5b70468d2a9626d700aa83423a27a833 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ac23b7ce28825c73ec6df8d79311563b = $(`&lt;div id=&quot;html_ac23b7ce28825c73ec6df8d79311563b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_5b70468d2a9626d700aa83423a27a833.setContent(html_ac23b7ce28825c73ec6df8d79311563b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_480b4d27be737e969dfbb18be5c8b8ca.bindPopup(popup_5b70468d2a9626d700aa83423a27a833)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c33038b9bc2f36ab638021da738e6749 = L.circleMarker(\n",
+       "                [-36.21103337624125, 148.008176337222],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a3308503beac745d5debb279342e54da = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_380c3eaadee8211f49245deaf0d028cd = $(`&lt;div id=&quot;html_380c3eaadee8211f49245deaf0d028cd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_a3308503beac745d5debb279342e54da.setContent(html_380c3eaadee8211f49245deaf0d028cd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c33038b9bc2f36ab638021da738e6749.bindPopup(popup_a3308503beac745d5debb279342e54da)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_91630b53b36dc4d2cd0575800453eece = L.circleMarker(\n",
+       "                [-35.99249146163895, 147.73155250852517],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3e60dcf9c00264e39d1027835f11bee4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6206e738f26b3e665590350c341b0a5e = $(`&lt;div id=&quot;html_6206e738f26b3e665590350c341b0a5e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_3e60dcf9c00264e39d1027835f11bee4.setContent(html_6206e738f26b3e665590350c341b0a5e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_91630b53b36dc4d2cd0575800453eece.bindPopup(popup_3e60dcf9c00264e39d1027835f11bee4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7d636df0cfc3ff0ebea1aa9d73366dd3 = L.circleMarker(\n",
+       "                [-36.035682211096685, 147.53549908933945],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a3fdbfebde08f54404e0c99e43fe659d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ac65a067eef0abf730a660196d96d19 = $(`&lt;div id=&quot;html_6ac65a067eef0abf730a660196d96d19&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_a3fdbfebde08f54404e0c99e43fe659d.setContent(html_6ac65a067eef0abf730a660196d96d19);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7d636df0cfc3ff0ebea1aa9d73366dd3.bindPopup(popup_a3fdbfebde08f54404e0c99e43fe659d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e5caf88356801babecd151ecc0355255 = L.circleMarker(\n",
+       "                [-36.091970952780486, 147.6817776662547],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d3e75bb356475bc887552c9db5251a04 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_98be3b95b0d6c2c2743858c8f85f76bd = $(`&lt;div id=&quot;html_98be3b95b0d6c2c2743858c8f85f76bd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Towong: crime count = -0.8124108118317495&lt;/div&gt;`)[0];\n",
+       "                popup_d3e75bb356475bc887552c9db5251a04.setContent(html_98be3b95b0d6c2c2743858c8f85f76bd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e5caf88356801babecd151ecc0355255.bindPopup(popup_d3e75bb356475bc887552c9db5251a04)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_af0959dc45db97080f330de615b9c1c4 = L.circleMarker(\n",
+       "                [-36.602504480680544, 146.45350019277078],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9a58b9f2bc8ba6493b7d2dc44d1ad797 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fd8649c18d0273af65dcda65defbc0f8 = $(`&lt;div id=&quot;html_fd8649c18d0273af65dcda65defbc0f8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_9a58b9f2bc8ba6493b7d2dc44d1ad797.setContent(html_fd8649c18d0273af65dcda65defbc0f8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_af0959dc45db97080f330de615b9c1c4.bindPopup(popup_9a58b9f2bc8ba6493b7d2dc44d1ad797)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c7fc5536db1dd10eebac7092a7c75b97 = L.circleMarker(\n",
+       "                [-36.098819243530414, 146.24390215581607],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5fa4edc8f71099df4585e1a548bd16dd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aeb576b8ede14ea19d1a105eb98a5690 = $(`&lt;div id=&quot;html_aeb576b8ede14ea19d1a105eb98a5690&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_5fa4edc8f71099df4585e1a548bd16dd.setContent(html_aeb576b8ede14ea19d1a105eb98a5690);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c7fc5536db1dd10eebac7092a7c75b97.bindPopup(popup_5fa4edc8f71099df4585e1a548bd16dd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a5e50c160c5357429b486d23d6bd915d = L.circleMarker(\n",
+       "                [-36.38296972291777, 146.47548627080826],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ac6044f3df77c0cb598aeed5fdad20ca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aea84949cf07c0cf72aab02cb4f3c828 = $(`&lt;div id=&quot;html_aea84949cf07c0cf72aab02cb4f3c828&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_ac6044f3df77c0cb598aeed5fdad20ca.setContent(html_aea84949cf07c0cf72aab02cb4f3c828);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a5e50c160c5357429b486d23d6bd915d.bindPopup(popup_ac6044f3df77c0cb598aeed5fdad20ca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_148c049504d4559b7902da0a671138fe = L.circleMarker(\n",
+       "                [-36.64996376463378, 146.40841468200583],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_045bcb658dc4239e1a894a7489b1a0cd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e409857017631cecef4a6bece20045b7 = $(`&lt;div id=&quot;html_e409857017631cecef4a6bece20045b7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_045bcb658dc4239e1a894a7489b1a0cd.setContent(html_e409857017631cecef4a6bece20045b7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_148c049504d4559b7902da0a671138fe.bindPopup(popup_045bcb658dc4239e1a894a7489b1a0cd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_840b44925c3be79459b619883443d61e = L.circleMarker(\n",
+       "                [-36.39169663874589, 146.24735445516671],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_97c59c4e9030a78badfe7d56c2cb77a9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f5f10bbfc73138b19fbd0a9e241d680a = $(`&lt;div id=&quot;html_f5f10bbfc73138b19fbd0a9e241d680a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_97c59c4e9030a78badfe7d56c2cb77a9.setContent(html_f5f10bbfc73138b19fbd0a9e241d680a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_840b44925c3be79459b619883443d61e.bindPopup(popup_97c59c4e9030a78badfe7d56c2cb77a9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_25fea3ad2f85f095a109d4962a6e7745 = L.circleMarker(\n",
+       "                [-36.9214253835026, 146.4222057215196],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7bd487fc62ab5ed679dc785439dc4975 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6c5d4f27f89f714edf06755ca717826a = $(`&lt;div id=&quot;html_6c5d4f27f89f714edf06755ca717826a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_7bd487fc62ab5ed679dc785439dc4975.setContent(html_6c5d4f27f89f714edf06755ca717826a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_25fea3ad2f85f095a109d4962a6e7745.bindPopup(popup_7bd487fc62ab5ed679dc785439dc4975)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0efd793765d329bab8dc55a5c2f98082 = L.circleMarker(\n",
+       "                [-36.50949757956421, 146.36658049256678],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3808d4577e9aa0b5c36927ecf1b79648 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a4a3262bd4aa641b141aa2f11a78845f = $(`&lt;div id=&quot;html_a4a3262bd4aa641b141aa2f11a78845f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_3808d4577e9aa0b5c36927ecf1b79648.setContent(html_a4a3262bd4aa641b141aa2f11a78845f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0efd793765d329bab8dc55a5c2f98082.bindPopup(popup_3808d4577e9aa0b5c36927ecf1b79648)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9a8cd84aa21891e19038fd4de3d1ec6a = L.circleMarker(\n",
+       "                [-36.24794312772523, 146.20817719902914],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0a9a1e22140182e5160c5cfc0bb409a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c0bab9b4cb6296ff728f609ac7141e7d = $(`&lt;div id=&quot;html_c0bab9b4cb6296ff728f609ac7141e7d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_0a9a1e22140182e5160c5cfc0bb409a1.setContent(html_c0bab9b4cb6296ff728f609ac7141e7d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9a8cd84aa21891e19038fd4de3d1ec6a.bindPopup(popup_0a9a1e22140182e5160c5cfc0bb409a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_255e10d5439d0c4f5f5956d54dd47c15 = L.circleMarker(\n",
+       "                [-36.53785347881304, 146.22912181808607],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6cdaa596a9f7e0e4ba78fe6e5a800755 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_20ccab61bf058c68bb64cf9c3099e00d = $(`&lt;div id=&quot;html_20ccab61bf058c68bb64cf9c3099e00d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_6cdaa596a9f7e0e4ba78fe6e5a800755.setContent(html_20ccab61bf058c68bb64cf9c3099e00d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_255e10d5439d0c4f5f5956d54dd47c15.bindPopup(popup_6cdaa596a9f7e0e4ba78fe6e5a800755)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_69e4649d945fc2d0462bad6bc619cd3b = L.circleMarker(\n",
+       "                [-36.61081900716427, 146.29207812992587],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eb0898de8a8e6a6380e28ebf1032f5bd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0fc44ed57e298cf4f933c5b6a26eae89 = $(`&lt;div id=&quot;html_0fc44ed57e298cf4f933c5b6a26eae89&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_eb0898de8a8e6a6380e28ebf1032f5bd.setContent(html_0fc44ed57e298cf4f933c5b6a26eae89);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_69e4649d945fc2d0462bad6bc619cd3b.bindPopup(popup_eb0898de8a8e6a6380e28ebf1032f5bd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cf493ed31eb04e95663bd42e6624fba3 = L.circleMarker(\n",
+       "                [-36.28870117226648, 146.46786340279974],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1d7a268d31b8b2da6d6fc91a79a1fa0b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_50762f4870b2c860b43a34c7d090c928 = $(`&lt;div id=&quot;html_50762f4870b2c860b43a34c7d090c928&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_1d7a268d31b8b2da6d6fc91a79a1fa0b.setContent(html_50762f4870b2c860b43a34c7d090c928);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cf493ed31eb04e95663bd42e6624fba3.bindPopup(popup_1d7a268d31b8b2da6d6fc91a79a1fa0b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_82e503bd6248c16a56892f49a5afe5c0 = L.circleMarker(\n",
+       "                [-36.59368079700077, 146.59670741215325],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cbde240f6157df090a56e63af99519d6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8e9d6144b7701206b047a401e1e60ffa = $(`&lt;div id=&quot;html_8e9d6144b7701206b047a401e1e60ffa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_cbde240f6157df090a56e63af99519d6.setContent(html_8e9d6144b7701206b047a401e1e60ffa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_82e503bd6248c16a56892f49a5afe5c0.bindPopup(popup_cbde240f6157df090a56e63af99519d6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c6927e03f6e5bf0882d2b50242e3c894 = L.circleMarker(\n",
+       "                [-36.75188315950364, 146.52164134639298],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f687c5d13821492ec305474a5272f33f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a11d23131553af420718e40c9fc96118 = $(`&lt;div id=&quot;html_a11d23131553af420718e40c9fc96118&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_f687c5d13821492ec305474a5272f33f.setContent(html_a11d23131553af420718e40c9fc96118);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c6927e03f6e5bf0882d2b50242e3c894.bindPopup(popup_f687c5d13821492ec305474a5272f33f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_829c1fa4ce6ab830d540ed5837066766 = L.circleMarker(\n",
+       "                [-36.32588468129436, 146.344166209126],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fb393287a968d14d32d0b99a5cf72127 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c8bd1c2a8ccc369e0ecfb7bca53c6343 = $(`&lt;div id=&quot;html_c8bd1c2a8ccc369e0ecfb7bca53c6343&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_fb393287a968d14d32d0b99a5cf72127.setContent(html_c8bd1c2a8ccc369e0ecfb7bca53c6343);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_829c1fa4ce6ab830d540ed5837066766.bindPopup(popup_fb393287a968d14d32d0b99a5cf72127)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ca898e47d7164270b8f9b0eaabc6fc4b = L.circleMarker(\n",
+       "                [-36.398420080899726, 146.3915507478884],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2ef39f662c35604cbca4c8a11dd6a5dd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b50309c20bd89df6988d716afb507f23 = $(`&lt;div id=&quot;html_b50309c20bd89df6988d716afb507f23&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_2ef39f662c35604cbca4c8a11dd6a5dd.setContent(html_b50309c20bd89df6988d716afb507f23);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ca898e47d7164270b8f9b0eaabc6fc4b.bindPopup(popup_2ef39f662c35604cbca4c8a11dd6a5dd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ac495925eaa01ae5ff6d3baf7230390b = L.circleMarker(\n",
+       "                [-36.163565011379525, 146.3308024105859],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_44d35553ce5e4b46d5bff405f03a75bc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_343355804495b8ebfd9196c1e9005e2f = $(`&lt;div id=&quot;html_343355804495b8ebfd9196c1e9005e2f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_44d35553ce5e4b46d5bff405f03a75bc.setContent(html_343355804495b8ebfd9196c1e9005e2f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ac495925eaa01ae5ff6d3baf7230390b.bindPopup(popup_44d35553ce5e4b46d5bff405f03a75bc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c94401f9421ec9e2dcc33ef1a7b51070 = L.circleMarker(\n",
+       "                [-36.75267595907482, 146.41343857845874],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3d8d59342db812f6d30ba19dd098dd0b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b53b55c6efd33fafdda06822b3db1bc8 = $(`&lt;div id=&quot;html_b53b55c6efd33fafdda06822b3db1bc8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_3d8d59342db812f6d30ba19dd098dd0b.setContent(html_b53b55c6efd33fafdda06822b3db1bc8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c94401f9421ec9e2dcc33ef1a7b51070.bindPopup(popup_3d8d59342db812f6d30ba19dd098dd0b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1d3903db6aab4fe6e5c6394af3968d14 = L.circleMarker(\n",
+       "                [-36.84611806617989, 146.4381093249428],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_23a2d2130ff78ee6948559b92248c29a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e81ac522fb9219db5ef825de45d449b3 = $(`&lt;div id=&quot;html_e81ac522fb9219db5ef825de45d449b3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_23a2d2130ff78ee6948559b92248c29a.setContent(html_e81ac522fb9219db5ef825de45d449b3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1d3903db6aab4fe6e5c6394af3968d14.bindPopup(popup_23a2d2130ff78ee6948559b92248c29a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a99b23426e0bee309f1f5faff0a0fb2e = L.circleMarker(\n",
+       "                [-36.43896310339197, 146.5540701231822],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ce18008d5af9ce162c12c0d0ccd4960f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0d9d0e8ce85656ff995c2a069dd55873 = $(`&lt;div id=&quot;html_0d9d0e8ce85656ff995c2a069dd55873&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_ce18008d5af9ce162c12c0d0ccd4960f.setContent(html_0d9d0e8ce85656ff995c2a069dd55873);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a99b23426e0bee309f1f5faff0a0fb2e.bindPopup(popup_ce18008d5af9ce162c12c0d0ccd4960f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b4d3d096d0b235f7a7540dcf6dd85107 = L.circleMarker(\n",
+       "                [-37.0330797948537, 146.55115826588633],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_88b7d643261834f770fcebcff6dc335e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0ece720e6b6045110899143dfcd3efae = $(`&lt;div id=&quot;html_0ece720e6b6045110899143dfcd3efae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_88b7d643261834f770fcebcff6dc335e.setContent(html_0ece720e6b6045110899143dfcd3efae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b4d3d096d0b235f7a7540dcf6dd85107.bindPopup(popup_88b7d643261834f770fcebcff6dc335e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3b3b7d1a1fa0347a8d2ae87c5d244a3e = L.circleMarker(\n",
+       "                [-36.51680891461882, 146.57833156826302],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_aa5b84de32698082a5166793a4be254e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3497ac86541dbb6108795dd1a328f78c = $(`&lt;div id=&quot;html_3497ac86541dbb6108795dd1a328f78c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_aa5b84de32698082a5166793a4be254e.setContent(html_3497ac86541dbb6108795dd1a328f78c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3b3b7d1a1fa0347a8d2ae87c5d244a3e.bindPopup(popup_aa5b84de32698082a5166793a4be254e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4a45641c65504f215b7df378ad70960e = L.circleMarker(\n",
+       "                [-36.545171450129445, 146.63671601065403],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_78edaee41bfa423b5786d6b22ae6a00d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6e9738e0366930725123d757d2b4c278 = $(`&lt;div id=&quot;html_6e9738e0366930725123d757d2b4c278&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_78edaee41bfa423b5786d6b22ae6a00d.setContent(html_6e9738e0366930725123d757d2b4c278);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4a45641c65504f215b7df378ad70960e.bindPopup(popup_78edaee41bfa423b5786d6b22ae6a00d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b3ca4f0c2db7943b196cccf35134cb65 = L.circleMarker(\n",
+       "                [-36.46822848174379, 146.62421260116545],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_beaf09c99dbc8669a716a11f08faa2db = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9d7a7f79dd4f26c1f48f5912c04a6af5 = $(`&lt;div id=&quot;html_9d7a7f79dd4f26c1f48f5912c04a6af5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_beaf09c99dbc8669a716a11f08faa2db.setContent(html_9d7a7f79dd4f26c1f48f5912c04a6af5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b3ca4f0c2db7943b196cccf35134cb65.bindPopup(popup_beaf09c99dbc8669a716a11f08faa2db)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2875c04f3a6645295ac27c75961634b0 = L.circleMarker(\n",
+       "                [-36.65412740018589, 146.54743298864628],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_23c60fb7802ef1d285560994aff3476a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8d05dd1694eb9fac684c71d794d995ed = $(`&lt;div id=&quot;html_8d05dd1694eb9fac684c71d794d995ed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_23c60fb7802ef1d285560994aff3476a.setContent(html_8d05dd1694eb9fac684c71d794d995ed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2875c04f3a6645295ac27c75961634b0.bindPopup(popup_23c60fb7802ef1d285560994aff3476a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c8c566173ecd1c7cccef37c226355c10 = L.circleMarker(\n",
+       "                [-36.3432111517174, 146.44402635593715],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_89bf3ead4fe6a44027b71839bd0ad2a7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_93078b4cac226d92ef2ddc3ecf524e09 = $(`&lt;div id=&quot;html_93078b4cac226d92ef2ddc3ecf524e09&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_89bf3ead4fe6a44027b71839bd0ad2a7.setContent(html_93078b4cac226d92ef2ddc3ecf524e09);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c8c566173ecd1c7cccef37c226355c10.bindPopup(popup_89bf3ead4fe6a44027b71839bd0ad2a7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_295a649f478d2ba3c7cf8f75105298db = L.circleMarker(\n",
+       "                [-36.44870633282101, 146.37718055802873],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bd3b5118cb4ef69c124a6ace3ac02fe2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_88fc95f89a6d6411f1ddaf096ecabe20 = $(`&lt;div id=&quot;html_88fc95f89a6d6411f1ddaf096ecabe20&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_bd3b5118cb4ef69c124a6ace3ac02fe2.setContent(html_88fc95f89a6d6411f1ddaf096ecabe20);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_295a649f478d2ba3c7cf8f75105298db.bindPopup(popup_bd3b5118cb4ef69c124a6ace3ac02fe2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aaad4bd08dbf82c98f7662f1070d1657 = L.circleMarker(\n",
+       "                [-36.23687703500914, 146.3975624536114],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ef669c25c10851196a445ede77ee47dd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_048267d6a2633213adf296d3fca5cd43 = $(`&lt;div id=&quot;html_048267d6a2633213adf296d3fca5cd43&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_ef669c25c10851196a445ede77ee47dd.setContent(html_048267d6a2633213adf296d3fca5cd43);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aaad4bd08dbf82c98f7662f1070d1657.bindPopup(popup_ef669c25c10851196a445ede77ee47dd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e03405b9e5cd381e7768d82e85a1cf80 = L.circleMarker(\n",
+       "                [-36.90829820053896, 146.582341319271],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dfe989f6c954ec234407f5a40cf0062b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cc88a03c107aeb3c95c855bd73c67d93 = $(`&lt;div id=&quot;html_cc88a03c107aeb3c95c855bd73c67d93&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_dfe989f6c954ec234407f5a40cf0062b.setContent(html_cc88a03c107aeb3c95c855bd73c67d93);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e03405b9e5cd381e7768d82e85a1cf80.bindPopup(popup_dfe989f6c954ec234407f5a40cf0062b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2a5eb7bdce8b022dab865fa072a725a9 = L.circleMarker(\n",
+       "                [-36.225261523662255, 146.3165421850096],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b1cfe0488278c9594a7d8e1208231e58 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0c93ac66efee00b4384c03b64656281e = $(`&lt;div id=&quot;html_0c93ac66efee00b4384c03b64656281e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_b1cfe0488278c9594a7d8e1208231e58.setContent(html_0c93ac66efee00b4384c03b64656281e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2a5eb7bdce8b022dab865fa072a725a9.bindPopup(popup_b1cfe0488278c9594a7d8e1208231e58)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6c59a4ccb021db33c8b56167de8f0731 = L.circleMarker(\n",
+       "                [-36.28540380133864, 146.3360616291462],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_77f0b92c3f9eac02c1653f63b15c31b2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f7ee7d1683bf87cd06087b887acc406a = $(`&lt;div id=&quot;html_f7ee7d1683bf87cd06087b887acc406a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_77f0b92c3f9eac02c1653f63b15c31b2.setContent(html_f7ee7d1683bf87cd06087b887acc406a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6c59a4ccb021db33c8b56167de8f0731.bindPopup(popup_77f0b92c3f9eac02c1653f63b15c31b2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d4b6631bf9fd897c06700dfef196eb1c = L.circleMarker(\n",
+       "                [-36.53995264361155, 146.28862925286128],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3fa1de2c26dec312898c5ceb4c709711 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6defbb18210785268e10ef8f9b7236dc = $(`&lt;div id=&quot;html_6defbb18210785268e10ef8f9b7236dc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_3fa1de2c26dec312898c5ceb4c709711.setContent(html_6defbb18210785268e10ef8f9b7236dc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d4b6631bf9fd897c06700dfef196eb1c.bindPopup(popup_3fa1de2c26dec312898c5ceb4c709711)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d4342a0cf8e5d293b396c4223fd0f878 = L.circleMarker(\n",
+       "                [-36.59468039852864, 146.36443359452446],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cea2e4ebd2465962f719df29dffa0626 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9c3f82b214dfd17e936ab8c27b24281f = $(`&lt;div id=&quot;html_9c3f82b214dfd17e936ab8c27b24281f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_cea2e4ebd2465962f719df29dffa0626.setContent(html_9c3f82b214dfd17e936ab8c27b24281f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d4342a0cf8e5d293b396c4223fd0f878.bindPopup(popup_cea2e4ebd2465962f719df29dffa0626)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9322cbc9efac559c57908cad3452eab9 = L.circleMarker(\n",
+       "                [-36.15392741917053, 146.2612924357288],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8c991409680fbd9fe63b71bc59680762 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_47e47f8098f37de44094fd64ed8eb970 = $(`&lt;div id=&quot;html_47e47f8098f37de44094fd64ed8eb970&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_8c991409680fbd9fe63b71bc59680762.setContent(html_47e47f8098f37de44094fd64ed8eb970);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9322cbc9efac559c57908cad3452eab9.bindPopup(popup_8c991409680fbd9fe63b71bc59680762)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e1bf54d0852767bd04794381e0df9ecc = L.circleMarker(\n",
+       "                [-36.36935927908956, 146.31598834454866],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b0157d608fc58bdc1face8aaf6c5cdc2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2d3c81a8007134016c2aea642d6a6c80 = $(`&lt;div id=&quot;html_2d3c81a8007134016c2aea642d6a6c80&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_b0157d608fc58bdc1face8aaf6c5cdc2.setContent(html_2d3c81a8007134016c2aea642d6a6c80);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e1bf54d0852767bd04794381e0df9ecc.bindPopup(popup_b0157d608fc58bdc1face8aaf6c5cdc2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8ff54a4d9773287b8a13803acfc6f017 = L.circleMarker(\n",
+       "                [-36.32498953431033, 146.5538946691096],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6c05e5a15b1cf4e1c1029c701d326358 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fc8cd08c58c4561e279110c4d56946a4 = $(`&lt;div id=&quot;html_fc8cd08c58c4561e279110c4d56946a4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_6c05e5a15b1cf4e1c1029c701d326358.setContent(html_fc8cd08c58c4561e279110c4d56946a4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8ff54a4d9773287b8a13803acfc6f017.bindPopup(popup_6c05e5a15b1cf4e1c1029c701d326358)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8e2f3ee55cdee5f882d75353794eddf7 = L.circleMarker(\n",
+       "                [-36.69483950307605, 146.4044073370206],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e4d04e4520abaf9d5321603cd8d2cd89 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_74a5e83ce9e8550436ccd4b324c83d8b = $(`&lt;div id=&quot;html_74a5e83ce9e8550436ccd4b324c83d8b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_e4d04e4520abaf9d5321603cd8d2cd89.setContent(html_74a5e83ce9e8550436ccd4b324c83d8b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8e2f3ee55cdee5f882d75353794eddf7.bindPopup(popup_e4d04e4520abaf9d5321603cd8d2cd89)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8e8efc35d2ab6e20368d9c5a0ed3f21c = L.circleMarker(\n",
+       "                [-36.44325875986965, 146.68081429446457],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_73c0b18afa50e55e9ee33142ce2fb790 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3620eb6e21f91df1e83b1c8179ee16ff = $(`&lt;div id=&quot;html_3620eb6e21f91df1e83b1c8179ee16ff&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_73c0b18afa50e55e9ee33142ce2fb790.setContent(html_3620eb6e21f91df1e83b1c8179ee16ff);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8e8efc35d2ab6e20368d9c5a0ed3f21c.bindPopup(popup_73c0b18afa50e55e9ee33142ce2fb790)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9ff76bf869205f7825dd9847bc579f8a = L.circleMarker(\n",
+       "                [-36.65166178585598, 146.25153859839617],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a9def012eb4e534adac1842a6bbd3281 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fbe0a431414361320e8b702d811e29ae = $(`&lt;div id=&quot;html_fbe0a431414361320e8b702d811e29ae&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_a9def012eb4e534adac1842a6bbd3281.setContent(html_fbe0a431414361320e8b702d811e29ae);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9ff76bf869205f7825dd9847bc579f8a.bindPopup(popup_a9def012eb4e534adac1842a6bbd3281)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7a97008b14771859a07b21fa019a568d = L.circleMarker(\n",
+       "                [-36.32527245508507, 146.2267902046143],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_385e52b4545cfc6bcdcdeb62853cb482 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2e0fed4c440aa9d3c3584d071a40881b = $(`&lt;div id=&quot;html_2e0fed4c440aa9d3c3584d071a40881b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_385e52b4545cfc6bcdcdeb62853cb482.setContent(html_2e0fed4c440aa9d3c3584d071a40881b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7a97008b14771859a07b21fa019a568d.bindPopup(popup_385e52b4545cfc6bcdcdeb62853cb482)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c3ace3dce76322da21f9162d61e9e2a0 = L.circleMarker(\n",
+       "                [-36.2075569380604, 146.46295644867524],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1a6001264929f09387a6ee42811febf9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b5619f301695ef68e57e665c6dc85ee = $(`&lt;div id=&quot;html_4b5619f301695ef68e57e665c6dc85ee&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_1a6001264929f09387a6ee42811febf9.setContent(html_4b5619f301695ef68e57e665c6dc85ee);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c3ace3dce76322da21f9162d61e9e2a0.bindPopup(popup_1a6001264929f09387a6ee42811febf9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aeedf5ea50550cf19efef16f789ab3ca = L.circleMarker(\n",
+       "                [-36.53653152920718, 146.48647420294],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9eae9598f4fe6fb91b75e4bfcf402fbf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fa406904a9645e3ff2116eb219576ddc = $(`&lt;div id=&quot;html_fa406904a9645e3ff2116eb219576ddc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_9eae9598f4fe6fb91b75e4bfcf402fbf.setContent(html_fa406904a9645e3ff2116eb219576ddc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aeedf5ea50550cf19efef16f789ab3ca.bindPopup(popup_9eae9598f4fe6fb91b75e4bfcf402fbf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f914824884a523ff33a4353481b822bd = L.circleMarker(\n",
+       "                [-36.30808913598021, 146.3617536628616],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fe09e14c4ffd7e9e32469a06a976c316 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b5a571a233fcf99721c6886e01fab0d5 = $(`&lt;div id=&quot;html_b5a571a233fcf99721c6886e01fab0d5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_fe09e14c4ffd7e9e32469a06a976c316.setContent(html_b5a571a233fcf99721c6886e01fab0d5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f914824884a523ff33a4353481b822bd.bindPopup(popup_fe09e14c4ffd7e9e32469a06a976c316)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_94abe51aa293c206919c94429b182f4c = L.circleMarker(\n",
+       "                [-36.4729955064014, 146.50882379627416],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_976b922e535d685230e70ce15bb05503 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_71b26747b274a0e60368c7914a3ec54f = $(`&lt;div id=&quot;html_71b26747b274a0e60368c7914a3ec54f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_976b922e535d685230e70ce15bb05503.setContent(html_71b26747b274a0e60368c7914a3ec54f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_94abe51aa293c206919c94429b182f4c.bindPopup(popup_976b922e535d685230e70ce15bb05503)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_45ec402834d62675aad31214f52c61fb = L.circleMarker(\n",
+       "                [-36.38390898499565, 146.56809004259833],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_52f0f454ce2532ebcca6a349c50c0606 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4e9cb997227f9089dbd0ba2179b8c8a6 = $(`&lt;div id=&quot;html_4e9cb997227f9089dbd0ba2179b8c8a6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_52f0f454ce2532ebcca6a349c50c0606.setContent(html_4e9cb997227f9089dbd0ba2179b8c8a6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_45ec402834d62675aad31214f52c61fb.bindPopup(popup_52f0f454ce2532ebcca6a349c50c0606)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_50003d6fb46da47721ff57616e79b6f7 = L.circleMarker(\n",
+       "                [-36.36341571918243, 146.38095515414608],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_268359f31929dc519d48c47f1ed068fe = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4d7e0dbeae0e2e8a8d60d80576eed36d = $(`&lt;div id=&quot;html_4d7e0dbeae0e2e8a8d60d80576eed36d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_268359f31929dc519d48c47f1ed068fe.setContent(html_4d7e0dbeae0e2e8a8d60d80576eed36d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_50003d6fb46da47721ff57616e79b6f7.bindPopup(popup_268359f31929dc519d48c47f1ed068fe)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d9d4f129a15a54dad8d32351371fce79 = L.circleMarker(\n",
+       "                [-36.454420895810166, 146.29735929023175],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f9235b4f923e3755a1c480b97bec9265 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ebcf816cae0fab16cbbc66a2743b01cf = $(`&lt;div id=&quot;html_ebcf816cae0fab16cbbc66a2743b01cf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_f9235b4f923e3755a1c480b97bec9265.setContent(html_ebcf816cae0fab16cbbc66a2743b01cf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d9d4f129a15a54dad8d32351371fce79.bindPopup(popup_f9235b4f923e3755a1c480b97bec9265)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_00ff2da34bc7f88bdba0104c8f144192 = L.circleMarker(\n",
+       "                [-36.74511735753964, 146.30829874134656],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_da22fc30f1f429cea730f048d03035d1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3b75c88a23774c2ba0bcfff3afd6915e = $(`&lt;div id=&quot;html_3b75c88a23774c2ba0bcfff3afd6915e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_da22fc30f1f429cea730f048d03035d1.setContent(html_3b75c88a23774c2ba0bcfff3afd6915e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_00ff2da34bc7f88bdba0104c8f144192.bindPopup(popup_da22fc30f1f429cea730f048d03035d1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_266cb7899666ebe50a3d6ae6b6c10584 = L.circleMarker(\n",
+       "                [-36.31988827644597, 146.28445088570248],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7caf42cb94e2adb2071011310eb86e24 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b039f06836938835644110608d55d592 = $(`&lt;div id=&quot;html_b039f06836938835644110608d55d592&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_7caf42cb94e2adb2071011310eb86e24.setContent(html_b039f06836938835644110608d55d592);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_266cb7899666ebe50a3d6ae6b6c10584.bindPopup(popup_7caf42cb94e2adb2071011310eb86e24)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_637753943c6ec192ee621af740b218b5 = L.circleMarker(\n",
+       "                [-36.45529390794619, 146.44126854330875],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_782341c057bddde8226cd2b505bcd628 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_437abce8a00e7cdb74520e9d5e7c7c25 = $(`&lt;div id=&quot;html_437abce8a00e7cdb74520e9d5e7c7c25&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_782341c057bddde8226cd2b505bcd628.setContent(html_437abce8a00e7cdb74520e9d5e7c7c25);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_637753943c6ec192ee621af740b218b5.bindPopup(popup_782341c057bddde8226cd2b505bcd628)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fe0aa54cf27b475a35ed66ad54c358af = L.circleMarker(\n",
+       "                [-36.8225020765422, 146.345203896984],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff0dbff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff0dbff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ddc96cefadf4cea2059b92f09315134c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fc8b573cc3f21a0ef19760aacd632fbd = $(`&lt;div id=&quot;html_fc8b573cc3f21a0ef19760aacd632fbd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wangaratta: crime count = -0.44323233981447874&lt;/div&gt;`)[0];\n",
+       "                popup_ddc96cefadf4cea2059b92f09315134c.setContent(html_fc8b573cc3f21a0ef19760aacd632fbd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fe0aa54cf27b475a35ed66ad54c358af.bindPopup(popup_ddc96cefadf4cea2059b92f09315134c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_af310cc66a9047f98daa5e68c264ae13 = L.circleMarker(\n",
+       "                [-37.4711172154097, 147.0748442903947],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8107f7f716a46fb9771b790b2fb3233e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3bb6419a246cbdf3000494c5a919d9cf = $(`&lt;div id=&quot;html_3bb6419a246cbdf3000494c5a919d9cf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_8107f7f716a46fb9771b790b2fb3233e.setContent(html_3bb6419a246cbdf3000494c5a919d9cf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_af310cc66a9047f98daa5e68c264ae13.bindPopup(popup_8107f7f716a46fb9771b790b2fb3233e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7139b785c129321f266645d6500d1160 = L.circleMarker(\n",
+       "                [-37.82975580413445, 147.1827268508476],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_acff71472739f24cd121157099940333 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e6c8a530ebef3f471643c4c31c03eb39 = $(`&lt;div id=&quot;html_e6c8a530ebef3f471643c4c31c03eb39&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_acff71472739f24cd121157099940333.setContent(html_e6c8a530ebef3f471643c4c31c03eb39);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7139b785c129321f266645d6500d1160.bindPopup(popup_acff71472739f24cd121157099940333)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_395c77c126d2f1e41f1b63972d2820b6 = L.circleMarker(\n",
+       "                [-38.02803342797596, 147.0175441994358],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b4a99b1036cd53b18bf28104cacb3902 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_17f33e293213dc7de4e7c5572a8d00db = $(`&lt;div id=&quot;html_17f33e293213dc7de4e7c5572a8d00db&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_b4a99b1036cd53b18bf28104cacb3902.setContent(html_17f33e293213dc7de4e7c5572a8d00db);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_395c77c126d2f1e41f1b63972d2820b6.bindPopup(popup_b4a99b1036cd53b18bf28104cacb3902)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d71ebaf6810fa8be6e353f10c5ed896a = L.circleMarker(\n",
+       "                [-37.97389681422191, 146.68726476718035],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cb7c4a4af53101079fa3d59fbc17162a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_242fcb764b7b8781c8bb80313768faad = $(`&lt;div id=&quot;html_242fcb764b7b8781c8bb80313768faad&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_cb7c4a4af53101079fa3d59fbc17162a.setContent(html_242fcb764b7b8781c8bb80313768faad);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d71ebaf6810fa8be6e353f10c5ed896a.bindPopup(popup_cb7c4a4af53101079fa3d59fbc17162a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dc5e4a123bbcc3a4c1c4497525b0d2c7 = L.circleMarker(\n",
+       "                [-37.602758352263365, 146.592814071165],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d8345aaa463c41043bde7192bd2e52cc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ac8150156c79b74fc098831edbef90aa = $(`&lt;div id=&quot;html_ac8150156c79b74fc098831edbef90aa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_d8345aaa463c41043bde7192bd2e52cc.setContent(html_ac8150156c79b74fc098831edbef90aa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dc5e4a123bbcc3a4c1c4497525b0d2c7.bindPopup(popup_d8345aaa463c41043bde7192bd2e52cc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_492be19c7e6f088f76da3c34fe43e000 = L.circleMarker(\n",
+       "                [-38.66099893190136, 146.7351992005589],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_31a4710d8065e61d9439ed8150cb2a1f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cbc64be62abbca69fa29302c5ab6815b = $(`&lt;div id=&quot;html_cbc64be62abbca69fa29302c5ab6815b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_31a4710d8065e61d9439ed8150cb2a1f.setContent(html_cbc64be62abbca69fa29302c5ab6815b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_492be19c7e6f088f76da3c34fe43e000.bindPopup(popup_31a4710d8065e61d9439ed8150cb2a1f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1beba6f38334d38253f5ef2a1be38418 = L.circleMarker(\n",
+       "                [-37.92476681212519, 146.8308546668596],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e6dec1fd90d6c964a9ba9282cdd86472 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0c415add0ed5e7f87d4316657b4b4fbf = $(`&lt;div id=&quot;html_0c415add0ed5e7f87d4316657b4b4fbf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_e6dec1fd90d6c964a9ba9282cdd86472.setContent(html_0c415add0ed5e7f87d4316657b4b4fbf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1beba6f38334d38253f5ef2a1be38418.bindPopup(popup_e6dec1fd90d6c964a9ba9282cdd86472)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0b509d904a48af2db4f8442086e635ad = L.circleMarker(\n",
+       "                [-37.61644056052311, 147.05344418465614],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b5134619d4e6eb309d9e2e29cb21e828 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c169c13dda243a8ad86a01efcd1671ee = $(`&lt;div id=&quot;html_c169c13dda243a8ad86a01efcd1671ee&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_b5134619d4e6eb309d9e2e29cb21e828.setContent(html_c169c13dda243a8ad86a01efcd1671ee);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0b509d904a48af2db4f8442086e635ad.bindPopup(popup_b5134619d4e6eb309d9e2e29cb21e828)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_599f98ae7d92f5d387fe15847f29acc3 = L.circleMarker(\n",
+       "                [-38.37889870469613, 147.0000919379009],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b10ce45dc7fe43062e0f3baf629c6cd8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aced7bcd87f8fa8574532469842411af = $(`&lt;div id=&quot;html_aced7bcd87f8fa8574532469842411af&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_b10ce45dc7fe43062e0f3baf629c6cd8.setContent(html_aced7bcd87f8fa8574532469842411af);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_599f98ae7d92f5d387fe15847f29acc3.bindPopup(popup_b10ce45dc7fe43062e0f3baf629c6cd8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c8a35d51734a239fad2893a5edbca271 = L.circleMarker(\n",
+       "                [-38.53809264192608, 146.44336136000734],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ec027ab859de613c1be7b81a30c8cc42 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_272ef12ea7c0541ee47963b3392f895f = $(`&lt;div id=&quot;html_272ef12ea7c0541ee47963b3392f895f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_ec027ab859de613c1be7b81a30c8cc42.setContent(html_272ef12ea7c0541ee47963b3392f895f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c8a35d51734a239fad2893a5edbca271.bindPopup(popup_ec027ab859de613c1be7b81a30c8cc42)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f6e645c0df7bd560d5766eafb3e74df2 = L.circleMarker(\n",
+       "                [-38.461894095169264, 146.62338384011997],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e36050a31eae4cb2100000b5d156fbcf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ea3a163ab60d0e5eb9e183217c4acd8d = $(`&lt;div id=&quot;html_ea3a163ab60d0e5eb9e183217c4acd8d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_e36050a31eae4cb2100000b5d156fbcf.setContent(html_ea3a163ab60d0e5eb9e183217c4acd8d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f6e645c0df7bd560d5766eafb3e74df2.bindPopup(popup_e36050a31eae4cb2100000b5d156fbcf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2ff1d75ca98016b1ba844dc7bfb2c12b = L.circleMarker(\n",
+       "                [-38.13373350539233, 147.0301629267837],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ae5d8c75b63bf6e385674d50b4b1d060 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_326e8a29f6bcdab6ea7c7d38673f2ebe = $(`&lt;div id=&quot;html_326e8a29f6bcdab6ea7c7d38673f2ebe&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_ae5d8c75b63bf6e385674d50b4b1d060.setContent(html_326e8a29f6bcdab6ea7c7d38673f2ebe);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2ff1d75ca98016b1ba844dc7bfb2c12b.bindPopup(popup_ae5d8c75b63bf6e385674d50b4b1d060)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_108fb17c4f2307e8ce057b17a813a6b7 = L.circleMarker(\n",
+       "                [-38.55781406605984, 146.51076108234378],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_429b651c35fb92cc15a0ebd6c16b2fcf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3f7babe9bce458c26079260af239f845 = $(`&lt;div id=&quot;html_3f7babe9bce458c26079260af239f845&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_429b651c35fb92cc15a0ebd6c16b2fcf.setContent(html_3f7babe9bce458c26079260af239f845);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_108fb17c4f2307e8ce057b17a813a6b7.bindPopup(popup_429b651c35fb92cc15a0ebd6c16b2fcf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_699a5632d6f9fabc0b01fcd67421cf79 = L.circleMarker(\n",
+       "                [-38.1218341867391, 146.92039081028682],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4c99477e42584f7130ed9f5abf505deb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_85197f143b5175cec3d7b8fb699462e1 = $(`&lt;div id=&quot;html_85197f143b5175cec3d7b8fb699462e1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_4c99477e42584f7130ed9f5abf505deb.setContent(html_85197f143b5175cec3d7b8fb699462e1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_699a5632d6f9fabc0b01fcd67421cf79.bindPopup(popup_4c99477e42584f7130ed9f5abf505deb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_98af0bbdd84e99c650bad19f736d941c = L.circleMarker(\n",
+       "                [-37.99109773206173, 147.27444631956035],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6b3fe232b28c39d0374e2a7c22687d40 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_72b0009fa5d554e47cc5354814f08f3d = $(`&lt;div id=&quot;html_72b0009fa5d554e47cc5354814f08f3d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_6b3fe232b28c39d0374e2a7c22687d40.setContent(html_72b0009fa5d554e47cc5354814f08f3d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_98af0bbdd84e99c650bad19f736d941c.bindPopup(popup_6b3fe232b28c39d0374e2a7c22687d40)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_01bcd39328a8114f61f11112a44d28bc = L.circleMarker(\n",
+       "                [-38.27738983193827, 147.03432510927396],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c32d0b4c702499ab7cf3441a5e7cf53d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8e9de7aaccf4ede4cc997cf1907f34d7 = $(`&lt;div id=&quot;html_8e9de7aaccf4ede4cc997cf1907f34d7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_c32d0b4c702499ab7cf3441a5e7cf53d.setContent(html_8e9de7aaccf4ede4cc997cf1907f34d7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_01bcd39328a8114f61f11112a44d28bc.bindPopup(popup_c32d0b4c702499ab7cf3441a5e7cf53d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1ceb181013652c015d951cfdda8a4c4a = L.circleMarker(\n",
+       "                [-38.6263772806294, 146.7427941154835],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_23c77d8b1e443f852ffa1e0041d41036 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_df053af6e9d65a8ec710127d05770c1b = $(`&lt;div id=&quot;html_df053af6e9d65a8ec710127d05770c1b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_23c77d8b1e443f852ffa1e0041d41036.setContent(html_df053af6e9d65a8ec710127d05770c1b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1ceb181013652c015d951cfdda8a4c4a.bindPopup(popup_23c77d8b1e443f852ffa1e0041d41036)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e884b7c5c59c57e76275f7df11c22141 = L.circleMarker(\n",
+       "                [-38.07707015536743, 146.75423791399896],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_705fc7a064739c99321d369903ab54a9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4a843d416b9cfa7365dfa6c1242d2114 = $(`&lt;div id=&quot;html_4a843d416b9cfa7365dfa6c1242d2114&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_705fc7a064739c99321d369903ab54a9.setContent(html_4a843d416b9cfa7365dfa6c1242d2114);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e884b7c5c59c57e76275f7df11c22141.bindPopup(popup_705fc7a064739c99321d369903ab54a9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_89aa155150abbedd59da530ca4815b1b = L.circleMarker(\n",
+       "                [-38.07604294125708, 147.1377140019532],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_32ebb6051026619550f090a42adb02a8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3566351fc8e3dac5cf929ad4600e934c = $(`&lt;div id=&quot;html_3566351fc8e3dac5cf929ad4600e934c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_32ebb6051026619550f090a42adb02a8.setContent(html_3566351fc8e3dac5cf929ad4600e934c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_89aa155150abbedd59da530ca4815b1b.bindPopup(popup_32ebb6051026619550f090a42adb02a8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c86c5fbf83d240c7adf321fcfcb35780 = L.circleMarker(\n",
+       "                [-37.3874591074432, 147.1831237125485],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cbe55d5bae5c05a554729a636dd7e48f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2c435dcf4da83dbddda56ca677a11da2 = $(`&lt;div id=&quot;html_2c435dcf4da83dbddda56ca677a11da2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_cbe55d5bae5c05a554729a636dd7e48f.setContent(html_2c435dcf4da83dbddda56ca677a11da2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c86c5fbf83d240c7adf321fcfcb35780.bindPopup(popup_cbe55d5bae5c05a554729a636dd7e48f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_093fd381884cbdd43323f5be2c76befc = L.circleMarker(\n",
+       "                [-38.32571301281011, 147.1699780193365],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_961c475903e6d9d90a2189c6afab143e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a0d304b4a40be9c8662e8d12b8915087 = $(`&lt;div id=&quot;html_a0d304b4a40be9c8662e8d12b8915087&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_961c475903e6d9d90a2189c6afab143e.setContent(html_a0d304b4a40be9c8662e8d12b8915087);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_093fd381884cbdd43323f5be2c76befc.bindPopup(popup_961c475903e6d9d90a2189c6afab143e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_424be75397af9a3e615b66663461e203 = L.circleMarker(\n",
+       "                [-38.32560811363929, 146.82528685140525],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f9b8099a540c8ac2841a3b7b65f627a6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7721ce6f2be36004755188d9c4315248 = $(`&lt;div id=&quot;html_7721ce6f2be36004755188d9c4315248&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_f9b8099a540c8ac2841a3b7b65f627a6.setContent(html_7721ce6f2be36004755188d9c4315248);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_424be75397af9a3e615b66663461e203.bindPopup(popup_f9b8099a540c8ac2841a3b7b65f627a6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3dc042a5560d789aa7bcb37bb80793f4 = L.circleMarker(\n",
+       "                [-37.490901012002894, 146.7705902726641],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ad18990ba12e7f508405efb559274faa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9e64716e6cb9193b28d362026f079340 = $(`&lt;div id=&quot;html_9e64716e6cb9193b28d362026f079340&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_ad18990ba12e7f508405efb559274faa.setContent(html_9e64716e6cb9193b28d362026f079340);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3dc042a5560d789aa7bcb37bb80793f4.bindPopup(popup_ad18990ba12e7f508405efb559274faa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d3edaae1d242c5297840879877821b67 = L.circleMarker(\n",
+       "                [-38.52313305280392, 146.61319692094108],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f090fa51a7cee2285b4a0ff5e09a9813 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a36069cf82b7cffcd72c945842207c58 = $(`&lt;div id=&quot;html_a36069cf82b7cffcd72c945842207c58&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_f090fa51a7cee2285b4a0ff5e09a9813.setContent(html_a36069cf82b7cffcd72c945842207c58);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d3edaae1d242c5297840879877821b67.bindPopup(popup_f090fa51a7cee2285b4a0ff5e09a9813)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6a1c18ec02f145e93f7a0ad92e462d70 = L.circleMarker(\n",
+       "                [-38.61310074352764, 146.80748692335368],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1e3d01fa80ec2a0f46aeed4b3f20faa9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_357450519830b68d4de4f01b3e20d8e4 = $(`&lt;div id=&quot;html_357450519830b68d4de4f01b3e20d8e4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_1e3d01fa80ec2a0f46aeed4b3f20faa9.setContent(html_357450519830b68d4de4f01b3e20d8e4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6a1c18ec02f145e93f7a0ad92e462d70.bindPopup(popup_1e3d01fa80ec2a0f46aeed4b3f20faa9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aabede36382d273768def219c87001b5 = L.circleMarker(\n",
+       "                [-38.66064941623305, 146.78916779388916],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_84502cbac10b3ed0768f361c777d5744 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cbc06a66bd60e41d6ac207bae48bedd8 = $(`&lt;div id=&quot;html_cbc06a66bd60e41d6ac207bae48bedd8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_84502cbac10b3ed0768f361c777d5744.setContent(html_cbc06a66bd60e41d6ac207bae48bedd8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aabede36382d273768def219c87001b5.bindPopup(popup_84502cbac10b3ed0768f361c777d5744)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bc457d1042b41e2d72c11603c7197a84 = L.circleMarker(\n",
+       "                [-38.00362910947417, 146.94487132832066],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8acc0846f0d05e801e8e8a1066dd3bab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2fb1f6ccf73d6bc8eb9823df89b68ccb = $(`&lt;div id=&quot;html_2fb1f6ccf73d6bc8eb9823df89b68ccb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_8acc0846f0d05e801e8e8a1066dd3bab.setContent(html_2fb1f6ccf73d6bc8eb9823df89b68ccb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bc457d1042b41e2d72c11603c7197a84.bindPopup(popup_8acc0846f0d05e801e8e8a1066dd3bab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ba5106727bc6def31d204d1d7de1009a = L.circleMarker(\n",
+       "                [-37.58635561172089, 146.73896600970227],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a8db4b61b6782107bb50bbd792b88650 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b0fa9b2943a806ce85993df5958b2b9 = $(`&lt;div id=&quot;html_4b0fa9b2943a806ce85993df5958b2b9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_a8db4b61b6782107bb50bbd792b88650.setContent(html_4b0fa9b2943a806ce85993df5958b2b9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ba5106727bc6def31d204d1d7de1009a.bindPopup(popup_a8db4b61b6782107bb50bbd792b88650)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_33f77b7ac7f72c2e3ce751882555a6cd = L.circleMarker(\n",
+       "                [-38.60370144780918, 146.57699780989574],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6edff37c27b318b891fe744b0e1f5b29 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3baed956c525610a80bed66c0d3003d5 = $(`&lt;div id=&quot;html_3baed956c525610a80bed66c0d3003d5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_6edff37c27b318b891fe744b0e1f5b29.setContent(html_3baed956c525610a80bed66c0d3003d5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_33f77b7ac7f72c2e3ce751882555a6cd.bindPopup(popup_6edff37c27b318b891fe744b0e1f5b29)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_544ab28acc7eadf15a4c429a42272222 = L.circleMarker(\n",
+       "                [-38.41539555286368, 146.92944840647755],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3d0ddd350d5f860930b81c5ce6a067c6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a99a5ef6e5fa05e17bc0e5885fe8cbaf = $(`&lt;div id=&quot;html_a99a5ef6e5fa05e17bc0e5885fe8cbaf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_3d0ddd350d5f860930b81c5ce6a067c6.setContent(html_a99a5ef6e5fa05e17bc0e5885fe8cbaf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_544ab28acc7eadf15a4c429a42272222.bindPopup(popup_3d0ddd350d5f860930b81c5ce6a067c6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_20cc01ce16cf3fa98e5352025032252d = L.circleMarker(\n",
+       "                [-37.69922204830574, 147.17047258591114],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bc77bd2d4808a3c4bdc88c7c75dab4e3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f4118609924f3cee4c3b2968458ccfdd = $(`&lt;div id=&quot;html_f4118609924f3cee4c3b2968458ccfdd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_bc77bd2d4808a3c4bdc88c7c75dab4e3.setContent(html_f4118609924f3cee4c3b2968458ccfdd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_20cc01ce16cf3fa98e5352025032252d.bindPopup(popup_bc77bd2d4808a3c4bdc88c7c75dab4e3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b43a7fd3af622a9779d29ce1b5d12c4a = L.circleMarker(\n",
+       "                [-37.59553273190037, 146.9492317546054],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c4efe1a06a5c043df6052907dbf0fce0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_61cde3c11928704673913cee3687433a = $(`&lt;div id=&quot;html_61cde3c11928704673913cee3687433a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_c4efe1a06a5c043df6052907dbf0fce0.setContent(html_61cde3c11928704673913cee3687433a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b43a7fd3af622a9779d29ce1b5d12c4a.bindPopup(popup_c4efe1a06a5c043df6052907dbf0fce0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0937ec07ca28d37fc43a299743793230 = L.circleMarker(\n",
+       "                [-38.193684785301855, 147.41571861461009],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1ff92070a351a4647620d198ce667d43 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_65f00f4f9643b5dca6eafbd03e76ace5 = $(`&lt;div id=&quot;html_65f00f4f9643b5dca6eafbd03e76ace5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_1ff92070a351a4647620d198ce667d43.setContent(html_65f00f4f9643b5dca6eafbd03e76ace5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0937ec07ca28d37fc43a299743793230.bindPopup(popup_1ff92070a351a4647620d198ce667d43)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ebf810bbe316dff29c295d0027a4de8b = L.circleMarker(\n",
+       "                [-37.80482536309041, 147.08708790696974],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_360b061a670efa722608d6a66d7a7d0a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a88c4e78073e25ebf3e0108307f07b99 = $(`&lt;div id=&quot;html_a88c4e78073e25ebf3e0108307f07b99&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_360b061a670efa722608d6a66d7a7d0a.setContent(html_a88c4e78073e25ebf3e0108307f07b99);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ebf810bbe316dff29c295d0027a4de8b.bindPopup(popup_360b061a670efa722608d6a66d7a7d0a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_308c24f4d47190cea7b4333a11f16ec2 = L.circleMarker(\n",
+       "                [-38.05956475439063, 147.56250180883274],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9cae5553ececa18530b8913484db0d6f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9f5c1e38f86e37ea78d38883ba5b4ac2 = $(`&lt;div id=&quot;html_9f5c1e38f86e37ea78d38883ba5b4ac2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_9cae5553ececa18530b8913484db0d6f.setContent(html_9f5c1e38f86e37ea78d38883ba5b4ac2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_308c24f4d47190cea7b4333a11f16ec2.bindPopup(popup_9cae5553ececa18530b8913484db0d6f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ec17ed9fc763b7924390d1a038f9f4a1 = L.circleMarker(\n",
+       "                [-38.21711116738075, 147.09250532248595],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_48d30acc81c2a850db53f28cdca1cb5e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d0c4afea95c476b2cfb659be75a24cb6 = $(`&lt;div id=&quot;html_d0c4afea95c476b2cfb659be75a24cb6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_48d30acc81c2a850db53f28cdca1cb5e.setContent(html_d0c4afea95c476b2cfb659be75a24cb6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ec17ed9fc763b7924390d1a038f9f4a1.bindPopup(popup_48d30acc81c2a850db53f28cdca1cb5e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_be641f1fc4248deb892259951fbcf693 = L.circleMarker(\n",
+       "                [-37.68418489987111, 146.85108744677385],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_28368f7bba11a0420a4435fe968dbfab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_522b64bfefd140e9874507b894d915d1 = $(`&lt;div id=&quot;html_522b64bfefd140e9874507b894d915d1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_28368f7bba11a0420a4435fe968dbfab.setContent(html_522b64bfefd140e9874507b894d915d1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_be641f1fc4248deb892259951fbcf693.bindPopup(popup_28368f7bba11a0420a4435fe968dbfab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1eb68c663a4cd6c02c4b34258bf08b99 = L.circleMarker(\n",
+       "                [-38.39231463224449, 146.7386175234441],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5bbe6f54dc58d9638c1098df46664350 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5b40146b5cc9361a9a4f75cdf23960ed = $(`&lt;div id=&quot;html_5b40146b5cc9361a9a4f75cdf23960ed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_5bbe6f54dc58d9638c1098df46664350.setContent(html_5b40146b5cc9361a9a4f75cdf23960ed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1eb68c663a4cd6c02c4b34258bf08b99.bindPopup(popup_5bbe6f54dc58d9638c1098df46664350)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f20f699a99f13411d65d7a8a9484976a = L.circleMarker(\n",
+       "                [-38.04542410263993, 147.1919075232868],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ecf0310396e11bdb35e16cece07b10e6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b420163bdfa396d91435997564e46fd5 = $(`&lt;div id=&quot;html_b420163bdfa396d91435997564e46fd5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_ecf0310396e11bdb35e16cece07b10e6.setContent(html_b420163bdfa396d91435997564e46fd5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f20f699a99f13411d65d7a8a9484976a.bindPopup(popup_ecf0310396e11bdb35e16cece07b10e6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_76262010b9687b531435b630dcc61147 = L.circleMarker(\n",
+       "                [-38.75274269976532, 146.5274889333928],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_893d4943cbfc33f516476f343708d55f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5e1af7a074a3bbde18c1ae86bb84da79 = $(`&lt;div id=&quot;html_5e1af7a074a3bbde18c1ae86bb84da79&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_893d4943cbfc33f516476f343708d55f.setContent(html_5e1af7a074a3bbde18c1ae86bb84da79);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_76262010b9687b531435b630dcc61147.bindPopup(popup_893d4943cbfc33f516476f343708d55f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_86a70706d695e0830cc805eab1de32d8 = L.circleMarker(\n",
+       "                [-38.54559242633523, 146.97522987630313],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_752cb8ce335d13ec947becc9480682db = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b82b52ea1f7f6ef4e08737495558efed = $(`&lt;div id=&quot;html_b82b52ea1f7f6ef4e08737495558efed&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_752cb8ce335d13ec947becc9480682db.setContent(html_b82b52ea1f7f6ef4e08737495558efed);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_86a70706d695e0830cc805eab1de32d8.bindPopup(popup_752cb8ce335d13ec947becc9480682db)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d20c8f35b6629c5542c80969b60732bd = L.circleMarker(\n",
+       "                [-37.66887474340304, 146.7419611986551],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ef0eb93ad97966775b4df8ef48f15388 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d41ee213b58b658ad162f1c1eb49628c = $(`&lt;div id=&quot;html_d41ee213b58b658ad162f1c1eb49628c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_ef0eb93ad97966775b4df8ef48f15388.setContent(html_d41ee213b58b658ad162f1c1eb49628c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d20c8f35b6629c5542c80969b60732bd.bindPopup(popup_ef0eb93ad97966775b4df8ef48f15388)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1097c09f110750192b152686f47d9357 = L.circleMarker(\n",
+       "                [-37.82197112299309, 146.56776083477448],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f12710a5eb1f8ae6595c05f92e7377ba = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f4d8d75ce4449cd78e213f4ff88fce03 = $(`&lt;div id=&quot;html_f4d8d75ce4449cd78e213f4ff88fce03&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_f12710a5eb1f8ae6595c05f92e7377ba.setContent(html_f4d8d75ce4449cd78e213f4ff88fce03);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1097c09f110750192b152686f47d9357.bindPopup(popup_f12710a5eb1f8ae6595c05f92e7377ba)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6bd68b12d91885dc4ccaec8f34b2660a = L.circleMarker(\n",
+       "                [-37.25881316505358, 146.82801516908918],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ebdef32ae49ee875162efb04e7423e60 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6ce1b41dae5ae67c8b6136fe01dd37be = $(`&lt;div id=&quot;html_6ce1b41dae5ae67c8b6136fe01dd37be&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_ebdef32ae49ee875162efb04e7423e60.setContent(html_6ce1b41dae5ae67c8b6136fe01dd37be);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6bd68b12d91885dc4ccaec8f34b2660a.bindPopup(popup_ebdef32ae49ee875162efb04e7423e60)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aca2a478700f516181ee6fcfbedd101c = L.circleMarker(\n",
+       "                [-38.0813641044862, 146.9701449433369],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3ad0790e45e79e72fddabe8a391f89ae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d9d894354133b54428d88b9baf83291e = $(`&lt;div id=&quot;html_d9d894354133b54428d88b9baf83291e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_3ad0790e45e79e72fddabe8a391f89ae.setContent(html_d9d894354133b54428d88b9baf83291e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aca2a478700f516181ee6fcfbedd101c.bindPopup(popup_3ad0790e45e79e72fddabe8a391f89ae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_79efa9f1db52d5c4077c146533bad3f0 = L.circleMarker(\n",
+       "                [-38.2296077202739, 147.362715652287],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_32731322fa948f447c1d83a6d30460d0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_28ec304209ae5ee1e188cc9cac400022 = $(`&lt;div id=&quot;html_28ec304209ae5ee1e188cc9cac400022&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_32731322fa948f447c1d83a6d30460d0.setContent(html_28ec304209ae5ee1e188cc9cac400022);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_79efa9f1db52d5c4077c146533bad3f0.bindPopup(popup_32731322fa948f447c1d83a6d30460d0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5dca2134e06b8683863369617d3fd909 = L.circleMarker(\n",
+       "                [-37.90617947048058, 147.03765920710114],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a6297ca40adb4efc037a880d623a6090 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_219e102c9183dd07b7f3c2369b9cd6f6 = $(`&lt;div id=&quot;html_219e102c9183dd07b7f3c2369b9cd6f6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_a6297ca40adb4efc037a880d623a6090.setContent(html_219e102c9183dd07b7f3c2369b9cd6f6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5dca2134e06b8683863369617d3fd909.bindPopup(popup_a6297ca40adb4efc037a880d623a6090)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2bc9fd779815e3ee2da08833e2910f96 = L.circleMarker(\n",
+       "                [-38.49836471119815, 146.503566806193],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_17ce3855de0dca4d144a557b182c0c2b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_58a47f9a89a77a859a772739a230b21a = $(`&lt;div id=&quot;html_58a47f9a89a77a859a772739a230b21a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_17ce3855de0dca4d144a557b182c0c2b.setContent(html_58a47f9a89a77a859a772739a230b21a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2bc9fd779815e3ee2da08833e2910f96.bindPopup(popup_17ce3855de0dca4d144a557b182c0c2b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9eb66cc4e891ad32bde170ba2dddfe64 = L.circleMarker(\n",
+       "                [-38.54539892574309, 146.3830668385235],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0d121f86514a06967e62a54fdfb12ce3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_35818b4936c314d3df1379ead64ec6f7 = $(`&lt;div id=&quot;html_35818b4936c314d3df1379ead64ec6f7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_0d121f86514a06967e62a54fdfb12ce3.setContent(html_35818b4936c314d3df1379ead64ec6f7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9eb66cc4e891ad32bde170ba2dddfe64.bindPopup(popup_0d121f86514a06967e62a54fdfb12ce3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce7fa6b1484d1632dcef58d79d3e99a5 = L.circleMarker(\n",
+       "                [-38.10946515775793, 147.0338724132711],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_542b457ac98c1034a7c1e7f394cfce8b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_980ca5895dccedcc943324c1a1500198 = $(`&lt;div id=&quot;html_980ca5895dccedcc943324c1a1500198&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_542b457ac98c1034a7c1e7f394cfce8b.setContent(html_980ca5895dccedcc943324c1a1500198);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce7fa6b1484d1632dcef58d79d3e99a5.bindPopup(popup_542b457ac98c1034a7c1e7f394cfce8b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9ed2585aa065cbb528c5c27debe9a090 = L.circleMarker(\n",
+       "                [-38.61894298388946, 146.65641462692824],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ad12dbf0cbb5c26270d70c6666b5ac63 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4555489d2885275f8521d632663adb69 = $(`&lt;div id=&quot;html_4555489d2885275f8521d632663adb69&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_ad12dbf0cbb5c26270d70c6666b5ac63.setContent(html_4555489d2885275f8521d632663adb69);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9ed2585aa065cbb528c5c27debe9a090.bindPopup(popup_ad12dbf0cbb5c26270d70c6666b5ac63)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bced66e53ae3194605e3c8132bfa6471 = L.circleMarker(\n",
+       "                [-37.87101981490573, 146.7700094158301],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7ea29134c1e8312c171fd3f783950e12 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a0fcac7b4cb5061ac9c5577d9b502d97 = $(`&lt;div id=&quot;html_a0fcac7b4cb5061ac9c5577d9b502d97&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_7ea29134c1e8312c171fd3f783950e12.setContent(html_a0fcac7b4cb5061ac9c5577d9b502d97);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bced66e53ae3194605e3c8132bfa6471.bindPopup(popup_7ea29134c1e8312c171fd3f783950e12)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_17826cea4d0c50542aa3c658bd7ae531 = L.circleMarker(\n",
+       "                [-37.753531687976505, 146.73530363942436],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_395a715d0918df6e5f32816cd0d45845 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a43ec56e9c8305f84e5081decfef4710 = $(`&lt;div id=&quot;html_a43ec56e9c8305f84e5081decfef4710&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_395a715d0918df6e5f32816cd0d45845.setContent(html_a43ec56e9c8305f84e5081decfef4710);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_17826cea4d0c50542aa3c658bd7ae531.bindPopup(popup_395a715d0918df6e5f32816cd0d45845)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_958fd349555499649abe632e06cb1cb2 = L.circleMarker(\n",
+       "                [-38.64962255939582, 146.67762641804865],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d818ca270d5841a5f47347d7c3d0b00a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_116a6a5311f68f0ae46bf253b6b817c4 = $(`&lt;div id=&quot;html_116a6a5311f68f0ae46bf253b6b817c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_d818ca270d5841a5f47347d7c3d0b00a.setContent(html_116a6a5311f68f0ae46bf253b6b817c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_958fd349555499649abe632e06cb1cb2.bindPopup(popup_d818ca270d5841a5f47347d7c3d0b00a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3603c7e5a321a38913e684660d9cc7e1 = L.circleMarker(\n",
+       "                [-38.10376234803463, 147.07723361977403],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eeb889eaacd12c2d6be5e42307110bdc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_da6856d7775497b82168827f0fd19a5b = $(`&lt;div id=&quot;html_da6856d7775497b82168827f0fd19a5b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_eeb889eaacd12c2d6be5e42307110bdc.setContent(html_da6856d7775497b82168827f0fd19a5b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3603c7e5a321a38913e684660d9cc7e1.bindPopup(popup_eeb889eaacd12c2d6be5e42307110bdc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d77c107fb43a8c77d244a81aed787e74 = L.circleMarker(\n",
+       "                [-38.46880300301271, 146.56240258424884],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_eb1fb14efd4322075acfdcadaebf996b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c090e2cc4d789e6a489e2be4ca1a33eb = $(`&lt;div id=&quot;html_c090e2cc4d789e6a489e2be4ca1a33eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_eb1fb14efd4322075acfdcadaebf996b.setContent(html_c090e2cc4d789e6a489e2be4ca1a33eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d77c107fb43a8c77d244a81aed787e74.bindPopup(popup_eb1fb14efd4322075acfdcadaebf996b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_301e85086b27872ee72efbc99be696e2 = L.circleMarker(\n",
+       "                [-37.69783291382464, 147.04462573378837],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5d5d3f807a6c58f8ef9f993a5417e236 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ec63ce0297ba5e3e211b46efa451c0d5 = $(`&lt;div id=&quot;html_ec63ce0297ba5e3e211b46efa451c0d5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_5d5d3f807a6c58f8ef9f993a5417e236.setContent(html_ec63ce0297ba5e3e211b46efa451c0d5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_301e85086b27872ee72efbc99be696e2.bindPopup(popup_5d5d3f807a6c58f8ef9f993a5417e236)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f09fa06d6bc3a8d455fb040035d94cfa = L.circleMarker(\n",
+       "                [-37.484076407543554, 146.62143834922665],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7fa501468fcca4fb860b85b9a33c6bf9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_412e80360f3319c747890080881bbded = $(`&lt;div id=&quot;html_412e80360f3319c747890080881bbded&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_7fa501468fcca4fb860b85b9a33c6bf9.setContent(html_412e80360f3319c747890080881bbded);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f09fa06d6bc3a8d455fb040035d94cfa.bindPopup(popup_7fa501468fcca4fb860b85b9a33c6bf9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0d9a961c9ecc76519bb2542d8e4ddf68 = L.circleMarker(\n",
+       "                [-38.03740337705388, 147.0607769658361],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1acde127f8d8e97ec6b8067d9b678700 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_87a2457a418a5464a56b9b7ec9277416 = $(`&lt;div id=&quot;html_87a2457a418a5464a56b9b7ec9277416&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_1acde127f8d8e97ec6b8067d9b678700.setContent(html_87a2457a418a5464a56b9b7ec9277416);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0d9a961c9ecc76519bb2542d8e4ddf68.bindPopup(popup_1acde127f8d8e97ec6b8067d9b678700)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5fc8efc24ca3ff82e9d01aa63fb088b7 = L.circleMarker(\n",
+       "                [-38.5591988049696, 146.71996950931194],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cbb1b6f6b730dd4da880522938066eb9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_377c72ec219ecd20ae2dfd73d54499c4 = $(`&lt;div id=&quot;html_377c72ec219ecd20ae2dfd73d54499c4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_cbb1b6f6b730dd4da880522938066eb9.setContent(html_377c72ec219ecd20ae2dfd73d54499c4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5fc8efc24ca3ff82e9d01aa63fb088b7.bindPopup(popup_cbb1b6f6b730dd4da880522938066eb9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f94041714f96051d60f61ade51a2b8e3 = L.circleMarker(\n",
+       "                [-38.310957433147, 146.62798451915015],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e58989cfe5f6fcc3e47e83ba594e9b16 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4fdf773cb14c53e386e93264d1d77ae7 = $(`&lt;div id=&quot;html_4fdf773cb14c53e386e93264d1d77ae7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_e58989cfe5f6fcc3e47e83ba594e9b16.setContent(html_4fdf773cb14c53e386e93264d1d77ae7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f94041714f96051d60f61ade51a2b8e3.bindPopup(popup_e58989cfe5f6fcc3e47e83ba594e9b16)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8e32ddc636b036c70075a39ef96c6c3b = L.circleMarker(\n",
+       "                [-38.49989610702765, 146.67061950923645],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_750627e6bc96f195e2088001acac81d8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a2dca5978b992ead005c90aa125c95ec = $(`&lt;div id=&quot;html_a2dca5978b992ead005c90aa125c95ec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_750627e6bc96f195e2088001acac81d8.setContent(html_a2dca5978b992ead005c90aa125c95ec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8e32ddc636b036c70075a39ef96c6c3b.bindPopup(popup_750627e6bc96f195e2088001acac81d8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ff1b496f3d1394e9a59f633235616ea3 = L.circleMarker(\n",
+       "                [-38.393543621536885, 146.808616931525],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_36ca05254cecd1cd08ab09c3a5da1048 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b9195ebc26a26a922e3b6f98f1e5585 = $(`&lt;div id=&quot;html_4b9195ebc26a26a922e3b6f98f1e5585&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_36ca05254cecd1cd08ab09c3a5da1048.setContent(html_4b9195ebc26a26a922e3b6f98f1e5585);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ff1b496f3d1394e9a59f633235616ea3.bindPopup(popup_36ca05254cecd1cd08ab09c3a5da1048)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0eb2f20ae41bef53f85a9d07125d190e = L.circleMarker(\n",
+       "                [-37.93856676009083, 146.6839972475907],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4073f7024f51112f77a705613039b524 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4a7a5bffb3053c52e527ae965b6bc95c = $(`&lt;div id=&quot;html_4a7a5bffb3053c52e527ae965b6bc95c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_4073f7024f51112f77a705613039b524.setContent(html_4a7a5bffb3053c52e527ae965b6bc95c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0eb2f20ae41bef53f85a9d07125d190e.bindPopup(popup_4073f7024f51112f77a705613039b524)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dd98c8bdc15cafee80a8547ef2d94edd = L.circleMarker(\n",
+       "                [-37.85919574757632, 147.0178214524383],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d705723d4257cce889a79ddd365b59d9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d5b84b934a88886322fc8c64a5c8bb15 = $(`&lt;div id=&quot;html_d5b84b934a88886322fc8c64a5c8bb15&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_d705723d4257cce889a79ddd365b59d9.setContent(html_d5b84b934a88886322fc8c64a5c8bb15);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dd98c8bdc15cafee80a8547ef2d94edd.bindPopup(popup_d705723d4257cce889a79ddd365b59d9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c476c8945506d59d889a16e8864f39a0 = L.circleMarker(\n",
+       "                [-38.2986151896435, 147.27904966098097],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e6bde838a4de44fdcde4e31b5a15ce28 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_172438e08698906717f7131d345c7421 = $(`&lt;div id=&quot;html_172438e08698906717f7131d345c7421&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_e6bde838a4de44fdcde4e31b5a15ce28.setContent(html_172438e08698906717f7131d345c7421);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c476c8945506d59d889a16e8864f39a0.bindPopup(popup_e6bde838a4de44fdcde4e31b5a15ce28)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e2667ba3b19e759d8b57f47acb297f76 = L.circleMarker(\n",
+       "                [-38.30255898414476, 146.692909711234],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_917d72ec9e79fb155ed06d6a3b3e6ee2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_210ee5f8509e2de558e02586788fbadb = $(`&lt;div id=&quot;html_210ee5f8509e2de558e02586788fbadb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_917d72ec9e79fb155ed06d6a3b3e6ee2.setContent(html_210ee5f8509e2de558e02586788fbadb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e2667ba3b19e759d8b57f47acb297f76.bindPopup(popup_917d72ec9e79fb155ed06d6a3b3e6ee2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c65eb15896e68382aa375a679f8caa49 = L.circleMarker(\n",
+       "                [-37.85201035094043, 146.9412993205803],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1dfecebef5f26418f0b4237757799e24 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_85e56b494d122465c7488166e950b2dc = $(`&lt;div id=&quot;html_85e56b494d122465c7488166e950b2dc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_1dfecebef5f26418f0b4237757799e24.setContent(html_85e56b494d122465c7488166e950b2dc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c65eb15896e68382aa375a679f8caa49.bindPopup(popup_1dfecebef5f26418f0b4237757799e24)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_55f4626812edb16fea1ecabc5dc4ee28 = L.circleMarker(\n",
+       "                [-38.3804607448138, 146.6035780873858],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_be22167ab647fc36c2489cacecf88218 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ae4dcb50cc157adac2985cc278260db9 = $(`&lt;div id=&quot;html_ae4dcb50cc157adac2985cc278260db9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_be22167ab647fc36c2489cacecf88218.setContent(html_ae4dcb50cc157adac2985cc278260db9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_55f4626812edb16fea1ecabc5dc4ee28.bindPopup(popup_be22167ab647fc36c2489cacecf88218)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d7a455eee6ad55bcbce7d58959494728 = L.circleMarker(\n",
+       "                [-37.38783770767499, 146.9923565231989],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a97a2f9647f5e2e02443ca62902fad77 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0dcb0ca1a39468249a769f5f566093ab = $(`&lt;div id=&quot;html_0dcb0ca1a39468249a769f5f566093ab&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_a97a2f9647f5e2e02443ca62902fad77.setContent(html_0dcb0ca1a39468249a769f5f566093ab);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d7a455eee6ad55bcbce7d58959494728.bindPopup(popup_a97a2f9647f5e2e02443ca62902fad77)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3832c6ddc3f8d3aa74c4c0be779ab0bf = L.circleMarker(\n",
+       "                [-38.20598708930381, 147.32024027747613],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_454dc2e54104033986d099014c485be9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_454ade62f41e65e2ad2ec71090590d14 = $(`&lt;div id=&quot;html_454ade62f41e65e2ad2ec71090590d14&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_454dc2e54104033986d099014c485be9.setContent(html_454ade62f41e65e2ad2ec71090590d14);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3832c6ddc3f8d3aa74c4c0be779ab0bf.bindPopup(popup_454dc2e54104033986d099014c485be9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5c6e8ce7c56665fc0a5494b962015d2c = L.circleMarker(\n",
+       "                [-38.27021849902143, 147.31337821955782],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bf892bdcaf974dd4c4325a19a02c1c5a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0eea675d349db7631a669d4a3eed0fcf = $(`&lt;div id=&quot;html_0eea675d349db7631a669d4a3eed0fcf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_bf892bdcaf974dd4c4325a19a02c1c5a.setContent(html_0eea675d349db7631a669d4a3eed0fcf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5c6e8ce7c56665fc0a5494b962015d2c.bindPopup(popup_bf892bdcaf974dd4c4325a19a02c1c5a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e38a2f06818ec25a810211bab2705544 = L.circleMarker(\n",
+       "                [-38.56818496069391, 146.55587084606807],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4067f7ad45fac4b54c79a15aa8b9314b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1ba35e7e624df6ff698194c5bc414d44 = $(`&lt;div id=&quot;html_1ba35e7e624df6ff698194c5bc414d44&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_4067f7ad45fac4b54c79a15aa8b9314b.setContent(html_1ba35e7e624df6ff698194c5bc414d44);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e38a2f06818ec25a810211bab2705544.bindPopup(popup_4067f7ad45fac4b54c79a15aa8b9314b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_aeadbf5f4b151dacafc5e72fb1fdca92 = L.circleMarker(\n",
+       "                [-38.60722185970286, 146.88917173505226],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_96092228bf3345496abdd68472965c39 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_36b77b4ce60a67d5d74375ae3449a61e = $(`&lt;div id=&quot;html_36b77b4ce60a67d5d74375ae3449a61e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_96092228bf3345496abdd68472965c39.setContent(html_36b77b4ce60a67d5d74375ae3449a61e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_aeadbf5f4b151dacafc5e72fb1fdca92.bindPopup(popup_96092228bf3345496abdd68472965c39)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_88a7247fc9084b35039bb934532c7c8f = L.circleMarker(\n",
+       "                [-37.78474571946369, 146.82488790081482],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6e9055047124356f2e8a28f84d6b5ef7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eb0b562e3a0b3cf64ae4709c35f4767c = $(`&lt;div id=&quot;html_eb0b562e3a0b3cf64ae4709c35f4767c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_6e9055047124356f2e8a28f84d6b5ef7.setContent(html_eb0b562e3a0b3cf64ae4709c35f4767c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_88a7247fc9084b35039bb934532c7c8f.bindPopup(popup_6e9055047124356f2e8a28f84d6b5ef7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b9375e4d94b5fcb42e8e29d11d1c0448 = L.circleMarker(\n",
+       "                [-37.93254524854035, 146.58076983374497],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f015c08080d85e8ab88076fb91a0f096 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_43dcfedc99b85f8548b241aa7650235a = $(`&lt;div id=&quot;html_43dcfedc99b85f8548b241aa7650235a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_f015c08080d85e8ab88076fb91a0f096.setContent(html_43dcfedc99b85f8548b241aa7650235a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b9375e4d94b5fcb42e8e29d11d1c0448.bindPopup(popup_f015c08080d85e8ab88076fb91a0f096)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_70bcce634cbf9f21b197c266664c4ce3 = L.circleMarker(\n",
+       "                [-37.69369594519955, 146.62964633257212],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_447e82513eeb2f8083f438f999b6afd9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d2b545db8c4514b7a30e2702dbe7b973 = $(`&lt;div id=&quot;html_d2b545db8c4514b7a30e2702dbe7b973&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_447e82513eeb2f8083f438f999b6afd9.setContent(html_d2b545db8c4514b7a30e2702dbe7b973);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_70bcce634cbf9f21b197c266664c4ce3.bindPopup(popup_447e82513eeb2f8083f438f999b6afd9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fb755c1e19eb8abefed130fa7b4477a4 = L.circleMarker(\n",
+       "                [-37.97803473758138, 146.77490056897935],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c4c68fb55823c10239947865564260aa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_42111cf8645884f1f07791e2c6895ecb = $(`&lt;div id=&quot;html_42111cf8645884f1f07791e2c6895ecb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_c4c68fb55823c10239947865564260aa.setContent(html_42111cf8645884f1f07791e2c6895ecb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fb755c1e19eb8abefed130fa7b4477a4.bindPopup(popup_c4c68fb55823c10239947865564260aa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7003ae4015998a47edeec0aa0f7a2695 = L.circleMarker(\n",
+       "                [-37.489878375100936, 146.93884006189217],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f46a017d506769cc048167e7c59c9d58 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_79fb8ea55d7c978dffc650970124176b = $(`&lt;div id=&quot;html_79fb8ea55d7c978dffc650970124176b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_f46a017d506769cc048167e7c59c9d58.setContent(html_79fb8ea55d7c978dffc650970124176b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7003ae4015998a47edeec0aa0f7a2695.bindPopup(popup_f46a017d506769cc048167e7c59c9d58)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_197886eb718600aa04ad048a4e519ccf = L.circleMarker(\n",
+       "                [-38.6258159376997, 146.60389123753646],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ca985f34ba4f7848cd220d78f744409c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_022e8c612ed086b8cbc7ce3ff77f5aaa = $(`&lt;div id=&quot;html_022e8c612ed086b8cbc7ce3ff77f5aaa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_ca985f34ba4f7848cd220d78f744409c.setContent(html_022e8c612ed086b8cbc7ce3ff77f5aaa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_197886eb718600aa04ad048a4e519ccf.bindPopup(popup_ca985f34ba4f7848cd220d78f744409c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_515521bd2c53733846835fa8375316e7 = L.circleMarker(\n",
+       "                [-37.44486872277155, 147.1694358462257],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_06103730cd1ebf52fe1506018a14ba01 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2e99009757a30cc67cdaa431f903cb95 = $(`&lt;div id=&quot;html_2e99009757a30cc67cdaa431f903cb95&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_06103730cd1ebf52fe1506018a14ba01.setContent(html_2e99009757a30cc67cdaa431f903cb95);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_515521bd2c53733846835fa8375316e7.bindPopup(popup_06103730cd1ebf52fe1506018a14ba01)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_de70e15d633634c45d748d11be835a9c = L.circleMarker(\n",
+       "                [-38.46261981659459, 146.7395023040877],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cdc4abeafc36fc7e39939552e70787dc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_23978c3cc9159ed8ac902462a232284a = $(`&lt;div id=&quot;html_23978c3cc9159ed8ac902462a232284a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_cdc4abeafc36fc7e39939552e70787dc.setContent(html_23978c3cc9159ed8ac902462a232284a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_de70e15d633634c45d748d11be835a9c.bindPopup(popup_cdc4abeafc36fc7e39939552e70787dc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7aa50a4f71452a543a90c6ce83a1fe07 = L.circleMarker(\n",
+       "                [-38.26488235606472, 146.7488891978231],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cc8bf69b50ce87f7a3f6237fbe011a91 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2e607411a9b72e0d5ebf2d30281eba51 = $(`&lt;div id=&quot;html_2e607411a9b72e0d5ebf2d30281eba51&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_cc8bf69b50ce87f7a3f6237fbe011a91.setContent(html_2e607411a9b72e0d5ebf2d30281eba51);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7aa50a4f71452a543a90c6ce83a1fe07.bindPopup(popup_cc8bf69b50ce87f7a3f6237fbe011a91)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6a76c081736ce4269994bfa8f9c17c46 = L.circleMarker(\n",
+       "                [-37.95749290353142, 146.991475941503],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_93ccc4539b0c32ee551a9038be13336c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_03075719fbd631194fca6877178f2b58 = $(`&lt;div id=&quot;html_03075719fbd631194fca6877178f2b58&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_93ccc4539b0c32ee551a9038be13336c.setContent(html_03075719fbd631194fca6877178f2b58);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6a76c081736ce4269994bfa8f9c17c46.bindPopup(popup_93ccc4539b0c32ee551a9038be13336c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d6d532641eeff5f8d1a31ffb183e38cd = L.circleMarker(\n",
+       "                [-37.90510489335375, 147.22015614201086],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bffd9345dec63cf3bf4443bacdaf0259 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9be88cf1a60bedc546e98989c696234b = $(`&lt;div id=&quot;html_9be88cf1a60bedc546e98989c696234b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_bffd9345dec63cf3bf4443bacdaf0259.setContent(html_9be88cf1a60bedc546e98989c696234b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d6d532641eeff5f8d1a31ffb183e38cd.bindPopup(popup_bffd9345dec63cf3bf4443bacdaf0259)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f520a7553efc68057136027339d3d507 = L.circleMarker(\n",
+       "                [-37.896507072333726, 146.89578675180348],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_da3fa4455b65aa0b1a0e1c88467a3724 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3dc7fd4f732b4a0d7e09f7238f831cbf = $(`&lt;div id=&quot;html_3dc7fd4f732b4a0d7e09f7238f831cbf&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_da3fa4455b65aa0b1a0e1c88467a3724.setContent(html_3dc7fd4f732b4a0d7e09f7238f831cbf);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f520a7553efc68057136027339d3d507.bindPopup(popup_da3fa4455b65aa0b1a0e1c88467a3724)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5520121c19ecf1f7166d20437f4038b2 = L.circleMarker(\n",
+       "                [-38.03077362266902, 147.09742184134436],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c6fa96bfdb77cb2410dbc726c822a3c6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_205a171e36d8b103baad3b700c227a7e = $(`&lt;div id=&quot;html_205a171e36d8b103baad3b700c227a7e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_c6fa96bfdb77cb2410dbc726c822a3c6.setContent(html_205a171e36d8b103baad3b700c227a7e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5520121c19ecf1f7166d20437f4038b2.bindPopup(popup_c6fa96bfdb77cb2410dbc726c822a3c6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d7ee91a9fe326bf4ecdde5363ba21d45 = L.circleMarker(\n",
+       "                [-37.54590526334321, 147.09562882907946],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bb5fba305593727180dcf679d9c2ebce = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8cbf31f8a4c2fe4b45219dafaacb8763 = $(`&lt;div id=&quot;html_8cbf31f8a4c2fe4b45219dafaacb8763&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_bb5fba305593727180dcf679d9c2ebce.setContent(html_8cbf31f8a4c2fe4b45219dafaacb8763);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d7ee91a9fe326bf4ecdde5363ba21d45.bindPopup(popup_bb5fba305593727180dcf679d9c2ebce)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e30b10f99ec386087496c6956ebc3303 = L.circleMarker(\n",
+       "                [-37.72614714904862, 146.94254835869717],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4675f12bfb1d1dc0bf8ba8d8533506e0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_150bf8bc932491cd625dcb6cdfa215e8 = $(`&lt;div id=&quot;html_150bf8bc932491cd625dcb6cdfa215e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_4675f12bfb1d1dc0bf8ba8d8533506e0.setContent(html_150bf8bc932491cd625dcb6cdfa215e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e30b10f99ec386087496c6956ebc3303.bindPopup(popup_4675f12bfb1d1dc0bf8ba8d8533506e0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_01e80c0ae56c69fdcf535ae26179bf68 = L.circleMarker(\n",
+       "                [-38.01698757916651, 147.39659969921124],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_25a77a2380788d315d9782b20de5a3c2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d27782cb1d62f72ae66c54b18fdef88b = $(`&lt;div id=&quot;html_d27782cb1d62f72ae66c54b18fdef88b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_25a77a2380788d315d9782b20de5a3c2.setContent(html_d27782cb1d62f72ae66c54b18fdef88b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_01e80c0ae56c69fdcf535ae26179bf68.bindPopup(popup_25a77a2380788d315d9782b20de5a3c2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bfad074095ea6829e31be4530e7a67c6 = L.circleMarker(\n",
+       "                [-38.06727229204712, 147.02640728054018],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ec3494546bc810e2bfb8bd24b8eb5f35 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f9e5588c24d05b95a61996ddf69097b6 = $(`&lt;div id=&quot;html_f9e5588c24d05b95a61996ddf69097b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_ec3494546bc810e2bfb8bd24b8eb5f35.setContent(html_f9e5588c24d05b95a61996ddf69097b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bfad074095ea6829e31be4530e7a67c6.bindPopup(popup_ec3494546bc810e2bfb8bd24b8eb5f35)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ee53a685988cda3d9a309a794f6befa2 = L.circleMarker(\n",
+       "                [-38.33419696844435, 147.2335540379046],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0249115dce3eedd541730992ef7bb91d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0d8c8dc4e9cfddc09938afd776d94717 = $(`&lt;div id=&quot;html_0d8c8dc4e9cfddc09938afd776d94717&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_0249115dce3eedd541730992ef7bb91d.setContent(html_0d8c8dc4e9cfddc09938afd776d94717);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ee53a685988cda3d9a309a794f6befa2.bindPopup(popup_0249115dce3eedd541730992ef7bb91d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7f251c777207cc0431854184a213fb34 = L.circleMarker(\n",
+       "                [-37.96887836981895, 146.8751513727623],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3f2567ac6e58ae26edcf4154828a221e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d3058c8043057aa89664b39aac7f773c = $(`&lt;div id=&quot;html_d3058c8043057aa89664b39aac7f773c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_3f2567ac6e58ae26edcf4154828a221e.setContent(html_d3058c8043057aa89664b39aac7f773c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7f251c777207cc0431854184a213fb34.bindPopup(popup_3f2567ac6e58ae26edcf4154828a221e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bcb5eebd3a43254eb73394709f173b6a = L.circleMarker(\n",
+       "                [-37.783259018586506, 146.98970908140535],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_badfe8a386a4f7aa5563a1ceabc4b160 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d9d6eb25b842cfd19208e1d506cd3037 = $(`&lt;div id=&quot;html_d9d6eb25b842cfd19208e1d506cd3037&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_badfe8a386a4f7aa5563a1ceabc4b160.setContent(html_d9d6eb25b842cfd19208e1d506cd3037);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bcb5eebd3a43254eb73394709f173b6a.bindPopup(popup_badfe8a386a4f7aa5563a1ceabc4b160)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_34160996566458f3da661dddfc39f677 = L.circleMarker(\n",
+       "                [-38.03217990871105, 146.8631594628177],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b8f4de191a832e649a6bf8d165444b2c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6f24b238554323e4971e5a5db6e8519a = $(`&lt;div id=&quot;html_6f24b238554323e4971e5a5db6e8519a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_b8f4de191a832e649a6bf8d165444b2c.setContent(html_6f24b238554323e4971e5a5db6e8519a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_34160996566458f3da661dddfc39f677.bindPopup(popup_b8f4de191a832e649a6bf8d165444b2c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_926753f34ce2ac96f672c2d85ee20f73 = L.circleMarker(\n",
+       "                [-38.17550740923802, 147.23948787934103],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5739eb332321a19279254add9192b0d4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4e4a7d321eb20a6a51041badc4d71e0e = $(`&lt;div id=&quot;html_4e4a7d321eb20a6a51041badc4d71e0e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_5739eb332321a19279254add9192b0d4.setContent(html_4e4a7d321eb20a6a51041badc4d71e0e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_926753f34ce2ac96f672c2d85ee20f73.bindPopup(popup_5739eb332321a19279254add9192b0d4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9dfe582ee1ae0407659e0092f8eb4b8d = L.circleMarker(\n",
+       "                [-38.08412052376012, 146.8494097491789],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3509250f0c8f1bdb357dd1332b9a3e88 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f8d48b92149c2f2ae5e4234fd2665bcc = $(`&lt;div id=&quot;html_f8d48b92149c2f2ae5e4234fd2665bcc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_3509250f0c8f1bdb357dd1332b9a3e88.setContent(html_f8d48b92149c2f2ae5e4234fd2665bcc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9dfe582ee1ae0407659e0092f8eb4b8d.bindPopup(popup_3509250f0c8f1bdb357dd1332b9a3e88)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ba3f2dc13fe357be301aea161549f020 = L.circleMarker(\n",
+       "                [-37.57859962309471, 146.84588326680625],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d3ae4d5970fc9a13f563e82a51c2d8a3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_054bce1069098c1f8743997e153ec8e9 = $(`&lt;div id=&quot;html_054bce1069098c1f8743997e153ec8e9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_d3ae4d5970fc9a13f563e82a51c2d8a3.setContent(html_054bce1069098c1f8743997e153ec8e9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ba3f2dc13fe357be301aea161549f020.bindPopup(popup_d3ae4d5970fc9a13f563e82a51c2d8a3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2ab949ab1f0097fc55f94b50bfc9b622 = L.circleMarker(\n",
+       "                [-38.69044449850678, 146.66076390410072],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d38ae54f1eb4c9f01136c3665e29b2c1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0c3b55226f28882fe155f881fe415c87 = $(`&lt;div id=&quot;html_0c3b55226f28882fe155f881fe415c87&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_d38ae54f1eb4c9f01136c3665e29b2c1.setContent(html_0c3b55226f28882fe155f881fe415c87);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2ab949ab1f0097fc55f94b50bfc9b622.bindPopup(popup_d38ae54f1eb4c9f01136c3665e29b2c1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bc1c78fab67bc7872b042d4d78a1b6d2 = L.circleMarker(\n",
+       "                [-38.181954119707584, 146.8278719751156],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2e44405d0dd664b95854aa300a6e4359 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2a68f4af8afcbda01ec4a248d65a20e8 = $(`&lt;div id=&quot;html_2a68f4af8afcbda01ec4a248d65a20e8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_2e44405d0dd664b95854aa300a6e4359.setContent(html_2a68f4af8afcbda01ec4a248d65a20e8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bc1c78fab67bc7872b042d4d78a1b6d2.bindPopup(popup_2e44405d0dd664b95854aa300a6e4359)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0c8f2a6b749c533ad1074fa906759336 = L.circleMarker(\n",
+       "                [-37.95631663111343, 147.11058907262336],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_07f9524af1b7c8a9d2c1f73b30981145 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_964667d7df8a9b3c51720f79960e43e1 = $(`&lt;div id=&quot;html_964667d7df8a9b3c51720f79960e43e1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_07f9524af1b7c8a9d2c1f73b30981145.setContent(html_964667d7df8a9b3c51720f79960e43e1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0c8f2a6b749c533ad1074fa906759336.bindPopup(popup_07f9524af1b7c8a9d2c1f73b30981145)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9264133c37537265ce9d77a1b61ce185 = L.circleMarker(\n",
+       "                [-37.43346193265268, 146.71004826606432],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b46a536ab6e502b50260bafba929ca15 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_45195f776200f230240f671029670251 = $(`&lt;div id=&quot;html_45195f776200f230240f671029670251&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_b46a536ab6e502b50260bafba929ca15.setContent(html_45195f776200f230240f671029670251);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9264133c37537265ce9d77a1b61ce185.bindPopup(popup_b46a536ab6e502b50260bafba929ca15)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b1bde14dbbc23ef15492ceac13ed054e = L.circleMarker(\n",
+       "                [-38.52913759060272, 146.89209081754836],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_583534351cdd931d9fcb1586fe81e79b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_47563e7b36da752c404236dedf4f44d4 = $(`&lt;div id=&quot;html_47563e7b36da752c404236dedf4f44d4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_583534351cdd931d9fcb1586fe81e79b.setContent(html_47563e7b36da752c404236dedf4f44d4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b1bde14dbbc23ef15492ceac13ed054e.bindPopup(popup_583534351cdd931d9fcb1586fe81e79b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c0fcf6f7a5dfc2f89231b9d17b382dea = L.circleMarker(\n",
+       "                [-38.13668464228307, 147.42644021833172],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d0850cecedaf8dd1d6e7cca16f88d4d5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c911a457a05952986a71f27fce4e7b52 = $(`&lt;div id=&quot;html_c911a457a05952986a71f27fce4e7b52&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_d0850cecedaf8dd1d6e7cca16f88d4d5.setContent(html_c911a457a05952986a71f27fce4e7b52);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c0fcf6f7a5dfc2f89231b9d17b382dea.bindPopup(popup_d0850cecedaf8dd1d6e7cca16f88d4d5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d5940b63f0656cc51be929155845d121 = L.circleMarker(\n",
+       "                [-38.11794463955893, 147.1724268071984],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2c065ee56887df27e73a2cf785daf3ea = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aa757d1cc9dcae4aec2ca35cad6fe3dc = $(`&lt;div id=&quot;html_aa757d1cc9dcae4aec2ca35cad6fe3dc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_2c065ee56887df27e73a2cf785daf3ea.setContent(html_aa757d1cc9dcae4aec2ca35cad6fe3dc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d5940b63f0656cc51be929155845d121.bindPopup(popup_2c065ee56887df27e73a2cf785daf3ea)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e7e103ee4eee1e8dbe52dfdbf58ab4d8 = L.circleMarker(\n",
+       "                [-37.814018486666605, 146.66834206717527],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_de0bcecbf71126c66052fad02b63427c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_52a75131fee196c36eed73e11a1444f7 = $(`&lt;div id=&quot;html_52a75131fee196c36eed73e11a1444f7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_de0bcecbf71126c66052fad02b63427c.setContent(html_52a75131fee196c36eed73e11a1444f7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e7e103ee4eee1e8dbe52dfdbf58ab4d8.bindPopup(popup_de0bcecbf71126c66052fad02b63427c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_017fd843ce19d446a6cfb6451c6271e9 = L.circleMarker(\n",
+       "                [-38.38413476016292, 147.09963891119173],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e2c61c2affffe71e52e59548925243dc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_294110219286b41c52a547c03f940e26 = $(`&lt;div id=&quot;html_294110219286b41c52a547c03f940e26&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_e2c61c2affffe71e52e59548925243dc.setContent(html_294110219286b41c52a547c03f940e26);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_017fd843ce19d446a6cfb6451c6271e9.bindPopup(popup_e2c61c2affffe71e52e59548925243dc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0fbc11f7dd3a566adf5239964c048f21 = L.circleMarker(\n",
+       "                [-38.41025261475519, 146.62796777888522],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c9e03841760100faa1ca1c4ec914add3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dc92094a11d3d06a724df4d3709b8acc = $(`&lt;div id=&quot;html_dc92094a11d3d06a724df4d3709b8acc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_c9e03841760100faa1ca1c4ec914add3.setContent(html_dc92094a11d3d06a724df4d3709b8acc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0fbc11f7dd3a566adf5239964c048f21.bindPopup(popup_c9e03841760100faa1ca1c4ec914add3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_686a2296e65e60a7f19d1ff8af814d7a = L.circleMarker(\n",
+       "                [-38.09053816760976, 147.31763830362482],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_676b491a26b3249c6c5bea257b2b26cd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_126c4c9a2e843f6cb7ea62f56bc110ec = $(`&lt;div id=&quot;html_126c4c9a2e843f6cb7ea62f56bc110ec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_676b491a26b3249c6c5bea257b2b26cd.setContent(html_126c4c9a2e843f6cb7ea62f56bc110ec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_686a2296e65e60a7f19d1ff8af814d7a.bindPopup(popup_676b491a26b3249c6c5bea257b2b26cd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_39fd8814736bf863c502d96f12a63e35 = L.circleMarker(\n",
+       "                [-37.87542390424092, 146.82149316107933],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3f562872793abf43137402cd85c98229 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3610eac0037bd042217851bf7600fde8 = $(`&lt;div id=&quot;html_3610eac0037bd042217851bf7600fde8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_3f562872793abf43137402cd85c98229.setContent(html_3610eac0037bd042217851bf7600fde8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_39fd8814736bf863c502d96f12a63e35.bindPopup(popup_3f562872793abf43137402cd85c98229)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_222e3652186aa69d438eda92b628c9f2 = L.circleMarker(\n",
+       "                [-37.36903833394717, 146.82916850709285],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9f559df6bcaf0b592b173406a10ac03c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0fd9133830a0ea7e6316780abdaafa7b = $(`&lt;div id=&quot;html_0fd9133830a0ea7e6316780abdaafa7b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_9f559df6bcaf0b592b173406a10ac03c.setContent(html_0fd9133830a0ea7e6316780abdaafa7b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_222e3652186aa69d438eda92b628c9f2.bindPopup(popup_9f559df6bcaf0b592b173406a10ac03c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ba2cf8a465dc70d0461b628ccb9b1bbe = L.circleMarker(\n",
+       "                [-38.37630068552476, 146.68225485774528],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1a610c5f3fa53ce43defc2c7d2e11bda = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1c6c0407f00da47c45b1e8870eb27860 = $(`&lt;div id=&quot;html_1c6c0407f00da47c45b1e8870eb27860&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_1a610c5f3fa53ce43defc2c7d2e11bda.setContent(html_1c6c0407f00da47c45b1e8870eb27860);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ba2cf8a465dc70d0461b628ccb9b1bbe.bindPopup(popup_1a610c5f3fa53ce43defc2c7d2e11bda)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a6b98f8d4860c4ecc46997bcafeb4036 = L.circleMarker(\n",
+       "                [-38.10412505632811, 147.14337033823656],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e9fa31e2e0a965d094aecdac66cde865 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_208ed0931641795b690e228a92c8b84c = $(`&lt;div id=&quot;html_208ed0931641795b690e228a92c8b84c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_e9fa31e2e0a965d094aecdac66cde865.setContent(html_208ed0931641795b690e228a92c8b84c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a6b98f8d4860c4ecc46997bcafeb4036.bindPopup(popup_e9fa31e2e0a965d094aecdac66cde865)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_db65285ca9ff25f947f26fd5bea1bad6 = L.circleMarker(\n",
+       "                [-38.26795753854727, 146.84159225148613],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffeaccff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffeaccff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_822fe6558aa4f18e3fc75a7bcda47f3d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_02f79fd65a0542680a0952b4afa0c387 = $(`&lt;div id=&quot;html_02f79fd65a0542680a0952b4afa0c387&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wellington: crime count = -0.1104015551965918&lt;/div&gt;`)[0];\n",
+       "                popup_822fe6558aa4f18e3fc75a7bcda47f3d.setContent(html_02f79fd65a0542680a0952b4afa0c387);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_db65285ca9ff25f947f26fd5bea1bad6.bindPopup(popup_822fe6558aa4f18e3fc75a7bcda47f3d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fb077dfca760bb3b7c8dd9bac257c131 = L.circleMarker(\n",
+       "                [-36.67135755042086, 141.48901419536477],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0bc66b6de633b15b452dceb2b52161d2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_33a25500035c03ddd592bf88f04cd8af = $(`&lt;div id=&quot;html_33a25500035c03ddd592bf88f04cd8af&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_0bc66b6de633b15b452dceb2b52161d2.setContent(html_33a25500035c03ddd592bf88f04cd8af);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fb077dfca760bb3b7c8dd9bac257c131.bindPopup(popup_0bc66b6de633b15b452dceb2b52161d2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b85aedec8373f6dca234602f8c07d233 = L.circleMarker(\n",
+       "                [-36.7029314216711, 141.04620098763525],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_342e2bf5176e7c1de6e9a9d3cbacdc66 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_877570dab8ea0f4a120e912b84e3be23 = $(`&lt;div id=&quot;html_877570dab8ea0f4a120e912b84e3be23&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_342e2bf5176e7c1de6e9a9d3cbacdc66.setContent(html_877570dab8ea0f4a120e912b84e3be23);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b85aedec8373f6dca234602f8c07d233.bindPopup(popup_342e2bf5176e7c1de6e9a9d3cbacdc66)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_08213d73f83961cf6e5b84cc8c17e5c0 = L.circleMarker(\n",
+       "                [-37.01821831529867, 141.5858871819696],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5f48970ff666a32e6020bfabc4ed59ab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_308bfb1f989034928cdda738842e1e9d = $(`&lt;div id=&quot;html_308bfb1f989034928cdda738842e1e9d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_5f48970ff666a32e6020bfabc4ed59ab.setContent(html_308bfb1f989034928cdda738842e1e9d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_08213d73f83961cf6e5b84cc8c17e5c0.bindPopup(popup_5f48970ff666a32e6020bfabc4ed59ab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f0ba36b12501fb0b5eb81ff35ee1597e = L.circleMarker(\n",
+       "                [-37.22194358765645, 141.2466070179398],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b81ef7d60698ab330f23a7711bc2bbc3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f1e6e020f2f95ed509c08ea475534216 = $(`&lt;div id=&quot;html_f1e6e020f2f95ed509c08ea475534216&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_b81ef7d60698ab330f23a7711bc2bbc3.setContent(html_f1e6e020f2f95ed509c08ea475534216);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f0ba36b12501fb0b5eb81ff35ee1597e.bindPopup(popup_b81ef7d60698ab330f23a7711bc2bbc3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_923e7a10c05fd44696e631b3bb5db878 = L.circleMarker(\n",
+       "                [-36.952565254016896, 141.51742864615736],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_05d2bcd261ac71a8e1151b62dfca0f22 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b2150bc99a0d5ccaa9c040e47604b44e = $(`&lt;div id=&quot;html_b2150bc99a0d5ccaa9c040e47604b44e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_05d2bcd261ac71a8e1151b62dfca0f22.setContent(html_b2150bc99a0d5ccaa9c040e47604b44e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_923e7a10c05fd44696e631b3bb5db878.bindPopup(popup_05d2bcd261ac71a8e1151b62dfca0f22)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c3e4cf2dae277c43ec5c7d4f8fa61afb = L.circleMarker(\n",
+       "                [-36.85915672238677, 141.64084978337135],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1376d892625e20858df134f7bd8ac185 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d97eceed17928115b8d63dc80e940ac3 = $(`&lt;div id=&quot;html_d97eceed17928115b8d63dc80e940ac3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_1376d892625e20858df134f7bd8ac185.setContent(html_d97eceed17928115b8d63dc80e940ac3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c3e4cf2dae277c43ec5c7d4f8fa61afb.bindPopup(popup_1376d892625e20858df134f7bd8ac185)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d281f532b99f9c4da1314257b063536a = L.circleMarker(\n",
+       "                [-37.31190260611067, 141.04813295686412],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0979d9bba9f6706dcfead0fdd93cdf5b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_5f01e1723e5b6c2f63b03978ec724af0 = $(`&lt;div id=&quot;html_5f01e1723e5b6c2f63b03978ec724af0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_0979d9bba9f6706dcfead0fdd93cdf5b.setContent(html_5f01e1723e5b6c2f63b03978ec724af0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d281f532b99f9c4da1314257b063536a.bindPopup(popup_0979d9bba9f6706dcfead0fdd93cdf5b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_36a2f1ee048199397ca3056bdbf3493f = L.circleMarker(\n",
+       "                [-36.83011856724234, 141.35654203800672],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_78250ae5fbfe27d1bc1d4833864ecd92 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6adcb9cafe54364ca8b0a124e82fd58e = $(`&lt;div id=&quot;html_6adcb9cafe54364ca8b0a124e82fd58e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_78250ae5fbfe27d1bc1d4833864ecd92.setContent(html_6adcb9cafe54364ca8b0a124e82fd58e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_36a2f1ee048199397ca3056bdbf3493f.bindPopup(popup_78250ae5fbfe27d1bc1d4833864ecd92)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d0642556e19b7d5373d231bd679f5302 = L.circleMarker(\n",
+       "                [-36.69913614540311, 141.2039081445385],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ff28f6b8422b8c8b2967141f22bfe23f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_68e6e0c759666026afa60d3f04da7c0d = $(`&lt;div id=&quot;html_68e6e0c759666026afa60d3f04da7c0d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_ff28f6b8422b8c8b2967141f22bfe23f.setContent(html_68e6e0c759666026afa60d3f04da7c0d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d0642556e19b7d5373d231bd679f5302.bindPopup(popup_ff28f6b8422b8c8b2967141f22bfe23f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_61a6e91737104998248987e46f334584 = L.circleMarker(\n",
+       "                [-36.8358855599345, 141.16909351329298],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d9d60d37c043b93c2bbba45a84b1848b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_36bead0b6c7ced8ef6951dcd4e16ccd0 = $(`&lt;div id=&quot;html_36bead0b6c7ced8ef6951dcd4e16ccd0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_d9d60d37c043b93c2bbba45a84b1848b.setContent(html_36bead0b6c7ced8ef6951dcd4e16ccd0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_61a6e91737104998248987e46f334584.bindPopup(popup_d9d60d37c043b93c2bbba45a84b1848b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7978965611a7d52a83ace087dbc947d9 = L.circleMarker(\n",
+       "                [-37.192299247481394, 141.0840905785448],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_937ff61b1d76a7ec9e268ef164c57bf5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9520ed9e11e83750f305bd5bb52f47f4 = $(`&lt;div id=&quot;html_9520ed9e11e83750f305bd5bb52f47f4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_937ff61b1d76a7ec9e268ef164c57bf5.setContent(html_9520ed9e11e83750f305bd5bb52f47f4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7978965611a7d52a83ace087dbc947d9.bindPopup(popup_937ff61b1d76a7ec9e268ef164c57bf5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0413985d43cc39da664eaff5ace3db83 = L.circleMarker(\n",
+       "                [-36.01988842255417, 141.1078448036926],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5ccd2328273e512647cdb15f71b8d357 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2a7db50a4fbac27f198d2d5cedf2aa98 = $(`&lt;div id=&quot;html_2a7db50a4fbac27f198d2d5cedf2aa98&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_5ccd2328273e512647cdb15f71b8d357.setContent(html_2a7db50a4fbac27f198d2d5cedf2aa98);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0413985d43cc39da664eaff5ace3db83.bindPopup(popup_5ccd2328273e512647cdb15f71b8d357)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce891f89c08f0ef40b1f329b56c2df03 = L.circleMarker(\n",
+       "                [-36.37407866338575, 141.3792363266158],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2cc626ec800cbfa9a810be07ca351a51 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3127de93120069aa46e3e49eacc33164 = $(`&lt;div id=&quot;html_3127de93120069aa46e3e49eacc33164&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_2cc626ec800cbfa9a810be07ca351a51.setContent(html_3127de93120069aa46e3e49eacc33164);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce891f89c08f0ef40b1f329b56c2df03.bindPopup(popup_2cc626ec800cbfa9a810be07ca351a51)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_45dc8eeab3fdd92a4831a5cf49b8155f = L.circleMarker(\n",
+       "                [-36.92040479207352, 141.3999259388867],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6c4c0c9d4edb417510893fcb1356ab79 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_be6b65d71453fd0a3624296ccc1262b9 = $(`&lt;div id=&quot;html_be6b65d71453fd0a3624296ccc1262b9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_6c4c0c9d4edb417510893fcb1356ab79.setContent(html_be6b65d71453fd0a3624296ccc1262b9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_45dc8eeab3fdd92a4831a5cf49b8155f.bindPopup(popup_6c4c0c9d4edb417510893fcb1356ab79)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_db86622d5747d5422a6ff19ef66dfd2e = L.circleMarker(\n",
+       "                [-36.75092399414715, 141.6209706716117],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_12030194a257786e0d1c48d450145479 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cd2bfccdbd0b601465d2b8944f6fe2fc = $(`&lt;div id=&quot;html_cd2bfccdbd0b601465d2b8944f6fe2fc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_12030194a257786e0d1c48d450145479.setContent(html_cd2bfccdbd0b601465d2b8944f6fe2fc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_db86622d5747d5422a6ff19ef66dfd2e.bindPopup(popup_12030194a257786e0d1c48d450145479)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ea792544109b67608abe8326237810e6 = L.circleMarker(\n",
+       "                [-37.09904750866666, 141.0611230714294],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ee64989df6c6cfec3ec961afca597099 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1c4daccad60bd8325042d63e89c84219 = $(`&lt;div id=&quot;html_1c4daccad60bd8325042d63e89c84219&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_ee64989df6c6cfec3ec961afca597099.setContent(html_1c4daccad60bd8325042d63e89c84219);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ea792544109b67608abe8326237810e6.bindPopup(popup_ee64989df6c6cfec3ec961afca597099)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0e2aa970834f8477d0de0fca354630e4 = L.circleMarker(\n",
+       "                [-36.45350798261989, 141.45039041348986],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fab0c1dc838ec5dda7466a59dd5af83e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2d1445eeb54dbc097bd5f400bf489de6 = $(`&lt;div id=&quot;html_2d1445eeb54dbc097bd5f400bf489de6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_fab0c1dc838ec5dda7466a59dd5af83e.setContent(html_2d1445eeb54dbc097bd5f400bf489de6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0e2aa970834f8477d0de0fca354630e4.bindPopup(popup_fab0c1dc838ec5dda7466a59dd5af83e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_13e40c5deafb1e91e114f145ed6bc0b0 = L.circleMarker(\n",
+       "                [-36.90761532989515, 141.2709673687656],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d149b5b9fa3fede038edb39d3eb6a783 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9a340e5e9a9d7765062d3dcdc2af225c = $(`&lt;div id=&quot;html_9a340e5e9a9d7765062d3dcdc2af225c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_d149b5b9fa3fede038edb39d3eb6a783.setContent(html_9a340e5e9a9d7765062d3dcdc2af225c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_13e40c5deafb1e91e114f145ed6bc0b0.bindPopup(popup_d149b5b9fa3fede038edb39d3eb6a783)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_488257c2f50f6ca2a0d058ea6f39f072 = L.circleMarker(\n",
+       "                [-36.62194564722789, 141.68342927489263],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d0249d35bcaf60c9e85455c87e299448 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d68c7b139b71e90096b9a88736a23e27 = $(`&lt;div id=&quot;html_d68c7b139b71e90096b9a88736a23e27&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_d0249d35bcaf60c9e85455c87e299448.setContent(html_d68c7b139b71e90096b9a88736a23e27);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_488257c2f50f6ca2a0d058ea6f39f072.bindPopup(popup_d0249d35bcaf60c9e85455c87e299448)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9236499dbefe9e163c17b6833273f47d = L.circleMarker(\n",
+       "                [-36.46853416141522, 141.11853574994373],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_71592463381949896d72e352e08c76ae = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e75c72efc4ca9641aa05b7430224bc6a = $(`&lt;div id=&quot;html_e75c72efc4ca9641aa05b7430224bc6a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_71592463381949896d72e352e08c76ae.setContent(html_e75c72efc4ca9641aa05b7430224bc6a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9236499dbefe9e163c17b6833273f47d.bindPopup(popup_71592463381949896d72e352e08c76ae)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0f7804ed58906a1d88db63b9a73565f1 = L.circleMarker(\n",
+       "                [-37.19433854057843, 141.46785800614336],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c1a9e6ba2391d72b10162a666bd9c7c2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c03352ab6830e4ee770a838579da6c28 = $(`&lt;div id=&quot;html_c03352ab6830e4ee770a838579da6c28&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_c1a9e6ba2391d72b10162a666bd9c7c2.setContent(html_c03352ab6830e4ee770a838579da6c28);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0f7804ed58906a1d88db63b9a73565f1.bindPopup(popup_c1a9e6ba2391d72b10162a666bd9c7c2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_dfaf6712739ad207c3b47c1f4b176dc0 = L.circleMarker(\n",
+       "                [-37.1683937293376, 141.38672076836758],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7d880291f45a91d1b1179194b600d6f3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b52555eeedd1fc95c6d138204fa4fb92 = $(`&lt;div id=&quot;html_b52555eeedd1fc95c6d138204fa4fb92&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_7d880291f45a91d1b1179194b600d6f3.setContent(html_b52555eeedd1fc95c6d138204fa4fb92);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_dfaf6712739ad207c3b47c1f4b176dc0.bindPopup(popup_7d880291f45a91d1b1179194b600d6f3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_76cdac284abab5945509f9533893ff60 = L.circleMarker(\n",
+       "                [-37.06693259928122, 141.3050820663556],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9d2e3f3c203c14b320243d15d97f5a9d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_dbca52ee6516a90394da8c450c208225 = $(`&lt;div id=&quot;html_dbca52ee6516a90394da8c450c208225&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_9d2e3f3c203c14b320243d15d97f5a9d.setContent(html_dbca52ee6516a90394da8c450c208225);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_76cdac284abab5945509f9533893ff60.bindPopup(popup_9d2e3f3c203c14b320243d15d97f5a9d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_152b3bf9cbba25f563806850e46871e7 = L.circleMarker(\n",
+       "                [-36.37648607248245, 141.0182348210313],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d91bc626ed33e77ce8b2018925f03124 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4bdec8a534473fb98f093eb45fd3a6d3 = $(`&lt;div id=&quot;html_4bdec8a534473fb98f093eb45fd3a6d3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_d91bc626ed33e77ce8b2018925f03124.setContent(html_4bdec8a534473fb98f093eb45fd3a6d3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_152b3bf9cbba25f563806850e46871e7.bindPopup(popup_d91bc626ed33e77ce8b2018925f03124)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_790629420e3aa6a146ceb50d61da69c1 = L.circleMarker(\n",
+       "                [-36.83847042713913, 141.49909068410332],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_525e47f7609b798294c4a8a8baa0bc1c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e1cab5669c6aff1348a97449d6051b43 = $(`&lt;div id=&quot;html_e1cab5669c6aff1348a97449d6051b43&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_525e47f7609b798294c4a8a8baa0bc1c.setContent(html_e1cab5669c6aff1348a97449d6051b43);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_790629420e3aa6a146ceb50d61da69c1.bindPopup(popup_525e47f7609b798294c4a8a8baa0bc1c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ff91721d9d0a69cea1a993d3f0819eec = L.circleMarker(\n",
+       "                [-36.66081527242264, 141.3721136859579],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_671ffdaa55183e6a040ef371b87b6fa6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_be9f90ba6d49fb6937b60f12020ffa38 = $(`&lt;div id=&quot;html_be9f90ba6d49fb6937b60f12020ffa38&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_671ffdaa55183e6a040ef371b87b6fa6.setContent(html_be9f90ba6d49fb6937b60f12020ffa38);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ff91721d9d0a69cea1a993d3f0819eec.bindPopup(popup_671ffdaa55183e6a040ef371b87b6fa6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7edbe29cb774b2d72acb5e29c6c22a0a = L.circleMarker(\n",
+       "                [-36.84076741770699, 141.04304867849226],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_32bd94a1a4395543293233554db480a1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bc1436f40b095888f2c339b156616a35 = $(`&lt;div id=&quot;html_bc1436f40b095888f2c339b156616a35&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_32bd94a1a4395543293233554db480a1.setContent(html_bc1436f40b095888f2c339b156616a35);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7edbe29cb774b2d72acb5e29c6c22a0a.bindPopup(popup_32bd94a1a4395543293233554db480a1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_50f2ad5dddf350da4fcfb290f0908a9c = L.circleMarker(\n",
+       "                [-36.386192247626646, 141.2645416980536],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e028b13373669932aabc9226b902911f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca293449655756faea229110206562b6 = $(`&lt;div id=&quot;html_ca293449655756faea229110206562b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_e028b13373669932aabc9226b902911f.setContent(html_ca293449655756faea229110206562b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_50f2ad5dddf350da4fcfb290f0908a9c.bindPopup(popup_e028b13373669932aabc9226b902911f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d1c6e32a0eff29fe71eb49fc5b718f9d = L.circleMarker(\n",
+       "                [-36.96671790480918, 141.08412189592437],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7ecff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7ecff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ca7f919789ae07959e916a3b09f4ce0d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_21318a7cabb56332ded4a83639d8adc0 = $(`&lt;div id=&quot;html_21318a7cabb56332ded4a83639d8adc0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;West Wimmera: crime count = -0.8207850339286663&lt;/div&gt;`)[0];\n",
+       "                popup_ca7f919789ae07959e916a3b09f4ce0d.setContent(html_21318a7cabb56332ded4a83639d8adc0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d1c6e32a0eff29fe71eb49fc5b718f9d.bindPopup(popup_ca7f919789ae07959e916a3b09f4ce0d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0bcded82fb14fb0e0747a8c34cdbf4b5 = L.circleMarker(\n",
+       "                [-37.82167039870826, 145.15220159060186],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a498c77c6a8ea2acc2d07d2071ec2c67 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8f8e5df7931132b49d984fa21a9e04b7 = $(`&lt;div id=&quot;html_8f8e5df7931132b49d984fa21a9e04b7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whitehorse: crime count = 0.6584233032756684&lt;/div&gt;`)[0];\n",
+       "                popup_a498c77c6a8ea2acc2d07d2071ec2c67.setContent(html_8f8e5df7931132b49d984fa21a9e04b7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0bcded82fb14fb0e0747a8c34cdbf4b5.bindPopup(popup_a498c77c6a8ea2acc2d07d2071ec2c67)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ec6f17c2300b73736ca48d8c555842f0 = L.circleMarker(\n",
+       "                [-37.8033877257617, 145.11075817152363],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a04b649149a7af4cf5279f6194b15c7d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_011bec131fa767f859b883a48d63aa54 = $(`&lt;div id=&quot;html_011bec131fa767f859b883a48d63aa54&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whitehorse: crime count = 0.6584233032756684&lt;/div&gt;`)[0];\n",
+       "                popup_a04b649149a7af4cf5279f6194b15c7d.setContent(html_011bec131fa767f859b883a48d63aa54);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ec6f17c2300b73736ca48d8c555842f0.bindPopup(popup_a04b649149a7af4cf5279f6194b15c7d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0317e96a77937c52beac51926b873027 = L.circleMarker(\n",
+       "                [-37.82151201908746, 145.1260800422159],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ccf51fc411d72d3977b60f53e5b556c0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6cf2b9e20bc5afbfc78c28396550330d = $(`&lt;div id=&quot;html_6cf2b9e20bc5afbfc78c28396550330d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whitehorse: crime count = 0.6584233032756684&lt;/div&gt;`)[0];\n",
+       "                popup_ccf51fc411d72d3977b60f53e5b556c0.setContent(html_6cf2b9e20bc5afbfc78c28396550330d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0317e96a77937c52beac51926b873027.bindPopup(popup_ccf51fc411d72d3977b60f53e5b556c0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_82c98fc23674f0c50ce55787692cb379 = L.circleMarker(\n",
+       "                [-37.83931701359827, 145.1465607130821],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8b868774e92ab3eee3b69ac3867cc0ef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f929f41ccb253fd04af6b2615309cdd2 = $(`&lt;div id=&quot;html_f929f41ccb253fd04af6b2615309cdd2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whitehorse: crime count = 0.6584233032756684&lt;/div&gt;`)[0];\n",
+       "                popup_8b868774e92ab3eee3b69ac3867cc0ef.setContent(html_f929f41ccb253fd04af6b2615309cdd2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_82c98fc23674f0c50ce55787692cb379.bindPopup(popup_8b868774e92ab3eee3b69ac3867cc0ef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8d93c920b98abd370fafc136d6c56297 = L.circleMarker(\n",
+       "                [-37.83660602132944, 145.12335386585494],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8b435dcfc0ef17630f47871d5731290d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_26ea21c2d4ae5f575d7088c5e73fac9f = $(`&lt;div id=&quot;html_26ea21c2d4ae5f575d7088c5e73fac9f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whitehorse: crime count = 0.6584233032756684&lt;/div&gt;`)[0];\n",
+       "                popup_8b435dcfc0ef17630f47871d5731290d.setContent(html_26ea21c2d4ae5f575d7088c5e73fac9f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8d93c920b98abd370fafc136d6c56297.bindPopup(popup_8b435dcfc0ef17630f47871d5731290d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8bfeea2276e95ba4bdbf81981337e37a = L.circleMarker(\n",
+       "                [-37.85358246022893, 145.1503825685244],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6b1eb383795a80dd0f8a37ea739ac0bd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8a3dc465c84cc1c7bde53de6f26e8924 = $(`&lt;div id=&quot;html_8a3dc465c84cc1c7bde53de6f26e8924&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whitehorse: crime count = 0.6584233032756684&lt;/div&gt;`)[0];\n",
+       "                popup_6b1eb383795a80dd0f8a37ea739ac0bd.setContent(html_8a3dc465c84cc1c7bde53de6f26e8924);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8bfeea2276e95ba4bdbf81981337e37a.bindPopup(popup_6b1eb383795a80dd0f8a37ea739ac0bd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_edf9e464fe8e4049fcb817573088b462 = L.circleMarker(\n",
+       "                [-37.80562725271407, 145.12956214737858],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_73a512ca4cbeddc8fc4144b434ee8910 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eb16edfa3ba0df230cac0e4e76f44323 = $(`&lt;div id=&quot;html_eb16edfa3ba0df230cac0e4e76f44323&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whitehorse: crime count = 0.6584233032756684&lt;/div&gt;`)[0];\n",
+       "                popup_73a512ca4cbeddc8fc4144b434ee8910.setContent(html_eb16edfa3ba0df230cac0e4e76f44323);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_edf9e464fe8e4049fcb817573088b462.bindPopup(popup_73a512ca4cbeddc8fc4144b434ee8910)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fa8208f4ef88238f2cdae9b74b5ab4ab = L.circleMarker(\n",
+       "                [-37.80537265668314, 145.15434985386273],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e451853ced6b8b1cea1572c207df5ffd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a0af4da650b0776bbfb96d990b3e238b = $(`&lt;div id=&quot;html_a0af4da650b0776bbfb96d990b3e238b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whitehorse: crime count = 0.6584233032756684&lt;/div&gt;`)[0];\n",
+       "                popup_e451853ced6b8b1cea1572c207df5ffd.setContent(html_a0af4da650b0776bbfb96d990b3e238b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fa8208f4ef88238f2cdae9b74b5ab4ab.bindPopup(popup_e451853ced6b8b1cea1572c207df5ffd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9402465a3cdbd9547dfe26e949d1f092 = L.circleMarker(\n",
+       "                [-37.818101535879805, 145.19907407860453],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b834bed200372b8494b594cf135ff20c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f10804e895660beaa8f0c57c17140522 = $(`&lt;div id=&quot;html_f10804e895660beaa8f0c57c17140522&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whitehorse: crime count = 0.6584233032756684&lt;/div&gt;`)[0];\n",
+       "                popup_b834bed200372b8494b594cf135ff20c.setContent(html_f10804e895660beaa8f0c57c17140522);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9402465a3cdbd9547dfe26e949d1f092.bindPopup(popup_b834bed200372b8494b594cf135ff20c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e0979b0f3de5b69f925026fa2cca51fe = L.circleMarker(\n",
+       "                [-37.85437822121566, 145.18787945812144],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_47fb8d51b02120324d00aba17d5081eb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_eb3b23e3ca59004865a69dfedfda2f67 = $(`&lt;div id=&quot;html_eb3b23e3ca59004865a69dfedfda2f67&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whitehorse: crime count = 0.6584233032756684&lt;/div&gt;`)[0];\n",
+       "                popup_47fb8d51b02120324d00aba17d5081eb.setContent(html_eb3b23e3ca59004865a69dfedfda2f67);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e0979b0f3de5b69f925026fa2cca51fe.bindPopup(popup_47fb8d51b02120324d00aba17d5081eb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0a3505d2f8987dc9d53521a511718583 = L.circleMarker(\n",
+       "                [-37.83986710793542, 145.17093340827282],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed7a3ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed7a3ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_34f2c46a71c41aec1f044ade23f614a6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_06d21aa7339dd408ae2914edd96f358e = $(`&lt;div id=&quot;html_06d21aa7339dd408ae2914edd96f358e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whitehorse: crime count = 0.6584233032756684&lt;/div&gt;`)[0];\n",
+       "                popup_34f2c46a71c41aec1f044ade23f614a6.setContent(html_06d21aa7339dd408ae2914edd96f358e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0a3505d2f8987dc9d53521a511718583.bindPopup(popup_34f2c46a71c41aec1f044ade23f614a6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_871d8656f5b897ef2342a8560d4cafdb = L.circleMarker(\n",
+       "                [-37.63892454773534, 145.00907690491022],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fda06aff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fda06aff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2a9622970324fd2b5c37c6e59adbf547 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7642d4667956104609eaefeceeddfa5e = $(`&lt;div id=&quot;html_7642d4667956104609eaefeceeddfa5e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: crime count = 2.015047282976199&lt;/div&gt;`)[0];\n",
+       "                popup_2a9622970324fd2b5c37c6e59adbf547.setContent(html_7642d4667956104609eaefeceeddfa5e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_871d8656f5b897ef2342a8560d4cafdb.bindPopup(popup_2a9622970324fd2b5c37c6e59adbf547)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_431b7627e867d38e11f21b89c269ea4c = L.circleMarker(\n",
+       "                [-37.50193375546463, 145.18557515078578],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fda06aff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fda06aff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3651a5fea2f020b1f5d6bf756851ad4b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6b88499f29c9298be75926840382a3af = $(`&lt;div id=&quot;html_6b88499f29c9298be75926840382a3af&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: crime count = 2.015047282976199&lt;/div&gt;`)[0];\n",
+       "                popup_3651a5fea2f020b1f5d6bf756851ad4b.setContent(html_6b88499f29c9298be75926840382a3af);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_431b7627e867d38e11f21b89c269ea4c.bindPopup(popup_3651a5fea2f020b1f5d6bf756851ad4b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_997bd24c3972078dca5e53abc05fb8e8 = L.circleMarker(\n",
+       "                [-37.59094976503585, 145.00501547007357],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fda06aff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fda06aff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0984ba0687fa3f679d3a138e5464ac78 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_933448170ea46384bc1904f5eafc6559 = $(`&lt;div id=&quot;html_933448170ea46384bc1904f5eafc6559&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: crime count = 2.015047282976199&lt;/div&gt;`)[0];\n",
+       "                popup_0984ba0687fa3f679d3a138e5464ac78.setContent(html_933448170ea46384bc1904f5eafc6559);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_997bd24c3972078dca5e53abc05fb8e8.bindPopup(popup_0984ba0687fa3f679d3a138e5464ac78)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0ee0aea3bd4acf585bf4bafe3a17a1f2 = L.circleMarker(\n",
+       "                [-37.663977158603416, 145.06451062033094],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fda06aff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fda06aff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f01d858e0276bfe2ea27aa17b1d0cbff = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d8da44af8a07c3c75e6c7c4092afa678 = $(`&lt;div id=&quot;html_d8da44af8a07c3c75e6c7c4092afa678&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: crime count = 2.015047282976199&lt;/div&gt;`)[0];\n",
+       "                popup_f01d858e0276bfe2ea27aa17b1d0cbff.setContent(html_d8da44af8a07c3c75e6c7c4092afa678);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0ee0aea3bd4acf585bf4bafe3a17a1f2.bindPopup(popup_f01d858e0276bfe2ea27aa17b1d0cbff)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bda215e864a66382195a20777aebdc8e = L.circleMarker(\n",
+       "                [-37.59208929705351, 145.08192169249168],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fda06aff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fda06aff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c071dab1f1d1e10e4ff1248756340f8d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c106ad5f6dbd11640f0fc1540543cf09 = $(`&lt;div id=&quot;html_c106ad5f6dbd11640f0fc1540543cf09&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: crime count = 2.015047282976199&lt;/div&gt;`)[0];\n",
+       "                popup_c071dab1f1d1e10e4ff1248756340f8d.setContent(html_c106ad5f6dbd11640f0fc1540543cf09);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bda215e864a66382195a20777aebdc8e.bindPopup(popup_c071dab1f1d1e10e4ff1248756340f8d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a3e64c706b153e341d519955b248dde4 = L.circleMarker(\n",
+       "                [-37.66672482137792, 145.0128368587316],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fda06aff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fda06aff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6b18129b2675657f21afa5425d185a92 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b78c7f287ceb3060aed7b665958b0d61 = $(`&lt;div id=&quot;html_b78c7f287ceb3060aed7b665958b0d61&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: crime count = 2.015047282976199&lt;/div&gt;`)[0];\n",
+       "                popup_6b18129b2675657f21afa5425d185a92.setContent(html_b78c7f287ceb3060aed7b665958b0d61);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a3e64c706b153e341d519955b248dde4.bindPopup(popup_6b18129b2675657f21afa5425d185a92)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_00e0a8bc365d224a1d775ae1961fe63e = L.circleMarker(\n",
+       "                [-37.4956679013518, 145.06713962743967],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fda06aff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fda06aff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_33511ebbca99c01128e6c193f61e10e0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_257a6b2b497b1a7f6bed551f86f6a7b5 = $(`&lt;div id=&quot;html_257a6b2b497b1a7f6bed551f86f6a7b5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: crime count = 2.015047282976199&lt;/div&gt;`)[0];\n",
+       "                popup_33511ebbca99c01128e6c193f61e10e0.setContent(html_257a6b2b497b1a7f6bed551f86f6a7b5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_00e0a8bc365d224a1d775ae1961fe63e.bindPopup(popup_33511ebbca99c01128e6c193f61e10e0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_287fa76b1e01105e402f5120b1180c3c = L.circleMarker(\n",
+       "                [-37.63156070827674, 145.08350180921502],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fda06aff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fda06aff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_10a247b08a0d4e94955fdf7d43a2f29a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6558e97712bfb2a419a595b3e73e738f = $(`&lt;div id=&quot;html_6558e97712bfb2a419a595b3e73e738f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: crime count = 2.015047282976199&lt;/div&gt;`)[0];\n",
+       "                popup_10a247b08a0d4e94955fdf7d43a2f29a.setContent(html_6558e97712bfb2a419a595b3e73e738f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_287fa76b1e01105e402f5120b1180c3c.bindPopup(popup_10a247b08a0d4e94955fdf7d43a2f29a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ed943355e9436ad8c45e5e24d390cffe = L.circleMarker(\n",
+       "                [-37.46556498423725, 145.13119556631833],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fda06aff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fda06aff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_66bd03a835ff2370d6d7989a910dea94 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_173cd57e30daf23d863d5e0fb2688650 = $(`&lt;div id=&quot;html_173cd57e30daf23d863d5e0fb2688650&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: crime count = 2.015047282976199&lt;/div&gt;`)[0];\n",
+       "                popup_66bd03a835ff2370d6d7989a910dea94.setContent(html_173cd57e30daf23d863d5e0fb2688650);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ed943355e9436ad8c45e5e24d390cffe.bindPopup(popup_66bd03a835ff2370d6d7989a910dea94)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7ea9cea758ff26d516e45ad8f38698f2 = L.circleMarker(\n",
+       "                [-37.54438302046378, 145.06114843939235],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fda06aff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fda06aff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3e395b393dada602861d44ce17125ec4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0f110905eb8421751a6f9355ba537912 = $(`&lt;div id=&quot;html_0f110905eb8421751a6f9355ba537912&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: crime count = 2.015047282976199&lt;/div&gt;`)[0];\n",
+       "                popup_3e395b393dada602861d44ce17125ec4.setContent(html_0f110905eb8421751a6f9355ba537912);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7ea9cea758ff26d516e45ad8f38698f2.bindPopup(popup_3e395b393dada602861d44ce17125ec4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_406dfaa4ee7cad8c55970ab0f5eace56 = L.circleMarker(\n",
+       "                [-37.5502920114136, 145.12704458828208],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fda06aff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fda06aff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f59756d4e60c1d96bc233409b502c964 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_67b018a6531303cd893d6d8342bd7129 = $(`&lt;div id=&quot;html_67b018a6531303cd893d6d8342bd7129&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: crime count = 2.015047282976199&lt;/div&gt;`)[0];\n",
+       "                popup_f59756d4e60c1d96bc233409b502c964.setContent(html_67b018a6531303cd893d6d8342bd7129);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_406dfaa4ee7cad8c55970ab0f5eace56.bindPopup(popup_f59756d4e60c1d96bc233409b502c964)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_64ed0bd501dba757958528b99e57fde7 = L.circleMarker(\n",
+       "                [-37.540682621938174, 144.99799351538638],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fda06aff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fda06aff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_657837baf1b611fd10820e85ab359280 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_22aa60406dbccb37c3b018b924e040e1 = $(`&lt;div id=&quot;html_22aa60406dbccb37c3b018b924e040e1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: crime count = 2.015047282976199&lt;/div&gt;`)[0];\n",
+       "                popup_657837baf1b611fd10820e85ab359280.setContent(html_22aa60406dbccb37c3b018b924e040e1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_64ed0bd501dba757958528b99e57fde7.bindPopup(popup_657837baf1b611fd10820e85ab359280)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9469ee552bda3d78da4caf9c9a0f2038 = L.circleMarker(\n",
+       "                [-37.68373304364172, 145.00798220669049],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fda06aff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fda06aff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_69f5389e06afffa533433a9bac72f62f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a2b46f68376d8cf88333998e63766ba6 = $(`&lt;div id=&quot;html_a2b46f68376d8cf88333998e63766ba6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Whittlesea: crime count = 2.015047282976199&lt;/div&gt;`)[0];\n",
+       "                popup_69f5389e06afffa533433a9bac72f62f.setContent(html_a2b46f68376d8cf88333998e63766ba6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9469ee552bda3d78da4caf9c9a0f2038.bindPopup(popup_69f5389e06afffa533433a9bac72f62f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d1e5d0298f0bf073a47168e7dbd71d8d = L.circleMarker(\n",
+       "                [-36.1230706907684, 146.8818487250199],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffedd4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffedd4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_21137ccda4218e3e17032ef7bbfb67ab = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c43c686960ef7de25db5fe094cc32530 = $(`&lt;div id=&quot;html_c43c686960ef7de25db5fe094cc32530&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: crime count = -0.28287489540543254&lt;/div&gt;`)[0];\n",
+       "                popup_21137ccda4218e3e17032ef7bbfb67ab.setContent(html_c43c686960ef7de25db5fe094cc32530);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d1e5d0298f0bf073a47168e7dbd71d8d.bindPopup(popup_21137ccda4218e3e17032ef7bbfb67ab)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_04ec410c8afdfb6dec29939517958ec6 = L.circleMarker(\n",
+       "                [-36.08711765843773, 146.74800373525986],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffedd4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffedd4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9f2e2485d5a40a0f386598459704ab2b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aaa3991d158a145d10aab78b82774338 = $(`&lt;div id=&quot;html_aaa3991d158a145d10aab78b82774338&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: crime count = -0.28287489540543254&lt;/div&gt;`)[0];\n",
+       "                popup_9f2e2485d5a40a0f386598459704ab2b.setContent(html_aaa3991d158a145d10aab78b82774338);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_04ec410c8afdfb6dec29939517958ec6.bindPopup(popup_9f2e2485d5a40a0f386598459704ab2b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_418132687293888cd7c900eb7fce7833 = L.circleMarker(\n",
+       "                [-36.137021402828864, 146.99093199534238],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffedd4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffedd4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_68a778f10d280c901866f3aa13b8bb42 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_89b5965128f5221b8fac0ec469d5b6a6 = $(`&lt;div id=&quot;html_89b5965128f5221b8fac0ec469d5b6a6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: crime count = -0.28287489540543254&lt;/div&gt;`)[0];\n",
+       "                popup_68a778f10d280c901866f3aa13b8bb42.setContent(html_89b5965128f5221b8fac0ec469d5b6a6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_418132687293888cd7c900eb7fce7833.bindPopup(popup_68a778f10d280c901866f3aa13b8bb42)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4848338f7182066c04a06d0f67efa3df = L.circleMarker(\n",
+       "                [-36.20857460346137, 146.86837088264977],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffedd4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffedd4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e82b6ce30c5fb7f10fd5ca3b426ab511 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a1b5f915287c52e19865d134307879a8 = $(`&lt;div id=&quot;html_a1b5f915287c52e19865d134307879a8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: crime count = -0.28287489540543254&lt;/div&gt;`)[0];\n",
+       "                popup_e82b6ce30c5fb7f10fd5ca3b426ab511.setContent(html_a1b5f915287c52e19865d134307879a8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4848338f7182066c04a06d0f67efa3df.bindPopup(popup_e82b6ce30c5fb7f10fd5ca3b426ab511)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_637a10d58d9292652e6251057289e0cf = L.circleMarker(\n",
+       "                [-36.16142668567378, 147.03393452321825],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffedd4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffedd4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0fa880dd82d507f77e2faa61dd015c62 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_78c1d36ac0e29ffa8ee59744625c196d = $(`&lt;div id=&quot;html_78c1d36ac0e29ffa8ee59744625c196d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: crime count = -0.28287489540543254&lt;/div&gt;`)[0];\n",
+       "                popup_0fa880dd82d507f77e2faa61dd015c62.setContent(html_78c1d36ac0e29ffa8ee59744625c196d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_637a10d58d9292652e6251057289e0cf.bindPopup(popup_0fa880dd82d507f77e2faa61dd015c62)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_52c6224b643b57ac8268a8fbddaef0c0 = L.circleMarker(\n",
+       "                [-36.14048996306859, 146.94975491053583],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffedd4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffedd4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_53c17a1b52d3a621685f2e3c5c2f41fa = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8d9bfe8041a9957e31a6156ae6df111f = $(`&lt;div id=&quot;html_8d9bfe8041a9957e31a6156ae6df111f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: crime count = -0.28287489540543254&lt;/div&gt;`)[0];\n",
+       "                popup_53c17a1b52d3a621685f2e3c5c2f41fa.setContent(html_8d9bfe8041a9957e31a6156ae6df111f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_52c6224b643b57ac8268a8fbddaef0c0.bindPopup(popup_53c17a1b52d3a621685f2e3c5c2f41fa)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4955d55db89848068908fb844e955bfe = L.circleMarker(\n",
+       "                [-36.11094211391661, 146.82184194917963],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffedd4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffedd4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d2e8cc4f04688353e731b567f04ea7ca = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1fda4b383d9273f024eb449561f137b3 = $(`&lt;div id=&quot;html_1fda4b383d9273f024eb449561f137b3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: crime count = -0.28287489540543254&lt;/div&gt;`)[0];\n",
+       "                popup_d2e8cc4f04688353e731b567f04ea7ca.setContent(html_1fda4b383d9273f024eb449561f137b3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4955d55db89848068908fb844e955bfe.bindPopup(popup_d2e8cc4f04688353e731b567f04ea7ca)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b9ffc4dc39cd1d42d4352a826f8b6a08 = L.circleMarker(\n",
+       "                [-36.1367702724101, 146.92909945919155],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffedd4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffedd4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_17424c1a2e6097c85e8fa181a96fc5a9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_74b5b73d5c3a4ae18208a797d44e5e39 = $(`&lt;div id=&quot;html_74b5b73d5c3a4ae18208a797d44e5e39&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: crime count = -0.28287489540543254&lt;/div&gt;`)[0];\n",
+       "                popup_17424c1a2e6097c85e8fa181a96fc5a9.setContent(html_74b5b73d5c3a4ae18208a797d44e5e39);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b9ffc4dc39cd1d42d4352a826f8b6a08.bindPopup(popup_17424c1a2e6097c85e8fa181a96fc5a9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_45955a8e4f47bb7f6a65d732c28df9d4 = L.circleMarker(\n",
+       "                [-36.18351206072028, 146.82488799505288],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffedd4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffedd4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_db27506c08e1a663f6865cab1f2f81d5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_238c0d436eff7e5564c9d707ff2f9c0d = $(`&lt;div id=&quot;html_238c0d436eff7e5564c9d707ff2f9c0d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: crime count = -0.28287489540543254&lt;/div&gt;`)[0];\n",
+       "                popup_db27506c08e1a663f6865cab1f2f81d5.setContent(html_238c0d436eff7e5564c9d707ff2f9c0d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_45955a8e4f47bb7f6a65d732c28df9d4.bindPopup(popup_db27506c08e1a663f6865cab1f2f81d5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f39eb64da2ac958f2112d5ac13cbb869 = L.circleMarker(\n",
+       "                [-36.15609627318838, 146.82106787814266],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffedd4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffedd4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7d78afd945b9b8fd0dd0d38e66f840ad = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e6f91aa86cbcc4c9a24eb68c609d8be4 = $(`&lt;div id=&quot;html_e6f91aa86cbcc4c9a24eb68c609d8be4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: crime count = -0.28287489540543254&lt;/div&gt;`)[0];\n",
+       "                popup_7d78afd945b9b8fd0dd0d38e66f840ad.setContent(html_e6f91aa86cbcc4c9a24eb68c609d8be4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f39eb64da2ac958f2112d5ac13cbb869.bindPopup(popup_7d78afd945b9b8fd0dd0d38e66f840ad)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c79bb86e7df4bd1234ea6f6864898739 = L.circleMarker(\n",
+       "                [-36.18296525773314, 146.96092748209728],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffedd4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffedd4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_db2d14ff80d83f4c994b49363308b223 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4d01ada34a71474df3f3df19b056be1f = $(`&lt;div id=&quot;html_4d01ada34a71474df3f3df19b056be1f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: crime count = -0.28287489540543254&lt;/div&gt;`)[0];\n",
+       "                popup_db2d14ff80d83f4c994b49363308b223.setContent(html_4d01ada34a71474df3f3df19b056be1f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c79bb86e7df4bd1234ea6f6864898739.bindPopup(popup_db2d14ff80d83f4c994b49363308b223)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_127a1afc10c699523c8339783b250c26 = L.circleMarker(\n",
+       "                [-36.09454426061047, 146.89663128751985],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#ffedd4ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#ffedd4ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_111965bc818553cbe86ade97bfa51f0d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ca3c00329054f3c8e3f2ac87bc68bda4 = $(`&lt;div id=&quot;html_ca3c00329054f3c8e3f2ac87bc68bda4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wodonga: crime count = -0.28287489540543254&lt;/div&gt;`)[0];\n",
+       "                popup_111965bc818553cbe86ade97bfa51f0d.setContent(html_ca3c00329054f3c8e3f2ac87bc68bda4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_127a1afc10c699523c8339783b250c26.bindPopup(popup_111965bc818553cbe86ade97bfa51f0d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_eda2f022777d93d0bbd1542645103388 = L.circleMarker(\n",
+       "                [-37.9686893162762, 144.621556401991],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdac76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdac76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_59b2f025cb792ca8da8e9e4af684ee15 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_db6ae12573b946dbf47a377123b4671f = $(`&lt;div id=&quot;html_db6ae12573b946dbf47a377123b4671f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wyndham: crime count = 1.8062262553679744&lt;/div&gt;`)[0];\n",
+       "                popup_59b2f025cb792ca8da8e9e4af684ee15.setContent(html_db6ae12573b946dbf47a377123b4671f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_eda2f022777d93d0bbd1542645103388.bindPopup(popup_59b2f025cb792ca8da8e9e4af684ee15)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2a742b2ccc822566f5046c5d2cfe39b5 = L.circleMarker(\n",
+       "                [-37.938068607184455, 144.69713152296714],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdac76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdac76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7b3a9d53d736069bc4bd4d4604485086 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_54e59f50767fae2399e5b6ea909e6c7d = $(`&lt;div id=&quot;html_54e59f50767fae2399e5b6ea909e6c7d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wyndham: crime count = 1.8062262553679744&lt;/div&gt;`)[0];\n",
+       "                popup_7b3a9d53d736069bc4bd4d4604485086.setContent(html_54e59f50767fae2399e5b6ea909e6c7d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2a742b2ccc822566f5046c5d2cfe39b5.bindPopup(popup_7b3a9d53d736069bc4bd4d4604485086)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ce7d3810b71be912ffe276fe880f413a = L.circleMarker(\n",
+       "                [-37.85905370763168, 144.60813454007268],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdac76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdac76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5dcd3d33d5351d1f8d8eb67bb9f3551e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_00d3e2b30e2906312ff052f556645c6b = $(`&lt;div id=&quot;html_00d3e2b30e2906312ff052f556645c6b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wyndham: crime count = 1.8062262553679744&lt;/div&gt;`)[0];\n",
+       "                popup_5dcd3d33d5351d1f8d8eb67bb9f3551e.setContent(html_00d3e2b30e2906312ff052f556645c6b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ce7d3810b71be912ffe276fe880f413a.bindPopup(popup_5dcd3d33d5351d1f8d8eb67bb9f3551e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4e72f320dacc65bf26d6ef58d6a9548d = L.circleMarker(\n",
+       "                [-37.84384660644551, 144.50289774816827],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdac76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdac76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_80dacfd303c3933b35df7e1dea290c0d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_59c0017865ec54ae0f26ee448e97b088 = $(`&lt;div id=&quot;html_59c0017865ec54ae0f26ee448e97b088&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wyndham: crime count = 1.8062262553679744&lt;/div&gt;`)[0];\n",
+       "                popup_80dacfd303c3933b35df7e1dea290c0d.setContent(html_59c0017865ec54ae0f26ee448e97b088);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4e72f320dacc65bf26d6ef58d6a9548d.bindPopup(popup_80dacfd303c3933b35df7e1dea290c0d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a27d47bcddbae1c4c7ba3488c02d91b2 = L.circleMarker(\n",
+       "                [-37.89961139085592, 144.55415913968324],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdac76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdac76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5747d4fb8eefd6471dae02726c8d903d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_047ab63f1acccdf51e160de4bf4e9c9f = $(`&lt;div id=&quot;html_047ab63f1acccdf51e160de4bf4e9c9f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wyndham: crime count = 1.8062262553679744&lt;/div&gt;`)[0];\n",
+       "                popup_5747d4fb8eefd6471dae02726c8d903d.setContent(html_047ab63f1acccdf51e160de4bf4e9c9f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a27d47bcddbae1c4c7ba3488c02d91b2.bindPopup(popup_5747d4fb8eefd6471dae02726c8d903d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fd6d18ad5d1189b1f894555ff3b14c8b = L.circleMarker(\n",
+       "                [-37.86201775938248, 144.7430322980165],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdac76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdac76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c34cf29c7b23a77a7b4b8bdda2bce98b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_466f98ff8f9f5302c9b7b9e82f8d7a96 = $(`&lt;div id=&quot;html_466f98ff8f9f5302c9b7b9e82f8d7a96&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wyndham: crime count = 1.8062262553679744&lt;/div&gt;`)[0];\n",
+       "                popup_c34cf29c7b23a77a7b4b8bdda2bce98b.setContent(html_466f98ff8f9f5302c9b7b9e82f8d7a96);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fd6d18ad5d1189b1f894555ff3b14c8b.bindPopup(popup_c34cf29c7b23a77a7b4b8bdda2bce98b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7e3efdc0f9f2fe5c62fd7b3ad45d66ba = L.circleMarker(\n",
+       "                [-37.9069431999688, 144.64198220776086],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdac76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdac76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9aba7f73ddb29df8a7ae7a9e76e6c62f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d6632ecf55e493c54d9f070b8e7b8eea = $(`&lt;div id=&quot;html_d6632ecf55e493c54d9f070b8e7b8eea&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wyndham: crime count = 1.8062262553679744&lt;/div&gt;`)[0];\n",
+       "                popup_9aba7f73ddb29df8a7ae7a9e76e6c62f.setContent(html_d6632ecf55e493c54d9f070b8e7b8eea);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7e3efdc0f9f2fe5c62fd7b3ad45d66ba.bindPopup(popup_9aba7f73ddb29df8a7ae7a9e76e6c62f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_884604f9917c7a758b01399fd1be19cf = L.circleMarker(\n",
+       "                [-37.90577072309421, 144.7518171119748],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdac76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdac76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_01d0584048324abd5f641afa558f4e1d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_42ace2ed2eef6e14bdad6f365e9a69eb = $(`&lt;div id=&quot;html_42ace2ed2eef6e14bdad6f365e9a69eb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wyndham: crime count = 1.8062262553679744&lt;/div&gt;`)[0];\n",
+       "                popup_01d0584048324abd5f641afa558f4e1d.setContent(html_42ace2ed2eef6e14bdad6f365e9a69eb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_884604f9917c7a758b01399fd1be19cf.bindPopup(popup_01d0584048324abd5f641afa558f4e1d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ea1b2362d25f62a8760aaa3536dea5d0 = L.circleMarker(\n",
+       "                [-37.83000440638356, 144.78717209158657],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdac76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdac76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2ff0c6deda9bc54116b9bfbb6af63e04 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8a7867bc4796abfb5332b20a97670716 = $(`&lt;div id=&quot;html_8a7867bc4796abfb5332b20a97670716&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wyndham: crime count = 1.8062262553679744&lt;/div&gt;`)[0];\n",
+       "                popup_2ff0c6deda9bc54116b9bfbb6af63e04.setContent(html_8a7867bc4796abfb5332b20a97670716);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ea1b2362d25f62a8760aaa3536dea5d0.bindPopup(popup_2ff0c6deda9bc54116b9bfbb6af63e04)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7adc34266562f596c91804456144271f = L.circleMarker(\n",
+       "                [-37.86698173015529, 144.58134122822273],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdac76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdac76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b6a269962bb268f493c8f86ecac5b932 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_70b9cf5752a89d747670aec06f2c7ccd = $(`&lt;div id=&quot;html_70b9cf5752a89d747670aec06f2c7ccd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wyndham: crime count = 1.8062262553679744&lt;/div&gt;`)[0];\n",
+       "                popup_b6a269962bb268f493c8f86ecac5b932.setContent(html_70b9cf5752a89d747670aec06f2c7ccd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7adc34266562f596c91804456144271f.bindPopup(popup_b6a269962bb268f493c8f86ecac5b932)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_84f59155f95552c494183c8a54566ae4 = L.circleMarker(\n",
+       "                [-37.83541759905511, 144.6647319096626],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdac76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdac76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ac763faa0c31af9435cb84c5e99b4d8d = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8a778e179e5549d66c718953634c7a11 = $(`&lt;div id=&quot;html_8a778e179e5549d66c718953634c7a11&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wyndham: crime count = 1.8062262553679744&lt;/div&gt;`)[0];\n",
+       "                popup_ac763faa0c31af9435cb84c5e99b4d8d.setContent(html_8a778e179e5549d66c718953634c7a11);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_84f59155f95552c494183c8a54566ae4.bindPopup(popup_ac763faa0c31af9435cb84c5e99b4d8d)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e28e33c5075e3488eb1314d2a6a17667 = L.circleMarker(\n",
+       "                [-37.86666534155572, 144.69507885907112],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdac76ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdac76ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f7a3e6cf22dba7dae389ddb9bda2cafd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_718483c8ec2b542b4baf35b79366f10f = $(`&lt;div id=&quot;html_718483c8ec2b542b4baf35b79366f10f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Wyndham: crime count = 1.8062262553679744&lt;/div&gt;`)[0];\n",
+       "                popup_f7a3e6cf22dba7dae389ddb9bda2cafd.setContent(html_718483c8ec2b542b4baf35b79366f10f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e28e33c5075e3488eb1314d2a6a17667.bindPopup(popup_f7a3e6cf22dba7dae389ddb9bda2cafd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_960dde2f3c9ec24528e59530d122985e = L.circleMarker(\n",
+       "                [-37.80207169030892, 144.98812752420278],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbc84ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbc84ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b4b82df167c0f0b8543a2e0b8c020c94 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4b7410b8aea20f2cfeba44dc78ac5ea4 = $(`&lt;div id=&quot;html_4b7410b8aea20f2cfeba44dc78ac5ea4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra: crime count = 1.5377166234519382&lt;/div&gt;`)[0];\n",
+       "                popup_b4b82df167c0f0b8543a2e0b8c020c94.setContent(html_4b7410b8aea20f2cfeba44dc78ac5ea4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_960dde2f3c9ec24528e59530d122985e.bindPopup(popup_b4b82df167c0f0b8543a2e0b8c020c94)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6701b0402fdccc7ad92a32e5d366c094 = L.circleMarker(\n",
+       "                [-37.820267066138335, 145.002429049271],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbc84ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbc84ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ba988ae4c34342d5ce3fd5e20fbb4620 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b9eed9b4df81b12f71a72e23ba78a8b9 = $(`&lt;div id=&quot;html_b9eed9b4df81b12f71a72e23ba78a8b9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra: crime count = 1.5377166234519382&lt;/div&gt;`)[0];\n",
+       "                popup_ba988ae4c34342d5ce3fd5e20fbb4620.setContent(html_b9eed9b4df81b12f71a72e23ba78a8b9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6701b0402fdccc7ad92a32e5d366c094.bindPopup(popup_ba988ae4c34342d5ce3fd5e20fbb4620)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_df0b53700c576b3dcf5b83a021dc77e0 = L.circleMarker(\n",
+       "                [-37.79042965904454, 144.997484436296],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbc84ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbc84ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4bd25087163ae05c909f7ae3df85754a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d3538a795f9a26e2985410991ed10bb = $(`&lt;div id=&quot;html_7d3538a795f9a26e2985410991ed10bb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra: crime count = 1.5377166234519382&lt;/div&gt;`)[0];\n",
+       "                popup_4bd25087163ae05c909f7ae3df85754a.setContent(html_7d3538a795f9a26e2985410991ed10bb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_df0b53700c576b3dcf5b83a021dc77e0.bindPopup(popup_4bd25087163ae05c909f7ae3df85754a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7c599e1cd04a2eab64ba26f04bfa5530 = L.circleMarker(\n",
+       "                [-37.78181831917159, 144.9666376137289],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbc84ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbc84ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7900ad41a57fab8fb453c73a993c3c36 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4fdfbe8e1ba79e8a35aff30f758436a3 = $(`&lt;div id=&quot;html_4fdfbe8e1ba79e8a35aff30f758436a3&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra: crime count = 1.5377166234519382&lt;/div&gt;`)[0];\n",
+       "                popup_7900ad41a57fab8fb453c73a993c3c36.setContent(html_4fdfbe8e1ba79e8a35aff30f758436a3);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7c599e1cd04a2eab64ba26f04bfa5530.bindPopup(popup_7900ad41a57fab8fb453c73a993c3c36)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_18b5898c9280d52fed1bca74104538d8 = L.circleMarker(\n",
+       "                [-37.82949999381316, 145.01693422108636],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbc84ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbc84ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_fb9ceec4b2390418b6bd6581950b64a2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aad37a01957dca63b88975aeadc02f67 = $(`&lt;div id=&quot;html_aad37a01957dca63b88975aeadc02f67&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra: crime count = 1.5377166234519382&lt;/div&gt;`)[0];\n",
+       "                popup_fb9ceec4b2390418b6bd6581950b64a2.setContent(html_aad37a01957dca63b88975aeadc02f67);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_18b5898c9280d52fed1bca74104538d8.bindPopup(popup_fb9ceec4b2390418b6bd6581950b64a2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bf25d4c414eae51f08aacbbba473ff4d = L.circleMarker(\n",
+       "                [-37.80084418331362, 144.97916952150368],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbc84ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbc84ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b65de488e78d313686e116c7f0bb3676 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f6f2f6ed2fb8db2358675fd93c0727c7 = $(`&lt;div id=&quot;html_f6f2f6ed2fb8db2358675fd93c0727c7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra: crime count = 1.5377166234519382&lt;/div&gt;`)[0];\n",
+       "                popup_b65de488e78d313686e116c7f0bb3676.setContent(html_f6f2f6ed2fb8db2358675fd93c0727c7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bf25d4c414eae51f08aacbbba473ff4d.bindPopup(popup_b65de488e78d313686e116c7f0bb3676)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7c3786d7b5f76dc276c35bef685d8978 = L.circleMarker(\n",
+       "                [-37.82904540721807, 144.99307283109934],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbc84ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbc84ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4d28f7e5672dd1312e5548a750b2feef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_838f6af3bbceb77bb4f2a81e9ea8e17a = $(`&lt;div id=&quot;html_838f6af3bbceb77bb4f2a81e9ea8e17a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra: crime count = 1.5377166234519382&lt;/div&gt;`)[0];\n",
+       "                popup_4d28f7e5672dd1312e5548a750b2feef.setContent(html_838f6af3bbceb77bb4f2a81e9ea8e17a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7c3786d7b5f76dc276c35bef685d8978.bindPopup(popup_4d28f7e5672dd1312e5548a750b2feef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_57949073fd7894a09e72663f71e4fdd0 = L.circleMarker(\n",
+       "                [-37.80457663162312, 144.99976344570837],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fdbc84ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fdbc84ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_48844e581aa3866d69193a3733bca0ce = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b48cd402b3f4e3b7018b830ef1f7510f = $(`&lt;div id=&quot;html_b48cd402b3f4e3b7018b830ef1f7510f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra: crime count = 1.5377166234519382&lt;/div&gt;`)[0];\n",
+       "                popup_48844e581aa3866d69193a3733bca0ce.setContent(html_b48cd402b3f4e3b7018b830ef1f7510f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_57949073fd7894a09e72663f71e4fdd0.bindPopup(popup_48844e581aa3866d69193a3733bca0ce)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_10b7a2173fdaeb17c7aac17173b860b8 = L.circleMarker(\n",
+       "                [-37.87388727744234, 145.4277006188025],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e71c2094b819695a8490ea9fd45954d5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3cdf02b3df6a3d3dd6f3816c6237b526 = $(`&lt;div id=&quot;html_3cdf02b3df6a3d3dd6f3816c6237b526&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_e71c2094b819695a8490ea9fd45954d5.setContent(html_3cdf02b3df6a3d3dd6f3816c6237b526);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_10b7a2173fdaeb17c7aac17173b860b8.bindPopup(popup_e71c2094b819695a8490ea9fd45954d5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0bc8d8caf6fe27f83e52f604102e932b = L.circleMarker(\n",
+       "                [-37.88853635731981, 145.3594053322069],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_bad4edf00aef0c078d3905b2afd80d89 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0938a86c405e5464440e60d92dd4cecc = $(`&lt;div id=&quot;html_0938a86c405e5464440e60d92dd4cecc&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_bad4edf00aef0c078d3905b2afd80d89.setContent(html_0938a86c405e5464440e60d92dd4cecc);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0bc8d8caf6fe27f83e52f604102e932b.bindPopup(popup_bad4edf00aef0c078d3905b2afd80d89)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_605cfe0e6ab59e60eefc7d20db1e9b28 = L.circleMarker(\n",
+       "                [-37.89187763670889, 145.40219854917353],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_afc7237cc12eb6a8c9bbffbfb498f956 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_17ecbcb3af8bd407aff2bd60ddaf594e = $(`&lt;div id=&quot;html_17ecbcb3af8bd407aff2bd60ddaf594e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_afc7237cc12eb6a8c9bbffbfb498f956.setContent(html_17ecbcb3af8bd407aff2bd60ddaf594e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_605cfe0e6ab59e60eefc7d20db1e9b28.bindPopup(popup_afc7237cc12eb6a8c9bbffbfb498f956)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e73b803a8e627ac80bab92c0f81d4a2b = L.circleMarker(\n",
+       "                [-37.689196523140325, 145.53535985825783],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d9ff0816daf7df95b89c6ace5df165f4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6cb2b356d9f1b7c133bf0563b2db0144 = $(`&lt;div id=&quot;html_6cb2b356d9f1b7c133bf0563b2db0144&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_d9ff0816daf7df95b89c6ace5df165f4.setContent(html_6cb2b356d9f1b7c133bf0563b2db0144);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e73b803a8e627ac80bab92c0f81d4a2b.bindPopup(popup_d9ff0816daf7df95b89c6ace5df165f4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c7926bdd4793388080f1b22bf42876ac = L.circleMarker(\n",
+       "                [-37.85087436654384, 145.5938839299024],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_72af721564fb80e385d99930c4052171 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bc7e7f76ffe6d2b48b2f599164a303f5 = $(`&lt;div id=&quot;html_bc7e7f76ffe6d2b48b2f599164a303f5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_72af721564fb80e385d99930c4052171.setContent(html_bc7e7f76ffe6d2b48b2f599164a303f5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c7926bdd4793388080f1b22bf42876ac.bindPopup(popup_72af721564fb80e385d99930c4052171)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ef79fdb71fec8b9f75b0bcf4ab0b5f72 = L.circleMarker(\n",
+       "                [-37.7813854238913, 145.32557453635422],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_37e3c0015919cc5081f80450e920c7a9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1a53316763e1e8afa7762fc7988dd1c7 = $(`&lt;div id=&quot;html_1a53316763e1e8afa7762fc7988dd1c7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_37e3c0015919cc5081f80450e920c7a9.setContent(html_1a53316763e1e8afa7762fc7988dd1c7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ef79fdb71fec8b9f75b0bcf4ab0b5f72.bindPopup(popup_37e3c0015919cc5081f80450e920c7a9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_8967d5204f27243842a06d9c63fb040f = L.circleMarker(\n",
+       "                [-37.86340794027401, 145.7140867611088],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_64365a8f16f031c29495f12431c17137 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e7ea82a09c5b4044c50eee8a0eec9af2 = $(`&lt;div id=&quot;html_e7ea82a09c5b4044c50eee8a0eec9af2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_64365a8f16f031c29495f12431c17137.setContent(html_e7ea82a09c5b4044c50eee8a0eec9af2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_8967d5204f27243842a06d9c63fb040f.bindPopup(popup_64365a8f16f031c29495f12431c17137)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ad018960d747e08602e64a8e4892ba43 = L.circleMarker(\n",
+       "                [-37.77807083206194, 145.57622919623563],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_264625eea903e98b703d0cb5ba60575a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_fb740784ba1a4caa4f52d08e1f0e9a32 = $(`&lt;div id=&quot;html_fb740784ba1a4caa4f52d08e1f0e9a32&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_264625eea903e98b703d0cb5ba60575a.setContent(html_fb740784ba1a4caa4f52d08e1f0e9a32);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ad018960d747e08602e64a8e4892ba43.bindPopup(popup_264625eea903e98b703d0cb5ba60575a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fc312eb0750ad86835bb0db48360efdb = L.circleMarker(\n",
+       "                [-37.7926194007195, 145.47553540957173],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5b443dd914f6cd2b154b5ee6dfd65d8b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_29d17af7654f09c15dab373e0dd7f595 = $(`&lt;div id=&quot;html_29d17af7654f09c15dab373e0dd7f595&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_5b443dd914f6cd2b154b5ee6dfd65d8b.setContent(html_29d17af7654f09c15dab373e0dd7f595);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fc312eb0750ad86835bb0db48360efdb.bindPopup(popup_5b443dd914f6cd2b154b5ee6dfd65d8b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_83ed381bbaac0a3ce4f34553457fbf9c = L.circleMarker(\n",
+       "                [-37.81231489254166, 145.45487667690125],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_2a725b666c183ed241b450a675645b98 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_56607cdcb90ac3eedd6be59b2b3159ff = $(`&lt;div id=&quot;html_56607cdcb90ac3eedd6be59b2b3159ff&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_2a725b666c183ed241b450a675645b98.setContent(html_56607cdcb90ac3eedd6be59b2b3159ff);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_83ed381bbaac0a3ce4f34553457fbf9c.bindPopup(popup_2a725b666c183ed241b450a675645b98)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_992f12792cf0deac22197a5b5542f3dd = L.circleMarker(\n",
+       "                [-37.71824009693999, 145.5607378211929],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_58ed739408e024ba10fa6b12351540d0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0ec11564bcf0ab01ce6d57976b646c6f = $(`&lt;div id=&quot;html_0ec11564bcf0ab01ce6d57976b646c6f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_58ed739408e024ba10fa6b12351540d0.setContent(html_0ec11564bcf0ab01ce6d57976b646c6f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_992f12792cf0deac22197a5b5542f3dd.bindPopup(popup_58ed739408e024ba10fa6b12351540d0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1512a0fa6105f1c660c69dc973cf8eeb = L.circleMarker(\n",
+       "                [-37.904752541823946, 145.34392813478803],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_24b58e9afbaf5dc439b44fa488426fa3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7e3082b49ae4ced2715aa712fbd1efbb = $(`&lt;div id=&quot;html_7e3082b49ae4ced2715aa712fbd1efbb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_24b58e9afbaf5dc439b44fa488426fa3.setContent(html_7e3082b49ae4ced2715aa712fbd1efbb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1512a0fa6105f1c660c69dc973cf8eeb.bindPopup(popup_24b58e9afbaf5dc439b44fa488426fa3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3e93a55c26fdef40278322fd8e38c1ae = L.circleMarker(\n",
+       "                [-37.78165594267805, 145.53566221087752],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_87ce2bc80a9477344337f6918d471fd0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_940fcde772a421047901875b8da871b8 = $(`&lt;div id=&quot;html_940fcde772a421047901875b8da871b8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_87ce2bc80a9477344337f6918d471fd0.setContent(html_940fcde772a421047901875b8da871b8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3e93a55c26fdef40278322fd8e38c1ae.bindPopup(popup_87ce2bc80a9477344337f6918d471fd0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ec5379e01a8a7d6395bbfa6be9071bbc = L.circleMarker(\n",
+       "                [-37.65996453115662, 145.55029065645866],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d7db82e6856f848e84d7581a12b4e38c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d58d79ac02b19bfaa178037c64851b0 = $(`&lt;div id=&quot;html_7d58d79ac02b19bfaa178037c64851b0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_d7db82e6856f848e84d7581a12b4e38c.setContent(html_7d58d79ac02b19bfaa178037c64851b0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ec5379e01a8a7d6395bbfa6be9071bbc.bindPopup(popup_d7db82e6856f848e84d7581a12b4e38c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4c180a1794962f12d1cd7debe3e9c42d = L.circleMarker(\n",
+       "                [-37.817240753430255, 145.38346587236182],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5a4353ead66d79fec18388e85f54c294 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4815320a659076749bcab1189e0dc01e = $(`&lt;div id=&quot;html_4815320a659076749bcab1189e0dc01e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_5a4353ead66d79fec18388e85f54c294.setContent(html_4815320a659076749bcab1189e0dc01e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4c180a1794962f12d1cd7debe3e9c42d.bindPopup(popup_5a4353ead66d79fec18388e85f54c294)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_25a253bdf9ae18f3a26d99b7ea95e682 = L.circleMarker(\n",
+       "                [-37.878480109999614, 145.48893982112736],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0740ecd9d619698d0ca5370c1524cc54 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e45b0e0b62ee9e51daf16dacd6bfb2c1 = $(`&lt;div id=&quot;html_e45b0e0b62ee9e51daf16dacd6bfb2c1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_0740ecd9d619698d0ca5370c1524cc54.setContent(html_e45b0e0b62ee9e51daf16dacd6bfb2c1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_25a253bdf9ae18f3a26d99b7ea95e682.bindPopup(popup_0740ecd9d619698d0ca5370c1524cc54)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_08892bfa8c8f3c30847b0171517f5080 = L.circleMarker(\n",
+       "                [-37.83617744568174, 145.3502164804699],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_20adc0c05b70aba0f2bb3b00df817ccc = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1f834cf03eeeb7832565a7c8c88c9005 = $(`&lt;div id=&quot;html_1f834cf03eeeb7832565a7c8c88c9005&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_20adc0c05b70aba0f2bb3b00df817ccc.setContent(html_1f834cf03eeeb7832565a7c8c88c9005);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_08892bfa8c8f3c30847b0171517f5080.bindPopup(popup_20adc0c05b70aba0f2bb3b00df817ccc)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_54121efb886467492e761ecf09eb5cff = L.circleMarker(\n",
+       "                [-37.926245112812914, 145.34357856302768],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5efca1bc3d54225eda21d0cbd82ae54c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c52fad226744bdc1615d4bff67655191 = $(`&lt;div id=&quot;html_c52fad226744bdc1615d4bff67655191&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_5efca1bc3d54225eda21d0cbd82ae54c.setContent(html_c52fad226744bdc1615d4bff67655191);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_54121efb886467492e761ecf09eb5cff.bindPopup(popup_5efca1bc3d54225eda21d0cbd82ae54c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_75978fd145975abeeacd035b06192c10 = L.circleMarker(\n",
+       "                [-37.73637352825936, 145.59227772406825],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_42e7eb0240fd03d63a896319ca33da3c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_293a5130a3c915ffbdb1a9d8e9f5ea91 = $(`&lt;div id=&quot;html_293a5130a3c915ffbdb1a9d8e9f5ea91&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_42e7eb0240fd03d63a896319ca33da3c.setContent(html_293a5130a3c915ffbdb1a9d8e9f5ea91);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_75978fd145975abeeacd035b06192c10.bindPopup(popup_42e7eb0240fd03d63a896319ca33da3c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6d11e0c24454f315f393cd0d998476d7 = L.circleMarker(\n",
+       "                [-37.61611248771108, 145.63836280330932],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7b20ed1410801a79c91cfb53f21d6f0f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_02442fc1ccd4e4a52105de42848e6067 = $(`&lt;div id=&quot;html_02442fc1ccd4e4a52105de42848e6067&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_7b20ed1410801a79c91cfb53f21d6f0f.setContent(html_02442fc1ccd4e4a52105de42848e6067);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6d11e0c24454f315f393cd0d998476d7.bindPopup(popup_7b20ed1410801a79c91cfb53f21d6f0f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_540e139e0894e887363e07492f7fe831 = L.circleMarker(\n",
+       "                [-37.70023922979333, 145.85016204631668],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_17025d42c631f56f1d8670bcf7972550 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_bb895a709058d27a34683692daf85b3b = $(`&lt;div id=&quot;html_bb895a709058d27a34683692daf85b3b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_17025d42c631f56f1d8670bcf7972550.setContent(html_bb895a709058d27a34683692daf85b3b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_540e139e0894e887363e07492f7fe831.bindPopup(popup_17025d42c631f56f1d8670bcf7972550)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_94164ae70cf14001d0481a3acd99d595 = L.circleMarker(\n",
+       "                [-37.73007480282553, 145.4654961659498],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_51ba550ed3e00ff5983ff9a18f0d0fe0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_30378c4435cfeb852445b26d7339f7f0 = $(`&lt;div id=&quot;html_30378c4435cfeb852445b26d7339f7f0&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_51ba550ed3e00ff5983ff9a18f0d0fe0.setContent(html_30378c4435cfeb852445b26d7339f7f0);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_94164ae70cf14001d0481a3acd99d595.bindPopup(popup_51ba550ed3e00ff5983ff9a18f0d0fe0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e605d3512b91c6c6be90c1bfcfb37f12 = L.circleMarker(\n",
+       "                [-37.85240045914656, 145.37960513812962],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ba22c2353ab8d01746aa2944294c5d1e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_657ab5d8080e0a34115b81937a2a35bd = $(`&lt;div id=&quot;html_657ab5d8080e0a34115b81937a2a35bd&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_ba22c2353ab8d01746aa2944294c5d1e.setContent(html_657ab5d8080e0a34115b81937a2a35bd);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e605d3512b91c6c6be90c1bfcfb37f12.bindPopup(popup_ba22c2353ab8d01746aa2944294c5d1e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_50d11bb1db5b9b291eb1cb4040ff508d = L.circleMarker(\n",
+       "                [-37.857459331228455, 145.76550888991682],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_595d6ca312a989d6af0393ce214c40cf = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8c31290a2649bcb698709a13422f7f03 = $(`&lt;div id=&quot;html_8c31290a2649bcb698709a13422f7f03&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_595d6ca312a989d6af0393ce214c40cf.setContent(html_8c31290a2649bcb698709a13422f7f03);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_50d11bb1db5b9b291eb1cb4040ff508d.bindPopup(popup_595d6ca312a989d6af0393ce214c40cf)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ca74bc4fd875e288b82eb4656a1a78ed = L.circleMarker(\n",
+       "                [-37.77858754020297, 145.5031951742582],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e6af8fad2c9172967fea62da91a2634f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c69cf35b8df64fcbadc7fede24a9faf9 = $(`&lt;div id=&quot;html_c69cf35b8df64fcbadc7fede24a9faf9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_e6af8fad2c9172967fea62da91a2634f.setContent(html_c69cf35b8df64fcbadc7fede24a9faf9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ca74bc4fd875e288b82eb4656a1a78ed.bindPopup(popup_e6af8fad2c9172967fea62da91a2634f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a28c8b05f3674bbcf106ae537520ff95 = L.circleMarker(\n",
+       "                [-37.79388607417455, 145.62550040825752],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_88bb1c7aad17b8c6e0ba73dc1214c8cd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cbe2fda3c5dfbf3498138ebca28c1479 = $(`&lt;div id=&quot;html_cbe2fda3c5dfbf3498138ebca28c1479&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_88bb1c7aad17b8c6e0ba73dc1214c8cd.setContent(html_cbe2fda3c5dfbf3498138ebca28c1479);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a28c8b05f3674bbcf106ae537520ff95.bindPopup(popup_88bb1c7aad17b8c6e0ba73dc1214c8cd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5fdb6c50c58e45adcb36dcd9a5a58139 = L.circleMarker(\n",
+       "                [-37.898660929148846, 145.63353614691474],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7661be511ba9e894b754535608c21db6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2af7804fa33f777fe9e2183efa180c11 = $(`&lt;div id=&quot;html_2af7804fa33f777fe9e2183efa180c11&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_7661be511ba9e894b754535608c21db6.setContent(html_2af7804fa33f777fe9e2183efa180c11);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5fdb6c50c58e45adcb36dcd9a5a58139.bindPopup(popup_7661be511ba9e894b754535608c21db6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0f3aa0431c826e5ceb777705254a0ee9 = L.circleMarker(\n",
+       "                [-37.59359570761027, 145.42748848689877],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8c41854ab84021be1c04fa4c4102d930 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e5a54e29c6869ec4db4cd3eda034c7be = $(`&lt;div id=&quot;html_e5a54e29c6869ec4db4cd3eda034c7be&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_8c41854ab84021be1c04fa4c4102d930.setContent(html_e5a54e29c6869ec4db4cd3eda034c7be);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0f3aa0431c826e5ceb777705254a0ee9.bindPopup(popup_8c41854ab84021be1c04fa4c4102d930)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cb16a72d2e60548ccbeb3aeeec0a13e1 = L.circleMarker(\n",
+       "                [-37.81273952905568, 145.34689910971883],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_46b9517b855f3ec13c5ae792f35062cb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1d8701980be0048d679792a15b919d8e = $(`&lt;div id=&quot;html_1d8701980be0048d679792a15b919d8e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_46b9517b855f3ec13c5ae792f35062cb.setContent(html_1d8701980be0048d679792a15b919d8e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cb16a72d2e60548ccbeb3aeeec0a13e1.bindPopup(popup_46b9517b855f3ec13c5ae792f35062cb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fffd6302327650833cd29be51555d916 = L.circleMarker(\n",
+       "                [-37.65587924127324, 145.44361953746818],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_704320b40604acdd2896219d55978b12 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8362035eb766ab9ec41a4f7e567d0413 = $(`&lt;div id=&quot;html_8362035eb766ab9ec41a4f7e567d0413&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_704320b40604acdd2896219d55978b12.setContent(html_8362035eb766ab9ec41a4f7e567d0413);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fffd6302327650833cd29be51555d916.bindPopup(popup_704320b40604acdd2896219d55978b12)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7393aa3e002b2d87031f6dcea2218306 = L.circleMarker(\n",
+       "                [-37.942366364177126, 145.35733462736422],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_488deadff1da487ce622ed9826ffcd95 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9b0351d76a5335f5f7cc9e480fd540d8 = $(`&lt;div id=&quot;html_9b0351d76a5335f5f7cc9e480fd540d8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_488deadff1da487ce622ed9826ffcd95.setContent(html_9b0351d76a5335f5f7cc9e480fd540d8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7393aa3e002b2d87031f6dcea2218306.bindPopup(popup_488deadff1da487ce622ed9826ffcd95)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3cf6bef7f93dea7a775ea8cbd4fa0bc3 = L.circleMarker(\n",
+       "                [-37.70359481156013, 145.40859688217657],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c4668f72f8b63b685b8648d1e8dd990c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0cfc69b18318c3250f2df655e0d8f1f5 = $(`&lt;div id=&quot;html_0cfc69b18318c3250f2df655e0d8f1f5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_c4668f72f8b63b685b8648d1e8dd990c.setContent(html_0cfc69b18318c3250f2df655e0d8f1f5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3cf6bef7f93dea7a775ea8cbd4fa0bc3.bindPopup(popup_c4668f72f8b63b685b8648d1e8dd990c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_c41aa684fa8c55b8e0df1919ac2e3540 = L.circleMarker(\n",
+       "                [-37.84880875939288, 145.6898342454263],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_f1d14e9cb9d32a5f815d7309fc7e203e = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aac2519f35c9afd90c5990ce12a5c859 = $(`&lt;div id=&quot;html_aac2519f35c9afd90c5990ce12a5c859&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_f1d14e9cb9d32a5f815d7309fc7e203e.setContent(html_aac2519f35c9afd90c5990ce12a5c859);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_c41aa684fa8c55b8e0df1919ac2e3540.bindPopup(popup_f1d14e9cb9d32a5f815d7309fc7e203e)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4995f42333273f47f6afbff9a60e884b = L.circleMarker(\n",
+       "                [-37.78052467708868, 145.42626436171398],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5afa0cd80147ba0a2e313a31f4d536a3 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3a147e266b17eef8a38342d813699319 = $(`&lt;div id=&quot;html_3a147e266b17eef8a38342d813699319&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_5afa0cd80147ba0a2e313a31f4d536a3.setContent(html_3a147e266b17eef8a38342d813699319);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4995f42333273f47f6afbff9a60e884b.bindPopup(popup_5afa0cd80147ba0a2e313a31f4d536a3)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e9b81a434583bb9f6083d0e73929b37a = L.circleMarker(\n",
+       "                [-37.64677349344099, 145.38151960019354],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_19a409cc79a16d55ac3dcfd346f3246a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f505436ca8c64849ce586d82cd88d8f5 = $(`&lt;div id=&quot;html_f505436ca8c64849ce586d82cd88d8f5&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_19a409cc79a16d55ac3dcfd346f3246a.setContent(html_f505436ca8c64849ce586d82cd88d8f5);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e9b81a434583bb9f6083d0e73929b37a.bindPopup(popup_19a409cc79a16d55ac3dcfd346f3246a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a350479dc6c40c8dd5aff86fed0416f9 = L.circleMarker(\n",
+       "                [-37.7386043846706, 145.3143273597097],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_27abd646d970a0490baa200c2227d427 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9167107c21f2af5d0bb8e5375068ca32 = $(`&lt;div id=&quot;html_9167107c21f2af5d0bb8e5375068ca32&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_27abd646d970a0490baa200c2227d427.setContent(html_9167107c21f2af5d0bb8e5375068ca32);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a350479dc6c40c8dd5aff86fed0416f9.bindPopup(popup_27abd646d970a0490baa200c2227d427)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_521295472e313e232082b4f7827fd1f4 = L.circleMarker(\n",
+       "                [-37.7448184108011, 145.6506918568639],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0499da96cb8f858b1bee0ee6643e7855 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_acb858d39cdc0fda78e2917ba7c79ee1 = $(`&lt;div id=&quot;html_acb858d39cdc0fda78e2917ba7c79ee1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_0499da96cb8f858b1bee0ee6643e7855.setContent(html_acb858d39cdc0fda78e2917ba7c79ee1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_521295472e313e232082b4f7827fd1f4.bindPopup(popup_0499da96cb8f858b1bee0ee6643e7855)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7da0390eb22fe3039aaaf1aaa701cf6a = L.circleMarker(\n",
+       "                [-37.77341741286661, 145.65305928477662],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0008bb319387b4b45361934205cb10ce = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ebf7cf98245389a53c2e73f491ea7b30 = $(`&lt;div id=&quot;html_ebf7cf98245389a53c2e73f491ea7b30&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_0008bb319387b4b45361934205cb10ce.setContent(html_ebf7cf98245389a53c2e73f491ea7b30);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7da0390eb22fe3039aaaf1aaa701cf6a.bindPopup(popup_0008bb319387b4b45361934205cb10ce)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_2a9db0dd24fcefa574bbd030fd95aa8c = L.circleMarker(\n",
+       "                [-37.57967404675401, 145.3809456110353],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_9f58de71d071f802d36bd339fdb24ea9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_72554d5bba5d745d474060e3678e0d7d = $(`&lt;div id=&quot;html_72554d5bba5d745d474060e3678e0d7d&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_9f58de71d071f802d36bd339fdb24ea9.setContent(html_72554d5bba5d745d474060e3678e0d7d);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_2a9db0dd24fcefa574bbd030fd95aa8c.bindPopup(popup_9f58de71d071f802d36bd339fdb24ea9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_72bbf89f21fef353d1406b17c89f5f44 = L.circleMarker(\n",
+       "                [-37.876655133908905, 145.33535928968365],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e0ebc40bbe06dac11d94dc1cba14ca9c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_0d5dbe4d1d9654954b93e0e121cf56c8 = $(`&lt;div id=&quot;html_0d5dbe4d1d9654954b93e0e121cf56c8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_e0ebc40bbe06dac11d94dc1cba14ca9c.setContent(html_0d5dbe4d1d9654954b93e0e121cf56c8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_72bbf89f21fef353d1406b17c89f5f44.bindPopup(popup_e0ebc40bbe06dac11d94dc1cba14ca9c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3e13eb65e7d823829a0f850af0e1e8c7 = L.circleMarker(\n",
+       "                [-37.905441229157496, 145.32903711214348],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_568f6491863379c55193234957a67061 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_8bc7ceb2bfb90f439389373ff1c4cc13 = $(`&lt;div id=&quot;html_8bc7ceb2bfb90f439389373ff1c4cc13&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_568f6491863379c55193234957a67061.setContent(html_8bc7ceb2bfb90f439389373ff1c4cc13);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3e13eb65e7d823829a0f850af0e1e8c7.bindPopup(popup_568f6491863379c55193234957a67061)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_882ff98b9168d857a24ed85710bb9cdb = L.circleMarker(\n",
+       "                [-37.61050226444447, 146.01326245292515],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_4fd0599825d5d441188a2969bb9e32d0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_2f25391ac946cd695d6de771a8b0f8ca = $(`&lt;div id=&quot;html_2f25391ac946cd695d6de771a8b0f8ca&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_4fd0599825d5d441188a2969bb9e32d0.setContent(html_2f25391ac946cd695d6de771a8b0f8ca);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_882ff98b9168d857a24ed85710bb9cdb.bindPopup(popup_4fd0599825d5d441188a2969bb9e32d0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a87d04030a2169d5adad837609b4215e = L.circleMarker(\n",
+       "                [-37.83680259633987, 145.43333409118492],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_59b220fddf2a20f85d2cd9538aad15f2 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f6ba5109710f80d021b21ed31ede5128 = $(`&lt;div id=&quot;html_f6ba5109710f80d021b21ed31ede5128&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_59b220fddf2a20f85d2cd9538aad15f2.setContent(html_f6ba5109710f80d021b21ed31ede5128);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a87d04030a2169d5adad837609b4215e.bindPopup(popup_59b220fddf2a20f85d2cd9538aad15f2)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_7f4a0f1e43137faabf9d6bb4a1beb5cb = L.circleMarker(\n",
+       "                [-37.72840450354382, 145.69815692252644],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_a433778996519129dfaa520558500f58 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ccf2738e230c258c69aa8a9c0c476908 = $(`&lt;div id=&quot;html_ccf2738e230c258c69aa8a9c0c476908&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_a433778996519129dfaa520558500f58.setContent(html_ccf2738e230c258c69aa8a9c0c476908);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_7f4a0f1e43137faabf9d6bb4a1beb5cb.bindPopup(popup_a433778996519129dfaa520558500f58)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_128ecf73dece1ad9d791a46b95dfc7f4 = L.circleMarker(\n",
+       "                [-37.60515704646788, 145.48744857228442],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_acc6ce41d22c23f16480650c8142ee22 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_6a64d6898aad7e5e4da59ba6119649b8 = $(`&lt;div id=&quot;html_6a64d6898aad7e5e4da59ba6119649b8&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_acc6ce41d22c23f16480650c8142ee22.setContent(html_6a64d6898aad7e5e4da59ba6119649b8);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_128ecf73dece1ad9d791a46b95dfc7f4.bindPopup(popup_acc6ce41d22c23f16480650c8142ee22)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a3b3be5f1c01eb58c689bc16233a6995 = L.circleMarker(\n",
+       "                [-37.9004597598782, 145.404848776255],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_909f588fd7e67397602a8b0b93cf8dee = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_896826dafeb427633ec19ace1bb530b1 = $(`&lt;div id=&quot;html_896826dafeb427633ec19ace1bb530b1&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_909f588fd7e67397602a8b0b93cf8dee.setContent(html_896826dafeb427633ec19ace1bb530b1);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a3b3be5f1c01eb58c689bc16233a6995.bindPopup(popup_909f588fd7e67397602a8b0b93cf8dee)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bb11b8b20b45ce74d33e6e617402510b = L.circleMarker(\n",
+       "                [-37.96313880645578, 145.35941262728832],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3db62ee76ec7b4afcd0abbc6d2ec97ac = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_ce14ad32757e850b5a153fb693bf6c29 = $(`&lt;div id=&quot;html_ce14ad32757e850b5a153fb693bf6c29&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_3db62ee76ec7b4afcd0abbc6d2ec97ac.setContent(html_ce14ad32757e850b5a153fb693bf6c29);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bb11b8b20b45ce74d33e6e617402510b.bindPopup(popup_3db62ee76ec7b4afcd0abbc6d2ec97ac)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_af16c88f5444df756710c22bb0a09cb6 = L.circleMarker(\n",
+       "                [-37.763694518456994, 145.76265670017062],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_601c192cc138dd0ad558936cfae719a7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d9283f33db9c95ac9c0db98e6aa6f59e = $(`&lt;div id=&quot;html_d9283f33db9c95ac9c0db98e6aa6f59e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_601c192cc138dd0ad558936cfae719a7.setContent(html_d9283f33db9c95ac9c0db98e6aa6f59e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_af16c88f5444df756710c22bb0a09cb6.bindPopup(popup_601c192cc138dd0ad558936cfae719a7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a5708d98b4b62644f24890a25c22eac7 = L.circleMarker(\n",
+       "                [-37.687245657095794, 145.36890565331905],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b60f12be160b13fc508f264e773985cd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_a13b5fcb09e66985e479e3e4e2c53b1e = $(`&lt;div id=&quot;html_a13b5fcb09e66985e479e3e4e2c53b1e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_b60f12be160b13fc508f264e773985cd.setContent(html_a13b5fcb09e66985e479e3e4e2c53b1e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a5708d98b4b62644f24890a25c22eac7.bindPopup(popup_b60f12be160b13fc508f264e773985cd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_a5537f8b3da9324466d2ff0441174a4d = L.circleMarker(\n",
+       "                [-37.83911234829154, 145.64243115465447],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_cee08127e2320a121c9f9d1166b0ade1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c000fd38c6a926abc8610cec2c64f285 = $(`&lt;div id=&quot;html_c000fd38c6a926abc8610cec2c64f285&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_cee08127e2320a121c9f9d1166b0ade1.setContent(html_c000fd38c6a926abc8610cec2c64f285);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_a5537f8b3da9324466d2ff0441174a4d.bindPopup(popup_cee08127e2320a121c9f9d1166b0ade1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_4fc82f6b3b66831f58d1b2d08959135b = L.circleMarker(\n",
+       "                [-37.75562264152644, 145.3678189227384],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_258f545d955abd60eb3ef4c8c43707c0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_aab5bb6034549a0e751e1b6ef7427699 = $(`&lt;div id=&quot;html_aab5bb6034549a0e751e1b6ef7427699&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_258f545d955abd60eb3ef4c8c43707c0.setContent(html_aab5bb6034549a0e751e1b6ef7427699);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_4fc82f6b3b66831f58d1b2d08959135b.bindPopup(popup_258f545d955abd60eb3ef4c8c43707c0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_9493478715852ad582afc991badeb39d = L.circleMarker(\n",
+       "                [-37.78727930768434, 145.38815896365196],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_61f999814fd2f3c14bac943c0aeaf50f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b6367a9fe9af8363ef7387fd44b8c124 = $(`&lt;div id=&quot;html_b6367a9fe9af8363ef7387fd44b8c124&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_61f999814fd2f3c14bac943c0aeaf50f.setContent(html_b6367a9fe9af8363ef7387fd44b8c124);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_9493478715852ad582afc991badeb39d.bindPopup(popup_61f999814fd2f3c14bac943c0aeaf50f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_3193ae696be6c5997f9cfc1b9928f859 = L.circleMarker(\n",
+       "                [-37.91872554927469, 145.3784306371868],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_c94499e4f48fbbed84017526153b2e74 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_43b54871a63f0c48169f74f1131ce369 = $(`&lt;div id=&quot;html_43b54871a63f0c48169f74f1131ce369&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_c94499e4f48fbbed84017526153b2e74.setContent(html_43b54871a63f0c48169f74f1131ce369);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_3193ae696be6c5997f9cfc1b9928f859.bindPopup(popup_c94499e4f48fbbed84017526153b2e74)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_cf1b4eaedee8da327ab8fa6356df449c = L.circleMarker(\n",
+       "                [-37.87919038569903, 145.31622044588292],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1fd70c6e5c60a941bf295b1b13abc83a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_e77621726f6af431a966461f039b3897 = $(`&lt;div id=&quot;html_e77621726f6af431a966461f039b3897&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_1fd70c6e5c60a941bf295b1b13abc83a.setContent(html_e77621726f6af431a966461f039b3897);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_cf1b4eaedee8da327ab8fa6356df449c.bindPopup(popup_1fd70c6e5c60a941bf295b1b13abc83a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_25d7be86b73dd3835aa3332257d97921 = L.circleMarker(\n",
+       "                [-37.91211741461426, 145.35530738370366],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e831df480a699364ce848b0642ee4f98 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f504c9f74b12716488eeb5b41b141564 = $(`&lt;div id=&quot;html_f504c9f74b12716488eeb5b41b141564&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_e831df480a699364ce848b0642ee4f98.setContent(html_f504c9f74b12716488eeb5b41b141564);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_25d7be86b73dd3835aa3332257d97921.bindPopup(popup_e831df480a699364ce848b0642ee4f98)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_bc985d33a6a4accebf36b4dd0b376a47 = L.circleMarker(\n",
+       "                [-37.70431847999242, 145.77674933409855],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_729fd97822001143436f737c9a96b267 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1f178775238481ca779cac89d0f1fa8c = $(`&lt;div id=&quot;html_1f178775238481ca779cac89d0f1fa8c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_729fd97822001143436f737c9a96b267.setContent(html_1f178775238481ca779cac89d0f1fa8c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_bc985d33a6a4accebf36b4dd0b376a47.bindPopup(popup_729fd97822001143436f737c9a96b267)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_06162acb092f1df77745e90802afd855 = L.circleMarker(\n",
+       "                [-37.84596245261244, 145.5290980791575],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_585338d8c928c03e858bc9b53dd2d2f1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_32bc7b34a879ef26ac37b9b0601b25b4 = $(`&lt;div id=&quot;html_32bc7b34a879ef26ac37b9b0601b25b4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_585338d8c928c03e858bc9b53dd2d2f1.setContent(html_32bc7b34a879ef26ac37b9b0601b25b4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_06162acb092f1df77745e90802afd855.bindPopup(popup_585338d8c928c03e858bc9b53dd2d2f1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_90da0582144afff36d7f37e4dbcfcdf9 = L.circleMarker(\n",
+       "                [-37.670888490199424, 145.9148957291775],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0407bab7d7afc7c31d82f56c33643f69 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_caa4184667c61174e88bd6d8cd2f7eeb = $(`&lt;div id=&quot;html_caa4184667c61174e88bd6d8cd2f7eeb&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_0407bab7d7afc7c31d82f56c33643f69.setContent(html_caa4184667c61174e88bd6d8cd2f7eeb);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_90da0582144afff36d7f37e4dbcfcdf9.bindPopup(popup_0407bab7d7afc7c31d82f56c33643f69)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_fe64818cfc94b39003c22afb55ba807a = L.circleMarker(\n",
+       "                [-37.86422199498679, 145.348906217808],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fed8a5ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fed8a5ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_dd6c2a42beabc2e53e61cd8ddcb36ea6 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_132cf5c9b850d982eef4c3192cbd4f39 = $(`&lt;div id=&quot;html_132cf5c9b850d982eef4c3192cbd4f39&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarra Ranges: crime count = 0.622966490567446&lt;/div&gt;`)[0];\n",
+       "                popup_dd6c2a42beabc2e53e61cd8ddcb36ea6.setContent(html_132cf5c9b850d982eef4c3192cbd4f39);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_fe64818cfc94b39003c22afb55ba807a.bindPopup(popup_dd6c2a42beabc2e53e61cd8ddcb36ea6)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_27976abdb8f51518199404ce47694150 = L.circleMarker(\n",
+       "                [-36.34317578186005, 142.54430986130137],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_1e5ee619afef7bb4166369c1836a7ee9 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_69f58c83261ff1299fd29335220eb277 = $(`&lt;div id=&quot;html_69f58c83261ff1299fd29335220eb277&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_1e5ee619afef7bb4166369c1836a7ee9.setContent(html_69f58c83261ff1299fd29335220eb277);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_27976abdb8f51518199404ce47694150.bindPopup(popup_1e5ee619afef7bb4166369c1836a7ee9)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_294ad2f6669f4b964c534be3cb4546ca = L.circleMarker(\n",
+       "                [-36.22621084106936, 142.2181169699655],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_905c8182c4efa20d1f4a544ed7ec9180 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_64b10fdea314372fba60f0613c1f1d2b = $(`&lt;div id=&quot;html_64b10fdea314372fba60f0613c1f1d2b&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_905c8182c4efa20d1f4a544ed7ec9180.setContent(html_64b10fdea314372fba60f0613c1f1d2b);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_294ad2f6669f4b964c534be3cb4546ca.bindPopup(popup_905c8182c4efa20d1f4a544ed7ec9180)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_f24729cc12803f8c0d49737e18fc2a8e = L.circleMarker(\n",
+       "                [-36.60305569057243, 142.4740025322178],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_02e355e37b3393eb22d582b3e072db0b = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3357c60f83691b0d010d01c9a40882b7 = $(`&lt;div id=&quot;html_3357c60f83691b0d010d01c9a40882b7&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_02e355e37b3393eb22d582b3e072db0b.setContent(html_3357c60f83691b0d010d01c9a40882b7);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_f24729cc12803f8c0d49737e18fc2a8e.bindPopup(popup_02e355e37b3393eb22d582b3e072db0b)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_21834afd9dcece319e3579ae2c9a19d4 = L.circleMarker(\n",
+       "                [-36.05116979040545, 142.44311058126812],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5c1f88f14a63b13773dc654250c318f7 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_22b261cb4c9a856e4a7e7a819db2ac1c = $(`&lt;div id=&quot;html_22b261cb4c9a856e4a7e7a819db2ac1c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_5c1f88f14a63b13773dc654250c318f7.setContent(html_22b261cb4c9a856e4a7e7a819db2ac1c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_21834afd9dcece319e3579ae2c9a19d4.bindPopup(popup_5c1f88f14a63b13773dc654250c318f7)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6a3a905c1fe0c71a118639c18d8f5a15 = L.circleMarker(\n",
+       "                [-35.90713331214819, 142.42055210287012],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_6eba77e9647ee37fdef573958ae4cdb0 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b802a2b89aa57e1d82569708941fee7a = $(`&lt;div id=&quot;html_b802a2b89aa57e1d82569708941fee7a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_6eba77e9647ee37fdef573958ae4cdb0.setContent(html_b802a2b89aa57e1d82569708941fee7a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6a3a905c1fe0c71a118639c18d8f5a15.bindPopup(popup_6eba77e9647ee37fdef573958ae4cdb0)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_364aa17b05be6c144924744641a93dc5 = L.circleMarker(\n",
+       "                [-36.34701562456058, 142.68414309654122],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_39e2ba5198b851ca5d26cc0145cf6379 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_67584675b05a0a4a6c0eedddcf5699fe = $(`&lt;div id=&quot;html_67584675b05a0a4a6c0eedddcf5699fe&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_39e2ba5198b851ca5d26cc0145cf6379.setContent(html_67584675b05a0a4a6c0eedddcf5699fe);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_364aa17b05be6c144924744641a93dc5.bindPopup(popup_39e2ba5198b851ca5d26cc0145cf6379)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_266713b6c930c33396ce712c4a1a4853 = L.circleMarker(\n",
+       "                [-36.12853700515171, 142.42347046672506],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_3370c9b9fe4fe7fe3ee7cee0cd9b8160 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_356c1b079e404831b748dfb52e12fb6c = $(`&lt;div id=&quot;html_356c1b079e404831b748dfb52e12fb6c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_3370c9b9fe4fe7fe3ee7cee0cd9b8160.setContent(html_356c1b079e404831b748dfb52e12fb6c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_266713b6c930c33396ce712c4a1a4853.bindPopup(popup_3370c9b9fe4fe7fe3ee7cee0cd9b8160)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_82967d5221b6a7d3357cc83a89853bf1 = L.circleMarker(\n",
+       "                [-35.55600257465601, 142.60654222562542],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_7c8a4383f081cd90299b548d0acd9b39 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_60ec665fe24390c9f1babfb8db5f54c2 = $(`&lt;div id=&quot;html_60ec665fe24390c9f1babfb8db5f54c2&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_7c8a4383f081cd90299b548d0acd9b39.setContent(html_60ec665fe24390c9f1babfb8db5f54c2);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_82967d5221b6a7d3357cc83a89853bf1.bindPopup(popup_7c8a4383f081cd90299b548d0acd9b39)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_53a24c9546583160cb2ebf88dea11ec9 = L.circleMarker(\n",
+       "                [-35.70895702841803, 142.35200638210878],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f72b92356dfb9c61f9e27276761c904 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_3ce5a50eb91112aad72f5ef8cc5061b6 = $(`&lt;div id=&quot;html_3ce5a50eb91112aad72f5ef8cc5061b6&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_8f72b92356dfb9c61f9e27276761c904.setContent(html_3ce5a50eb91112aad72f5ef8cc5061b6);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_53a24c9546583160cb2ebf88dea11ec9.bindPopup(popup_8f72b92356dfb9c61f9e27276761c904)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_ade7071aa05fc0097c1b64617d1d480a = L.circleMarker(\n",
+       "                [-36.632442248636416, 142.67182787812953],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_0a271f285eb229ad9dd0f40c05ddb558 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_1b83836374312d113db42c80109cb140 = $(`&lt;div id=&quot;html_1b83836374312d113db42c80109cb140&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_0a271f285eb229ad9dd0f40c05ddb558.setContent(html_1b83836374312d113db42c80109cb140);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_ade7071aa05fc0097c1b64617d1d480a.bindPopup(popup_0a271f285eb229ad9dd0f40c05ddb558)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_428d0587d82ac5d4536a814072c37dbb = L.circleMarker(\n",
+       "                [-36.20388996309662, 142.58004325939993],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_238be4939a54a96ce4e299742d20dfa4 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_388bf32687aef79681df4813a2005aec = $(`&lt;div id=&quot;html_388bf32687aef79681df4813a2005aec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_238be4939a54a96ce4e299742d20dfa4.setContent(html_388bf32687aef79681df4813a2005aec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_428d0587d82ac5d4536a814072c37dbb.bindPopup(popup_238be4939a54a96ce4e299742d20dfa4)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0e33f212a53a6c82b7bdbf776ed8e646 = L.circleMarker(\n",
+       "                [-36.46126332602024, 142.44939076782867],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_998a97213014a200e3b771cd0a896318 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_b2c879cc3959c7fcfec84b626e736de4 = $(`&lt;div id=&quot;html_b2c879cc3959c7fcfec84b626e736de4&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_998a97213014a200e3b771cd0a896318.setContent(html_b2c879cc3959c7fcfec84b626e736de4);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0e33f212a53a6c82b7bdbf776ed8e646.bindPopup(popup_998a97213014a200e3b771cd0a896318)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_48969211385fad1c521ebc6c162efcc7 = L.circleMarker(\n",
+       "                [-36.36678851757295, 142.40298462716612],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8a6c6b4bc9f2040af378981858a6b0a8 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_4d952b3b127dfa86f833c463e20ac51f = $(`&lt;div id=&quot;html_4d952b3b127dfa86f833c463e20ac51f&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_8a6c6b4bc9f2040af378981858a6b0a8.setContent(html_4d952b3b127dfa86f833c463e20ac51f);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_48969211385fad1c521ebc6c162efcc7.bindPopup(popup_8a6c6b4bc9f2040af378981858a6b0a8)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e2985deef359814318af9492fc2236a1 = L.circleMarker(\n",
+       "                [-35.47086160262656, 142.45221199911552],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d8b56d9ae15a89249dde4fd48b29a949 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c1e54b9f5180e026c42829c8e28bea8e = $(`&lt;div id=&quot;html_c1e54b9f5180e026c42829c8e28bea8e&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_d8b56d9ae15a89249dde4fd48b29a949.setContent(html_c1e54b9f5180e026c42829c8e28bea8e);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e2985deef359814318af9492fc2236a1.bindPopup(popup_d8b56d9ae15a89249dde4fd48b29a949)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_57d9ea7829e3801feea317406d0c3206 = L.circleMarker(\n",
+       "                [-35.680725202245064, 142.63138730072745],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e5b9c85d7cd56ab6d20158a4a5ebdabd = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_93d472c3c0d73e6d97d6fdd8011168ff = $(`&lt;div id=&quot;html_93d472c3c0d73e6d97d6fdd8011168ff&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_e5b9c85d7cd56ab6d20158a4a5ebdabd.setContent(html_93d472c3c0d73e6d97d6fdd8011168ff);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_57d9ea7829e3801feea317406d0c3206.bindPopup(popup_e5b9c85d7cd56ab6d20158a4a5ebdabd)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_6f04f282488d917e3d33d37534284686 = L.circleMarker(\n",
+       "                [-35.67899197172367, 142.0838331517038],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_5c7a704dda71ac2db267c02ddd93de83 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d135f397d3b9389b9012889b67f32392 = $(`&lt;div id=&quot;html_d135f397d3b9389b9012889b67f32392&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_5c7a704dda71ac2db267c02ddd93de83.setContent(html_d135f397d3b9389b9012889b67f32392);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_6f04f282488d917e3d33d37534284686.bindPopup(popup_5c7a704dda71ac2db267c02ddd93de83)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_d273dd2e3cf1fc108dcaa505b3af00eb = L.circleMarker(\n",
+       "                [-36.15218841687006, 142.2410597111287],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8b7d9d8c08e57abc9862c1606985759a = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c8ff3eebbe2ba8e1a2a09f7c37315eec = $(`&lt;div id=&quot;html_c8ff3eebbe2ba8e1a2a09f7c37315eec&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_8b7d9d8c08e57abc9862c1606985759a.setContent(html_c8ff3eebbe2ba8e1a2a09f7c37315eec);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_d273dd2e3cf1fc108dcaa505b3af00eb.bindPopup(popup_8b7d9d8c08e57abc9862c1606985759a)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_5bc8ac0b1cc1d6b885a934d690e520d9 = L.circleMarker(\n",
+       "                [-35.83345388792902, 142.42146986974186],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_8f1bf611f09eb12122882e6c1caa927c = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_cd21daa2b173af5ad5a3a21afd57bb48 = $(`&lt;div id=&quot;html_cd21daa2b173af5ad5a3a21afd57bb48&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_8f1bf611f09eb12122882e6c1caa927c.setContent(html_cd21daa2b173af5ad5a3a21afd57bb48);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_5bc8ac0b1cc1d6b885a934d690e520d9.bindPopup(popup_8f1bf611f09eb12122882e6c1caa927c)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_0c27597cccca46f592fa05d5583f4a79 = L.circleMarker(\n",
+       "                [-36.05317850311573, 142.22542450511347],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_d9a85c5c2b77694e5a70ed6be76a6eeb = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_88aea634d683d070e8c76fdd90d2f2aa = $(`&lt;div id=&quot;html_88aea634d683d070e8c76fdd90d2f2aa&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_d9a85c5c2b77694e5a70ed6be76a6eeb.setContent(html_88aea634d683d070e8c76fdd90d2f2aa);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_0c27597cccca46f592fa05d5583f4a79.bindPopup(popup_d9a85c5c2b77694e5a70ed6be76a6eeb)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1eb112e6e2041847a90af94413ee9627 = L.circleMarker(\n",
+       "                [-35.40987938641729, 142.43089486031937],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_192a85045bb769c4809aa54d2c8cbae1 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_9c2ccdec9eb0114e998bb46dfa8d151a = $(`&lt;div id=&quot;html_9c2ccdec9eb0114e998bb46dfa8d151a&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_192a85045bb769c4809aa54d2c8cbae1.setContent(html_9c2ccdec9eb0114e998bb46dfa8d151a);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1eb112e6e2041847a90af94413ee9627.bindPopup(popup_192a85045bb769c4809aa54d2c8cbae1)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_b408652a2b6e128c01f4d93c5b461a03 = L.circleMarker(\n",
+       "                [-36.264213729762346, 142.26991591299654],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_b039c0dc8904d99b9986d32426bd81c5 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_f2cb74fc345dbeecd00c95e7d0c11328 = $(`&lt;div id=&quot;html_f2cb74fc345dbeecd00c95e7d0c11328&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_b039c0dc8904d99b9986d32426bd81c5.setContent(html_f2cb74fc345dbeecd00c95e7d0c11328);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_b408652a2b6e128c01f4d93c5b461a03.bindPopup(popup_b039c0dc8904d99b9986d32426bd81c5)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_71a9048dc20d02d59ea2dcde7e70907d = L.circleMarker(\n",
+       "                [-36.3547102714568, 142.25816564910352],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_82b592fbb2ad725c11f60282b85c7f2f = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_c3a03ca07fd18996fda714e509070c16 = $(`&lt;div id=&quot;html_c3a03ca07fd18996fda714e509070c16&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_82b592fbb2ad725c11f60282b85c7f2f.setContent(html_c3a03ca07fd18996fda714e509070c16);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_71a9048dc20d02d59ea2dcde7e70907d.bindPopup(popup_82b592fbb2ad725c11f60282b85c7f2f)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_28a29b9329f8f9bf72366f887f9d35df = L.circleMarker(\n",
+       "                [-36.23824693033058, 142.68032166177136],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_ac102c7e5627b551f928c9e7448f8b39 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_911ebfa32119a6f2db909a9fa7c04f64 = $(`&lt;div id=&quot;html_911ebfa32119a6f2db909a9fa7c04f64&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_ac102c7e5627b551f928c9e7448f8b39.setContent(html_911ebfa32119a6f2db909a9fa7c04f64);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_28a29b9329f8f9bf72366f887f9d35df.bindPopup(popup_ac102c7e5627b551f928c9e7448f8b39)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_e6aca7741226c2f9be17fc949c94dbe8 = L.circleMarker(\n",
+       "                [-36.45659355315887, 142.64612403084053],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_528d5c2a8573cfb04f83ffcec1eb84ef = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_d3989db4768e4ea8cebae083440a4a8c = $(`&lt;div id=&quot;html_d3989db4768e4ea8cebae083440a4a8c&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_528d5c2a8573cfb04f83ffcec1eb84ef.setContent(html_d3989db4768e4ea8cebae083440a4a8c);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_e6aca7741226c2f9be17fc949c94dbe8.bindPopup(popup_528d5c2a8573cfb04f83ffcec1eb84ef)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "    \n",
+       "            var circle_marker_1a72b6ca65dffc5663aab33d014ba7bc = L.circleMarker(\n",
+       "                [-36.22516432111615, 142.4303028695386],\n",
+       "                {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#fff7eaff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#fff7eaff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 10, &quot;stroke&quot;: true, &quot;weight&quot;: 3}\n",
+       "            ).addTo(map_437084aef281c9062dea2d0b311d5e85);\n",
+       "        \n",
+       "    \n",
+       "        var popup_e9d35a4d493fb2ecc689b98f00941853 = L.popup({&quot;maxWidth&quot;: &quot;100%&quot;});\n",
+       "\n",
+       "        \n",
+       "            \n",
+       "                var html_7d78017ba993a1f18347031a5ec81ad9 = $(`&lt;div id=&quot;html_7d78017ba993a1f18347031a5ec81ad9&quot; style=&quot;width: 100.0%; height: 100.0%;&quot;&gt;Yarriambiack: crime count = -0.7741032001118107&lt;/div&gt;`)[0];\n",
+       "                popup_e9d35a4d493fb2ecc689b98f00941853.setContent(html_7d78017ba993a1f18347031a5ec81ad9);\n",
+       "            \n",
+       "        \n",
+       "\n",
+       "        circle_marker_1a72b6ca65dffc5663aab33d014ba7bc.bindPopup(popup_e9d35a4d493fb2ecc689b98f00941853)\n",
+       "        ;\n",
+       "\n",
+       "        \n",
+       "    \n",
+       "&lt;/script&gt;\n",
+       "&lt;/html&gt;\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>"
+      ],
+      "text/plain": [
+       "<folium.folium.Map at 0x7f50e01fde10>"
+      ]
+     },
+     "execution_count": 37,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "import folium\n",
+    "import matplotlib.pyplot as plt\n",
+    "import matplotlib\n",
+    "import branca.colormap as cm\n",
+    "from sklearn.preprocessing import StandardScaler\n",
+    "\n",
+    "# List of all crime columns (excluding 'lga_code11','geometry', 'lon', 'lat', 'lga_code', 'lga_name', 'scc_code', 'scc_name')\n",
+    "crime_cols = ['a40_abduction_and_related_offences', 'b30_burglary_break_and_enter',\n",
+    "       'a10_homicide_and_related_offences',\n",
+    "       'f30_other_government_regulatory_offences', \n",
+    "       'total_division_c_offences', 'a30_sexual_offences',\n",
+    "       'a70_stalking_harassment_and_threatening_behaviour',\n",
+    "       'e10_justice_procedures', 'total_division_f_offences', 'a50_robbery',\n",
+    "       'b50_deception', 'b20_property_damage', 'c30_drug_use_and_possession',\n",
+    "       'total_division_a_offences', 'd30_public_nuisance_offences',\n",
+    "       'reference_period', 'b10_arson', 'total_division_d_offences',\n",
+    "       'c20_cultivate_or_manufacture_drugs', 'f90_miscellaneous_offences',\n",
+    "       'd20_disorderly_and_offensive_conduct', 'd40_public_security_offences',\n",
+    "       'a80_dangerous_and_negligent_acts_endangering_people',\n",
+    "       'total_division_b_offences', 'd10_weapons_and_explosives_offences', \n",
+    "       'total_division_e_offences', 'e20_breaches_of_orders',\n",
+    "       'f10_regulatory_driving_offences', 'a60_blackmail_and_extortion',\n",
+    "       'b40_theft', 'c90_other_drug_offences',\n",
+    "       'f20_transport_regulation_offences', 'a20_assault_and_related_offences',\n",
+    "       'b60_bribery', 'c10_drug_dealing_and_trafficking']\n",
+    "\n",
+    "# Create the 'total_crime_count' column\n",
+    "crime_data['total_crime_count'] = crime_data[crime_cols].sum(axis=1)\n",
+    "crime_data.dropna(inplace=True)\n",
+    "# Standardize the total crime count\n",
+    "scaler = StandardScaler()\n",
+    "crime_data['total_crime_count'] = scaler.fit_transform(crime_data[['total_crime_count']])\n",
+    "\n",
+    "# Start with a basic map centered around Australia\n",
+    "m = folium.Map(location=[-25.2744, 133.7751], zoom_start=4)\n",
+    "\n",
+    "# Create a color map\n",
+    "color_map = cm.linear.OrRd_09.scale(crime_data['total_crime_count'].min(), crime_data['total_crime_count'].max())\n",
+    "\n",
+    "color_map.caption = 'Standardized Total Crime Count'\n",
+    "m.add_child(color_map)\n",
+    "\n",
+    "for idx, row in crime_data.iterrows():\n",
+    "    # Convert the standardized total crime count to a color\n",
+    "    crime_color = color_map(row['total_crime_count'])\n",
+    "    \n",
+    "    # Add a circle marker for this LGA\n",
+    "    folium.CircleMarker(\n",
+    "        location=(row['lat'], row['lon']),\n",
+    "        radius=10,  # adjust as needed\n",
+    "        color=crime_color,\n",
+    "        fill=True,\n",
+    "        fill_color=crime_color,\n",
+    "        popup=f\"{row['lga_name']}: crime count = {row['total_crime_count']}\",\n",
+    "    ).add_to(m)\n",
+    "\n",
+    "# Show the map\n",
+    "m\n"
+   ]
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 3 (ipykernel)",
+   "language": "python",
+   "name": "python3"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 3
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython3",
+   "version": "3.10.9"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
-- 
GitLab