Skip to content

Instantly share code, notes, and snippets.

@beardyco
beardyco / index.html
Created May 10, 2015 09:14
Google Maps example // source http://jsbin.com/nuzemicuje
<!DOCTYPE html>
<html>
<head>
<title>Google Maps example</title>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<style type="text/css">
html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
#map_canvas { height: 100% }