{"id":4179,"date":"2015-03-10T06:50:40","date_gmt":"2015-03-10T06:50:40","guid":{"rendered":"http:\/\/www.aivahthemes.com\/wp\/pestokil\/?page_id=18"},"modified":"2025-05-13T11:01:36","modified_gmt":"2025-05-13T01:01:36","slug":"frontpage","status":"publish","type":"page","link":"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/","title":{"rendered":"Frontpage"},"content":{"rendered":"<script type=\"text\/javascript\">\r\n\t\t\tjQuery(document).ready(function($) {\r\n\t\t\t\t\/\/ Disabled specific days:\r\n\t\t\t\t$.datepicker.setDefaults($.datepicker.regional['']);\r\n\t\t\t\tfunction disable_specificdays(date) {\r\n\t\t\t\t\tvar disabledDays = null;\r\n\t\t\t\t\t\tif ( disabledDays != null){\r\n\t\t\t\t\t\t\tvar m = date.getMonth();\r\n\t\t\t\t\t\t\tvar d = date.getDate();\r\n\t\t\t\t\t\t\tvar y = date.getFullYear();\r\n\t\t\t\t\t\t\tvar current_date = (m + 1) + \"\/\" + d + \"\/\" + y ;\r\n\t\t\t\t\t\t\tfor ( var k = 0; k < disabledDays.length; k++ ) {\r\n\t\t\t\t\t\t\t\tif ($.inArray(current_date, disabledDays) != -1 ) {\r\n\t\t\t\t\t\t\t\treturn [0];\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\treturn [1];\r\n\t\t\t\t}\r\n\r\n\t\t\t\tjQuery(\"#dateselect775\").datepicker({\r\n\t\t\t\t\tdateFormat: \"mm\/dd\/yy\",\r\n\t\t\t\t\tshowOtherMonths: true,\r\n\t\t\t\t\tselectOtherMonths: true,\r\n\t\t\t\t\tbeforeShowDay : disable_specificdays,\r\n\t\t\t\t\tminDate: 0,\r\n\t\t\t\t\tfirstDay:\"0\"\r\n\t\t\t\t});\r\n\t\t\t\t$.datepicker.setDefaults($.datepicker.regional['']);\r\n\t\t\t\tjQuery(\"#button_submit775\").on(\"click\",function(){\r\n\t\t\t\t\tvar apt_name  = jQuery(\"#iva_apt_name775\").val();\r\n\t\t\t\t\tvar apt_date  = jQuery(\"#dateselect775\").val();\r\n\t\t\t\t\tvar apt_email = jQuery(\"#iva_apt_email775\").val();\r\n\t\t\t\t\tvar apt_phone = jQuery(\"#iva_apt_phone775\").val();\r\n\t\t\t\t\tvar proceed = true;\r\n\t\t\t\t\tvar redirect = \"false\";\r\n\r\n\t\t\t\t\tfilter = \/^[A-Z0-9._%+-]+@([A-Z0-9-]+\\.)+[A-Z]{2,4}$\/i;\r\n\t\t\t\t\tif( filter.test( apt_email ) ){\r\n\t\t\t\t\t jQuery(\".iva_email775\").removeClass(\"error\");\r\n\t\t\t\t\t  proceed = true;\r\n\t\t\t\t\t}else{\r\n\t\t\t\t\t jQuery(\".iva_email775\").addClass(\"error\");\r\n\t\t\t\t\t   proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_name ===\"\" ){\r\n\t\t\t\t\t  jQuery(\".iva_name775\").addClass(\"error\");\r\n\t\t\t\t\t  proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_name ){\r\n\t\t\t\t\t\tjQuery(\".iva_name775\").removeClass(\"error\");\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif( apt_phone ===\"\" ){\r\n\t\t\t\t\t  jQuery(\".iva_phone775\").addClass(\"error\");\r\n\t\t\t\t\t  proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_phone ){\r\n\t\t\t\t\t\tjQuery(\".iva_phone775\").removeClass(\"error\");\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif( apt_date ===\"\" ){\r\n\t\t\t\t\t  jQuery(\".iva_date775\").addClass(\"error\");\r\n\t\t\t\t\t  proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_date ){\r\n\t\t\t\t\t\tjQuery(\".iva_date775\").removeClass(\"error\");\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( proceed ){\r\n\t\t\t\t\t\tif( redirect == \"false\"){\r\n\t\t\t\t\t\t\tiva_appt_sh_send_mail();\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\telse{\r\n\t\t\t\t\t\t\twindow.location = frm_action;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}else{\r\n\t\t\t\t\t  return false;\r\n\t\t\t\t\t}\r\n\t\t\t\t});\r\n\t\t\t\tfunction iva_appt_sh_send_mail(){\r\n\t\t\t\t\t$.ajax({\r\n\t\t\t\t\t\turl: iva_panel.ajaxurl,\r\n\t\t\t\t\t\ttype: \"post\",\r\n\t\t\t\t\t\tdataType: \"html\",\r\n\t\t\t\t\t\tdata: {\r\n\t\t\t\t\t\t\taction   : \"iva_sh_apt_send_mail\",\r\n\t\t\t\t\t\t\tdata\t : jQuery(\"#iva_apptform775\").serialize()\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\tsuccess: function( response ){\r\n\t\t\t\t\t\t\tjQuery(\".iva_sh_apt_msg775\").html(response);\r\n\t\t\t\t\t\t\tif( jQuery( \"#sh_apt_msg\" ).hasClass( \"success\" ) ){\r\n\t\t\t\t\t\t\t\tdocument.iva_apptform.reset();\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t<\/script><div class=\"iva_appt_section\"  style=\"background-color:#222c2e;color:#ffffff;\"><div class=\"iva_appt_inner\"><div class=\"iva_appt_content\"><div class=\"iva_sh_apt_msg775\"><\/div><div class=\"one_third mb0\"><div class=\"fancyheading\"><h1 class=\"fancy-title large\"><span>APPOINTMENT<br><\/span><\/h1><small>Book an appointment via our booking form, or call us today!.<\/small><\/div><\/div><div class=\"two_third mb0 last\"><div class=\"iva_apptform_wrap\"><form name=\"iva_apptform\" method=\"post\" action=\"\" id=\"iva_apptform775\"><div class=\"one_half form_col\"><input type=\"text\" name=\"iva_apt_name\" id=\"iva_apt_name775\" value=\"\" placeholder=\"First Name\" class=\"iva_name775\"><\/div><div class=\"one_half form_col last\"><input type=\"text\" name=\"iva_apt_email\" value=\"\" placeholder=\"Email\"  id=\"iva_apt_email775\" class=\"iva_email775\"><\/div><div class=\"one_half form_col\"><input type=\"text\" name=\"appointmentdate\" readonly=\"readyonly\" value=\"\" placeholder=\"Date\" id=\"dateselect775\" class=\"iva_date-775\"><\/div><div class=\"one_half form_col last\"><input type=\"text\" name=\"phone\" id=\"iva_apt_phone775\" value=\"\" placeholder=\"Phone\" class=\"iva_phone775\"><\/div><div class=\"clear\"><\/div><button id=\"button_submit775\" type=\"button\" class=\"btn yellow true large\"><span>REQUEST AN INSPECTION<\/span><\/button><input type=\"hidden\" value =\"\" id=\"iva_frm_action775\"><\/form><\/div><\/div><\/div><\/div><\/div>\n<div id=\"section18\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#ffffff;padding:80px 0;border-color:f6f6f6;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div class=\"one_third\" ><div class=\"atp-services\"><div class=\"serviceIcn_style2a\"><div class=\"services_icon2a yellow\"><i class=\"fa fa-star\"><\/i><\/div><div class=\"sIcn_heading2a\"><h3>PEST REMOVAL SERVICES<\/h3><div class=\"sIcn_content2a\">Ants, Spiders, Bees, Wasps, Cockroaches, Rats and Mice. All work comes with a written Guarantee Northside Pest Control is a fully accredited and fully insured business.<\/div><\/div><\/div><\/div><\/div>\n<div class=\"one_third\" ><div class=\"atp-services\"><div class=\"serviceIcn_style2a\"><div class=\"services_icon2a yellow\"><i class=\"fa fa-archive\"><\/i><\/div><div class=\"sIcn_heading2a\"><h3>SEASONAL PEST MANAGEMENT<\/h3><div class=\"sIcn_content2a\">We specialise in seasonal pest management such as&nbsp; rodent control, wasp nest removal, as well as annual&nbsp; ant and spider control.<\/div><\/div><\/div><\/div><\/div>\n<div class=\"one_third last\" ><div class=\"atp-services\"><div class=\"serviceIcn_style2a\"><div class=\"services_icon2a yellow\"><i class=\"fa fa-search\"><\/i><\/div><div class=\"sIcn_heading2a\"><h3>FREE <strong>INSPECTION<\/strong><\/h3><div class=\"sIcn_content2a\">Schedule a Complimentary inspection of your Residential or Commercial place and effectively rid your life of pests! <\/div><\/div><\/div><\/div><\/div><div class=\"clear\"><\/div>\n<\/div><\/div>\n<div id=\"section81\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#ffffff;padding:20px 0 80px 0;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<p><strong>Our Prices<\/strong><\/p>\n<ul>\n<li><a title=\"Prices\" href=\"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/prices\/\">Prices<\/a><\/li>\n<\/ul>\n<h5><strong>Areas we service<\/strong><\/h5>\n<table style=\"border-collapse: collapse; width: 100%; height: 46px;\">\n<tbody>\n<tr style=\"height: 23px;\">\n<td style=\"width: 25%; height: 23px;\"><a title=\"Pest Control Epping\" href=\"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/pest-control-epping\/\">Pest Control Epping<\/a><\/td>\n<td style=\"width: 25%; height: 23px;\"><a title=\"Pest Control Craigieburn\" href=\"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/pest-control-craigieburn\/\">Pest Control Craigieburn<\/a><\/td>\n<td style=\"width: 25%; height: 23px;\"><a title=\"Pest Control Whittlesea\" href=\"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/pest-control-whittlesea\/\">Pest Control Whittlesea<\/a><\/td>\n<td style=\"width: 25%; height: 23px;\"><a title=\"Pest control Kalkallo\" href=\"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/737-2\/\">Pest control Kalkallo<\/a><\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 25%; height: 23px;\"><a title=\"Pest control Reservoir\" href=\"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/pest-control-reservoir\/\">Pest control Reservoir<\/a><\/td>\n<td style=\"width: 25%; height: 23px;\"><a title=\"Pest control Thomastown\" href=\"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/pest-control-thomastown\/\">Pest control Thomastown<\/a><\/td>\n<td style=\"width: 25%; height: 23px;\"><a title=\"Pest control Lalor\" href=\"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/pest-control-lalor\/\">Pest control Lalor<\/a><\/td>\n<td style=\"width: 25%; height: 23px;\"><a title=\"Pest control Doreen\" href=\"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/pest-control-doreen-rodent-control\/\">Pest control Doreen<\/a><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 25%;\"><a title=\"Pest control Donnybrook\" href=\"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/pest-control-donnybrook\/\">Pest control Donnybrook<\/a><\/td>\n<td style=\"width: 25%;\"><a title=\"Pest control Mickleham\" href=\"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/pest-control-mickleham\/\">Pest control Mickleham<\/a><\/td>\n<td style=\"width: 25%;\">&nbsp;<\/td>\n<td style=\"width: 25%;\">&nbsp;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div><\/div>\n<div id=\"section49\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#dfe5e7;padding:100px 0 80px 0;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div class=\"two_third\" ><div class=\"fancyheading textleft\" ><h1 class=\"fancy-title large\"><span >PROTECT YOUR HOME<br \/>\n<strong>CALL US FOR A FREE ESTIMATE.<\/strong><\/span><\/h1><p> Request a free estimate or Book an Appointment. We will visit with our team shortly!<\/p><\/div>\n<div class=\"one_half\" ><h5><strong>About us<\/strong><\/h5>\n<p>Northside Pest Control specializes in both domestic and commercial pest management throughout Melbourne. Our pest control services include rats, mice, ants, spiders, cockroaches, fleas, millipedes, carpet beetle and wasps. By understanding pest behavior, Northside Pest Control is able to provide a professional and cost effective solution to our customers. We are fully accredited and government licensed.<br \/><\/div>\n<div class=\"one_half last\" ><h5><strong>MORE SERVICES WE OFFER<\/strong><\/h5>\n\n<ul class=\"iva-checklist iva-liststyle1\">\n<li class=\"iva-li-item-content\"><span class=\"icon-wrapper \"><i class=\"fa fa-fw fa fa-bug\"  style=\"color:#E0BA21;\"><\/i><\/span>Domestic Pest Control<\/li>\n<li class=\"iva-li-item-content\"><span class=\"icon-wrapper \"><i class=\"fa fa-fw fa fa-bug\"  style=\"color:#E0BA21;\"><\/i><\/span>Commercial Pest Control<\/li>\n<li class=\"iva-li-item-content\"><span class=\"icon-wrapper \"><i class=\"fa fa-fw fa fa-bug\"  style=\"color:#E0BA21;\"><\/i><\/span>Seasonal Pest Management<\/li>\n<li class=\"iva-li-item-content\"><span class=\"icon-wrapper \"><i class=\"fa fa-fw fa fa-bug\"  style=\"color:#E0BA21;\"><\/i><\/span>Formal Pest Management Programs<\/li>\n<\/ul>\n<\/div><div class=\"clear\"><\/div><\/div>\n<div class=\"one_third last\" ><div class=\"demo_space\"  style=\"height:10px\"><\/div>\n<span  class=\"imagesc iva_anim iva-tooltip   \"  style=\"\"><figure><img decoding=\"async\" src=\"https:\/\/www.northsidepestcontrol.com.au\/wp-content\/uploads\/2015\/03\/construction.jpg\" class=\"\" alt=\"\"  style=\"\"><\/figure><span class=\"image_caption ivatip ivatip_bottom\">Caption with bottom position<\/span><\/span><\/div><div class=\"clear\"><\/div>\n<\/div><\/div>\n<div id=\"section87\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#ffffff;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div class=\"fancyheading center\" ><span  style=\"color:#444444;\"><strong>Pest Control Removal Services<\/strong><\/span><p>\n<p><strong>Ants<\/strong><br \/>\nIn need of Ant Pest Control removal? Ants are social insects that live in large numbers and can travel long distances in search of food.<\/p>\n<p><strong>Cockroach Pest Control<\/strong><br \/>\nIn need of Cockroach Pest Control removal? Cockroaches that have developed to live amongst us, have well developed survival skills. Infestations are not always obvious<\/p>\n<p><strong>Mice<\/strong><br \/>\nGet rid of Rats and Mice, rodent control and rodent removal. Mice and rodent activity is common at night as they look for water and food.<\/p>\n<p><strong>Spider\/wasp Insect Control<br \/>\n<\/strong>In need of Spider\/Wasp Pest Control? The control of spiders involves identifying the type of spider and implementing a suitable treatment.<\/p>\n<\/p><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"template_stretched.php","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-4179","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/wp-json\/wp\/v2\/pages\/4179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/wp-json\/wp\/v2\/comments?post=4179"}],"version-history":[{"count":7,"href":"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/wp-json\/wp\/v2\/pages\/4179\/revisions"}],"predecessor-version":[{"id":4942,"href":"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/wp-json\/wp\/v2\/pages\/4179\/revisions\/4942"}],"wp:attachment":[{"href":"https:\/\/www.northsidepestcontrol.com.au\/Doreen\/Thomastown\/Craigieburn\/Reservoir\/wp-json\/wp\/v2\/media?parent=4179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}