JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://maps.googleapis.com/maps/api/js?sensor=false&amp;key=AIzaSyC_4S8_k_89e3E2cdjaXhILrMBnN-l4PXU"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<div id="status"></div>
<div id='map'></div>

CSS

#map{
    width:500px;
    height:500px;
}

JavaScript

setTimeout($(function () {
    
    //The list of points to be connected
var markers = [
    {
        					"title": 'abc',
        					"lat": '17.5061925',
        					"lng": '78.5049901',
        					"description": '1'
    					},					
						
    					{
        					"title": 'abc',
        					"lat": '17.50165',
        					"lng": '78.5139204',
        					"description": '2'
    					},					
						
    					{
        					"title": 'abc',
        					"lat": '17.493553',
        					"lng": '78.5126215',
        					"description": '3'
    					},					
						
    					{
        					"title": 'abc',
        					"lat": '17.5040381',
        					"lng": '78.5070435',
        					"description": '4'
    					},					
						
    					{
        					"title": 'abc',
        					"lat": '17.4767248',
        					"lng": '78.51038',
        					"description": '5'
    					},					
						
    					{
        					"title": 'abc',
        					"lat": '17.4709958',
        					"lng": '78.5092883',
        					"description": '6'
    					},					
						
    					{
        					"title": 'abc',
        					"lat": '17.4645287',
        					"lng": '78.5032471',
        					"description": '7'
    					},					
						
    					{
        					"title": 'abc',
        					"lat": '17.4573569',
        					"lng": '78.4995475',
        					"description": '8'
    					},					
						
    					{
        					"title": 'abc',
        					"lat": '17.4777208',
        					"lng": '78.5147774',
        					"description": '9'
    					},					
						
    					{
        					"title": 'abc',
        					"lat": '17.4511476',
        					"lng": '78.49593',
        					"description": '10'
    					},					
						
    					{
        					"title": 'abc',
        					"lat": '17.4777208',
        					"lng": '78.5147774',
        					"description": '11'
    					},					
						
    					{
        					"title": 'abc',
        					"lat": '17.4433958',
        					"lng": '78.4906933',
      ...