Zeige Recyclinghöfe nach meinem zu entsorgenden Elektrogeräte an.
Zeige Rückgabestellen an:
10 km Umkreis
Ich möchte folgende Elektrogeräte
kostenlos entsorgen:
kostenlos entsorgen:
Neu

* Plan E übernimmt keine Gewähr für die Vollständigkeit, Richtigkeit und Aktualität der zur Verfügung gestellten Daten und
Informationen.
Du hast eine Frage zum Rückgabefinder oder möchtest uns etwas mitteilen? Kontaktiere uns bitte unter folgender EMail:
[email protected]
Leider konnte zu Ihrer Suchanfrage \""+keyword+"\" kein Ergebnis gefunden werden.
Bitte nutzen Sie die untenstehenden Kategorien zur Sammelstellensuche. Vielen Dank!
Begriff nicht gefunden?
Jetzt eintragen!
")}
if($("#category_keyword_list").html()!=''){$("#category_keyword_list").removeClass('hidden')}})
$(document).on('click','#category_keyword_list div',function(){var category_ids=$(this).attr("category_id")
var keyword=$(this).text()
$("form[name='categories'] input").each(function(){this.checked=!1})
if(category_ids){if(category_ids==0){var keyword=$("#category_keyword").val();$.ajax({url:location.href+'?new='+keyword,context:document.body}).done(function(returnValue){$("#category_keyword_list").html("Bitte nutzen Sie die untenstehenden Kategorien zur Sammelstellensuche. Vielen Dank!
Begriff nicht gefunden?
Jetzt eintragen!
Danke für deine Unterstützung.
");setTimeout(function(){$("#category_keyword_list").addClass('hidden')},3000);$("#category_keyword").val("")})
$("form[name='categories'] input").each(function(){this.checked=!0})}else{category_ids=category_ids.split(",");(category_ids).forEach(function(category_id){$("input#cat_"+category_id).prop("checked",!0)})
$("#category_keyword").val(keyword)
$("#category_keyword_list").html("");getLocations()}}})
var map=ym.map("map",{center:ym.latLng(52.520008,13.404954),zoom:zoom_level});window.map=map;map.scrollWheelZoom.disable();if($(document).width()<=678){map.dragging.disable()}
$(window).resize(function(){if($(document).width()<=678){map.dragging.disable()}else{map.dragging.enable()}})
function getLocation(){navigator.geolocation.getCurrentPosition(function(position){var latitude=position.coords.latitude;var longitude=position.coords.longitude;page=1;coordinates=[latitude,longitude]
map.setView([coordinates[0],coordinates[1]],12);var geocoder=new ym.services.GeoCoder().on('success',function(req,res){coordinates=res.body.bbox;location_name=res.body.features[0].properties.city
$("#location_input").val(location_name)
getLocations()});geocoder.reverseGeocode(coordinates)
return!0})}
$(".filter .find").on('click',function(){page=1;getLocation()})
$("input[name='location_type']").on('input',function(){page=1;getLocations()})
$(".filter .input .remove").on('click',function(){if(marker){marker.forEach(function(location_marker){location_marker.setOpacity(0)})}
$("#result_container").html("");$("#location_input").val("")})
function jumpToPage(new_page){page=new_page;$("#result_container").html("");if(ajax_result.locations.length>0){(ajax_result.locations).forEach(function(location){if(page==location.page){$("#result_container").append(location.template)
if(localStorage.getItem('rated_'+location.id)=='true'){$("#result_container").find('.location[data-id="'+location.id+'"]').find('.rating_btn').hide()}}})}
$(".pagination .active").removeClass("active")
$(".pagination span[data-page='"+page+"']").addClass('active')
if(page==1){$(".pagination .prev").hide()}else{$(".pagination .prev").show()}
if(ajax_result.pages<=page){$(".pagination .next").hide()}else{$(".pagination .next").show()}
if($(window).width()<=767){$(".filter").removeClass('open')}}
var xhr=null;function getLocations(){$("body").addClass("loading")
$("#pagination").addClass('hidden')
$("#location_input").blur()
if(marker){marker.forEach(function(location_marker,index){location_marker.remove()})
$(".leaflet-marker-icon").remove()}
marker=[];$("#result_container").html("");var types=[];$("#filter_results .filter_item.active").each(function(){types.push($(this).attr('data-type'))})
var type=$("input[name='location_type']:checked").val();if(xhr!=null){xhr.abort()}
xhr=$.ajax({url:location.pathname+'?get=locations&coordinates='+JSON.stringify(coordinates)+"&range="+$("#location_range").val()+'&location='+encodeURIComponent(location_name)+"&"+$("form[name='categories']").serialize()+"&type="+type,context:document.body}).done(function(content,b){var content=JSON.parse(content);ajax_result=content;window.history.pushState({},'',decodeURIComponent(content.url));if(content.locations.length>0){$(".filter_results").removeClass('hidden');if(content.pages>1){$(".pagination").removeClass('hidden');$(".pagination .container").html("");for(page_number=1;page_number<=content.pages;page_number++){$(".pagination .container").append(""+page_number+"")}
$(".pagination .container").append('»');$(".pagination .container").prepend('«')}else{$("#pagination").addClass('hidden')}(content.locations).forEach(function(location){if(location.location_type=='all'){icon=icon_all}else if(location.location_type=='commerce'){icon=icon_commerce}else if(location.location_type=='first_time_practitioner'){icon=icon_first_time_practitioner}else{icon=icon_public_law}
marker[location.id]=new modules.provider.Marker([location.latitude,location.longitude],{title:location.title}).setIcon(icon).setOpacity(1).addTo(map).on('click',function(){marker.forEach(function(current_marker){if(current_marker.options.icon.options.className=='commerce_green'){current_marker.setIcon(icon_commerce)}
if(current_marker.options.icon.options.className=='public_law_green'){current_marker.setIcon(icon_public_law)}
if(current_marker.options.icon.options.className=='all_green'){current_marker.setIcon(icon_all)}
if(current_marker.options.icon.options.className=='first_time_practitioner_green'){current_marker.setIcon(icon_first_time_practitioner)}})
if(this.options.icon.options.className=='commerce'){this.setIcon(icon_commerce_green)}
if(this.options.icon.options.className=='all'){this.setIcon(icon_all_green)}
if(this.options.icon.options.className=='public_law'){this.setIcon(icon_public_law_green)}
if(this.options.icon.options.className=='first_time_practitioner'){this.setIcon(icon_first_time_practitioner_green)}
if(page!=location.page){jumpToPage(location.page)}
$(".location").each(function(index){$(this).removeClass("active")});$(".location[data-id='"+location.id+"']").addClass("active");$('html').animate({scrollTop:$(".location[data-id='"+location.id+"']").offset().top-68},1000,function(){})})})
jumpToPage(1)}else{$("#pagination").addClass('hidden')
$("#result_container").html("Keine Sammelstellen gefunden
");$('html').animate({scrollTop:$(".no_results").offset().top-68},1000,function(){})}
$("body").removeClass("loading")})}
var icon=new modules.provider.Icon({iconUrl:'http://cdn.yellowmap.de/yellowmaps/img/marker.svg',iconRetinaUrl:'http://cdn.yellowmap.de/yellowmaps/img/marker.svg',iconSize:[30,49],iconAnchor:[15,49],popupAnchor:[0,-48]});var icon_all=new modules.provider.Icon({iconUrl:'files/images/plan_e/all.svg',iconRetinaUrl:'files/images/plan_e/all.svg',iconSize:[44,46],iconAnchor:[15,49],popupAnchor:[0,-48],className:"all"});var icon_commerce=new modules.provider.Icon({iconUrl:'files/images/plan_e/commerce.svg',iconRetinaUrl:'files/images/plan_e/commerce.svg',iconSize:[44,46],iconAnchor:[15,49],popupAnchor:[0,-48],className:"commerce"});var icon_public_law=new modules.provider.Icon({iconUrl:'files/images/plan_e/public_law.svg',iconRetinaUrl:'files/images/plan_e/public_law.svg',iconSize:[44,46],iconAnchor:[15,49],popupAnchor:[0,-48],className:"public_law"});var icon_first_time_practitioner=new modules.provider.Icon({iconUrl:'files/images/plan_e/first_time_practitioner.svg',iconRetinaUrl:'files/images/plan_e/first_time_practitioner.svg',iconSize:[44,46],iconAnchor:[15,49],popupAnchor:[0,-48],className:"first_time_practitioner"});var icon_all_green=new modules.provider.Icon({iconUrl:'files/images/plan_e/all_green.svg',iconRetinaUrl:'files/images/plan_e/all_green.svg',iconSize:[44,46],iconAnchor:[15,49],popupAnchor:[0,-48],className:"all_green"});var icon_commerce_green=new modules.provider.Icon({iconUrl:'files/images/plan_e/commerce_green.svg',iconRetinaUrl:'files/images/plan_e/commerce_green.svg',iconSize:[44,46],iconAnchor:[15,49],popupAnchor:[0,-48],className:"commerce_green"});var icon_public_law_green=new modules.provider.Icon({iconUrl:'files/images/plan_e/public_law_green.svg',iconRetinaUrl:'files/images/plan_e/public_law_green.svg',iconSize:[44,46],iconAnchor:[15,49],popupAnchor:[0,-48],className:"public_law_green"});var icon_first_time_practitioner_green=new modules.provider.Icon({iconUrl:'files/images/plan_e/first_time_practitioner_green.svg',iconRetinaUrl:'files/images/plan_e/first_time_practitioner_green.svg',iconSize:[44,46],iconAnchor:[15,49],popupAnchor:[0,-48],className:"first_time_practitioner_green"});var autoComplete=modules.autoComplete("#location_input",{isoCountries:['de'],onSelected:function(geoJson){coordinates=geoJson.geometry.coordinates;location_name=geoJson.properties.displayValue;map.setView([geoJson.geometry.coordinates[1],geoJson.geometry.coordinates[0]],12);getLocations()}});if(!getLocation()){if($(document).width()>768){$(".filter").addClass('open')}}
ym.services.geoCoder.on('success',function(req,res){page=1;coordinates=res.body.bbox;map.setView([coordinates[1],coordinates[0]],zoom_level);getLocations()});$("form[name='categories'] input[type='checkbox']").on('input',function(){page=1;getLocations()})
$(document).on('click','.pagination span',function(){if($(this).hasClass('next')){page++}else if($(this).hasClass('prev')){page--}else{page=$(this).text()}
jumpToPage(page)})
$(".filter .toggle").on('click',function(){$(this).closest('.filter').toggleClass('open')
if($(window).width()>=768){$(".navigation").removeClass('open')}})
$(".filter .category .toggler").on('click',function(){$(this).closest('.category').toggleClass('open')})
$(document).on('click',".rating_btn",function(){$(this).slideUp();$(this).parent().find('.rating').slideUp();$(this).parent().find('.rate').slideDown()})
$(document).on('click',".rate .rate_btn",function(e){e.preventDefault();var location_id=$(this).closest('.location').attr('data-id');var rating=$(this).attr('data-rate')
var count=parseInt($(this).closest('.rating_box').find('.rating .rating_count span').text());var rating_box=$(this).closest('.rating_box');localStorage.setItem('rated_'+location_id,!0);$.ajax({url:location.href+'?rate_id='+location_id+'&rating='+rating,context:document.body}).done(function(returnValue){returnValue=JSON.parse(returnValue)
var new_score=Math.round(returnValue.rating_score);var new_count=Math.round(returnValue.rating_count);$(rating_box).find('.rating .rating_count span').text(new_count)
$(rating_box).find('.rating svg').find('use').attr('xlink:href','#'+new_score);$(rating_box).find('.rating img').attr('src','images/stars/'+new_score+'.svg')})
$(this).closest('.rating_box').find('.rating').slideDown()
$(this).closest('.rating_box').find('.rate').slideUp()})
$(document).on('mouseenter',".rate .rate_btn",function(){var rating=$(this).attr('data-rate')
$(this).closest('svg').find('use').attr('xlink:href','#'+rating)})
$("#location_range").on('mouseup change',function(){$("#location_range_value").text($(this).val())
if($(window).width()<=420){switch($(this).val()){case "20":zoom_level=10;break;case "30":zoom_level=9;break;case "40":zoom_level=8;break;case "50":zoom_level=8;break;default:zoom_level=11;break}}else if($(window).width()<=630){switch($(this).val()){case "20":zoom_level=11;break;case "30":zoom_level=10;break;case "40":zoom_level=9;break;case "50":zoom_level=9;break;default:zoom_level=11;break}}else if($(window).width()<=767){switch($(this).val()){case "20":zoom_level=11;break;case "30":zoom_level=10;break;case "40":zoom_level=9;break;case "50":zoom_level=9;break;default:zoom_level=12;break}}else{switch($(this).val()){case "20":zoom_level=11;break;case "30":zoom_level=10;break;case "40":zoom_level=9;break;case "50":zoom_level=9;break;default:zoom_level=12;break}}
map.setZoom(zoom_level)
page=1;getLocations()})})