# Property ID: 86862

> Canonical listing: https://landomo.com/property/4e2bc1ad-e702-4c7c-9f84-8ab74d8d9ca3

This is a compact, machine-readable representation of a public Landomo listing. Verify the canonical page before presenting the property as currently available.

## Listing facts

- **Status:** active
- **Transaction:** rent
- **Category:** apartment
- **Asking price:** Price on request
- **Location:** Barishal, Barishal, BD
- **Floor area:** 116 m²
- **Bedrooms:** 1
- **Published:** 2026-07-21T22:35:10.423Z
- **Last updated:** 2026-07-26T17:08:01.186Z
- **Listed on:** pbazaar-com

## Description

Barishal City, Barishal, Bangladesh Advance
3 Month(s) equivalent rent Barishal City, Barishal, Bangladesh Advance
3 Month(s) equivalent rent ul {
list-style: none outside none;
padding-left: 0;
margin: 0;
} .demo .item { margin-bottom: 60px; } .content-slider li {
background-color: #ed3020;
text-align: center;
color: #FFF;
} .content-slider h3 {
margin: 0;
padding: 70px 0;
} .demo { width: 800px; } .item-slick.slick-slide.slick-current.slick-active { outline: none !important; } .slider-for { margin-bottom: 15px; } .slider-for img { margin: auto; } .slider-nav { margin: auto; } .slider-nav .item-slick {
max-width: 100px;
margin-right: 15px;
outline: none !important;
cursor: pointer;
height: 65px;
} .slider-nav .item-slick img {
max-width: 100%;
background-size: cover;
background-position: center;
object-fit: cover;
height: 65px;
} .slick-arrow {
position: absolute;
top: 50%;
z-index: 50;
margin-top: -12px;
border-radius: 19px;
border: none;
} .slick-prev {
left: 0;
margin-left: 5px;
} .slick-next {
right: 0;
margin-right: 5px;
} $(document).ready(function() {
//$('#image-gallery').lightSlider({
// gallery: true,
// item: 1,
// thumbItem: 9,
// slideMargin: 0,
// speed: 500,
// auto: true,
// loop: true,
// onSliderLoad: function () {
// $('#image-gallery').removeClass('cS-hidden');
// }
//}); $('#aniimated-thumbnials').lightGallery({
thumbnail: true,
}); $('.slider-for').slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: true,
fade: true,
adaptiveHeight: true,
asNavFor: '.slider-nav',
nextArrow: '',
prevArrow: ''
}); $('.slider-nav').slick({
slidesToShow: 5,
slidesToScroll: 1,
asNavFor: '.slider-for',
dots: false,
infinite: true,
centerMode: true,
focusOnSelect: true,
variableWidth: true,
responsive: [
{
breakpoint: 980, // tablet breakpoint
settings: {
slidesToShow: 3,
arrows: true
}
},
{
breakpoint: 480, // mobile breakpoint
settings: {
slidesToShow: 3,
arrows: true
}
}
],
nextArrow: '',
prevArrow: ''
}); var maxHeight = -1;
$('.slider-for .slick-slide').each(function() {
if ($(this).height() > maxHeight) {
maxHeight = $(this).height();
}
});
$('.slider-for .slick-slide').each(function() {
if ($(this).height() OpenStreetMap',
// subdomains: ['a', 'b', 'c']
//}).addTo(map); //L.tileLayer('https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoicGJhemFhciIsImEiOiJjam00Y2lieDkwMno3M3BydDd5dmNpaHkwIn0.IH6u9Xb4zdms20WsGczd4g', {
// attribution: '© OpenStreetMap',
// subdomains: ['a', 'b', 'c']
//}).addTo(map); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap contributors'
}).addTo(map); //debugger
//alert('debugger...');
//alert('/Themes/Pbazaar3/Content/images/mapMarkers/');
var iConPath = '/Themes/Pbazaar3/Content/images/mapMarkers/' + 'pbazaar.png';
//alert(iConPath);
//var greenIcon = new LeafIcon({ iconUrl: iConPath });
//alert(greenIcon);
var greenIcon = L.icon({
iconUrl: iConPath,
//shadowUrl: 'leaf-shadow.png', iconSize: [35, 50], // size of the icon
//shadowSize: [50, 64], // size of the shadow
iconAnchor: [35, 52], // point of the icon which will correspond to marker's location
//shadowAnchor: [4, 62], // the same for the shadow
popupAnchor: [-18, -55] // point from which the popup should open relative to the iconAnchor
}); var marker = L.marker([23.794755, 90.41325], { icon: greenIcon }).addTo(map);
marker.bindPopup("Barishal City, Barishal, Bangladesh");
marker.on('mouseover', function (e) {
this.openPopup();
});
marker.on('mouseout', function (e) {
this.closePopup();
}); Financial Detail Rent
14,000.00৳
Per Month Advance
3 Month(s) equivalent rent Security Deposit
Negotiable Service Charge
Negotiable Utility Cost Gas Bill
Negotiable // function getRandomInt(min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
} $(document).ready(function () { ///// start chattel Statuses For Update ///
$('#chattelStatusesForUpdate').click(function(e){
e.preventDefault(); $.ajax({
cache: false,
type: "POST",
url: "/Product/ChattelStatusesForUpdate",
data: { "chattelStatusId": $('#UpdatedChattelStatusId').val() ,"selectedIds": 86862 },
success: function(data) {
//var grid = $('#products-grid').data('kendoGrid');
//grid.dataSource.read();
//uncheckAll();
alert('Successfully updated');
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError);
},
traditional: true
}); return false;
}); ///// end chattel Statuses For Update /// $("#txtInputMobile").intlTelInput();
//$("#txtInputMobile").intlTelInput("selectCountry", "gb"); $(".clickToCall").click(function () { var visitorName = null;
var visitorNumber = null;
var visitorEmail = null; //OpenInputDialog();
$.ajax
({
type: 'POST',
url: '/Product/GetVisitorNumber',
dataType: 'json',
data: {},
success: function(data)
{
var dString = data.toString();
visitorName = dString.split(",")[0];
visitorNumber = dString.split(",")[1];
visitorEmail = dString.split(",")[2]; if (!visitorNumber) {
OpenInputDialog("adver");
}
else {
$.ajax({
cache: false,
type: "GET",
url: "/Product/CreatePhoneNumberClickHistory",
data: { "phoneNumber": 8801725965749, "productId": 86862, "clickedByPhoneNumber": visitorNumber, "clickedByEmail": visitorEmail, "entryType": "click", "clickedTo": "adver" },
error: function(xhr, ajaxOptions, thrownError) {
console.log('Failed to retrieve states.' + thrownError);
}
}); $('#adv-phone').toggle();
///$('#agent-phone').toggle();
$('#adv-phoneForMobile').toggle();
$("#adv-phoneNumber").show();
$("#spShowPhoneNumber").hide();
if ($('#adv-phone').is(":visible")) {
$('#spShowPhone').hide();
}
//if ($('#agent-phone').is(":visible")) {
// $('#agent-spShowPhone').hide();
//}
$('#spShowPhoneForMobile').hide(); $('#adv-phone-demo').hide();
//$('#agent-phone-demo').hide();
$('#adv-phoneNumber-demo').hide(); $('#spShowPhone').hide();
//$('#agent-spShowPhone').hide();
//$('#adv-phone').prepend('8801725965749');
$('#adv-phone').prepend(' 8801725965749');
//$('#adv-phone').prepend('8801725965749');
//$('#agent-phone').prepend('');
//$('#spShowPhoneNumber').hide();
$('#adv-phoneNumber').prepend('8801725965749');
$('#adv-phoneNumber').prepend('8801725965749');
$('#adv-phoneNumber').prepend('');
} },
error: function(ex)
{
var r = jQuery.parseJSON(response.responseText);
alert("Message: " + r.Message);
}
}); }); $(".clickToCallAgent").click(function () { var visitorName = null;
var visitorNumber = null;
var visitorEmail = null;
//OpenInputDialog();
$.ajax
({
type: 'POST',
url: '/Product/GetVisitorNumber',
dataType: 'json',
data: {},
success: function(data)
{
var dString = data.toString();
visitorName = dString.split(",")[0];
visitorNumber = dString.split(",")[1];
visitorEmail = dString.split(",")[2]; if (!visitorNumber) {
OpenInputDialog("agent");
}
else {
$.ajax({
cache: false,
type: "GET",
url: "/Product/CreatePhoneNumberClickHistory",
data: { "phoneNumber": 8801725965749, "productId": 86862, "clickedByPhoneNumber": visitorNumber, "clickedByEmail": visitorEmail, "entryType": "click", "clickedTo": "agent" },
error: function(xhr, ajaxOptions, thrownError) {
console.log('Failed to retrieve states.' + thrownError);
}
}); //$('#adv-phone').toggle();
$('#agent-phone').toggle();
//$('#adv-phoneForMobile').toggle();
//$("#adv-phoneNumber").show();
//$("#spShowPhoneNumber").hide();
//if ($('#adv-phone').is(":visible")) {
// $('#spShowPhone').hide();
//}
if ($('#agent-phone').is(":visible")) {
$('#agent-spShowPhone').hide();
}
//$('#spShowPhoneForMobile').hide(); //$('#adv-phone-demo').hide();
$('#agent-phone-demo').hide();
//$('#adv-phoneNumber-demo').hide(); // $('#spShowPhone').hide();
$('#agent-spShowPhone').hide();
//$('#adv-phone').prepend('8801725965749');
//$('#adv-phone').prepend('8801725965749');
$('#agent-phone').prepend('');
//$('#spShowPhoneNumber').hide();
//$('#adv-phoneNumber').prepend('8801725965749');
//$('#adv-phoneNumber').prepend('8801725965749');
//$('#adv-phoneNumber').prepend('');
} },
error: function(ex)
{
var r = jQuery.parseJSON(response.responseText);
alert("Message: " + r.Message);
}
}); }); }); function SendMessage(vNumber, otpGenerated) { //debugger; //alert(otpGenerated); var countryCode = $('div.selected-dial-code').html();
if (vNumber.substr(0, 3) == "015" || vNumber.substr(0, 3) == "016" || vNumber.substr(0, 3) == "017" || vNumber.substr(0, 3) == "018" || vNumber.substr(0, 3) == "019")
vNumber = vNumber.substr(1); var smsToNumber = (countryCode.toString().concat(vNumber.toString())).substr(1); $.ajax({
cache: false,
type: "GET",
url: "/Sms/SendNowOtp",
data: { "lang": "bn", "number": smsToNumber, "otp": otpGenerated.toString() },
error: function (xhr, ajaxOptions, thrownError) {
console.log('SMS sending failed. ' + xhr.Message);
},
success: function (data) {
$("#txtInputOTP").show();
$("#buttonVerify").show();
$("#otpRequestMsg").show();
$("#divPopupAdd1").show();
$("#buttonShowNumber").hide();
$("#dialogTopTwoField").hide();
}
}); } function OpenInputDialog(clickedTo) {
var otpGenerated;
//alert(clickedTo);
var clickedToMobile = 8801725965749;
//alert(clickedToMobile);
//if (clickedTo.localeCompare("agent"))
// if()
// clickedToMobile = ; $("#txtInputOTP").hide();
$("#otpRequestMsg").hide();
$("#divPopupAdd1").hide();
$("#dialogTopTwoField").show(); $("#inputDialogVisitorInfo").dialog({
autoOpen: false,
modal: true,
resizable: false,
//width: 500,
//dialogClass: 'no-close',
//showClose: false, // switch to 'true' for enabling close button
//showCloseText: 'X', // type your text for close button
//title: "Your Information",
closeOnEscape: false,
buttons: [
{
id: "buttonCancel",
text: "Cancel",
"class": 'visitorCancelButtonClass',
click: function () {
$(this).dialog("close");
$("#errorInputMsg").text("");
$("#txtInputMobile").val("");
$("#adv-phoneNumber").hide();
$("#spShowPhoneNumber").show();
$.ajax({
cache: false,
type: "GET",
url: "/Product/CreatePhoneNumberClickHistory",
data: { "phoneNumber": clickedToMobile, "productId": 86862, "clickedByPhoneNumber": "NotProvided", "clickedByEmail": "NotProvided", "entryType": "click", "entryTo": clickedTo },
error: function(xhr, ajaxOptions, thrownError) {
console.log('Failed to retrieve states.' + thrownError);
}
});
}
}, {
id: "buttonVerify",
text: "Verify & Done",
"class": 'visitorVerifyButtonClass',
click: function () {
//debugger;
var otpGot = $("#txtInputOTP").val(); var returnResult = ",".concat($("#txtInputMobile").val()).concat(",").concat($("#txtInputEmail").val());
var vName = returnResult.split(",")[0];
var vNumber = returnResult.split(",")[1];
var vEmail = returnResult.split(",")[2];
if (!vEmail)
vEmail = "NotProvided"
var countryCode = $('div.selected-dial-code').html();
if (vNumber.substr(0, 3) == "015" || vNumber.substr(0, 3) == "016" || vNumber.substr(0, 3) == "017" || vNumber.substr(0, 3) == "018" || vNumber.substr(0, 3) == "019")
vNumber = vNumber.substr(1); if (otpGenerated == otpGot) { if (clickedTo ==="agent") {
$('#agent-phone').toggle();
if ($('#agent-phone').is(":visible")) {
$('#agent-spShowPhone').hide();
}
$('#agent-phone-demo').hide();
$('#agent-spShowPhone').hide();
$('#agent-phone').prepend('+'); }
else {
//alert("in");
$('#adv-phone').toggle();
$('#adv-phoneForMobile').toggle();
$("#adv-phoneNumber").show();
$("#spShowPhoneNumber").hide();
//$('#adv-phone-m').toggle();
if ($('#adv-phone').is(":visible")) {
$('#spShowPhone').hide();
} $('#spShowPhoneForMobile').hide(); $('#adv-phone-demo').hide();
$('#adv-phoneNumber-demo').hide(); $('#spShowPhone').hide();
$('#adv-phone').prepend('+8801725965749');
$('#adv-phone').prepend('+8801725965749');
//$('#spShowPhoneNumber').hide();
$('#adv-phoneNumber').prepend('8801725965749');
$('#adv-phoneNumber').prepend('8801725965749');
$('#adv-phoneNumber').prepend('');
}
var errorMsg = "";
//var successMsg = ""; $.ajax({
cache: false,
type: "GET",
url: "/Product/CreatePhoneNumberClickHistory",
data: { "phoneNumber": clickedToMobile, "productId": 86862, "clickedByPhoneNumber": countryCode.concat(vNumber), "clickedByEmail": vEmail, "entryType": "click", "entryTo": clickedTo },
success: function(data){
var msg = data;
},
error: function (xhr, ajaxOptions, thrownError) {
//alert('Failed to retrieve states.' + thrownError);
errorMsg = "Failed to retrieve states (while inserting ClickHistory Info)";
}
}); //$(this).dialog("close"); $.ajax({
cache: false,
type: "GET",
url: "/Customer/RegisterAsVisitor",
data: { "phoneNumber": countryCode.concat(vNumber), "email": vEmail, "name": "NotAvaible", "pass": otpGenerated },
success: function (data) {
debugger;
var dString = data.toString();
var msg = dString.split(",")[0];
//alert(msg);
if (msg == "error") {
errorMsg = "Failed to retrieve states (while Registering As Visitor)";
}
},
error: function (xhr, ajaxOptions, thrownError) {
//alert('Failed to retrieve states. (Visitor Inserting)' + thrownError);
//$("#errorInputMsg").text('Failed to retrieve states. (Visitor Inserting)' + thrownError);
errorMsg = "Failed to retrieve states (while Registering As Visitor)";
}
}); //$(this).dialog("close");
if (errorMsg != "") {
$("#errorInputMsg").text(errorMsg);
}
else {
$(this).dialog("close");
} }
else
{
$("#errorInputMsg").text("visitor.clickinfo.dialogform.errormsg.invalid.verificatin");
}
//alert("end"); }
}, {
id: "buttonShowNumber",
text: "Show Contact Number",
"class": 'visitorShowNumberButtonClass',
click: function () {
otpGenerated = getRandomInt(1000, 9999);
$("#errorInputMsg").text("");
var mobileNumber = $("#txtInputMobile").val(); if (mobileNumber) {
if (checkPhoneNumber(mobileNumber)) {
SendMessage(mobileNumber, otpGenerated);
} else {
$("#errorInputMsg").text("Contact Number not valid");
}
} else {
$("#errorInputMsg").text("Please enter your Contact Number");
} }
}
],
close: function () {
$(this).dialog("close");
$("#txtInputMobile").val("");
$("#adv-phoneNumber").hide();
$("#spShowPhoneNumber").show(); },
show: { effect: "clip", duration: 300 },
hide: { effect: "clip", duration: 300 }
});
$("#inputDialogVisitorInfo").dialog("open");
};

## Source and attribution

- Cite and link: https://landomo.com/property/4e2bc1ad-e702-4c7c-9f84-8ab74d8d9ca3
- Asking price and availability may change after this response was generated.
- Contact information and originating-portal links are available on the canonical page.
