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>
  <style>
    #info {
      background-color: white;
      border: 1px solid grey;
      border-radius: 10px;
      padding: 5px;
      position: absolute;
      left: 260px;
      top: 90px
    }
  </style>
</head>
<body>
  <img src=http://maps.googleapis.com/maps/api/staticmap?size=600x400&center=37.796581,-122.404835&zoom=18&style=feature:poi|visibility:off&markers=icon:http://maps.google.com/mapfiles/kml/paddle/red-circle.png|37.796581,-122.404835></img>
  <div id='info'>This is a div that simulates <br>an infoWindow </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers