Web developer, Norwich - Clive Portman

Add Marker to a Google Map

Published under Google Maps

Published on Monday 4th June 2012
<script>
    var marker = new google.maps.Marker({
        position: new google.maps.LatLng(52.62712, 1.22575),
        map: map,
        title: "Norwich Spine Clinic"
    });
</script>