Skip to content

Instantly share code, notes, and snippets.

View ravijoon's full-sized avatar
💭
UX Expert

Ravi Joon ravijoon

💭
UX Expert
View GitHub Profile
@parth1020
parth1020 / Google Maps Simple Multiple Marker Example
Created January 8, 2013 07:04
Google Maps Simple Multiple Marker Example
<html>
<head>
<title>Google Maps Multiple Markers</title>
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
</head>
<body>
<div id="map" style="height: 400px; width: 500px;">
</div>
<script type="text/javascript">