Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
      <link href="https://google-developers.appspot.com/maps/documentation/javascript/examples/default.css" rel="stylesheet">
    <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
  <body onload='initialize();'>
    <div>
      <input type="button" value="Reverse Geocode" onclick="showAddress()">
    </div>
    <div id="map_canvas" style="height: 80%; width:80%; border: 1px solid black;"></div>
    <div id='listme' style='position:fixed;bottom:10;left:10;'></div>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers