Add marker to Google map
<script>
var marker = new google.maps.Marker({
position: new google.maps.LatLng(52.62712, 1.22575),
map: map,
title: "Norwich Spine Clinic"
});
</script>
<script>
var marker = new google.maps.Marker({
position: new google.maps.LatLng(52.62712, 1.22575),
map: map,
title: "Norwich Spine Clinic"
});
</script>