Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  
  <head>
        <meta name="description" content="Testing Dec 4" />
        <meta name="viewport" content="initial-scale=1.0, user-scalable=no">
        <meta charset="utf-8">
        
        <title>AGasparetti Map Nov1</title>
        
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
        
        <script type="text/javascript"
          src="http://maps.googleapis.com/maps/api/js?key=AIzaSyByAp-Ne7FH7GaeZvnACrZIqT4LOiTdric&sensor=false">  <!-- API KEY, IMPORTANT -->   
        </script>
  </head>
  
  <body onload="initialize()">
      <div id="map_canvas"></div>
  </body>
  
</html>
Output

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

Dismiss x
public
Bin info
agasparettipro
0viewers