
<div id="mapDiv"></div> |
#mapDiv { |
<script type="text/javascript" src='http://maps.google.com/maps/api/js?sensor=true'></script> |
if(navigator.geolocation) { |
function visitorLocation(position) { |
navigator.geolocation.getCurrentPosition(visitorLocation); |
<!DOCTYPE html> |
It looks like you're new here. If you want to get involved, click one of these buttons!