{"id":2631,"date":"2018-11-14T14:40:28","date_gmt":"2018-11-14T12:40:28","guid":{"rendered":"http:\/\/ebroh.es\/puntos-de-venta\/"},"modified":"2023-04-27T11:09:38","modified_gmt":"2023-04-27T09:09:38","slug":"points-de-vente","status":"publish","type":"page","link":"https:\/\/ebroh.eu\/fr\/points-de-vente\/","title":{"rendered":"Points de vente"},"content":{"rendered":"<p><div>     \n    <input id=\"pac-input\" class=\"controls\" type=\"text\" placeholder=\"Buscar...\">\n    <div class=\"container\" id=\"map-canvas\" style=\"height:400px;\"><\/div>\n<\/div>\n\n<div style=\"display:none\" id=\"wp_pkpo_content_29851\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_29734\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_28929\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_28903\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_28379\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_26782\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_26755\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_25739\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_24849\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_24606\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_21731\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_21730\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_21729\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_18656\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_18435\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_18037\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_17686\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_15492\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_15433\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_7551\"><\/div><div style=\"display:none\" id=\"wp_pkpo_content_7549\"><\/div>\n<script type=\"text\/javascript\">\n    var gmarkers = [];\n    var infoWindows = [];\n    \n    function initialize()\n    {\n        var lat_lng = {lat: 40.4637, lng: 3.7492};\n        var lat_lang_count = 0;\n        var default_zoom = 5;\n        var default_lat_settings = '39.8581';\n        var default_lang_settings = '-4.02263';\n\t\t\n                        default_zoom = 5        \n        if (default_lat_settings !== '' && default_lang_settings !== '')\n        {\n            map = new google.maps.Map(document.getElementById('map-canvas'), {\n                zoom: default_zoom,\n                center: new google.maps.LatLng(default_lat_settings, default_lang_settings),\n                mapTypeId: google.maps.MapTypeId.ROADMAP,\n                disableDefaultUI: true\n            });\n        }\n        else\n        {\n            map = new google.maps.Map(document.getElementById('map-canvas'), {\n                zoom: default_zoom,\n                center: lat_lng,\n                mapTypeId: google.maps.MapTypeId.ROADMAP,\n                disableDefaultUI: true\n            });\n        }\n          \n          \n        var searchBox = new google.maps.places.SearchBox(document.getElementById('pac-input'));\n        map.controls[google.maps.ControlPosition.TOP_CENTER].push(document.getElementById('pac-input'));\n        \n        google.maps.event.addListener(map, 'click', function() {\n            infowindow.close();\n        });\n\n        google.maps.event.addListener(searchBox, 'places_changed', function () {\n            searchBox.set('map', null);\n            var places = searchBox.getPlaces();\n\n            var bounds = new google.maps.LatLngBounds();\n            var i, place;\n            for (i = 0; place = places[i]; i++) {\n                (function (place) {\n                    var marker = new google.maps.Marker({\n                    });\n                    marker.bindTo('map', searchBox, 'map');\n                    google.maps.event.addListener(marker, 'map_changed', function () {\n                        if (!this.getMap()) {\n                            this.unbindAll();\n                        }\n                    });\n                    bounds.extend(place.geometry.location);\n\n\n                }(place));\n\n            }\n            map.fitBounds(bounds);\n            searchBox.set('map', map);\n            map.setZoom(Math.min(map.getZoom(), 12));\n\n        });\n\t\t\n\t\tjQuery(function() {\n                   var location_content = jQuery('#pl_29851 span.meta').html();\n                   var latLng = new google.maps.LatLng(44.036215818794446, 1.369597613811493);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"ATOM MOTORS\" pick_id=\"29851\">' +\n                       '<div class=\"iw-title\">ATOM MOTORS<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_29734 span.meta').html();\n                   var latLng = new google.maps.LatLng(47.334831028657106, 5.097001791000366);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"ADEQUATION BIKE\" pick_id=\"29734\">' +\n                       '<div class=\"iw-title\">ADEQUATION BIKE<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_28929 span.meta').html();\n                   var latLng = new google.maps.LatLng(48.86232738746589, 2.350563257932663);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"SCOOT-ELEC\" pick_id=\"28929\">' +\n                       '<div class=\"iw-title\">SCOOT-ELEC<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_28903 span.meta').html();\n                   var latLng = new google.maps.LatLng(43.554305260986915, 7.016397154907801);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"WATT MAX\" pick_id=\"28903\">' +\n                       '<div class=\"iw-title\">WATT MAX<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_28379 span.meta').html();\n                   var latLng = new google.maps.LatLng(43.13704627861539, 6.005610823631287);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"G\u00c9N\u00c9RATION MOBILIT\u00c9 \u00c9LECTRIQUE\" pick_id=\"28379\">' +\n                       '<div class=\"iw-title\">G\u00c9N\u00c9RATION MOBILIT\u00c9 \u00c9LECTRIQUE<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_26782 span.meta').html();\n                   var latLng = new google.maps.LatLng(43.72818887413059, 1.381305456161499);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"DCMA DARIO\" pick_id=\"26782\">' +\n                       '<div class=\"iw-title\">DCMA DARIO<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_26755 span.meta').html();\n                   var latLng = new google.maps.LatLng(48.89948375541988, 2.289823293685913);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"TENDANCE ROADSTER\" pick_id=\"26755\">' +\n                       '<div class=\"iw-title\">TENDANCE ROADSTER<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_25739 span.meta').html();\n                   var latLng = new google.maps.LatLng(43.11115796216452, 5.843747556209564);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"G\u00c9N\u00c9RATION MOBILIT\u00c9 ELECTRIQUE\" pick_id=\"25739\">' +\n                       '<div class=\"iw-title\">G\u00c9N\u00c9RATION MOBILIT\u00c9 ELECTRIQUE<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_24849 span.meta').html();\n                   var latLng = new google.maps.LatLng(48.86807771380837, 2.6736795902252197);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"ULYS GREEN\" pick_id=\"24849\">' +\n                       '<div class=\"iw-title\">ULYS GREEN<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_24606 span.meta').html();\n                   var latLng = new google.maps.LatLng(43.50083803497788, 3.322645632050243);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"CYCLO-ELEC\" pick_id=\"24606\">' +\n                       '<div class=\"iw-title\">CYCLO-ELEC<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_21731 span.meta').html();\n                   var latLng = new google.maps.LatLng(48.42893358990432, 7.6645731925964355);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"ELECTRIC CARS TROTT BIKES & SCOOTERS\" pick_id=\"21731\">' +\n                       '<div class=\"iw-title\">ELECTRIC CARS TROTT BIKES & SCOOTERS<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_21730 span.meta').html();\n                   var latLng = new google.maps.LatLng(43.619389279297415, 1.4205265538593848);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"THE ELECTRIC MOTORBIKE SHOP\" pick_id=\"21730\">' +\n                       '<div class=\"iw-title\">THE ELECTRIC MOTORBIKE SHOP<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_21729 span.meta').html();\n                   var latLng = new google.maps.LatLng(43.60070745895173, 1.4653363823890686);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"ECO DRIVE 31\" pick_id=\"21729\">' +\n                       '<div class=\"iw-title\">ECO DRIVE 31<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_18656 span.meta').html();\n                   var latLng = new google.maps.LatLng(43.24871640940315, 5.4017197384723525);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"FULLWATT\" pick_id=\"18656\">' +\n                       '<div class=\"iw-title\">FULLWATT<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_18435 span.meta').html();\n                   var latLng = new google.maps.LatLng(45.760277855072694, 4.850571155548096);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"SCOOTERS RASCAL\" pick_id=\"18435\">' +\n                       '<div class=\"iw-title\">SCOOTERS RASCAL<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_18037 span.meta').html();\n                   var latLng = new google.maps.LatLng(43.5992584428411, 3.8957905769348145);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"OVER WATT\" pick_id=\"18037\">' +\n                       '<div class=\"iw-title\">OVER WATT<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_17686 span.meta').html();\n                   var latLng = new google.maps.LatLng(48.74886752759468, 2.372692823410034);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"MOT ELEC\" pick_id=\"17686\">' +\n                       '<div class=\"iw-title\">MOT ELEC<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_15492 span.meta').html();\n                   var latLng = new google.maps.LatLng(46.247493132244216, 6.962263584136963);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"Service EMOTION & MACHINES\" pick_id=\"15492\">' +\n                       '<div class=\"iw-title\">Service EMOTION & MACHINES<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_15433 span.meta').html();\n                   var latLng = new google.maps.LatLng(44.84039715700045, -0.5986234545707703);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"VEHRTS BLEU\" pick_id=\"15433\">' +\n                       '<div class=\"iw-title\">VEHRTS BLEU<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_7551 span.meta').html();\n                   var latLng = new google.maps.LatLng(43.432803072499794, 6.731569436041731);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"MOOVE & GO\" pick_id=\"7551\">' +\n                       '<div class=\"iw-title\">MOOVE & GO<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n                               var location_content = jQuery('#pl_7549 span.meta').html();\n                   var latLng = new google.maps.LatLng(47.185162668211504, -1.4404454827308655);\n                   var contentString = '<div id=\"wp_pickup_map_content\" class=\"pickup_content iw-container\" point_name=\"ELECTROAD\" pick_id=\"7549\">' +\n                       '<div class=\"iw-title\">ELECTROAD<\/div>' +\n                       '<div class=\"iw-content\">' +\n                       '<div class=\"iw-subTitle\">'+location_content+'<\/div>' +\n                       '<\/div>' +\n                       '<div class=\"iw-bottom-gradient\"><\/div>' +\n                       '<\/div>';\n                    \n                    \n                  var infowindow = new google.maps.InfoWindow({\n                       maxWidth: 350\n                   });\n\n                   var marker = new google.maps.Marker({\n                       position: latLng,\n                       map: map\n                   });\n                   \n                   marker.setIcon('https:\/\/ebroh.eu\/wp-content\/plugins\/woocommerce-pickup-location\/assets\/images\/marker.png');\n                   \n                                                                       \n                   google.maps.event.addListener(infowindow, 'domready', function() {\n\n                       var iwOuter = jQuery('.gm-style-iw');\n\n                       var iwBackground = iwOuter.prev();\n\n                       iwBackground.children(':nth-child(2)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(4)').css({'display' : 'none'});\n\n                       iwBackground.children(':nth-child(3)').find('div').children().css({'box-shadow': 'rgba(72, 181, 233, 0.6) 0px 1px 6px', 'z-index' : '1'});\n\n                       var iwCloseBtn = iwOuter.next();\n\n                       jQuery('.gm-style-iw div:first-child').css('display','block');\n\n                       iwCloseBtn.css({opacity: '1', right: '38px', padding: '7px', top: '3px', border: '7px solid #48b5e9', 'border-radius': '13px', 'box-shadow': '0 0 5px #3990B9'});\n\n                       if(jQuery('.iw-content').height() < 140){\n                           jQuery('.iw-bottom-gradient').css({display: 'none'});\n                       }\n\n                       iwCloseBtn.mouseout(function(){\n                           jQuery(this).css({opacity: '1'});\n                       });\n                   });    \n\n                                                  \n                   bindInfoWindow(marker, map, infowindow, contentString,latLng);\n                   gmarkers.push(marker);\n                   infoWindows.push(infowindow);\n\t\t   lat_lang_count++;\n          \n            \t\t\n\t\t});\n    \n        if(lat_lang_count>0)\n        {\n            google.maps.event.addListener(marker, 'click', function() {\n                infowindow.open(map,marker);\n            });\n\n            google.maps.event.addListener(map, 'click', function() {\n                infowindow.close();\n            });\n\n        }\n         \n    }\n    \n    \n    function bindInfoWindow(marker, map, infowindow, html,latLng) {\n        marker.addListener('click', function () {\n            infowindow.setContent(html);\n            infowindow.open(map, this);\n            infowindow.setPosition(latLng);\n        });\n    }\n\ninitialize();\n<\/script><br \/>\n<div id=\"pickup_locations_list\"><p>Francia<\/p><ul><li id=\"pl_29851\">ATOM MOTORS<br><span class=\"meta\">12 Rue Voltaire<br>82000, Montauban<br>07 77 20 74 53<\/span><\/li><li id=\"pl_29734\">ADEQUATION BIKE<br><span class=\"meta\">1677 route de gray. ZAE du bois Guillaume (entr\u00e9e 1)<br>21850, Saint Apollinaire<br>06 65 38 443 \/ damien@adequationbike.com<\/span><\/li><li id=\"pl_28929\">SCOOT-ELEC<br><span class=\"meta\">44 bld de S\u00e9bastopol<br>75003, PAR\u00cdS<br>01 43 36 36 52 \/  scoot-elec@orange.fr<\/span><\/li><li id=\"pl_28903\">WATT MAX<br><span class=\"meta\">2, rue Edith Cavell<br>06400, CANNES<br>+33 04 93 39 65 21 \/ contact@wattmax.fr<\/span><\/li><li id=\"pl_28379\">G\u00c9N\u00c9RATION MOBILIT\u00c9 \u00c9LECTRIQUE<br><span class=\"meta\">300, Avenue de l\u2019Universit\u00e9<br>83160, LA VALETTE DU VAR<br>04 94 89 16 92 \/ boutique@gmevar.fr<\/span><\/li><li id=\"pl_26782\">DCMA DARIO<br><span class=\"meta\">M820<br>31790, Saint-Jory<br>5 34 27 38 27 \/ clement.dcmadario@gmail.com<\/span><\/li><li id=\"pl_26755\">TENDANCE ROADSTER<br><span class=\"meta\">98- 100 rue Baudin<br>92300, Levallois-Perret<br>01 74 63 86 76 \/ guillaume@tendance-roadster.com<\/span><\/li><li id=\"pl_25739\">G\u00c9N\u00c9RATION MOBILIT\u00c9 ELECTRIQUE<br><span class=\"meta\">207 Rue de Hy\u00e8res, ZI la Millonne <br>83140, Six-Fours-les-Plages<br>04 94 89 16 92 \/ boutique@gmevar.fr<\/span><\/li><li id=\"pl_24849\">ULYS GREEN<br><span class=\"meta\">13 Rue de la Noue Guimante B\u00e2timent 14<br>77400, Saint-Thibault-des-Vignes<br>09 53 12 30 00 \/ gchanteloube@ulys.green<\/span><\/li><li id=\"pl_24606\">CYCLO-ELEC<br><span class=\"meta\">9 RUE DU PONT SECOND ZA DES 4 CHEMINS<br>34320, Roujan<br>07 49 60 45 28 \/ contact@cyclo-elec.fr<\/span><\/li><li id=\"pl_21731\">ELECTRIC CARS TROTT BIKES &#038; SCOOTERS<br><span class=\"meta\">6 D Rte de Krafft<br>67150, Erstein<br>06 01 82 56 77 \/ ecars67@yahoo.fr<\/span><\/li><li id=\"pl_21730\">THE ELECTRIC MOTORBIKE SHOP<br><span class=\"meta\">14 rue Ferdinand Lasalle<br>31200, Toulouse<br>06 47 74 37 00 \/ shop@tems.fun  <\/span><\/li><li id=\"pl_21729\">ECO DRIVE 31<br><span class=\"meta\">95 Av. Camille Pujol<br>31500, Toulouse<br>07 69 31 44 90 \/ contact@eco-drive31.fr<\/span><\/li><li id=\"pl_18656\">FULLWATT<br><span class=\"meta\">53 Boulevard de la Concorde<br>13009, Marseille<br>04 84 52 09 49 \/ contact@full-watt.fr<\/span><\/li><li id=\"pl_18435\">SCOOTERS RASCAL<br><span class=\"meta\">200 Rue Andr\u00e9 Philip<br>69003, Lyon<br>+33 4 78 62 23 39 \/  contact@scooters-rascal.com<\/span><\/li><li id=\"pl_18037\">OVER WATT<br><span class=\"meta\">80 Pl. Georges Fr\u00eache<br>34000, Montpellier<br>04 67 22 02 29 \/ tommy.jauneau@over-watt.com<\/span><\/li><li id=\"pl_17686\">MOT ELEC<br><span class=\"meta\">12 Rue des Hauts Flouviers<br>94320, Thiais<br>01 41 73 75 05 \/ oliviermotelec@gmail.com<\/span><\/li><li id=\"pl_15433\">VEHRTS BLEU<br><span class=\"meta\">265, Rue Judaique<br>33000, Bordeaux<br>05 56 69 72 93 \/ vehrtsbleucompany@orange.fr<\/span><\/li><li id=\"pl_7551\">MOOVE &#038; GO<br><span class=\"meta\">58 Avenue de Verdun<br>83600, Fr\u00e9jus <br>04 22 73 03 26 \/ pme836@gmail.com<\/span><\/li><li id=\"pl_7549\">ELECTROAD<br><span class=\"meta\">7A Rue Jean Mermoz<br>44115, Haute-Goulaine, NANTES<br>09 54 44 05 44 \/ contact@electroad.fr<\/span><\/li><\/ul><\/div><div id=\"pickup_locations_list\"><p>SUIZA<\/p><ul><li id=\"pl_15492\">Service EMOTION &#038; MACHINES<br><span class=\"meta\">Avenue du Simplon 49<br>1870, Monthey<br>024\/471.65.65<\/span><\/li><\/ul><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2631","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ebroh.eu\/fr\/wp-json\/wp\/v2\/pages\/2631","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ebroh.eu\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ebroh.eu\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ebroh.eu\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ebroh.eu\/fr\/wp-json\/wp\/v2\/comments?post=2631"}],"version-history":[{"count":1,"href":"https:\/\/ebroh.eu\/fr\/wp-json\/wp\/v2\/pages\/2631\/revisions"}],"predecessor-version":[{"id":2634,"href":"https:\/\/ebroh.eu\/fr\/wp-json\/wp\/v2\/pages\/2631\/revisions\/2634"}],"wp:attachment":[{"href":"https:\/\/ebroh.eu\/fr\/wp-json\/wp\/v2\/media?parent=2631"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}