{"id":105,"date":"2020-07-22T09:52:05","date_gmt":"2020-07-22T07:52:05","guid":{"rendered":"https:\/\/www.lagencerie.fr\/?page_id=105"},"modified":"2024-05-14T17:18:19","modified_gmt":"2024-05-14T15:18:19","slug":"accueil","status":"publish","type":"page","link":"https:\/\/www.lagencerie.fr\/","title":{"rendered":"accueil"},"content":{"rendered":"

[et_pb_section fb_built= »1″ fullwidth= »on » custom_padding_last_edited= »on|phone » admin_label= »header » module_id= »photo_mobile » _builder_version= »4.17.6″ _module_preset= »default » min_height_tablet= » » min_height_phone= »100px » min_height_last_edited= »on|phone » custom_margin_tablet= » » custom_margin_phone= »||0px||false|false » custom_margin_last_edited= »on|phone » custom_padding_tablet= » » custom_padding_phone= »||0px||false|false » global_colors_info= »{} »][et_pb_fullwidth_slider admin_label= »image » _builder_version= »4.17.6″ _module_preset= »default » custom_padding= »407px||407px||true|false » custom_padding_tablet= » » custom_padding_phone= »290px||290px||true|false » custom_padding_last_edited= »on|tablet » global_colors_info= »{} »][et_pb_slide _builder_version= »4.17.6″ _module_preset= »default » background_enable_color= »off » background_image= »https:\/\/www.lagencerie.fr\/wp-content\/uploads\/2024\/02\/accueil-lagencerie-agence-immobiliere-jan-2024.webp » background_enable_image= »on » background_position= »bottom_center » custom_padding_phone= »||||false|false » custom_padding_last_edited= »off|phone » background_color_phone= »#ffffff » background_last_edited= »on|phone » background_enable_color_phone= »on » background_image_phone= »https:\/\/www.lagencerie.fr\/wp-content\/uploads\/2024\/02\/accueil-lagencerie-agence-immobiliere-jan-2024.webp » background_enable_image_phone= »on » background_size_phone= »cover » background_position_phone= »top_center » global_colors_info= »{} » title_text_phone= »home-agencerie-mobile » sticky_transition= »on »][\/et_pb_slide][\/et_pb_fullwidth_slider][et_pb_fullwidth_code disabled_on= »on|on|on » admin_label= »vendre\/ acheter \/ louer » module_class= »recherche_home » _builder_version= »4.16″ _module_preset= »default » disabled= »on » global_colors_info= »{} »] const componentForm = {postal_code: « short_name »}; function SetDefault(Text){ \/\/alert(Text);} function initialize() { var input = document.getElementById(‘city’); var options = { types: [« address »], componentRestrictions: {country: [« fr »]} }; var input1 = document.getElementById(‘city_vendre’); var input2 = document.getElementById(‘city_loue’); var options1 = { types: [« geocode »], componentRestrictions: {country: [« fr »]} }; autocomplete = new google.maps.places.Autocomplete(input, options); autocomplete1 = new google.maps.places.Autocomplete(input1, options1); autocomplete2 = new google.maps.places.Autocomplete(input2, options1); autocomplete.addListener(« place_changed », fillInAddress); autocomplete1.addListener(« place_changed », fillInAddress1); autocomplete2.addListener(« place_changed », fillInAddress2); } google.maps.event.addDomListener(window, ‘load’, initialize); \/* function initialize_city() { var input = document.getElementById(‘city_vendre’); var options = { types: [« geocode »], componentRestrictions: {country: [« fr »]} }; autocomplete = new google.maps.places.Autocomplete(input, options); }google.maps.event.addDomListener(window, ‘load’, initialize_city); \/* function initialize_city_loue() { var input = document.getElementById(‘city_loue’); var options = { types: [« geocode »], componentRestrictions: {country: [« fr »]} }; autocomplete = new google.maps.places.Autocomplete(input, options); autocomplete.addListener(« place_changed », fillInAddress); }google.maps.event.addDomListener(window, ‘load’, initialize_city_loue);*\/ function fillInAddress() { \/\/ Get the place details from the autocomplete object. const place = autocomplete.getPlace(); for (const component in componentForm) { document.getElementById(component).value = «  »; document.getElementById(component).disabled = false; } \/\/ Get each component of the address from the place details, \/\/ and then fill-in the corresponding field on the form. for (const component of place.address_components) { const addressType = component.types[0]; if (componentForm[addressType]) { const val = component[componentForm[addressType]]; document.getElementById(addressType).value = val; var city = document.getElementById(‘city’).value; console.log(val); console.log(city); \/\/ document.getElementById(‘rdv_estimo_web’).href=’http:\/\/test.lagencerie.com\/prendre-rendez-vous-estimation-du-bien\/?postal_code=’+val+’&city=’+city; \/\/ document.getElementById(‘rdv_estimo_mobile’).href=’http:\/\/test.lagencerie.com\/prendre-rendez-vous-estimation-du-bien\/?postal_code=’+val+’&city=’+city;’http:\/\/test.lagencerie.com\/prendre-rendez-vous-estimation-du-bien\/?postal_code=’+val+’&city=’+city; document.getElementById(‘rdv_estimo_web’).setAttribute(‘data-cp’,val); document.getElementById(‘rdv_estimo_web’).setAttribute(‘data-city’,city); } }}function fillInAddress1() { \/\/ Get the place details from the autocomplete object. const place1 = autocomplete1.getPlace(); for (const component in componentForm) { document.getElementById(component).value = «  »; document.getElementById(component).disabled = false; } \/\/ Get each component of the address from the place details, \/\/ and then fill-in the corresponding field on the form. for (const component of place1.address_components) { const addressType = component.types[0]; console.log(addressType); console.log(component);if(addressType == ‘administrative_area_level_2’){const val = component.long_name;document.getElementById(‘dpt_acheter’).value = val;}\/* if(addressType == ‘postal_code’){ if (componentForm[addressType]) { const val = component[componentForm[addressType]]; console.log(val); \/\/document.getElementById(addressType).value = val; document.getElementById(‘postal_code_acheter’).value = val; var city = document.getElementById(‘city’).value; console.log(val); console.log(city); document.getElementById(‘rdv_estimo_web’).setAttribute(‘data-cp’,val); document.getElementById(‘rdv_estimo_web’).setAttribute(‘data-city’,city); } }*\/ }} function fillInAddress2() { \/\/ Get the place details from the autocomplete object. const place2 = autocomplete2.getPlace();console.log(place2); for (const component in componentForm) { document.getElementById(component).value = «  »; document.getElementById(component).disabled = false; } \/\/ Get each component of the address from the place details, \/\/ and then fill-in the corresponding field on the form. for (const component of place2.address_components) { const addressType = component.types[0]; console.log(addressType); console.log(component);if(addressType == ‘administrative_area_level_2’){const val = component.long_name;document.getElementById(‘dpt_louer’).value = val;}}}function action_ligne(){ var city = document.forms[« myForm_vendre »][« city »]; myForm_vendre.action= »\/estimation-en-ligne\/ »; }function action_rdv(){ var city = document.forms[« myForm_vendre »][« city »]; myForm_vendre.action= »\/prendre-rendez-vous-estimation-du-bien\/ »; var email = document.querySelector(‘input.input_city’); email.oninvalid = function(e) { console.log(‘ici’); e.target.setCustomValidity(«  »); if (!e.target.validity.valid) { if (e.target.value.length == 0) {e.target.setCustomValidity(« Merci d’indiquer l’adresse du bien à estimer »); } else {e.target.setCustomValidity(« Merci d’indiquer l’adresse du bien à estimer »); } }}; }; function action_louer(){ var dpt = document.getElementById(‘dpt_louer’).value; var code_dpt = document.getElementById(‘hidden_ville_louer’).value; var test2=code_dpt.split(‘,’); var test=test2.length;\tvar prix=document.getElementById(‘range_prix_loue’).value; document.getElementById(‘dpt_louer’).disabled = true; \/*\t\/\/alert(dpt); const agence_bx = [‘Charente’, ‘Deux-Sèvres’, ‘Vienne’, ‘Charente-Maritime’, ‘Creuse’, ‘Dordogne’,’Gironde’,’Landes’,’Haute-Vienne’, ‘Corrèze’,’Lot-et-Garonne’, ‘Pyrénées-Atlantiques’];const agence_albi = [‘Tarn’, ‘Tarn-et-Garonne’, ‘Aveyron’]; const agence_tls = [‘Haute-Garonne’]; if(agence_bx.includes(dpt)){ myForm_louer.action= »\/bordeaux\/louer\/ »; } else if(agence_albi.includes(dpt)){ myForm_louer.action= »\/albi\/louer\/ »; }else if(agence_tls.includes(dpt)){ myForm_louer.action= »\/toulouse\/louer\/ »; }else{ \/\/ myForm_louer.setAttribute(method, POST); document.getElementById(‘city_loue’).disabled = true; document.getElementById(‘dpt_louer’).disabled = true; document.getElementById(‘range_prix_loue’).disabled = true; } *\/ myForm_louer.action= »\/france\/louer\/ »; }; function action_acheter(){ var dpt = document.getElementById(‘dpt_acheter’).value; var code_dpt = document.getElementById(‘hidden_ville_vendre’).value; var test2=code_dpt.split(‘,’); var test=test2.length;\tvar prix=document.getElementById(‘range_prix_vendre’).value; document.getElementById(‘dpt_acheter’).disabled = true; \/* const agence_bx = [‘Charente’, ‘Deux-Sèvres’, ‘Vienne’, ‘Charente-Maritime’, ‘Creuse’, ‘Dordogne’,’Gironde’,’Landes’,’Haute-Vienne’, ‘Corrèze’,’Lot-et-Garonne’, ‘Pyrénées-Atlantiques’];const agence_tls = [‘Haute-Garonne’]; const agence_albi = [‘Tarn’, ‘Tarn-et-Garonne’, ‘Aveyron’]; if(agence_bx.includes(dpt)){ myForm_acheter.action= »\/bordeaux\/acheter\/ »; } else if(agence_albi.includes(dpt)){ myForm_acheter.action= »\/albi\/acheter\/ »; } else if(agence_tls.includes(dpt)){ myForm_acheter.action= »\/toulouse\/acheter\/ »; }else{ document.getElementById(‘city_vendre’).disabled = true; document.getElementById(‘dpt_acheter’).disabled = true; document.getElementById(‘range_prix_vendre’).disabled = true; myForm_acheter.action= »\/acheter\/ »; }*\/ myForm_acheter.action= »\/france\/acheter\/ »; };<\/p>\n

\t\n
\tVENDRE<\/pee><\/div>\n

\t<\/p>\n