Deprecated: Optional parameter $found declared before required parameter $zusatz_url is implicitly treated as a required parameter in /is/htdocs/wp1064105_04OOTY8NPU/www/coesfeld2014.de/www.coesfeld2014.de/_include/function.php on line 2239

Deprecated: Optional parameter $found declared before required parameter $zusatz_url is implicitly treated as a required parameter in /is/htdocs/wp1064105_04OOTY8NPU/www/coesfeld2014.de/www.coesfeld2014.de/_include/function.php on line 2349

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1064105_04OOTY8NPU/www/coesfeld2014.de/www.coesfeld2014.de/_include/function.php:2239) in /is/htdocs/wp1064105_04OOTY8NPU/www/coesfeld2014.de/www.coesfeld2014.de/js/functionKand.js.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1064105_04OOTY8NPU/www/coesfeld2014.de/www.coesfeld2014.de/_include/function.php:2239) in /is/htdocs/wp1064105_04OOTY8NPU/www/coesfeld2014.de/www.coesfeld2014.de/js/functionKand.js.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1064105_04OOTY8NPU/www/coesfeld2014.de/www.coesfeld2014.de/_include/function.php:2239) in /is/htdocs/wp1064105_04OOTY8NPU/www/coesfeld2014.de/www.coesfeld2014.de/js/functionKand.js.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1064105_04OOTY8NPU/www/coesfeld2014.de/www.coesfeld2014.de/_include/function.php:2239) in /is/htdocs/wp1064105_04OOTY8NPU/www/coesfeld2014.de/www.coesfeld2014.de/js/functionKand.js.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1064105_04OOTY8NPU/www/coesfeld2014.de/www.coesfeld2014.de/_include/function.php:2239) in /is/htdocs/wp1064105_04OOTY8NPU/www/coesfeld2014.de/www.coesfeld2014.de/js/functionKand.js.php on line 18
$(document).ready(function() { // Scroll the whole document $('#top').localScroll({ target:'body', offset: { top: -55, left: 0 } }); // MeanMenu $('.containerTop').meanmenu(); // Go to top $.scrollUp({ scrollName: 'scrollUp', // Element ID scrollDistance: 300, // Distance from top/bottom before showing element (px) scrollFrom: 'top', // 'top' or 'bottom' scrollSpeed: 300, // Speed back to top (ms) easingType: 'linear', // Scroll to top easing (see http://easings.net/) animation: 'fade', // Fade, slide, none animationInSpeed: 200, // Animation in speed (ms) animationOutSpeed: 200, // Animation out speed (ms) scrollText: 'Scroll to top', // Text for element, can contain HTML scrollTitle: false, // Set a custom title if required. Defaults to scrollText scrollImg: false, // Set true to use image activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF' zIndex: 2147483647 // Z-Index for the overlay }); }); function initialize() { var newarkcoords = [ ]; var mapOptions = { center: new google.maps.LatLng(), zoom: , mapTypeId: google.maps.MapTypeId.ROADMAP, disableDefaultUI: true, scrollwheel: true, navigationControl: true, panControl: true, zoomControl: true, scaleControl: true, draggable:true }; var map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions); var styles = [ { stylers: [ { hue: "#35342F" }, { saturation: -50 }, ] },{ featureType: "road", elementType: "geometry", stylers: [ { lightness: 210 }, { color: "#A5A397" } ] },{ featureType: "road", elementType: "labels", stylers: [ { visibility: "off" }, { hue: "#333333" } ] } ]; map.setOptions({styles: styles}); var NewarkHighlight; var mNewarkCoords = new Array; for (var i = 0; i < newarkcoords.length; i++) { mNewarkCoords[i] = new google.maps.LatLng(newarkcoords[i].Latitude, newarkcoords[i].Longitude); } // Construct the polygon // Note that we don't specify an array or arrays, but instead just // a simple array of LatLngs in the paths property NewarkHighlight = new google.maps.Polygon({ paths: mNewarkCoords, strokeColor: "#E95D0F", strokeOpacity: 0.6, strokeWeight: 2, fillColor: "#E95D0F", fillOpacity: 0.1 }); NewarkHighlight.setMap(map); }