$(function(){$(document).on("click",".storesli",function(){var a=$("#csrftoken").val();$.ajax({method:"POST",url:"?",data:{request:"getstore",csrftoken:a,storeid:$(this).attr("data-storeid")}}).done(function(b){if(b.success){$("#activestore").empty().html(b.html);var a=null!=b.placeid?'<iframe width="100%" height="400px" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyD4t-fp7ymhE0_SCaF_yFyE1K48S3xQTGE&q=place_id:'+b.placeid+'" allowfullscreen></iframe>':
"<div>Map unavailable for this store.</div>";$("#map").empty().html(a);seturl(b.name)}})});$(document).on("click",".storesearch",function(){$("#searcherror").addClass("j-hidden");var a=$(".searchinput").val(),b=$("#csrftoken").val();if(""==a)return!1;$.ajax({method:"POST",url:"?",data:{request:"searchstore",csrftoken:b,search:a}}).done(function(a){if(a.success){$("#activestore").empty().html(a.html);var b=null!=a.placeid?'<iframe width="100%" height="400px" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyD4t-fp7ymhE0_SCaF_yFyE1K48S3xQTGE&q=place_id:'+
a.placeid+'" allowfullscreen></iframe>':"<div>Map unavailable for this store.</div>";$("#map").empty().html(b);seturl(a.name)}else $("#searcherror").empty().html("Store not found, try searching by suburb").removeClass("j-hidden")})});$(document).on("keypress",".searchinput",function(a){13==a.keyCode&&$(".storesearch").trigger("click")})});function seturl(a){var b=window.location;a=b.protocol+"//"+b.host+"/"+b.pathname.split("/")[1]+"/"+a;window.history.pushState({id:"store-locations"},"",a)}
function nl2br(a,b){return(a+"").replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g,"$1"+(b||"undefined"===typeof b?"<br />":"<br>")+"$2")};