Dedicated Internet Access (DIA)

Dedicated Internet Access services provide your business with a private, one-to-one connection between your business and your Internet service provider (ISP).
It is a high-speed internet connection that is dedicated to your business and not shared with other businesses.
This exclusivity ensures that the speed and quality of your internet connection remain constant, unaffected by the activities of other users.
<!DOCTYPE html>
<html>
<body>
<div id="googleMap" style="width:100%;height:400px;"></div>
<script>
function myMap() {
var mapProp= {
center:new google.maps.LatLng(51.508742,-0.120850),
zoom:5,
};
var map=new google.maps.Map(document.getElementById("googleMap"),mapProp);
google.maps.event.addListener(map, 'click', function(event) {
alert(event.latLng.lat() + ", " + event.latLng.lng());
});
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu-916DdpKAjTmJNIgngS6HL_kDIKU0aU&callback=myMap"></script>
</body>
</html>
Please pin your address on the map
Google map lick sample