Tn Jones Shell Bypass
:
13.59.68.167
:
160.187.54.56 / upgov.net
:
Linux 160-187-54-56.cprapid.com 4.18.0-553.22.1.lve.1.el7h.x86_64 #1 SMP Tue Oct 8 14:36:03 UTC 2024 x86_64
:
/
home
/
upgov
/
www
/
rpl
/
js
/
Upload File:
files >> /home/upgov/www/rpl/js/jquery.gmap.js
/* ========================================================================== Asynchronous Loading Google Maps ============================================================================= */ function loadScript() { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&' + 'callback=initialize'; document.body.appendChild(script); } window.onload = loadScript; /* ========================================================================== Google Maps SETTING's ============================================================================= */ /* * define the coordinates of your company */ lat = 28.65850; lng = 77.20341; var map; var MY_MAPTYPE_ID = 'custom_style'; function initialize() { var featureOpts = [ { "featureType": "landscape", "stylers": [ { "weight": 0.1 }, { "color": "grey" } ] },{ "featureType": "road", "elementType": "geometry", "stylers": [ { "visibility": "simplified" }, { "color": "brown" } ] },{ "featureType": "poi", "elementType": "geometry", "stylers": [ { "color": "yellow" } ] },{ "featureType": "road", "elementType": "labels.text.fill", "stylers": [ { "color": "#2c3e50" } ] },{ "featureType": "poi", "elementType": "labels.text.fill", "stylers": [ { "color": "#e74c3c" } ] },{ "featureType": "road", "elementType": "labels.text.stroke", "stylers": [ { "color": "Yellow" } ] },{ "featureType": "water", "stylers": [ { "color": "blue" } ] } ]; var myLatlng = new google.maps.LatLng(lat,lng); var mapOptions = { zoom: 11, scrollwheel: false, mapTypeControl:false, streetViewControl:false, center: myLatlng, mapTypeControlOptions: { mapTypeIds: [google.maps.MapTypeId.ROADMAP, MY_MAPTYPE_ID] }, mapTypeId: MY_MAPTYPE_ID }; var map = new google.maps.Map(document.getElementById('page_maps'), mapOptions); var marker = new google.maps.Marker({ position: myLatlng, icon: "images/marker.png", map: map }); var styledMapOptions = { name: 'Custom Style' }; var customMapType = new google.maps.StyledMapType(featureOpts, styledMapOptions); map.mapTypes.set(MY_MAPTYPE_ID, customMapType); google.maps.event.addDomListener(window, 'load', initialize); } /*-----------------------------------------------------------------*/