403Webshell
Server IP : 199.79.63.27  /  Your IP : 216.73.216.198
Web Server : Microsoft-IIS/10.0
System : Windows NT MD-PLESK-WEB5 10.0 build 20348 (Windows Server 2022) AMD64
User : IWPD_6698(lcitec7i) ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  D:/INETPUB/VHOSTS/lcit.edu.in/lcitps.edu.in/lcitbb/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : D:/INETPUB/VHOSTS/lcit.edu.in/lcitps.edu.in/lcitbb/assets/js//google-maps.js
 // Google maps pin tooltip
var markers =  { "lat": '34.027973', "lng": '-118.242217',
        "description": 'Pixelthemez <br/><a target="_blank" href="https://themeforest.net/user/pixelthe


        "description": 'Pixelthemez <br/><a target="_blank" href="https://themeforest.net/user/pixelthemez/portfolio">Get it now</a>'
    }
];


// Google maps main api
window.onload = function () {
    var mapOptions = {
        center: new google.maps.LatLng(markers[0].lat, markers[0].lng),
        zoom: 13,
        flat: true,
        scrollwheel:false,
        panControl:false,
        zoomControl:true,
        streetViewControl: false,
        mapTypeControl: false,

        mapTypeId: google.maps.MapTypeId.ROADMAP
    };
        var infoWindow = new google.maps.InfoWindow();
        var map = new google.maps.Map(document.getElementById("google-map"), mapOptions);
        for (i = 0; i < markers.length; i++) {
        var data = markers[i]
        var myLatlng = new google.maps.LatLng(data.lat, data.lng);
        var marker = new google.maps.Marker({
        position: myLatlng,
        map: map,
        icon: 'assets/images/map.png',
        title: data.title
        });
        (function (marker, data) {
        google.maps.event.addListener(marker, "click", function (e) {
            infoWindow.setContent(data.description);
            infoWindow.open(map, marker);
          });
        })(marker, data);
    }
};

Youez - 2016 - github.com/yon3zu
LinuXploit