Ivón Ramírez

Property Types

  • 37% Casa
  • 26% Apartamento
  • 13% Finca
  • 25% Other

Property Status

  • 87% En Venta
  • 13% En Arriendo

Property Cities

  • 76% Fusagasugá
  • 6% Silvania
  • 5% Chinauta
  • 17% Other

About Ivón Ramírez

Ordenar por:

0 Review

Ordenar por:
Leave a Review

Leave a Review

Compare listings

Compare
// Fix para Android - prevenir cierre de teclado en modal de búsqueda (function($) { $(document).ready(function() { if (/Android/i.test(navigator.userAgent)) { $('#overlay-search-advanced-module').on('touchmove', function(e) { e.stopPropagation(); }); $(document).on('focus', '#overlay-search-advanced-module input[type="text"], #overlay-search-advanced-module .houzez-keyword-autocomplete', function() { var $input = $(this); setTimeout(function() { $input.focus(); }, 150); }); } }); })(jQuery);