var distpoints=[],depot=[],dist=[],shortestdist=1E6,sindex=-1,map=null;function hidemap(){mapload();$(".nearest").hide()}
function findnearest(d){if(d==""){alert("Enter start location to find the nearest depot.");return false}_gaq.push(['_trackEvent','Find Nearest',d]);var e=null;loadpoints();e=new GClientGeocoder;e.setBaseCountryCode("UK");e.getLatLng(d+", UK",function(a){if(a){$("#container").show();$("#depot").fadeIn("slow");var c=new GIcon;c.image="http://www.cphire.com/images/mapicon.png";c.iconSize=new GSize(32,37);c.iconAnchor=new GPoint(16,37);a=new GLatLng(a.y,a.x);for(var b=0;b<distpoints.length;b++){var f=a.distanceFrom(new GLatLng(distpoints[b].y,
distpoints[b].x));if(f<shortestdist){shortestdist=f;sindex=b}}a="<h4>Your nearest CP Hire depot is "+depot[sindex]+" "+parseInt(shortestdist*100/1609.344)/100+" miles away<h4>";$("#depot").html(a);switch(sindex){case 0:$("#depotimage").html('<img style="padding:5px;" src="images/branch_coleraine.jpg" alt="Coleraine" width="250" height="170" style="float:left;"/>');$("#depotaddress").html("<b>CP Hire Coleraine</b><br />102 Bushmills Road<br>Coleraine<br />BT52 2BT<br />tel: 028 7034 4313<br />fax: 028 7035 1982");
$("#depotopening").html("<b>Opening Hours</b><br>Mon - Thurs: 7:30 - 5:00<br>Fri: 7:30 - 4:30<br>Sat: 8:00 - 12:00<br><b>Scaffolding Depot</b><br />Tel: (028) 7032 1992");break;case 1:$("#depotimage").html('<img style="padding:5px;" src="images/branch_ballymena.jpg" alt="Ballymena" width="250" height="170" />');$("#depotaddress").html("<b>CP Hire Ballymena</b><br>168A Larne Road<br>Ballymena<br>BT42 3HA<br>tel: 028 2564 9325<br>fax: 028 2565 1215");$("#depotopening").html("<b>Opening Hours</b><br>Mon - Thurs: 7:30 - 5:00<br>Fri: 7:30 - 4:30<br>Sat: 8:00 - 12:00");
break;case 2:$("#depotimage").html('<img style="padding:5px;" src="http://www.cphire.com/images/Belfast.jpg" alt="Belfast" width="143" height="104" />');$("#depotaddress").html("<b>CP Hire Belfast</b><br>M2 Business Park<br>Duncrue Street<br>Belfast<br>BT3 9AR<br>tel: 028 9074 0285<br>fax: 028 9035 2017");$("#depotopening").html("<b>Opening Hours</b><br>Mon - Thurs: 7:30 - 5:00<br>Fri: 7:30 - 4:30<br>Sat: 8:00 - 12:00");break;case 3:$("#depotimage").html('<img style="padding:5px;" src="images/branch_midulster.jpg" alt="Mid-Ulster" width="250" height="170" />');
$("#depotaddress").html("<b>CP Hire Mid-Ulster</b><br>Tamnamore Road<br>Dungannon<br>BT71 6HW<br>tel: 028 8772 6303<br>fax: 028 8772 6307");$("#depotopening").html("<b>Opening Hours</b><br>Mon - Thurs: 7:30 - 5:00<br>Fri: 7:30 - 4:30<br>Sat: 8:00 - 12:00");break;case 4:$("#depotimage").html('<img style="padding:5px;" src="images/branch_campsie.jpg" alt="Derry" width="250" height="170" />');$("#depotaddress").html("<b>CP Hire Campsie</b><br>Campsie Industrial Estate<br>Campsie<br>BT47 3DN<br>tel: 028 7181 2888<br>fax: 028 7181 4704");
$("#depotopening").html("<b>Opening Hours</b><br>Mon - Thurs: 7:30 - 5:00<br>Fri: 7:30 - 4:30<br>Sat: 8:00 - 12:00");break;case 5:$("#depotimage").html("&nbsp;");$("#depotaddress").html("<b>CP Hire Banbridge</b><br>79 Halfway Road<br>Banbridge<br>BT32 4EZ<br>tel: 028 9269 9222<br>fax: 028 9269 3344");$("#depotopening").html("<b>Opening Hours</b><br>Mon - Thurs: 7:30 - 5:00<br>Fri: 7:30 - 4:30<br>Sat: 8:00 - 12:00");break;case 6:$("#depotimage").html('<img style="padding:5px;" src="images/branch_magherafelt.jpg" alt="Magherafelt" width="250" height="170" />');
$("#depotaddress").html("<b>CP Hire Magherafelt</b><br>Unit 9 Station Road<br>Industrial Estate<br>Magherafelt<br>BT45 5EY<br>tel: 028 7963 2890<br>fax: 028 7963 2842");$("#depotopening").html("<b>Opening Hours</b><br>Mon - Thurs: 7:30 - 5:00<br>Fri: 7:30 - 4:30<br>Sat: 8:00 - 12:00")}var g=new GMarker(distpoints[sindex],c);
if ($("#mymap").is(':hidden')){
  $("#contentframe").height($("#contentframe").height()+300);
  $("#leftpanel").css("height",$("#contentframe").height());
}
$("#mymap").show(1,function(){map.checkResize();map.addOverlay(g);map.setCenter(new GLatLng(distpoints[sindex].y,distpoints[sindex].x),14);
})}else alert(d+" was not found.")});shortestdist=1E6}function mapload(){map=new GMap2(document.getElementById("mymap"));map.setCenter(new GLatLng(55.00282580979323,-7.31964111328125),9);map.addControl(new GSmallMapControl)}
function loadpoints(){distpoints[0]=new GPoint(-6.65762,55.14106);depot[0]="Coleraine";distpoints[1]=new GPoint(-6.26007,54.85442);depot[1]="Ballymena";distpoints[2]=new GPoint(-5.91833,54.62217);depot[2]="Belfast";distpoints[3]=new GPoint(-6.64136,54.49129);depot[3]="Mid Ulster";distpoints[4]=new GPoint(-7.20175,55.03363);depot[4]="Campsie";distpoints[5]=new GPoint(-6.19669,54.37748);depot[5]="Banbridge";distpoints[6]=new GPoint(-6.6009,54.76107);depot[6]="Magherafelt"};
