{"id":5518,"date":"2022-06-01T14:28:31","date_gmt":"2022-06-01T19:28:31","guid":{"rendered":"https:\/\/joellebitar.com\/?page_id=5518"},"modified":"2026-03-06T13:38:54","modified_gmt":"2026-03-06T17:38:54","slug":"home-evaluation","status":"publish","type":"page","link":"https:\/\/joellebitar.com\/en\/home-evaluation\/","title":{"rendered":"Home Evaluation"},"content":{"rendered":"    <div class=\"homeEvalutation text-center\">\r\n        <h1 class=\"text-center text-white\">What's Your Home Worth?<\/h1>\r\n        <h2 class=\"text-center text-white\">FIND OUT FAST AND FREE<\/h2>\r\n        <form id=\"homeEval\" class=\"regform\" method=\"POST\">\r\n            <input type=\"hidden\" name=\"action\" value=\"mw_home_evaluation\">\r\n            <input type=\"hidden\" name=\"url\"\r\n                   value=\"http:\/\/joellebitar.com\/en\/wp-json\/wp\/v2\/pages\/5518\">\r\n            <input type=\"hidden\" name=\"funnel\" value=\"515\">\r\n            <!-- Fieldsets -->\r\n            <fieldset id=\"first\">\r\n                <h2 class=\"title text-white\">Enter your address below<\/h2>\r\n\r\n                <div class=\"row\">\r\n                    <div class=\"col-lg-10 col-sm-10 col-xs-12\">\r\n                        <input type=\"text\" class=\"text_field\" name=\"location\" id=\"location\"\r\n                               placeholder=\"Address\" autocomplete=\"off\">\r\n                    <\/div>\r\n\r\n                    <div class=\"col-lg-2 col-sm-2 col-xs-12\">\r\n                        <input type=\"text\" name=\"apt\" id=\"apt\" placeholder=\"APT#\">\r\n                    <\/div>\r\n                <\/div>\r\n\r\n\r\n                <input class=\"next_btn\" name=\"next\" id=\"step2\" type=\"button\"\r\n                       value=\"Next\">\r\n            <\/fieldset>\r\n            <fieldset>\r\n                <h2 class=\"title text-white\">\r\n                    Property Found! Where would you like us to send your home evaluation report?                <\/h2>\r\n                <div class=\"map\" id=\"map\"><\/div>\r\n                <div class=\"info\">\r\n                    <input class=\"text_field\" name=\"name\" placeholder=\"Your Name\"\r\n                           type=\"text\">\r\n                    <input class=\"text_field\" name=\"email\" placeholder=\"Your Email\"\r\n                           type=\"text\">\r\n                    <input class=\"text_field\" name=\"phone\" placeholder=\"Your Phone\"\r\n                           type=\"text\">\r\n                    <select class=\"options\" name=\"selling\">\r\n                        <option value=\"--Selling In--\">--Selling In--<\/option>\r\n                        <option value=\"1-3 Months\">1-3 Months<\/option>\r\n                        <option value=\"3-6 Months\">3-6 Months<\/option>\r\n                        <option value=\"6-12 Months\">6-12 Months<\/option>\r\n                        <option value=\"Just Curious\">Just Currious<\/option>\r\n                        <option value=\"Refinancing\">Refinancing<\/option>\r\n                    <\/select>\r\n                <\/div>\r\n                <input class=\"pre_btn\" name=\"previous\" type=\"button\"\r\n                       value=\"Previous\">\r\n                <input class=\"next_btn\" name=\"next\" id=\"submitEmail\" type=\"button\"\r\n                       value=\"Next\">\r\n            <\/fieldset>\r\n            <fieldset>\r\n                <h2 class=\"title text-white\">Get an opinion of value from your local area real estate expert!<\/h2>\r\n                <div class=\"agent-profile\">\r\n                    <div class=\"row\">\r\n                        <div class=\"col-lg-6 col-sm-6 col-xs-12\">\r\n                            <div class=\"row\">\r\n                                <div class=\"col-lg-4 col-sm-4 col-xs-12\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/joellebitar.com\/wp-content\/uploads\/2020\/12\/Joelle_Bitar_MG_6416_full_closcut_1layer_hires_cmyk.png\" alt=\"Joelle Bitar\">\r\n                                <\/div>\r\n                                <div class=\"col-lg-8 col-sm-8 col-xs-12\">\r\n                                    <div class=\"broker-info\">\r\n                                        <p>Joelle Bitar<\/p>\r\n                                        <p>Courtier immobilier<\/p>\r\n                                        <p>5142391414<\/p>\r\n                                        <p>info@joellebitar.com<\/p>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <div class=\"col-lg-6 col-sm-6 col-xs-12\">\r\n                            <div class=\"text\">\r\n                                <p>Home evaluation is much more than a report<\/p>\r\n                                <p>Schedule a complimentary one-hour consultation with me to learn about your options and opportunities.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/fieldset>\r\n            <!-- Progress Bar -->\r\n            <ul id=\"progressbar\">\r\n                <li class=\"active s1\">\r\n                    Step 1 <br>\r\n                    Enter Property Address                <\/li>\r\n                <li class=\"s2\">\r\n                    Step 2 <br>\r\n                    Property Details                <\/li>\r\n                <li class=\"s3\">\r\n                    Step 3 <br>\r\n                    Free Home Evaluation                <\/li>\r\n            <\/ul>\r\n        <\/form>\r\n    <\/div>\r\n    <script>\r\n        (function ($) {\r\n            $(document).ready(function () {\r\n                console.log('ajax url: ' + realEstateJs.ajaxUrl);\r\n\r\n                $(\"#step2\").click(function () {\r\n                    if ($('input[name=\"location\"]').val() == \"\") {\r\n                        alert(\"Location field is necessary!\");\r\n                        return false;\r\n                    } else {\r\n                        $(this).parent().next().fadeIn('slow');\r\n                        $(this).parent().css({'display': 'none'});\r\n                        $('.active').next().addClass('active');\r\n\r\n                        let center = map.getCenter();\r\n                        google.maps.event.trigger(map, 'resize');\r\n                        map.setCenter(center);\r\n\r\n                        return true;\r\n                    }\r\n                });\r\n\r\n                $(\".pre_btn\").click(function () {\r\n                    $(this).parent().prev().fadeIn('slow');\r\n                    $(this).parent().css({'display': 'none'});\r\n\r\n                    $('.active:last').removeClass('active');\r\n                });\r\n\r\n                $(\"#submitEmail\").click(function () {\r\n                    let re = \/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/;\r\n                    if ($('input[name=\"name\"]').val() == \"\") {\r\n                        alert(\"Name field is invalid!\");\r\n                        return false;\r\n                    } else if (!re.test($('input[name=\"email\"]').val())) {\r\n                        alert(\"Email field is invalid!\");\r\n                        return false;\r\n                    } else if ($('input[name=\"phone\"]').val() == \"\") {\r\n                        alert(\"Phone field is invalid!\");\r\n                        return false;\r\n                    } else {\r\n                        let el = $(this);\r\n                        $.ajax({\r\n                            type: \"POST\",\r\n                            url: realEstateJs.ajaxUrl,\r\n                            data: $(\"#homeEval\").serialize(),\r\n                            success: function (data) {\r\n                                console.log(data);\r\n                                if (data.success) {\r\n                                    $(el).parent().next().fadeIn('slow');\r\n                                    $(el).parent().css({'display': 'none'});\r\n                                    $('.active').next().addClass('active');\r\n                                }\r\n                            },\r\n                            error: function (e) {\r\n                                console.log(e.responseText);\r\n                            }\r\n                        });\r\n                    }\r\n                });\r\n            });\r\n\r\n            \/\/Autocomplete variables\r\n            let input = document.getElementById('location'),\r\n                step2 = document.getElementById('step2'),\r\n                place;\r\n\r\n            let observerHack = new MutationObserver(function () {\r\n                observerHack.disconnect();\r\n                $(\"#location\").attr(\"autocomplete\", \"new-password\").attr(\"disabled\", false);\r\n            });\r\n\r\n            observerHack.observe(input, {\r\n                attributes: true,\r\n                attributeFilter: ['autocomplete']\r\n            });\r\n\r\n            let autocomplete = new google.maps.places.Autocomplete(input);\r\n\r\n            \/\/Google Map variables\r\n            let map, marker;\r\n\r\n            \/\/Add listener to detect autocomplete selection\r\n            google.maps.event.addListener(autocomplete, 'place_changed', function () {\r\n                place = autocomplete.getPlace();\r\n            });\r\n\r\n            \/\/Add listener to search\r\n            step2.addEventListener(\"click\", function () {\r\n                let newlatlong = new google.maps.LatLng(place.geometry.location.lat(), place.geometry.location.lng());\r\n                map.setCenter(newlatlong);\r\n                marker.setPosition(newlatlong);\r\n                map.setZoom(18);\r\n                map.setMapTypeId(google.maps.MapTypeId.SATELLITE);\r\n            });\r\n\r\n            \/\/Reset the inpout box on click\r\n            input.addEventListener('click', function () {\r\n                \/\/input.value = \"\";\r\n            });\r\n\r\n            function initialize() {\r\n                let myLatlng = new google.maps.LatLng(45.5549753, -73.9491394);\r\n                let mapOptions = {\r\n                    zoom: 1,\r\n                    center: myLatlng\r\n                };\r\n\r\n                map = new google.maps.Map(document.getElementById('map'), mapOptions);\r\n\r\n                marker = new google.maps.Marker({\r\n                    position: myLatlng,\r\n                    map: map,\r\n                    title: 'Main map'\r\n                });\r\n            }\r\n\r\n            google.maps.event.addDomListener(window, 'load', initialize);\r\n        }(jQuery));\r\n    <\/script>\r\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":20,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-eval.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5518","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How much is my house worth | Discover Your Home Value<\/title>\n<meta name=\"description\" content=\"The Joelle Bitar team is ranked TOP 50 IN THE WORLD (Worldwide) among intermediate residential RE\/MAX teams. Source: RE\/MAX, LLC, 2025.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How much is my house worth | Discover Your Home Value\" \/>\n<meta property=\"og:description\" content=\"The Joelle Bitar team is ranked TOP 50 IN THE WORLD (Worldwide) among intermediate residential RE\/MAX teams. Source: RE\/MAX, LLC, 2025.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/joellebitar.com\/en\/home-evaluation\/\" \/>\n<meta property=\"og:site_name\" content=\"Joelle Bitar\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Joelle-Bitar-798170733572463\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-06T17:38:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/joellebitar.com\/wp-content\/uploads\/2023\/04\/joelle_bitar_og.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@MTLrealestate2\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/joellebitar.com\/en\/home-evaluation\/\",\"url\":\"https:\/\/joellebitar.com\/en\/home-evaluation\/\",\"name\":\"How much is my house worth | Discover Your Home Value\",\"isPartOf\":{\"@id\":\"https:\/\/joellebitar.com\/en\/#website\"},\"datePublished\":\"2022-06-01T19:28:31+00:00\",\"dateModified\":\"2026-03-06T17:38:54+00:00\",\"description\":\"The Joelle Bitar team is ranked TOP 50 IN THE WORLD (Worldwide) among intermediate residential RE\/MAX teams. Source: RE\/MAX, LLC, 2025.\",\"breadcrumb\":{\"@id\":\"https:\/\/joellebitar.com\/en\/home-evaluation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/joellebitar.com\/en\/home-evaluation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/joellebitar.com\/en\/home-evaluation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/joellebitar.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home Evaluation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/joellebitar.com\/en\/#website\",\"url\":\"https:\/\/joellebitar.com\/en\/\",\"name\":\"Joelle Bitar\",\"description\":\"Courtier Immobilier agr\u00e9\u00e9 du Groupe RE\/MAX\",\"publisher\":{\"@id\":\"https:\/\/joellebitar.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/joellebitar.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/joellebitar.com\/en\/#organization\",\"name\":\"\u00e9quipe Immobili\u00e8re Jo\u00eblle Bitar\",\"alternateName\":\"Joelle Bitar\",\"url\":\"https:\/\/joellebitar.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/joellebitar.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/joellebitar.com\/wp-content\/uploads\/2022\/12\/logo_color_fr.png\",\"contentUrl\":\"https:\/\/joellebitar.com\/wp-content\/uploads\/2022\/12\/logo_color_fr.png\",\"width\":1157,\"height\":282,\"caption\":\"\u00e9quipe Immobili\u00e8re Jo\u00eblle Bitar\"},\"image\":{\"@id\":\"https:\/\/joellebitar.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Joelle-Bitar-798170733572463\/\",\"https:\/\/x.com\/MTLrealestate2\",\"https:\/\/www.instagram.com\/joellebitar\/\",\"https:\/\/www.linkedin.com\/company\/jo\u00eblle-bitar-dirigeante-et-courtier-immobilier-agr\u00e9\u00e9\/posts\/?feedView=all\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How much is my house worth | Discover Your Home Value","description":"The Joelle Bitar team is ranked TOP 50 IN THE WORLD (Worldwide) among intermediate residential RE\/MAX teams. Source: RE\/MAX, LLC, 2025.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"How much is my house worth | Discover Your Home Value","og_description":"The Joelle Bitar team is ranked TOP 50 IN THE WORLD (Worldwide) among intermediate residential RE\/MAX teams. Source: RE\/MAX, LLC, 2025.","og_url":"https:\/\/joellebitar.com\/en\/home-evaluation\/","og_site_name":"Joelle Bitar","article_publisher":"https:\/\/www.facebook.com\/Joelle-Bitar-798170733572463\/","article_modified_time":"2026-03-06T17:38:54+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/joellebitar.com\/wp-content\/uploads\/2023\/04\/joelle_bitar_og.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@MTLrealestate2","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/joellebitar.com\/en\/home-evaluation\/","url":"https:\/\/joellebitar.com\/en\/home-evaluation\/","name":"How much is my house worth | Discover Your Home Value","isPartOf":{"@id":"https:\/\/joellebitar.com\/en\/#website"},"datePublished":"2022-06-01T19:28:31+00:00","dateModified":"2026-03-06T17:38:54+00:00","description":"The Joelle Bitar team is ranked TOP 50 IN THE WORLD (Worldwide) among intermediate residential RE\/MAX teams. Source: RE\/MAX, LLC, 2025.","breadcrumb":{"@id":"https:\/\/joellebitar.com\/en\/home-evaluation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/joellebitar.com\/en\/home-evaluation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/joellebitar.com\/en\/home-evaluation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/joellebitar.com\/en\/"},{"@type":"ListItem","position":2,"name":"Home Evaluation"}]},{"@type":"WebSite","@id":"https:\/\/joellebitar.com\/en\/#website","url":"https:\/\/joellebitar.com\/en\/","name":"Joelle Bitar","description":"Courtier Immobilier agr\u00e9\u00e9 du Groupe RE\/MAX","publisher":{"@id":"https:\/\/joellebitar.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/joellebitar.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/joellebitar.com\/en\/#organization","name":"\u00e9quipe Immobili\u00e8re Jo\u00eblle Bitar","alternateName":"Joelle Bitar","url":"https:\/\/joellebitar.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/joellebitar.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/joellebitar.com\/wp-content\/uploads\/2022\/12\/logo_color_fr.png","contentUrl":"https:\/\/joellebitar.com\/wp-content\/uploads\/2022\/12\/logo_color_fr.png","width":1157,"height":282,"caption":"\u00e9quipe Immobili\u00e8re Jo\u00eblle Bitar"},"image":{"@id":"https:\/\/joellebitar.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Joelle-Bitar-798170733572463\/","https:\/\/x.com\/MTLrealestate2","https:\/\/www.instagram.com\/joellebitar\/","https:\/\/www.linkedin.com\/company\/jo\u00eblle-bitar-dirigeante-et-courtier-immobilier-agr\u00e9\u00e9\/posts\/?feedView=all"]}]}},"_links":{"self":[{"href":"https:\/\/joellebitar.com\/en\/wp-json\/wp\/v2\/pages\/5518","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/joellebitar.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/joellebitar.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/joellebitar.com\/en\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/joellebitar.com\/en\/wp-json\/wp\/v2\/comments?post=5518"}],"version-history":[{"count":1,"href":"https:\/\/joellebitar.com\/en\/wp-json\/wp\/v2\/pages\/5518\/revisions"}],"predecessor-version":[{"id":22771,"href":"https:\/\/joellebitar.com\/en\/wp-json\/wp\/v2\/pages\/5518\/revisions\/22771"}],"wp:attachment":[{"href":"https:\/\/joellebitar.com\/en\/wp-json\/wp\/v2\/media?parent=5518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}