// var locations = [ // // ['Bondi Beach', 54.621706015999145, -6.317138671875, 4], // // ['Coogee Beach', -33.923036, 151.259052, 5], // // ['Cronulla Beach', -34.028249, 151.157507, 3], // ['Unnamed Road, Aberfeldy PH15 2PX, UK', 56.509805011750004, -4.493408203125, 2], // ['97 Largy Rd, Crumlin BT29 4RT, UK', 54.621706015999145, -6.317138671875, 1] // ]; // var styles = [ // { "featureType": "landscape", // "elementType": "geometry", // "stylers": [ // { "hue": "#748849" }, // // { "saturation": -27.4 }, // { "lightness": -50 }, // { "gamma": 1 } // ] // }, // { "featureType": "road.highway", "stylers": [ { "hue": "#748849" },{ "lightness": -50 } ] }, { "featureType": "road.arterial", "stylers": [ { "hue": "#00FF4F" }, { "saturation": 0 }, { "lightness": 0 }, { "gamma": 1 } ] }, { "featureType": "road.local", "stylers": [ { "hue": "#FFB300" }, { "saturation": -38 }, { "lightness": 11.2 }, { "gamma": 1 } ] }, { "featureType": "water", "stylers": [ { "hue": "#00B6FF" }, { "saturation": 4.2 }, { "lightness": -63.4 }, { "gamma": 1 } ] }, { "featureType": "poi", "stylers": [ { "hue": "#9FFF00" }, { "saturation": 0 }, { "lightness": 0 }, { "gamma": 1 } ] } ]; // var hmap_styles = [ // { //hide all fills // elementType: 'geometry.fill', // stylers: [ // { visibility: 'off' } // ] // },{ // featureType: 'landscape.natural.landcover', // elementType: 'geometry.fill', // stylers: [ // { visibility: 'on' }, // ] // },{ // featureType: "landscape", // elementType: "geometry", // stylers: [ // { hue: "#748849" }, // // { saturation: 85 }, // { lightness: -50 } // ] // },{ // featureType: "all", // elementType: "labels", // stylers: [ // { visibility: "off" } // ] // } // ]; // var styles = [ // { // "featureType": "landscape", // "elementType": "all", // "stylers": [ // { // "color": "#009136" // } // ] // }, // { // "featureType": "poi", // "elementType": "all", // "stylers": [ // { // "visibility": "off" // } // ] // }, // { // "featureType": "road.arterial", // "elementType": "all", // "stylers": [ // { // "visibility": "off" // } // ] // }, // { // "featureType": "water", // "elementType": "all", // "stylers": [ // { // "color": "#006d99" // } // ] // } // ]; // var map = new google.maps.Map(document.getElementById('fmap'), { // zoom: 6, // disableDefaultUI: true, // a way to quickly hide all controls // mapTypeControl: false, // scaleControl: false, // zoomControl: true, // scrollwheel: false, // draggable: false, // // center: new google.maps.LatLng(55.378051,-3.43597299999999), // // center: new google.maps.LatLng(centerlat,centerlng), // center: new google.maps.LatLng(53.816540, -4.285639), // styles: styles, // mapTypeId: google.maps.MapTypeId.ROADMAP // }); // var infowindow = new google.maps.InfoWindow({ // disableAutoPan: true // }); // var marker, i; // for (i = 0; i < locations.length; i++) { // marker = new google.maps.Marker({ // position: new google.maps.LatLng(locations[i][1], locations[i][2]), // map: map, // icon: pluginurl + '/map_pins/' + locations[i][4], // // animation: google.maps.Animation.NONE, // draggable: false // }); // // google.maps.event.addListener(marker, 'click', (function(marker, i) { // // return function() { // // infowindow.setContent(locations[i][0]); // // infowindow.open(map, marker); // // } // // })(marker, i)); // google.maps.event.addListener(marker, 'mouseover', (function(marker, i) { // return function() { // infowindow.setContent(locations[i][0]); // infowindow.open(map, marker); // this.setAnimation(google.maps.Animation.NONE); // // this.setAnimation(google.maps.Animation.DROP); // } // })(marker, i)); // // google.maps.event.addListener(marker, 'mouseover', function() { // // infowindow.open(map,marker1); // // this.setAnimation(google.maps.Animation.BOUNCE); // // }); // google.maps.event.addListener(marker, 'mouseout', function() { // infowindow.close(); // this.setAnimation(google.maps.Animation.NONE); // }); // } // var hmap_styles = [ { "featureType": "landscape", "stylers": [ { "hue": "#F1FF00" }, { "saturation": -27.4 }, { "lightness": 9.4 }, { "gamma": 1 } ] }, { "featureType": "road.highway", "stylers": [ { "hue": "#0099FF" }, { "saturation": -20 }, { "lightness": 36.4 }, { "gamma": 1 } ] }, { "featureType": "road.arterial", "stylers": [ { "hue": "#00FF4F" }, { "saturation": 0 }, { "lightness": 0 }, { "gamma": 1 } ] }, { "featureType": "road.local", "stylers": [ { "hue": "#FFB300" }, { "saturation": -38 }, { "lightness": 11.2 }, { "gamma": 1 } ] }, { "featureType": "water", "stylers": [ { "hue": "#00B6FF" }, { "saturation": 4.2 }, { "lightness": -63.4 }, { "gamma": 1 } ] }, { "featureType": "poi", "stylers": [ { "hue": "#9FFF00" }, { "saturation": 0 }, { "lightness": 0 }, { "gamma": 1 } ] } ]; // var hmap = new google.maps.Map(document.getElementById('header-map'), { // zoom: 6, // disableDefaultUI: true, // a way to quickly hide all controls // mapTypeControl: false, // scaleControl: false, // zoomControl: false, // scrollwheel: false, // // center: new google.maps.LatLng(55.378051,-3.43597299999999), // center: new google.maps.LatLng(centerlat,centerlng), // styles: styles, // mapTypeId: google.maps.MapTypeId.ROADMAP // }); // // var infowindow = new google.maps.InfoWindow(); // var marker, i; // for (i = 0; i < locations.length; i++) { // marker = new google.maps.Marker({ // position: new google.maps.LatLng(locations[i][1], locations[i][2]), // map: hmap, // icon: pluginurl + '/map_pins/plain_red.png', // animation: google.maps.Animation.DROP, // draggable: false // }); // }