Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<div id="map">                      [
                    { 
            "name": "name",
            "info": "info", 
            "loc": {
                "lat": 53.0516442,
                "lng": 15.4428083
            },
            "tags": {
                "main office": true
            }
        }
]
</body>
  <script async defer
  src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDqQyNbVGLNLY0Ye-rjxmQGo5qQLuwaBJc&callback=initMap&libraries=visualization&region=RU">
</script>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers