(function ($) { // USE STRICT "use strict"; $(document).ready(function () { var selector_map = $('#google_map'); var img_pin = selector_map.attr('data-pin'); var data_map_x = selector_map.attr('data-map-x'); var data_map_y = selector_map.attr('data-map-y'); var scrollwhell = selector_map.attr('data-scrollwhell'); var draggable = selector_map.attr('data-draggable'); var map_zoom = selector_map.attr('data-zoom'); if (img_pin == null) { img_pin = 'images/icons/location.png'; } if (data_map_x == null || data_map_y == null) { data_map_x = 40.007749; data_map_y = -93.266572; } if (scrollwhell == null) { scrollwhell = 0; } if (draggable == null) { draggable = 0; } if (map_zoom == null) { map_zoom = 5; } var style = [ { "featureType": "water", "elementType": "geometry", "stylers": [ { "color": "#e9e9e9" }, { "lightness": 17 } ] }, { "featureType": "landscape", "elementType": "geometry", "stylers": [ { "color": "#f5f5f5" }, { "lightness": 20 } ] }, { "featureType": "road.highway", "elementType": "geometry.fill", "stylers": [ { "color": "#ffffff" }, { "lightness": 17 } ] }, { "featureType": "road.highway", "elementType": "geometry.stroke", "stylers": [ { "color": "#ffffff" }, { "lightness": 29 }, { "weight": 0.2 } ] }, { "featureType": "road.arterial", "elementType": "geometry", "stylers": [ { "color": "#ffffff" }, { "lightness": 18 } ] }, { "featureType": "road.local", "elementType": "geometry", "stylers": [ { "color": "#ffffff" }, { "lightness": 16 } ] }, { "featureType": "poi", "elementType": "geometry", "stylers": [ { "color": "#f5f5f5" }, { "lightness": 21 } ] }, { "featureType": "poi.park", "elementType": "geometry", "stylers": [ { "color": "#dedede" }, { "lightness": 21 } ] }, { "elementType": "labels.text.stroke", "stylers": [ { "visibility": "on" }, { "color": "#ffffff" }, { "lightness": 16 } ] }, { "elementType": "labels.text.fill", "stylers": [ { "saturation": 36 }, { "color": "#333333" }, { "lightness": 40 } ] }, { "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "featureType": "transit", "elementType": "geometry", "stylers": [ { "color": "#f2f2f2" }, { "lightness": 19 } ] }, { "featureType": "administrative", "elementType": "geometry.fill", "stylers": [ { "color": "#fefefe" }, { "lightness": 20 } ] }, { "featureType": "administrative", "elementType": "geometry.stroke", "stylers": [ { "color": "#fefefe" }, { "lightness": 17 }, { "weight": 1.2 } ] } ]; var latitude = data_map_x, longitude = data_map_y; var locations = [ ['
Now that you visited our website, how' +
'
about checking out our office too?