{"id":20007,"date":"2023-03-14T14:35:12","date_gmt":"2023-03-14T04:35:12","guid":{"rendered":"https:\/\/positiverealestate.com.au\/web\/?page_id=20007"},"modified":"2023-03-21T17:24:09","modified_gmt":"2023-03-21T07:24:09","slug":"property-enquiry-6330","status":"publish","type":"page","link":"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/","title":{"rendered":"Property Enquiry 6330"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; _builder_version=&#8221;3.0.105&#8243; background_image=&#8221;https:\/\/preauweb.wpengine.com\/wp-content\/uploads\/2017\/04\/shutterstock_376991218_2.0.jpg&#8221; custom_margin=&#8221;0px||0px|&#8221; custom_padding=&#8221;0px||0px|&#8221; global_module=&#8221;8048&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_image src=&#8221;https:\/\/preauweb.wpengine.com\/wp-content\/uploads\/2018\/05\/PRE-Logo-REV-RGB.png&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.16&#8243; custom_margin=&#8221;0px||0px|&#8221; custom_padding=&#8221;0px||0px|&#8221; custom_css_main_element=&#8221;max-width: 220px;&#8221; always_center_on_mobile=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#F7F7F7&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.17.4&#8243; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#1b3d6b&#8221; header_2_text_color=&#8221;#1b3d6b&#8221; header_3_text_color=&#8221;#6B6B6B&#8221; header_4_text_color=&#8221;#1b3d6b&#8221; header_4_line_height=&#8221;36px&#8221; text_orientation=&#8221;center&#8221; header_2_font_size_tablet=&#8221;&#8221; header_2_font_size_phone=&#8221;22px&#8221; header_2_font_size_last_edited=&#8221;on|tablet&#8221; header_4_font_size_tablet=&#8221;17px&#8221; header_4_font_size_phone=&#8221;16px&#8221; header_4_font_size_last_edited=&#8221;on|desktop&#8221; header_4_line_height_tablet=&#8221;35px&#8221; header_4_line_height_phone=&#8221;25px&#8221; header_4_line_height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>For More Information and To Chat to Your PC <br \/>About This Deal <strong>Enquire Now<\/strong><\/h3>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<!-- Old style formassembly [[XXXXX XXXXX]] tag replaced -->\n<style>.wForm form{text-align: left;}<\/style><!-- FORM: HEAD SECTION -->\n    <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n    <meta name=\"referrer\" content=\"no-referrer-when-downgrade\">\n    <!-- THIS SCRIPT NEEDS TO BE LOADED FIRST BEFORE wforms.js -->\n    <script type=\"text\/javascript\" data-for=\"FA__DOMContentLoadedEventDispatch\" src=\"https:\/\/positiverealestate.tfaforms.net\/js\/FA__DOMContentLoadedEventDispatcher.js\" defer><\/script>\n        <script type=\"text\/javascript\">\n        document.addEventListener(\"FA__DOMContentLoaded\", function(){\n            const FORM_TIME_START = Math.floor((new Date).getTime()\/1000);\n            let formElement = document.getElementById(\"tfa_0\");\n            if (null === formElement) {\n                formElement = document.getElementById(\"0\");\n            }\n            let appendJsTimerElement = function(){\n                let formTimeDiff = Math.floor((new Date).getTime()\/1000) - FORM_TIME_START;\n                let cumulatedTimeElement = document.getElementById(\"tfa_dbCumulatedTime\");\n                if (null !== cumulatedTimeElement) {\n                    let cumulatedTime = parseInt(cumulatedTimeElement.value);\n                    if (null !== cumulatedTime && cumulatedTime > 0) {\n                        formTimeDiff += cumulatedTime;\n                    }\n                }\n                let jsTimeInput = document.createElement(\"input\");\n                jsTimeInput.setAttribute(\"type\", \"hidden\");\n                jsTimeInput.setAttribute(\"value\", formTimeDiff.toString());\n                jsTimeInput.setAttribute(\"name\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"id\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"autocomplete\", \"off\");\n                if (null !== formElement) {\n                    formElement.appendChild(jsTimeInput);\n                }\n            };\n            if (null !== formElement) {\n                if(formElement.addEventListener){\n                    formElement.addEventListener('submit', appendJsTimerElement, false);\n                } else if(formElement.attachEvent){\n                    formElement.attachEvent('onsubmit', appendJsTimerElement);\n                }\n            }\n        });\n    <\/script>\n\n    <link href=\"https:\/\/positiverealestate.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-layout.css?v=25bb7e89c1f8d55e345a170d74065d4290abcbea\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n    <link href=\"https:\/\/positiverealestate.tfaforms.net\/uploads\/themes\/theme-22418.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <link href=\"https:\/\/positiverealestate.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-jsonly.css?v=25bb7e89c1f8d55e345a170d74065d4290abcbea\" rel=\"alternate stylesheet\" title=\"This stylesheet activated by javascript\" type=\"text\/css\" \/>\n    <script type=\"text\/javascript\" src=\"https:\/\/positiverealestate.tfaforms.net\/wForms\/3.11\/js\/wforms.js?v=25bb7e89c1f8d55e345a170d74065d4290abcbea\"><\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/positiverealestate.tfaforms.net\/js\/wforms_session_errors_aria.js?v=25bb7e89c1f8d55e345a170d74065d4290abcbea\" defer><\/script>\n    <script type=\"text\/javascript\">\n        if(wFORMS.behaviors.prefill) wFORMS.behaviors.prefill.skip = true;\n    <\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/positiverealestate.tfaforms.net\/wForms\/3.11\/js\/localization-en_US.js?v=25bb7e89c1f8d55e345a170d74065d4290abcbea\"><\/script>\n<link href=\"\/font\/css\/font-awesome.min.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n<!-- FORM: BODY SECTION -->\n<div class=\"wFormContainer\" style=\"max-width: 700px; width: auto;\">\n    <div class=\"wFormHeader\"><\/div>\n    <style type=\"text\/css\">\n                #tfa_FirstName,\n                *[id^=\"tfa_FirstName[\"] {\n                    width: 633px !important;\n                }\n                #tfa_FirstName-D,\n                *[id^=\"tfa_FirstName[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_FirstName-L,\n                label[id^=\"tfa_FirstName[\"] {\n                    width: 613px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_LastName,\n                *[id^=\"tfa_LastName[\"] {\n                    width: 613px !important;\n                }\n                #tfa_LastName-D,\n                *[id^=\"tfa_LastName[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_LastName-L,\n                label[id^=\"tfa_LastName[\"] {\n                    width: 653px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_Email,\n                *[id^=\"tfa_Email[\"] {\n                    width: 633px !important;\n                }\n                #tfa_Email-D,\n                *[id^=\"tfa_Email[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_Email-L,\n                label[id^=\"tfa_Email[\"] {\n                    width: 613px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_Mobile,\n                *[id^=\"tfa_Mobile[\"] {\n                    width: 633px !important;\n                }\n                #tfa_Mobile-D,\n                *[id^=\"tfa_Mobile[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_Mobile-L,\n                label[id^=\"tfa_Mobile[\"] {\n                    width: 613px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_Postcode,\n                *[id^=\"tfa_Postcode[\"] {\n                    width: 653px !important;\n                }\n                #tfa_Postcode-D,\n                *[id^=\"tfa_Postcode[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_Postcode-L,\n                label[id^=\"tfa_Postcode[\"] {\n                    width: 633px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_16,\n                *[id^=\"tfa_16[\"] {\n                    width: 619px !important;\n                }\n                #tfa_16-D,\n                *[id^=\"tfa_16[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_16-L,\n                label[id^=\"tfa_16[\"] {\n                    width: 599px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_6,\n                *[id^=\"tfa_6[\"] {\n                    width: 230px !important;\n                }\n                #tfa_6-D,\n                *[id^=\"tfa_6[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_8,\n                *[id^=\"tfa_8[\"] {\n                    width: 230px !important;\n                }\n                #tfa_8-D,\n                *[id^=\"tfa_8[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_7,\n                *[id^=\"tfa_7[\"] {\n                    width: 230px !important;\n                }\n                #tfa_7-D,\n                *[id^=\"tfa_7[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_9,\n                *[id^=\"tfa_9[\"] {\n                    width: 230px !important;\n                }\n                #tfa_9-D,\n                *[id^=\"tfa_9[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_10,\n                *[id^=\"tfa_10[\"] {\n                    width: 230px !important;\n                }\n                #tfa_10-D,\n                *[id^=\"tfa_10[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_11,\n                *[id^=\"tfa_11[\"] {\n                    width: 230px !important;\n                }\n                #tfa_11-D,\n                *[id^=\"tfa_11[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_28,\n                *[id^=\"tfa_28[\"] {\n                    width: 230px !important;\n                }\n                #tfa_28-D,\n                *[id^=\"tfa_28[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_26,\n                *[id^=\"tfa_26[\"] {\n                    width: 230px !important;\n                }\n                #tfa_26-D,\n                *[id^=\"tfa_26[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            <\/style><div class=\"\"><div class=\"wForm\" id=\"266304-WRPR\" data-language=\"en_US\" dir=\"ltr\">\n<div class=\"codesection\" id=\"code-266304\"><style>\n  .wFormContainer .wFormHeader {\n    display: none;\n  }\n  \n  \/* Keep button green even when disabled for Google Captcha *\/\n  .wFormContainer .actions .primaryAction:disabled {\n    background-color: ##4a4a4a;\n  }\n<\/style><\/div>\n<form method=\"post\" action=\"https:\/\/positiverealestate.tfaforms.net\/api_v2\/rest\/workflow\/processor\" class=\"hintsSide labelsLeftAligned\" id=\"266304\">\n<div class=\"oneField field-container-D    \" id=\"tfa_FirstName-D\">\n<label id=\"tfa_FirstName-L\" class=\"label preField reqMark\" for=\"tfa_FirstName\">First Name<\/label><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_FirstName\" name=\"tfa_FirstName\" value=\"\" title=\"First Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_LastName-D\">\n<label id=\"tfa_LastName-L\" class=\"label preField reqMark\" for=\"tfa_LastName\">Last Name<\/label><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_LastName\" name=\"tfa_LastName\" value=\"\" title=\"Last Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_Email-D\">\n<label id=\"tfa_Email-L\" class=\"label preField reqMark\" for=\"tfa_Email\">Email<\/label><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_Email\" name=\"tfa_Email\" value=\"\" title=\"Email\" class=\"validate-email required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_Mobile-D\">\n<label id=\"tfa_Mobile-L\" class=\"label preField reqMark\" for=\"tfa_Mobile\">Mobile<\/label><div class=\"inputWrapper\">\n<input aria-required=\"true\" type=\"text\" id=\"tfa_Mobile\" name=\"tfa_Mobile\" value=\"\" aria-describedby=\"tfa_Mobile-HH\" title=\"Mobile\" class=\"validate-custom \/^(04\\d{8}|61\\d{9})$\/ required\"><span class=\"field-hint-inactive\" id=\"tfa_Mobile-H\"><span id=\"tfa_Mobile-HH\" class=\"hint\">AU mobile number must start with 04 or 61 for form to be submitted.<\/span><\/span>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_Postcode-D\">\n<label id=\"tfa_Postcode-L\" class=\"label preField reqMark\" for=\"tfa_Postcode\">Postcode<\/label><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_Postcode\" name=\"tfa_Postcode\" value=\"\" title=\"Postcode\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_16-D\">\n<label id=\"tfa_16-L\" class=\"label preField reqMark\" for=\"tfa_16\">In which phase of the purchasing process do you find yourself at the moment?<\/label><div class=\"inputWrapper\"><select aria-required=\"true\" id=\"tfa_16\" name=\"tfa_16\" title=\"In which phase of the purchasing process do you find yourself at the moment?\" class=\"required\"><option value=\"\">Please select...<\/option>\n<option value=\"tfa_21\" id=\"tfa_21\" class=\"\">In the market<\/option>\n<option value=\"tfa_22\" id=\"tfa_22\" class=\"\">Just researching<\/option><\/select><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_3-D\" role=\"group\" aria-labelledby=\"tfa_3-L\" data-tfa-labelledby=\"-L tfa_3-L\">\n<label id=\"tfa_3-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_3\" aria-label=\"I am happy to receive emails from Positive Real Estate and I have read and agree to the Personal Information Collection Notice \u00a0 required\"><span style=\"color: rgb(92, 92, 92); font-family: &quot;Open Sans&quot;;\">I am happy to receive emails from Positive Real Estate and I have read and agree to the Personal Information Collection Notice<\/span><\/label><div class=\"inputWrapper\"><span id=\"tfa_3\" class=\"choices vertical required\"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_4\" class=\"\" id=\"tfa_4\" name=\"tfa_4\" aria-labelledby=\"tfa_4-L\" data-tfa-labelledby=\"tfa_3-L tfa_4-L\" data-tfa-parent-id=\"tfa_3\"><label class=\"label postField\" id=\"tfa_4-L\" for=\"tfa_4\"><span class=\"input-checkbox-faux\"><\/span>Yes<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"htmlSection\" id=\"tfa_1\"><div class=\"htmlContent\" id=\"tfa_1-HTML\"><i>View our <a style=\"text-decoration: underline;\" href=\"http:\/\/www.positiverealestate.com.au\/australian-privacy-principle-5\/\">Personal Information Collection Notice<\/a><\/i><\/div><\/div>\n<input type=\"hidden\" id=\"tfa_6\" name=\"tfa_6\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_8\" name=\"tfa_8\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_7\" name=\"tfa_7\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_9\" name=\"tfa_9\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_10\" name=\"tfa_10\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_11\" name=\"tfa_11\" value=\"Friend or Colleague\" class=\"\"><input type=\"hidden\" id=\"tfa_28\" name=\"tfa_28\" value=\"PropertyEnquiry\" class=\"\"><input type=\"hidden\" id=\"tfa_26\" name=\"tfa_26\" value=\"Positive Real Estate\" class=\"\"><input type=\"hidden\" id=\"tfa_12\" name=\"tfa_12\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_13\" name=\"tfa_13\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_14\" name=\"tfa_14\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_15\" name=\"tfa_15\" value=\"\" class=\"\"><input type=\"hidden\" id=\"tfa_24\" name=\"tfa_24\" value=\"Client\" class=\"\"><div class=\"actions\" id=\"266304-A\" data-contentid=\"submit_button\"><input type=\"submit\" data-label=\"Enquire Now\" class=\"primaryAction\" id=\"submit_button\" value=\"Enquire Now\"><\/div>\n<div style=\"clear:both\"><\/div>\n<input type=\"hidden\" value=\"818-5d2a96b64b3c02bce36fe6c7c3d235b8\" name=\"tfa_dbCounters\" id=\"tfa_dbCounters\" autocomplete=\"off\"><input type=\"hidden\" value=\"266304\" name=\"tfa_dbFormId\" id=\"tfa_dbFormId\"><input type=\"hidden\" value=\"\" name=\"tfa_dbResponseId\" id=\"tfa_dbResponseId\"><input type=\"hidden\" value=\"39da7cafc18d5b9446f333de360f68cc\" name=\"tfa_dbControl\" id=\"tfa_dbControl\"><input type=\"hidden\" value=\"\" name=\"tfa_dbWorkflowSessionUuid\" id=\"tfa_dbWorkflowSessionUuid\"><input type=\"hidden\" value=\"1780181042\" name=\"tfa_dbTimeStarted\" id=\"tfa_dbTimeStarted\" autocomplete=\"off\"><input type=\"hidden\" value=\"33\" name=\"tfa_dbVersionId\" id=\"tfa_dbVersionId\"><input type=\"hidden\" value=\"\" name=\"tfa_switchedoff\" id=\"tfa_switchedoff\">\n<\/form>\n<\/div><\/div><div class=\"wFormFooter\"><p class=\"supportInfo\"><br><\/p><\/div>\n  <p class=\"supportInfo\" >\n      <\/p>\n <\/div>\n\n<script\n    id=\"analytics-collector-script\"\n    type=\"text\/javascript\"\n    src=\"https:\/\/positiverealestate.tfaforms.net\/dist\/analytics\/data-collector.f9f54c12ade21135b7c2.js\"\n    data-customer-id=\"198\"\n    data-endpoint=\"https:\/\/analytics.formassembly.com\/v1\/traces\"\n><\/script>\n\n[\/et_pb_code][et_pb_code admin_label=&#8221;MC&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]   <script language=\"javascript\"><!-- [et_pb_line_break_holder] -->      \/\/Set the following parameters for your conversion parameters<!-- [et_pb_line_break_holder] -->      var convid = \"1\";<!-- [et_pb_line_break_holder] -->      var displayorder = \"1\";<!-- [et_pb_line_break_holder] -->      var linkalias = \"My Link Name\";<!-- [et_pb_line_break_holder] -->      var dataset = \"<data amt=\\\"1\\\" unit=\\\"Downloads\\\" accumulate=\\\"true\\\" \/>\";<!-- [et_pb_line_break_holder] -->      \/\/For additional datasets, simply add them to the concatenation:<!-- [et_pb_line_break_holder] -->      \/\/dataset=dataset+\"<data amt=\\\"500.00\\\" unit=\\\"Dollars\\\" accumulate=\\\"true\\\"><!-- [et_pb_line_break_holder] -->      \/\/Do not change anything below<!-- [et_pb_line_break_holder] -->      function SetCookie(cookieName, cookieValue, nDays) {<!-- [et_pb_line_break_holder] -->         var today = new Date();<!-- [et_pb_line_break_holder] -->         var expire = new Date();<!-- [et_pb_line_break_holder] -->         if (nDays == null || nDays == 0) nDays = 1;<!-- [et_pb_line_break_holder] -->         expire.setTime(today.getTime() + 3600000 * 24 * nDays);<!-- [et_pb_line_break_holder] -->         document.cookie = cookieName + \"=\" + escape(cookieValue) + \"; expires=\" +<!-- [et_pb_line_break_holder] -->         expire.toGMTString() + \"; path=\/\";<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      function getCookie(cookiename) {<!-- [et_pb_line_break_holder] -->         if (document.cookie.length > 0) {<!-- [et_pb_line_break_holder] -->            startC = document.cookie.indexOf(cookiename + \"=\");<!-- [et_pb_line_break_holder] -->         if (startC != -1) {<!-- [et_pb_line_break_holder] -->            startC += cookiename.length + 1;<!-- [et_pb_line_break_holder] -->            endC = document.cookie.indexOf(\";\", startC);<!-- [et_pb_line_break_holder] -->            if (endC == -1) endC = document.cookie.length;<!-- [et_pb_line_break_holder] -->            return unescape(document.cookie.substring(startC, endC));<!-- [et_pb_line_break_holder] -->         }<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      return null;<!-- [et_pb_line_break_holder] -->   }<!-- [et_pb_line_break_holder] -->   var jobid = getCookie(\"JobID\");<!-- [et_pb_line_break_holder] -->   var emailaddr = getCookie(\"EmailAddr_\");<!-- [et_pb_line_break_holder] -->   var subid = getCookie(\"SubscriberID\");<!-- [et_pb_line_break_holder] -->   var listid = getCookie(\"ListID\");<!-- [et_pb_line_break_holder] -->   var batchid = getCookie(\"BatchID\");<!-- [et_pb_line_break_holder] -->   var urlid = getCookie(\"UrlID\");<!-- [et_pb_line_break_holder] -->   var memberid = getCookie(\"MemberID\");<!-- [et_pb_line_break_holder] -->   \/\/Debug<!-- [et_pb_line_break_holder] -->   \/\/document.write(\"<textarea rows=5 cols=80>\");<!-- [et_pb_line_break_holder] -->      document.write(\"<img src='\");<!-- [et_pb_line_break_holder] -->      document.write(\"https:\/\/click.s11.exacttarget.com\/conversion.aspx?xml=<system><system_name>tracking<\/system_name><action>conversion<\/action>\");<!-- [et_pb_line_break_holder] -->      document.write(\"<member_id>\" + memberid + \"<\/member_id>\");<!-- [et_pb_line_break_holder] -->      document.write(\"<job_id>\" + jobid + \"<\/job_id>\");<!-- [et_pb_line_break_holder] -->      if (subid == undefined) {<!-- [et_pb_line_break_holder] -->      document.write(\"<sub_id><\/sub_id>\");<!-- [et_pb_line_break_holder] -->      } else {<!-- [et_pb_line_break_holder] -->      document.write(\"<sub_id>\" + subid + \"<\/sub_id>\");<!-- [et_pb_line_break_holder] -->      emailaddr = undefined;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      if (emailaddr == undefined) {<!-- [et_pb_line_break_holder] -->      document.write(\"<email><\/email>\");<!-- [et_pb_line_break_holder] -->      } else {<!-- [et_pb_line_break_holder] -->      document.write(\"<email>\" + emailaddr + \"<\/email>\");<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      document.write(\"<list>\" + listid + \"<\/list>\");<!-- [et_pb_line_break_holder] -->      document.write(\"<BatchID>\" + batchid + \"<\/BatchID>\");<!-- [et_pb_line_break_holder] -->      document.write(\"<original_link_id>\" + urlid + \"<\/original_link_id>\");<!-- [et_pb_line_break_holder] -->      document.write(\"<conversion_link_id>\" + convid + \"<\/conversion_link_id>\");<!-- [et_pb_line_break_holder] -->      document.write(\"<link_alias>\" + linkalias + \"<\/link_alias>\");<!-- [et_pb_line_break_holder] -->      document.write(\"<display_order>\" + displayorder + \"<\/display_order>\");<!-- [et_pb_line_break_holder] -->      document.write(\"<data_set>\" + dataset + \"<\/data_set>\");<!-- [et_pb_line_break_holder] -->      document.write(\"<\/system>'\");<!-- [et_pb_line_break_holder] -->      document.write(\" width='1' height='1'>\");<!-- [et_pb_line_break_holder] -->   \/\/Debug \/\/document.write(\"<\/textarea>\");<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section_Legal_Footer&#8221; _builder_version=&#8221;4.9.4&#8243; background_color=&#8221;rgba(255,255,255,0.05)&#8221; custom_margin=&#8221;14px|||||&#8221; custom_padding=&#8221;4px|||||&#8221; transparent_background=&#8221;off&#8221; make_fullwidth=&#8221;off&#8221; use_custom_width=&#8221;off&#8221; width_unit=&#8221;on&#8221; global_module=&#8221;6340&#8243; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Copyright \u00a9 2001-2022 Positive Real Estate Pty Ltd.<\/p>\n<p>ACL 4477275. Corporate Licence 1217226.<\/p>\n<p><span style=\"font-size: 12px;\">The information on this site, including statements, opinions and documents available on this site is for general information purposes only. It does not contain financial advice, and does not take into account your objectives, circumstances, or needs. Members and representatives of the Positive Real Estate are not licensed to give advice in relation to financial products, including Self-managed Superannuation Funds. You should obtain your own financial, taxation and legal advice before making any investment decision.<\/span><\/p>\n<p><a href=\"https:\/\/www.positiverealestate.com.au\/terms-of-use\/\" target=\"_blank\" rel=\"noopener\">Terms of Use<\/a>\u00a0\u00a0\u00a0\u00a0<a href=\"https:\/\/www.positiverealestate.com.au\/privacy-policy\/\" target=\"_blank\" rel=\"noopener\">Privacy policy<\/a>\u00a0\u00a0\u00a0\u00a0<a href=\"https:\/\/www.positiverealestate.com.au\/cookies-policy\/\" target=\"_blank\" rel=\"noopener\">Cookies Policy<\/a><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For More Information and To Chat to Your PC About This Deal Enquire Now[formassembly formid=\"266304\" shortname=\"positiverealestate\"]Copyright \u00a9 2001-2022 Positive Real Estate Pty Ltd. ACL 4477275. Corporate Licence 1217226. The information on this site, including statements, opinions and documents available on this site is for general information purposes only. It does not contain financial advice, and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-template-blank.php","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-20007","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Property Enquiry 6330 | Positive Real Estate<\/title>\n<meta name=\"robots\" content=\"index, nofollow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Property Enquiry 6330 | Positive Real Estate\" \/>\n<meta property=\"og:description\" content=\"For More Information and To Chat to Your PC About This Deal Enquire Now[formassembly formid=&quot;266304&quot; shortname=&quot;positiverealestate&quot;]Copyright \u00a9 2001-2022 Positive Real Estate Pty Ltd. ACL 4477275. Corporate Licence 1217226. The information on this site, including statements, opinions and documents available on this site is for general information purposes only. It does not contain financial advice, and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/\" \/>\n<meta property=\"og:site_name\" content=\"Positive Real Estate\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/positiverealestate\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-21T07:24:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/positiverealestate.com.au\/web\/wp-content\/uploads\/2023\/05\/admin-ajax.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"400\" \/>\n\t<meta property=\"og:image:height\" content=\"223\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"WebPage\",\"AboutPage\"],\"@id\":\"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/\",\"url\":\"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/\",\"name\":\"Property Enquiry 6330 | Positive Real Estate\",\"isPartOf\":{\"@id\":\"https:\/\/positiverealestate.com.au\/web\/#website\"},\"datePublished\":\"2023-03-14T04:35:12+00:00\",\"dateModified\":\"2023-03-21T07:24:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/#breadcrumb\"},\"inLanguage\":\"en-AU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/positiverealestate.com.au\/web\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Property Enquiry 6330\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/positiverealestate.com.au\/web\/#website\",\"url\":\"https:\/\/positiverealestate.com.au\/web\/\",\"name\":\"Positive Real Estate\",\"description\":\"Building wealth through property\",\"publisher\":{\"@id\":\"https:\/\/positiverealestate.com.au\/web\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/positiverealestate.com.au\/web\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-AU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/positiverealestate.com.au\/web\/#organization\",\"name\":\"Positive Real Estate Australia\",\"url\":\"https:\/\/positiverealestate.com.au\/web\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\/\/positiverealestate.com.au\/web\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/positiverealestate.com.au\/web\/wp-content\/uploads\/2023\/03\/Website_PRE-Logo_No-Grid.png\",\"contentUrl\":\"https:\/\/positiverealestate.com.au\/web\/wp-content\/uploads\/2023\/03\/Website_PRE-Logo_No-Grid.png\",\"width\":555,\"height\":72,\"caption\":\"Positive Real Estate Australia\"},\"image\":{\"@id\":\"https:\/\/positiverealestate.com.au\/web\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/positiverealestate\",\"https:\/\/www.instagram.com\/positiverealestate\/?hl=en\",\"https:\/\/www.youtube.com\/user\/positiverealestatetv\",\"https:\/\/au.linkedin.com\/company\/positive-real-estate\",\"https:\/\/www.tiktok.com\/@positiverealestate\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Property Enquiry 6330 | Positive Real Estate","robots":{"index":"index","follow":"nofollow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/","og_locale":"en_US","og_type":"article","og_title":"Property Enquiry 6330 | Positive Real Estate","og_description":"For More Information and To Chat to Your PC About This Deal Enquire Now[formassembly formid=\"266304\" shortname=\"positiverealestate\"]Copyright \u00a9 2001-2022 Positive Real Estate Pty Ltd. ACL 4477275. Corporate Licence 1217226. The information on this site, including statements, opinions and documents available on this site is for general information purposes only. It does not contain financial advice, and [&hellip;]","og_url":"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/","og_site_name":"Positive Real Estate","article_publisher":"https:\/\/www.facebook.com\/positiverealestate","article_modified_time":"2023-03-21T07:24:09+00:00","og_image":[{"width":400,"height":223,"url":"https:\/\/positiverealestate.com.au\/web\/wp-content\/uploads\/2023\/05\/admin-ajax.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["WebPage","AboutPage"],"@id":"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/","url":"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/","name":"Property Enquiry 6330 | Positive Real Estate","isPartOf":{"@id":"https:\/\/positiverealestate.com.au\/web\/#website"},"datePublished":"2023-03-14T04:35:12+00:00","dateModified":"2023-03-21T07:24:09+00:00","breadcrumb":{"@id":"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/#breadcrumb"},"inLanguage":"en-AU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/positiverealestate.com.au\/web\/property-enquiry-6330\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/positiverealestate.com.au\/web\/"},{"@type":"ListItem","position":2,"name":"Property Enquiry 6330"}]},{"@type":"WebSite","@id":"https:\/\/positiverealestate.com.au\/web\/#website","url":"https:\/\/positiverealestate.com.au\/web\/","name":"Positive Real Estate","description":"Building wealth through property","publisher":{"@id":"https:\/\/positiverealestate.com.au\/web\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/positiverealestate.com.au\/web\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-AU"},{"@type":"Organization","@id":"https:\/\/positiverealestate.com.au\/web\/#organization","name":"Positive Real Estate Australia","url":"https:\/\/positiverealestate.com.au\/web\/","logo":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/positiverealestate.com.au\/web\/#\/schema\/logo\/image\/","url":"https:\/\/positiverealestate.com.au\/web\/wp-content\/uploads\/2023\/03\/Website_PRE-Logo_No-Grid.png","contentUrl":"https:\/\/positiverealestate.com.au\/web\/wp-content\/uploads\/2023\/03\/Website_PRE-Logo_No-Grid.png","width":555,"height":72,"caption":"Positive Real Estate Australia"},"image":{"@id":"https:\/\/positiverealestate.com.au\/web\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/positiverealestate","https:\/\/www.instagram.com\/positiverealestate\/?hl=en","https:\/\/www.youtube.com\/user\/positiverealestatetv","https:\/\/au.linkedin.com\/company\/positive-real-estate","https:\/\/www.tiktok.com\/@positiverealestate"]}]}},"_links":{"self":[{"href":"https:\/\/positiverealestate.com.au\/web\/wp-json\/wp\/v2\/pages\/20007","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/positiverealestate.com.au\/web\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/positiverealestate.com.au\/web\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/positiverealestate.com.au\/web\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/positiverealestate.com.au\/web\/wp-json\/wp\/v2\/comments?post=20007"}],"version-history":[{"count":0,"href":"https:\/\/positiverealestate.com.au\/web\/wp-json\/wp\/v2\/pages\/20007\/revisions"}],"wp:attachment":[{"href":"https:\/\/positiverealestate.com.au\/web\/wp-json\/wp\/v2\/media?parent=20007"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}