Server IP : 192.185.129.71 / Your IP : 52.14.232.226 Web Server : Apache System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : svymadmin ( 4072) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home4/svymadmin/public_html/vivekaexcel.edu.in/bkp/assets/js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
/* 3.0.5 */ var marker;function initMap(){var e=$("#google-maps-api-js").attr("latitude"),a=$("#google-maps-api-js").attr("longitude"),t=$("#google-maps-api-js").attr("mapMarkerTitle");if(""!=e&&""!=a&&!isNaN(e)&&!isNaN(a)){latLng=new google.maps.LatLng(e,a);var l=document.getElementById("map");if(l){map=new google.maps.Map(l,{center:{lat:parseFloat(e),lng:parseFloat(a)},zoom:10,styles:[{featureType:"administrative",elementType:"labels.text.fill",stylers:[{color:"#444444"}]},{featureType:"landscape",elementType:"all",stylers:[{color:"#f2f2f2"}]},{featureType:"poi",elementType:"all",stylers:[{visibility:"off"}]},{featureType:"road",elementType:"all",stylers:[{saturation:-100},{lightness:45}]},{featureType:"road.highway",elementType:"all",stylers:[{visibility:"simplified"}]},{featureType:"road.arterial",elementType:"labels.icon",stylers:[{visibility:"off"}]},{featureType:"transit",elementType:"all",stylers:[{visibility:"off"}]},{featureType:"water",elementType:"all",stylers:[{color:"#03a9f4"},{visibility:"on"}]}]});var i=new google.maps.InfoWindow({content:t});(marker=new google.maps.Marker({position:latLng,title:t,visible:!0})).addListener("click",(function(){i.open(map,marker)})),marker.setMap(map)}}}