diff --git a/web_app_django/tweet/templates/index.html b/web_app_django/tweet/templates/index.html
index 25ffffc862a69f09ebd4007c517c077e1f0a82ab..95e22d666334e025a91b1b6e2eb96a4c6110214b 100644
--- a/web_app_django/tweet/templates/index.html
+++ b/web_app_django/tweet/templates/index.html
@@ -152,8 +152,8 @@
         type: 'point',
         shape: 'circle'
     });
+    rcmWins = showRcmWin(map,districts)
    
-    
 
     layer.setData(districts, {
         lnglat: 'center'
@@ -267,7 +267,6 @@
             chart.draw(data, options);
          }
          google.charts.setOnLoadCallback(drawChart);
-         rcmWins = showRcmWin(map,districts)
 
 
 </script>