Skip to content

Commit

Permalink
adding geo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Nov 18, 2011
1 parent e82b762 commit e5c8f8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions geolocation.html
Expand Up @@ -21,6 +21,11 @@
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("geo-wrapper"), options);
var marker = new google.maps.Marker({
position: center,
map: map,
title:"You are here"
});
}
get_location();
</script>
Expand Down

0 comments on commit e5c8f8d

Please sign in to comment.