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>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAz-1j7m4EfcSFL9o_L4BV7OPyGWNlzpbI&sensor=false"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.7.5/angular.min.js"></script>
<div ng-app="mapsApp" ng-controller="MapCtrl">
  <select id="ISEs" class="dropdown" name="singleSelect" ng-model="data.singleSelect" ng-change="centerMap();filterMarkers();">
    <option value="0">all</option>
    <option id="1" value="Bert Bingham">Bert Bingham</option>
    <option id="2" value="Bing Bingle">Bert Bingle</option>
  </select>
  <div id="map"></div>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
moshfeupro
0viewers