        <script>
        //Select Option Script
            var x, i, j, selElmnt, a, b, c;
            /*look for any elements with the class "custom-select":*/
            function bc_update_select_design() {
                x = document.querySelectorAll(".dropdown-select .ginput_container_select");
                for (i = 0; i < x.length; i++) {
                    selElmnt = x[i].getElementsByTagName("select")[0];
                    /*for each element, create a new DIV that will act as the selected item:*/
                    a = document.createElement("DIV");
                    a.setAttribute("class", "select-selected rounded-0");
                    a.setAttribute("tabindex", 0);
                    a.innerHTML = selElmnt.options[selElmnt.selectedIndex].innerHTML;
                    x[i].appendChild(a);
                    /*for each element, create a new DIV that will contain the option list:*/
                    b = document.createElement("DIV");
                    b.setAttribute("class", "select-items select-hide");
                    for (j = 1; j < selElmnt.length; j++) {
                        /*for each option in the original select element,
                         create a new DIV that will act as an option item:*/
                        c = document.createElement("DIV");
                        c.innerHTML = selElmnt.options[j].innerHTML;
                        b.appendChild(c);
                    }
                    x[i].appendChild(b);
                    /*For form keydown and up*/
                }
            }
            function closeAllSelect(elmnt) {
                // console.log('click');
                /*a function that will close all select boxes in the document,
                 except the current select box:*/
                var x, y, i, arrNo = [];
                x = document.getElementsByClassName("select-items");
                y = document.getElementsByClassName("select-selected");
                for (i = 0; i < y.length; i++) {
                    if (elmnt == y[i]) {
                        arrNo.push(i);
                    } else {
                        y[i].classList.remove("select-arrow-active");
                    }
                }
                for (i = 0; i < x.length; i++) {
                    if (arrNo.indexOf(i)) {
                        x[i].classList.add("select-hide");
                    }
                }
            }
            /*if the user clicks anywhere outside the select box,
             then close all select boxes:*/

            window.onload = (event) => {
                bc_update_select_design();
                document.addEventListener("click", closeAllSelect);
            };
        </script>
        {"id":62695,"date":"2025-03-26T08:22:51","date_gmt":"2025-03-26T08:22:51","guid":{"rendered":"https:\/\/applumbing.com\/syracuse\/?page_id=62695"},"modified":"2026-03-18T08:26:14","modified_gmt":"2026-03-18T08:26:14","slug":"highest-utility-contest","status":"publish","type":"page","link":"https:\/\/applumbing.com\/syracuse\/highest-utility-contest\/","title":{"rendered":"AP Plumbing&#8217;s Highest Utility Bill Contest"},"content":{"rendered":"<p>The AP Plumbing team is giving you a chance to win a free service call and up to $500 back on any repair when you show us your high utility bills! We know that regular maintenance and timely repairs are essential in ensuring that your plumbing works efficiently and reliably long-term. For a shot at winning this contest, simply show us a copy of your highest utility bill. Check out the details below and fill out this form to enter!<\/p>\r\n<p>Please note that winning this contest does not guarantee a lower utility bill. We will provide repairs or maintenance that will help to make your plumbing system more efficient, but it may not directly or immediately affect or lower your utility bill.\u00a0<\/p>\r\n<p class=\"pt-3\"><script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework contact_form_short_wrapper floating_labels_wrapper' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_11' >\n                        <div class='gform_heading'>\n                            <h3 class=\"gform_title\">Utility Form<\/h3>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_11' class='contact_form_short floating_labels' action='\/syracuse\/wp-json\/wp\/v2\/pages\/62695' data-formid='11' novalidate>\t\t\t\t\t<div style=\"display: none !important;\" class=\"akismet-fields-container gf_invisible\" data-prefix=\"ak_\">\n\t\t\t\t\t\t<label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label>\n\t\t\t\t\t\t<input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"176\" \/>\n\t\t\t\t\t\t<script>\ndocument.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );\n<\/script>\n\n\t\t\t\t\t<\/div>\n                        <div class='gform-body gform_body'><ul id='gform_fields_11' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_11_6\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_11_6'>First Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_11_6' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_11_7\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_11_7'>Last Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_7' id='input_11_7' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_11_2\" class=\"gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_11_2'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_2' id='input_11_2' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_11_17\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_11_17'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_17' id='input_11_17' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_11_14\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_11_14'>Address<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_14' id='input_11_14' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_11_15\" class=\"gfield gfield--type-fileupload gfield--input-type-fileupload gfield--width-full choosen-bill gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_11_15'>Utility Bill<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_fileupload'><input type='hidden' name='MAX_FILE_SIZE' value='52428800' \/><input name='input_15' id='input_11_15' type='file' class='large' aria-describedby=\"gfield_upload_rules_11_15\" onchange='javascript:gformValidateFileSize( this, 52428800 );'  \/><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_11_15'>Max. file size: 50 MB.<\/span><div class='gfield_description validation_message gfield_validation_message validation_message--hidden-on-empty' id='live_validation_message_11_15'><\/div> <\/div><\/li><li id=\"field_11_9\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >I would like to receive future offers and tips from AP Plumbing by email<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_11_9'><li class='gchoice gchoice_11_9_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_9.1' type='checkbox'  value='I would like to receive future offers and tips from AP Plumbing by email'  id='choice_11_9_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_11_9_1' id='label_11_9_1' class='gform-field-label gform-field-label--type-inline'>I would like to receive future offers and tips from AP Plumbing by email<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_11_16\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >By submitting this contact form and signing up for texts, you consent to receive text messages from AP Plumbing at the number provided, including messages sent by auto dialer. Consent is not a condition of purchase. Msg &amp; data rates may apply. Msg frequency varies. Unsubscribe at any time by replying STOP or clicking the unsubscribe link (where available) and no further messages will be sent. Reply HELP for help.<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_11_16'><li class='gchoice gchoice_11_16_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_16.1' type='checkbox'  value='By submitting this contact form and signing up for texts, you consent to receive text messages from AP Plumbing at the number provided, including messages sent by auto dialer. Consent is not a condition of purchase. Msg &amp; data rates may apply. Msg frequency varies. Unsubscribe at any time by replying STOP or clicking the unsubscribe link (where available) and no further messages will be sent. Reply HELP for help.'  id='choice_11_16_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_11_16_1' id='label_11_16_1' class='gform-field-label gform-field-label--type-inline'>By submitting this contact form and signing up for texts, you consent to receive text messages from AP Plumbing at the number provided, including messages sent by auto dialer. Consent is not a condition of purchase. Msg &amp; data rates may apply. Msg frequency varies. Unsubscribe at any time by replying STOP or clicking the unsubscribe link (where available) and no further messages will be sent. Reply HELP for help.<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <div class='text-center pt-2'><button class='btn btn-primary min-w-250 h-lg-52 w-lg-100 rds_gform_submit' id='gform_submit_button_11'>Get in touch<\/button><\/div> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_11' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_11' id='gform_theme_11' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_11' id='gform_style_settings_11' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_11' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='11' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='wB7mMUbzL+UM4gM3nmQpxXH10Q9+ZPsfamoQTKI7VWt14UNwnQW7c9WZlivXG\/V+82ByvwhRgezRP+TMWGJToejPrKOoO+NT6+MuDBdkGVfNnus=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_11' value='WyJ7XCIxNi4xXCI6XCI4ZDBhOGNjMjQ5MTI5NGFhMzc0ZjZlNTlkNWYzNTQ0OVwifSIsImVjMTAwNGFjNThlNWQ5ZTE5ZDY3MmNmOWVjMTIyZjU3Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_11' id='gform_target_page_number_11' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_11' id='gform_source_page_number_11' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 11, 'https:\/\/applumbing.com\/syracuse\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_11').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_11');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_11').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_11').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_11').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_11').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_11').val();gformInitSpinner( 11, 'https:\/\/applumbing.com\/syracuse\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [11, current_page]);window['gf_submitting_11'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_11').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [11]);window['gf_submitting_11'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_11').text());}else{jQuery('#gform_11').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"11\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_11\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_11\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_11\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 11, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n<\/p>\r\n<p><span class=\"h3\">Eligibility: <\/span> This Contest is open only to those who sign up at https:\/\/applumbing.com\/syracuse\/ and are 18 years old or older as of the entry date. The Contest is only open to legal residents of New York state and is void where prohibited by law. AP Plumbing employees, its af\ufb01liates, subsidiaries, advertising and promotion agencies, suppliers, (collectively the \u201cEmployees\u201d), and immediate family members and\/or those living in the same household of Employees are not eligible to participate in the Contest. The Contest is subject to all applicable federal, state, and local laws and regulations. Void where prohibited.<\/p>\r\n<ul>\r\n\t<li><strong>Agreement to Rules:<\/strong>\u00a0By participating, the Contestant (\u201cYou\u201d) agree to be fully unconditionally bound by these Rules, and You represent and warrant that You meet the eligibility requirements. In addition, You agree to accept the decisions of AP Plumbing as \ufb01nal and binding as they relate to the content of this Contest.<\/li>\r\n\t<li><strong>Contest Period:<\/strong> The contest begins on March 24, 2025, and ends on May 15, 2025. Your entry must be received before 11:59 PM on May 15<sup>th<\/sup> to be eligible.<\/li>\r\n\t<li><strong>How to Enter: <\/strong> Participants must submit a copy of their highest utility bill (electric, gas, or water) for the contest period to the form below. You may enter only once. You must provide the requested information, including details about your utility bill. The bill must clearly display the name, address, date, and total amount due. Personal information beyond what is required for verification may be redacted. The entry must fulfill all Contest requirements, as specified, to be eligible to win a prize. Entries that are incomplete or do not adhere to the rules or specifications may be disqualified at the sole discretion of AP Plumbing Multiple entries using different email addresses, identities, or devices are not allowed. If you use fraudulent methods or otherwise attempt to circumvent the rules, your submission may be removed from eligibility at the sole discretion of AP Plumbing.<\/li>\r\n<\/ul>\r\n<h3>Bill Criteria:<\/h3>\r\n<ul>\r\n\t<li>The utility bill must be issued by a recognized provider.<\/li>\r\n\t<li>It must be for a residential address and in the participant\u2019s name.<\/li>\r\n\t<li>Business, commercial, and rental property utility bills are not eligible.<\/li>\r\n<\/ul>\r\n<p><span class=\"h3\">Winner Selection:<\/span> The participant with the highest verified utility bill will be declared the winner. In the event of a tie, a random drawing will determine the winner. Winner will be notified by email, telephone, and\/or letter within seven (7) days following selection. AP Plumbing shall have no liability for Winner\u2019s failure to receive notices due to spam, junk e-mail, or other security settings or for Winner\u2019s provision of incorrect or non-functioning contact information. If Winner cannot be contacted, is ineligible, fails to claim the prize within 15 days from the time award notification was sent, or fails to return a completed and executed declaration and release as required, the prize may be forfeited, and an alternate Winner selected. Receipt of the prize is conditioned upon compliance with any and all federal, state, and local laws and regulations. ANY VIOLATION OF THESE OFFICIAL RULES BY WINNER (AT AP PLUMBING\u2019S SOLE DISCRETION) WILL RESULT IN DISQUALIFICATION.<\/p>\r\n<p><span class=\"h3\">Prize: <\/span> The winner will receive a f<span data-teams=\"true\">ree service call and up to $500 back on a repair<\/span>. The maximum amount awarded is $500. If the repair costs less, the remaining amount will not be awarded. The prize is non-transferable and cannot be exchanged for cash.<\/p>\r\n<h3>Verification &amp; Fraud Prevention:<\/h3>\r\n<ul>\r\n\t<li>Participants may be required to provide additional documentation to verify their submission.<\/li>\r\n\t<li>Any attempt to submit altered, fraudulent, or duplicate entries will result in disqualification.<\/li>\r\n<\/ul>\r\n<p><span class=\"h3\">Publicity &amp; Rights: <\/span> By entering, participants agree to allow AP Plumbing to use their name, likeness, and submitted bill details (excluding personal information) for promotional and marketing purposes.<\/p>\r\n<p><span class=\"h3\">Liability Release: <\/span> AP Plumbing and its affiliates are not responsible for lost, late, misdirected, or incomplete submissions. Participants assume all risks associated with sharing their information.<\/p>\r\n<p><span class=\"h3\">Terms &amp; Conditions:<\/span>\u00a0AP Plumbing reserves the right, in its sole discretion, to cancel, terminate, modify, or suspend the Campaign should virus, bug, non-authorized human intervention, fraud, or other cause beyond AP Plumbing\u2019s control corrupt or affect the administration, security, fairness, or proper conduct of the Campaign. In such case, AP Plumbing may select the Winner from all eligible entries received prior to and\/or after (if appropriate) the action taken by AP Plumbing. AP Plumbing reserves the right, in its sole discretion, to disqualify any individual who tampers or attempts to tamper with the entry process or the operation of the Campaign or website or violates these Terms &amp; Conditions AP Plumbing has the right, in its sole discretion, to maintain the integrity of the Campaign, to void votes for any reason, including, but not limited to: multiple entries from the same user from different IP addresses; multiple entries from the same computer in excess of that allowed by campaign rules, or the use of bots, macros, scripts or other technical means for entering. Any attempt by an entrant to deliberately damage any website or undermine the legitimate operation of the Campaign may be a violation of criminal and civil laws. Should such an attempt be made, AP Plumbing reserves the right to seek damages to the fullest extent permitted by law.<\/p>\r\n<p><span class=\"h3\">Limitation of Liability: <\/span>\u00a0By entering, You agree to release and hold harmless AP Plumbing, its subsidiaries, af\ufb01liates, advertising and promotion agencies, partners, representatives, agents, successors, assigns, employees, of\ufb01cers, and directors from any liability, illness, injury, death, loss, litigation, claim, or damage that may occur, directly or indirectly, whether caused by negligence or not, from: (i) such entrant\u2019s participation in the Campaign and\/or his\/her acceptance, possession, use, or misuse of any prize or any portion thereof; (ii) technical failures of any kind, including but not limited to the malfunction of any computer, cable, network, hardware, or software, or other mechanical equipment; (iii) the unavailability or inaccessibility of any transmissions, telephone, or Internet service; (iv) unauthorized human intervention in any part of the entry process or the Promotion; (v) electronic or human error in the administration of the Promotion or the processing of entries.<\/p>\r\n<p><span class=\"h3\">Disputes: <\/span>\u00a0THIS Campaign IS GOVERNED BY THE LAWS OF USA AND New York state, WITHOUT RESPECT TO CONFLICT OF LAW DOCTRINES. As a condition of participating in this Campaign, participant agrees that any and all disputes that cannot be resolved between the parties and causes of action arising out of or connected with this Campaign, shall be resolved individually, without resort to any form of class action, exclusively before a court located in New York having jurisdiction. Further, in any such dispute, under no circumstances shall participant be permitted to obtain awards for, and hereby waives all rights to, punitive, incidental, or consequential damages, including reasonable attorney\u2019s fees, other than participant\u2019s actual out-of-pocket expenses (i.e. costs associated with entering this Campaign). Participant further waives all rights to have damages multiplied or increased.<\/p>\r\n<p><span class=\"h3\">Privacy Policy: <\/span>\u00a0Information submitted with an entry is subject to the Privacy Policy stated on the AP Plumbing website. To read the Privacy Policy, <a href=\"https:\/\/applumbing.com\/syracuse\/privacy-policy\/\">click here<\/a>.\u00a0<\/p>\r\n<p><span class=\"h3\">Winners List: <\/span>\u00a0To obtain a copy of the Winner\u2019s name or a copy of these Of\ufb01cial Rules, mail your request along with a stamped, self-addressed envelope to: AP Plumbing, 690 State Fair Blvd, Syracuse, NY 13209. Requests must be received no later than May 15th.<\/p>\r\n<p><span class=\"h3\">Sponsor: <\/span>\u00a0The Sponsor of the Campaign is AP Plumbing, 690 State Fair Blvd, Syracuse, NY 13209.<\/p>\r\n<p><i>The Campaign is hosted by AP Plumbing and is in no way sponsored, endorsed, administered by, or associated with Meta.<\/i><\/p>","protected":false},"excerpt":{"rendered":"<p>The AP Plumbing team is giving you a chance to win a free service call and up to $500 back on any repair when you<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/template-subpage-fullwidth.php","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-62695","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/applumbing.com\/syracuse\/wp-json\/wp\/v2\/pages\/62695","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/applumbing.com\/syracuse\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/applumbing.com\/syracuse\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/applumbing.com\/syracuse\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/applumbing.com\/syracuse\/wp-json\/wp\/v2\/comments?post=62695"}],"version-history":[{"count":0,"href":"https:\/\/applumbing.com\/syracuse\/wp-json\/wp\/v2\/pages\/62695\/revisions"}],"wp:attachment":[{"href":"https:\/\/applumbing.com\/syracuse\/wp-json\/wp\/v2\/media?parent=62695"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}