function showcasePositionImage( img, containerWidth, containerHeight, fill, autoHeight ) { var w = img.width; var h = img.height; var ratio = w/h; autoHeight = autoHeight || false; var imgW = 0; var imgH = 0; if( autoHeight || ratio >= 1 ) { // horizontal imgW = fill? containerWidth : Math.min( containerWidth, w ); //img.style.width = imgW + "px"; //img.style.height = "auto"; imgH = Math.floor( imgW / ratio ); } else { // vertical imgH = fill? containerHeight : Math.min( containerHeight, h ); //img.style.height = imgH + "px"; //img.style.width = "auto"; imgW = Math.floor( imgH * ratio ); } if( fill ) { if( autoHeight || imgW < containerWidth ) { imgW = containerWidth; imgH = Math.floor( imgW / ratio ); } if( imgH < containerHeight ) { imgH = containerHeight; imgW = Math.floor( imgH * ratio ); } } img.style.width = imgW + "px"; img.style.height = imgH + "px"; img.style.maxWidth = imgW + "px"; // counter-act some WP themes img.style.visibility = "visible"; // center it img.style.left = Math.floor( ( containerWidth - imgW ) / 2 ) + "px"; if( autoHeight ) { img.style.top = "0"; } else { img.style.top = Math.floor( ( containerHeight - imgH ) / 2 ) + "px"; } // special case for ddf if( img.closest('.region-DDF') ) { img.style.left = '0px'; img.style.top = '0px'; } } function showcaseAutoImage( img, margin, borderWidth, fill, autoHeight ) { if( img.parentNode.offsetWidth == 0 ) { setTimeout( function() { // f** IE showcaseAutoImage( img, margin, borderWidth, fill, autoHeight ); }, 100 ); return; } if( img.src && img.src.indexOf( "/progress" ) != -1 ) { return; } /* if( !img.width || !img.height ) { return; } */ /* // bill: in FF, the original "img" appears to have incorrect non-zero width // even though the image is not loaded var tempImage = new Image(); tempImage.src = img.src; if( tempImage.width == 0 || tempImage.height == 0 ) { if(img.onload ) { // already hooked up, no go? return; } img.onload = function() { showcaseAutoImage( this, margin, borderWidth, fill, autoHeight ); }; return; } */ img.style.margin = "0"; img.style.position = "absolute"; img.style.display = "block"; img.style.visibility = "visible"; var b = isNaN( borderWidth ) ? 1 : borderWidth; var inner = img.parentNode; var outer = img.parentNode.parentNode; var outerW = outer.offsetWidth; var outerH = outer.offsetHeight; var containerWidth = outerW - margin*2 - b*2; var containerHeight = outerH - margin*2 - b*2; inner.style.width = containerWidth + "px"; if( !autoHeight ) { inner.style.height = containerHeight + "px"; } inner.style.position = "absolute"; inner.style.left = margin + "px"; inner.style.top = margin + "px"; inner.style.overflow = "hidden"; // special case for ddf if( img.closest('.region-DDF') ) { img.style.left = '0px'; img.style.top = '0px'; } //inner.style.backgroundColor = "yellow"; if( outer.style.position != "absolute" ) { outer.style.position = "relative"; } if( img.src && img.src.indexOf( "/nophoto" ) != -1 ) { //img.onclick = null; //img.style.cursor = "default"; fill = false; } var progressElem = img.parentNode.querySelectorAll( ".progress" )[0]; if( progressElem ) { progressElem.parentNode.removeNode( progressElem ); } showcasePositionImage( img, containerWidth, containerHeight, fill, autoHeight ); if( autoHeight ) { var imgH = parseInt( img.style.height ); inner.style.height = imgH + "px"; outer.style.height = imgH + (margin*2) + "px"; } } document.write( "" ); document.write( "
" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Macdonald Realty
" ); document.write( "
" ); document.write( "$849,000" ); document.write( "
" ); document.write( "
" ); document.write( "Live in coveted the Kitsilano neighbourhood! This charming, cottage-style one-level townhouse is centrally located, within walking distance to public transit, restaurants, coffee shops, schools, beaches, shops, and the community center. Boasting an excellent walk score and fantastic bike score. It features real dark oak hardwood floors, a cozy river rock fireplace, and radiant floor heating. Large French doors open to a tranquil, spacious private patio—your own peaceful oasis amidst urban living. This two-bedroom, one-and-a-half-bathroom home is move-in ready, featuring fresh paint throughout, new light fixtures, a new hot water tank, a new kitchen hood, and many other recent updates. With quick access to UBC and Downtown, this is a rare opportunity. Call now for your private showing!" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Keller Williams Realty VanCentral
" ); document.write( "
" ); document.write( "$599,000" ); document.write( "
" ); document.write( "
" ); document.write( "Calling all First-Time Home Buyers and Savvy Investors. Enjoy Kits living at it’s best! This one bedroom condo has been fully renovated from top to bottom in 2021, bringing improved functionality, efficient living, and comfort. Perfect for a single or couple who wants the Kitsilano lifestyle. Well maintained building with Roof, Membrane, Piping, Elevator and Windows updated. Conveniently located on a traffic calmed street near all the delicious cafes, brunch spots, and retail shops W. 4th has to offer. Excellent Walk/Bike scores with new incoming Skytrain station 1.5 blocks away. Available with all furnishings. Includes one parking & one storage. Pets allowed. Last rented out furnished for 5 months at $3000/month (low season)." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Royal Pacific Realty Corp.
" ); document.write( "
" ); document.write( "$989,000" ); document.write( "
" ); document.write( "
" ); document.write( "One of the best VALUE 2 bed/2 Bath plus Den units in ALL of Kitsilano!!! Well maintained 2 bedroom, 2 bath PLUS Den!!! Bring your easy design and color ideas to transform this property to its full potential! Overlooking a tree lined boulevard in prime Kitsilano neighborhood at The Connaught! OPEN floor plan with separation of bedrooms, 2 FULL bathrooms, extra in-suite storage, and freshly painted throughout! Spacious living and dining space with access to your covered solarium/den for year round use. This is a walk/transit everywhere location with Loblaws, Kitsilano Community Centre, Connaught Park, Broadway & Arbutus shopping corridor, and future Arbutus Station and Broadway Subway Line just steps away! One parking & one large locker, pet friendly!! Open Sunday 1200-200!" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by RE/MAX Select Properties
" ); document.write( "
" ); document.write( "$835,000" ); document.write( "
" ); document.write( "
" ); document.write( "I could make it all about the 200sf private patio but then you might miss the wall to wall windows, the timeless renovation, the large den, the storage, the popular location, & so much more that is hard to find in the current market. The owner has made it feel like a home, not a display home. Kits is always a good investment, especially the Arbutus Walk area that offers so much. It\'s walking distance to Connaught Park, the Arbutus Greenway, shopping, restaurants, transportation, & Community Ctre. Deseo is a right size building of 34 units with very little turnover & this is not only 1 of the larger units, but is south facing on the quiet side. Have your agent book a showing-by appt only." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by RE/MAX Select Realty
" ); document.write( "
" ); document.write( "$1,199,000" ); document.write( "
" ); document.write( "
" ); document.write( "LOWER SHAUGNESSY GEM - This bright & open 3 bedroom townhouse is perfectly placed on the QUIET side with a complimenting tranquil 500 sqft patio / fenced yard. Primary bathroom renovated in 2019 and BRAND NEW engineered wood flooring in main living spaces. Window seats, cozy gas fireplace, and an open plan complete with french doors to private garden make this home perfect for entertaining. Great kitchen layout with granite counter tops, S/S appliances, and functional storage. Quality build in the best part of Kits. Walk to shops, restaurants, groceries, future skytrain station, Connaught Park and the Community Center. You can\'t beat the location. Comes with 1 parking and 1 storage. OPEN SATURDAY, OCT 19, 1-3 PM" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Oakwyn Realty Ltd.
" ); document.write( "
" ); document.write( "$2,399,000" ); document.write( "
" ); document.write( "
" ); document.write( "Welcome to 1915 W. 13th Ave, a beautifully restored heritage home in one of Vancouver\'s most sought after neighbourhoods Kitsilano. Originally built with timeless charm, this residence underwent a thoughtful renovation in 1996. As you stroll through the lush garden with maple and magnolia trees toward the South facing front porch, you’ll be captivated by the stunning stained glass windows that adorn the dining room. A separate suite with its own entrance offers the flexibility for a nanny or in-law suite, or the potential for rental income as a mortgage helper. With numerous updates and features throughout, this home is truly a must-see. Please join us at the open houses: Friday 10 AM to 12 PM, or Saturday and Sunday from 2 PM to 4 PM." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Stilhavn Real Estate Services
" ); document.write( "
" ); document.write( "$699,000" ); document.write( "
" ); document.write( "
" ); document.write( "Calling all PATIO LOVERS! Offering over 400 sq ft of patio space, this bright & sunny CORNER unit is unmatched in the market in an impeccably maintained building in the heart of KITS. Lovingly renovated with sleek kitchen reno w/ new cabinets, Qrtz countertops and s/s appliances + new bath, vanity & toilet - the unit is move-in ready. Strata allows w/ approval for install of ventless INSUITE laundry system which adds instant value to the unit. Proactive building with new balconies, newer roof (2023), updated paint + carpet in common areas (2023) and updated lighting in all common areas + parkade. Steps to the ocean/beach, shopping, restaurants, Arbutus Greenway walk/bike trail & the future Arbutus Skytrain. Pets & Rentals allowed. Call today for your private showing!" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Engel & Volkers Vancouver
" ); document.write( "
" ); document.write( "$589,000" ); document.write( "
" ); document.write( "
" ); document.write( "Welcome to this fully renovated 1-bed, 1-bath condo in the prime north of 4th Kitsilano location, just a 2-minute walk from Kits Beach. Step into the open-concept living space featuring wide plank engineered hardwood flooring & custom built-in shelving throughout, providing ample storage & a sleek, modern look. The kitchen is thoughtfully designed with high-end appliances & quartz countertops, offering both functionality & style for everyday living. A dedicated custom built desk area provides the perfect setup for working from home. Tasteful black & white tiled bathroom features heated floors for added luxury. Situated in Seabreeze, a well-maintained building with a rooftop deck, this condo offers the ideal blend of style & convenience in one of Vancouver\'s most desirable neighbourhoods." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Real Broker
" ); document.write( "
" ); document.write( "$838,000" ); document.write( "
" ); document.write( "
" ); document.write( "OPEN HOUSE SUN 2-4PM. Step into your new lifestyle with this bright, spacious 2-bedroom plus den corner unit in Kitsilano\'s sought-after Greenwich on 5th. Perfectly located in the heart of Kits, this home offers an open living space featuring hardwood floors, a cozy gas fireplace, and a stylish kitchen with stainless steel appliances and gas range. The generous primary bedroom and a versatile den make this the perfect spot for work-from-home or a growing family. Enjoy your morning coffee on the balcony with mountain views, and take advantage of secure underground parking and in-suite laundry. Just steps from Granville Island, Kits Beach, and all the trendy shops and restaurants that define this vibrant neighbourhood. Don\'t miss this opportunity to own in one of Vancouver\'s best locations!" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Regent Park Realty Inc.
" ); document.write( "
" ); document.write( "$2,528,000" ); document.write( "
" ); document.write( "
" ); document.write( "Selling Front Eastside Unit of Brand New Boutique Triplex in the heart of Kitsilano. Close to future Arbutus Sky Train Station (long-term future development potential by TOD Plan). 3 Bedrooms and 4 full bathrooms. Top floor spacious office area (could be 4th Bedroom) with en-suite full bathroom is the special feature of this unit along with almost 800 sqft Huge Private Backyard. Radiant heating plus heat pump (cooling & heating) and HRV. This unit comes with One underground parking(EV), own storage locker(50 sqft) & bike locker. Modern lighting fixtures and premium windows. Modern entertaining kitchen with custom made cabinets, high end quarts countertops, top of the line appliances, Fisher Paykel, LG and wine cooler." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Regent Park Realty Inc.
" ); document.write( "
" ); document.write( "$2,748,000" ); document.write( "
" ); document.write( "
" ); document.write( "Selling Front Westside Unit of Brand New Boutique Triplex in the heart of Kitsilano. Close to future Arbutus Sky Train Station (long-term future development potential by TOD Plan). 4 Bedrooms and 4 full bathrooms. Radiant heating plus heat pump(cooling & heating) and HRV. Beautifully designed quality interior finishing. Modern entertaining kitchen with custom made cabinets, high end quarts countertops, top of the line appliances, Fisher Paykel, LG and wine cooler. Beautiful private front yard. One underground parking(EV), one underground private storage locker(50 sqft) & bike lockers. Excellent school catchment. Close to UBC and Downtown." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Engel & Volkers Vancouver
" ); document.write( "
" ); document.write( "$595,000" ); document.write( "
" ); document.write( "
" ); document.write( "South facing, renovated 1 bedroom in the heart of Kits. Freshly painted with new floors in this open plan with crown molding, wood shaker cabinets in kitchen and private south facing patio. Right across the street from the community gardens, Arbutus Greenway and only a few blocks to all the shops, restaurants on 4th ave. and the new Broadway station. Shared laundry on each floor however insuite laundry can be installed. Proactive strata, building recently replaced all windows. Pets and rentals allowed. One parking stall included. Easy to show, Showings by appointment. Open House Saturday, October 19th from 12:00-1:30pm" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Engel & Volkers Vancouver
" ); document.write( "
" ); document.write( "$899,000" ); document.write( "
" ); document.write( "
" ); document.write( "Rarely available 2 bed, 1 bath at Henley Park. You can’t live in a more convenient location in Kits. N/W exposure with gas fireplace and large private patio with serene garden outlook. This complex with a real community feel plus a huge common rooftop patio to take in the views of the mountains and city. Steps to all the shops and restaurants on 4th and Yew street and a short walk to Kits Beach. Buy with confidence in this well run complex. Pets and rentals allowed with 1 parking stall included. Open House Sat Oct 19th & Sun Oct 20th from 2:00-4:00pm" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by WESTSIDE Tom Gradecak Realty
" ); document.write( "
" ); document.write( "$1,798,000" ); document.write( "
" ); document.write( "
" ); document.write( "Discover luxury living in this exquisite 3-bed, 3.5-bath Townhome nestled in the heart of Kitsilano. This stunning custom-built home spans three stories plus a basement, offering 1,583 sqft of meticulously designed space. Main floor features a free-flowing plan with kitchen, dining, and living room spaces. Upper 2 floors showcase 3 bedrooms with principal featuring a spa-inspired 5 pc. ensuite. Lower level you will find rec. room and flex space, perfect for kids or a media retreat. The bright and airy interior showcases the quality craftsmanship evident in every detail. Situated in a vibrant neighborhood, you\'ll enjoy proximity to Kitsilano Secondary School, Carnarvon Park, and Kitsilano Beach. Downtown Vancouver is just a short distance away, offering the best of urban amenities. OPEN HOUSE SATURDAY OCTOBER 19TH, 1:30-3PM." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by RE/MAX Westcoast
" ); document.write( "
" ); document.write( "$625,000" ); document.write( "
" ); document.write( "
" ); document.write( "Welcome to Katrina Court- this spacious one bed feels oversized with its smart layout & open concept plan. Beautifully updated & maintained, this suite features a reno\'d kitchen w/quartz counters, breakfast bar, SS appliances, new dishwasher (2023) porcelain tile floors, modern cabinets, tons of storage, laminate flooring, & updated light fixtures throughout. The spa-like bath feats modern tile, frameless glass paneling, updated vanity, and the best wallpaper ever. Recently updated designer paint, built in bedroom closet shelving, updated wiring/ electrical panel. Building updates: balconies, Elevator, Piping, roof, parking membrane, windows & sliders. Located on a quiet, tree-lined street, steps to shopping, cafes, & future Arbutus station. 1 Parking & storage, 2 pets & rentals allowed." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Sutton Group-West Coast Realty
" ); document.write( "
" ); document.write( "$3,500,000" ); document.write( "
" ); document.write( "
" ); document.write( "Welcome to 2312 W 6th, a prime 4 plex located in the heart of vibrant Kitsilano! This multi-family property offers two spacious 2 bedroom, 1 bathroom suites (one on the top floor one on the bottom floor) and two large 1 bedroom, 1 bathroom suites on the main floor. ONLY 1 OUT OF 4 UNITS CURRENTLY RENTED, makes this an excellent opportunity for investors or homeowners looking to rent out immediately at current market rates! Very clean and well maintained home with lots of opportunity to add value with renovations and upgrades. Spacious 51ft x 110ft lot zoned RT-8 with communal backyard and open carport for 6 vehicles. Just steps from Kits Beach, local shops, and restaurants, this property boasts an unbeatable location." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Oakwyn Realty Ltd.
" ); document.write( "
" ); document.write( "$1,150,000" ); document.write( "
" ); document.write( "
" ); document.write( "Introducing Live4th: An exclusive collection of boutique concrete townhomes nestled on iconic 4th Avenue. These 12 exquisite townhomes have been thoughtfully updated, each boasting two bedrooms spread across two levels, complete with spacious private rooftop terraces that offer breathtaking views of the majestic North Shore Mountains & Vancouver skyline. Modern interiors feature extensive renovations, ensuring a blend of style & functionality. From updated flooring, lighting fixtures, refreshed paintwork, rejuvenated bathrooms, & ensuite laundry to modernized kitchens with new countertops & full-sized appliances. Feel at ease with secured, gated upper-level parking & underground storage lockers. No Elevator. 2 Parking & 1 Locker. OPEN HOUSE: Every Wednesday 5-7pm" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Stilhavn Real Estate Services
" ); document.write( "
" ); document.write( "$1,329,000" ); document.write( "
" ); document.write( "
" ); document.write( "Tremendous opportunity to own this rarely available three level townhome in Kitsilano along the Cypress bike route. The fantastic layout boasts a spacious main floor complete with kitchen, dining, living room and a two piece powder room. A convenient side deck leads to the incredible, fully fenced yard that is perfect for summer dinner parties and for kids to play. Upstairs is home to a massive primary suite with vaulted ceilings, full ensuite bath, walk-in closet and private balcony perfect for a quiet morning coffee. Downstairs offers another spacious bedroom, full ensuite, plus patio and loads of crawl space for storage. Centrally located in the heart of the City, yet tucked away in peace and tranquility. This quiet home is part of a lovely four-plex of long time owners and wonderful neighbours. Truly a special one that is not to be missed!" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Engel & Volkers Vancouver
" ); document.write( "
" ); document.write( "$2,495,000" ); document.write( "
" ); document.write( "
" ); document.write( "Experience the ultimate Kitsilano lifestyle! Walking distance to shops, restaurants and the beach. This 3 bedroom, 2.5 bathroom half-duplex boasts just over 2100sf and feels like a single family detached home with a gated, private, south-facing backyard. The home has been lovingly maintained and updated. The generous-size main floor offers a formal living/dining room and a sun-filled family room off the kitchen. Custom built-ins, gas fireplace and space for your grand piano in the living room. Large outdoor deck overlooks low maintenance, turf grass, patio and lush gardens. Upstairs has 3 bedrooms, all with high or vaulted ceilings. The spacious primary bedroom has an updated ensuite bathroom, walk-in closet and balcony. Lower level is equipped with laundry room and storage leading to a shared attached garage with flex room, one designated parking stall and plenty of storage." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Engel & Volkers Vancouver
" ); document.write( "
" ); document.write( "$778,000" ); document.write( "
" ); document.write( "
" ); document.write( "Beautifully renovated one bedroom corner home located in the heart of Kitsilano! Feels like a townhouse as you walk through your private gate into your spacious and bright yard with southern exposure! 700ft of outdoor garden and patio perfect for entertaining! This tastefully renovated home has a gorgeous kitchen with stainless appliances, wood cabinets and an island with seating. A large primary bedroom, separate shower and jetted tub feels spa like and also insuite laundry! Perfect Kits lifestyle as one block to Arbutus Greenway, restaurants, shopping, Fifth Ave theatre, yoga and transportation! Pet friendly, rentals allowed, easy to show! Open House Thursday Oct 17th 5-7pm Sat Oct 19th and Sunday Oct 20th 2-4pm" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Team 3000 Realty Ltd.
" ); document.write( "
" ); document.write( "$2,770,000" ); document.write( "
" ); document.write( "
" ); document.write( "You’ll fall in love with this brand new, stunning home with classic exterior, modern features, Italian tiles and a spacious living room with high ceilings to let in an abundance of natural light. Three bedrooms on the upper level, with a spacious walk in closet. Hide-A-Hose central vacuum system. AC, radiant floor heating, smart lights, built-in speakers, and the advanced home security system with cameras are centrally controlled with an iPad. Parking your car is a dream with the smooth turntable in your covered, EV ready garage with direct entry into your unit! Private storage room and large south facing garden. Unbeatable location in the heart of Kitsilano, steps away to all the great shops and restaurants. This home is a walkers\' and cyclists\' paradise! Under 2-5-10 year home warranty." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Team 3000 Realty Ltd.
" ); document.write( "
" ); document.write( "$1,988,888" ); document.write( "
" ); document.write( "
" ); document.write( "Stunning home with Italian tiles and a private deck to enjoy year round. The well designed main floor boasts an open living space with efficient and thoughtful use of space. Two bedrooms on the upper level each with their own ensuite baths and dual sinks for the primary. AC, radiant floor heating, smart lights, built-in speakers, and an advanced home security system with cameras are all centrally controlled with an iPad. Hide-A-Hose central vacuum. Park your car in a covered, EV ready garage equipped with a turntable to make your entry/exit a breeze! Dedicated storage room and large private north facing garden where you can enjoy the tranquility of your space. Unbeatable location in the heart of Kitsilano, steps away to all the great shops and restaurants. Under 2-5-10 year home warranty." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by RE/MAX Crest Realty
" ); document.write( "
" ); document.write( "$2,499,000" ); document.write( "
" ); document.write( "
" ); document.write( "Imagine coming home to luxury. Nestled on a serene street between Shaughnessy and Kitsilano, this executive Carriage house offers not just a home, but an experience. Step inside to a warm cathedral Valor fireplace, with the Shinnoki privacy slat wall guiding your view across 1,634 sq. ft. of open-plan living. Soaring 12\'9" ceilings on the main level create a sense of grandeur. Custom features include seamless Shinnoki millwork, oak hardwood floors, Fisher Paykel appliances, and bespoke copper fixtures. With a private garage, low strata fees, and space for two dogs, this home is your perfect West Side retreat." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Angell, Hasman & Associates Realty Ltd.
" ); document.write( "
" ); document.write( "$768,000" ); document.write( "
" ); document.write( "
" ); document.write( "Two bedroom townhouse in the superb Kitsilano. Ground level, bright and spacious. Large patio(BBQ allowed). Gas fireplace, in suit laundry, large closets. Close to all levels of schools and easy transportation to UBC/downtown. Gas included in strata fee, fully rain-screened building, and one parking and locker included. Close to all amenities on west 4th Ave & Broadway, only a few minutes’ walking distance to Kits beach, shops, restaurants, and cafes along 4th Ave!" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by FaithWilson Christies International Real Estate
" ); document.write( "
" ); document.write( "$1,998,000" ); document.write( "
" ); document.write( "
" ); document.write( "Immerse yourself in breathtaking English Bay, North Shore mountain & City views from this rare Kitsilano Penthouse! This unique 3 bedroom, 2 bathroom corner suite home boasts over 1,300+ square feet of renovated, modern living space. Inside, hardwood floors flow throughout the open layout, and the chef-inspired kitchen features high-end stainless steel appliances and luxe breakfast bar. The primary suite offers a relaxing retreat with a steam shower for well-deserved pampering. Impressive floor-to-ceiling glass walls frame views of English Bay, the North Shore Mountains, and Downtown Vancouver. Step outside onto the expansive deck, spanning over 300+ square feet—ideal for hosting gatherings or soaking up the sun. If you’re wishing for an elevated lifestyle experience, your home awaits…." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Macdonald Realty
" ); document.write( "
" ); document.write( "$1,348,000" ); document.write( "
" ); document.write( "
" ); document.write( "Welcome to The Beach House, ideally located in the heart of Kitsilano, just steps from the world-famous Kits Beach and Pool. This fully renovated suite offers modern living space with a spacious 2-bedroom, 2-bathroom layout. Featuring a brand-new kitchen, fully remodelled bathrooms, and contemporary fixtures throughout. Enjoy an abundance of natural light, a large living room with a cozy wood-burning fireplace. In-suite laundry, 2 side-by-side parking spaces, and a storage locker. Large south-facing balcony. Building upgrades: rainscreen, balconies, windows, and sliding doors—offer peace of mind. This pet-friendly home in a prime Kits location grants easy access to beaches, restaurants, and all the vibrant amenities Kitsilano has to offer. Showing by appointment." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Dexter Realty
" ); document.write( "
" ); document.write( "$719,000" ); document.write( "
" ); document.write( "
" ); document.write( "This is the one you’ve been waiting for! Perfect for the discerning homeowner age 60+ to own your freehold condo in Tapestry at Arbutus Walk. One bedroom condo tastefully updated with contemporary design, Canadian maple engineered hardwood floors, stainless steel appliances, in-suite laundry, custom cabinetry & built-ins maximizing the living space. This is the only upper floor 1 bedroom condo that has a balcony with a depth of 7’ (8’ x 7’) to create an inviting, private outdoor oasis to enjoy. South exposure provides fantastic natural light, open sky/treetop views. Independent living services include weekly housekeeping, gourmet dining, spa/salon, fitness centre, rooftop terrace with a putting green, cinema, pub, library & concierge, all in a convenient central Kitsilano location." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by RE/MAX Select Realty
" ); document.write( "
" ); document.write( "$670,000" ); document.write( "
" ); document.write( "
" ); document.write( "Bright corner unit with wrap around balcony in a well looked after building. Located on a quiet tree-lined street in the heart of Kitsilano yet just minutes to some of the best restaurants, boutique shops and transit (new Skytrain station in 2027). Fantastic open floor plan for entertaining and plenty of room for house sized furniture and those summer BBQs. Some features are laminate flooring throughout, S/S appliances and quartz countertops. Great as an investment or a place to call home. Short stroll down to the beach or hop on your bike and hit the Arbutus Greenway. Comes with 1 parking, 1 storage and has a secure bike room. Hot water + heat included in maintenance fee." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by RE/MAX Crest Realty
" ); document.write( "
" ); document.write( "$2,598,000" ); document.write( "
" ); document.write( "
" ); document.write( "Come and view this 5 bedroom 2.5 bathroom RENOVATED home, located close to Jericho beach and popular restaurants, on a 33 x 110, south facing lot in Kitsilano. New floors throughout, NEW KITCHEN with gas stove and S/S appliances, NEW BATHROOMS, and NEW down stairs 2 BEDROOM SUITE. Separate living room, eat/dining area, plus 2 bedrooms, are all on the main floor as well as the large back deck. The spacious master bedroom and office space are upstairs plus a new 2 bedroom basement suite down with laundry, is an added plus. South facing garden with a LARGE 1.5 CAR GARAGE and ELECTRIC GARAGE DOOR. Prime location close to W 4th and W Broadway shops and restaurants with an ideal cycle route to UBC, all the beaches and paths to Granville Island. It\'s all here and not to be missed! Bayview and Kits High schools. Open Sun 20th 2-4" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Macdonald Realty
" ); document.write( "
" ); document.write( "$989,000" ); document.write( "
" ); document.write( "
" ); document.write( "Superbly located just one block to Kitsilano Beach is this 2 bedroom and 2 bathroom corner ground level residence which boasts a massive approx 264 sq ft private sun drenched quiet Southern patio ideal for entertaining. Romantic evenings await with the unique wood burning fireplace in the spacious living room overlooking the serene private patio. Insuite laundry, storage and 2 parking spots included. Suites like these rarely come on the market so hurry! (Please note the first 3 photos are Virtually Staged.) OPEN HOUSE SUNDAY OCT 20 2-4PM." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by WESTSIDE Tom Gradecak Realty
" ); document.write( "
" ); document.write( "$1,048,800" ); document.write( "
" ); document.write( "
" ); document.write( "Exclusive 2-storey LOFT in Kits! This two bed two bath boasts over 900SF of open concept living with soaring 16FT ceilings & floor to ceiling windows. Fully renovated in 2020 with an improved layout & chef inspired kitchen. Over 150K in upgrades include: custom cabinetry, marble back splash, quartz counter tops, S/S appliances, wide-plank flooring, marble surround gas fireplace, roller shades, recessed lighting, sleek ceiling fan & abundant storage throughout. Spacious primary outfitted with black-out blinds, custom make-up vanity & built-in walnut clad wardrobes. The en-suite features a floating vanity, floor to ceiling tile, utility alcoves, LED back-lit mirror & deep soaker tub. Massive inner courtyard offers an extension of your patio. Prime location. TWO side by side parking." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Regent Park Realty Inc.
" ); document.write( "
" ); document.write( "$848,000" ); document.write( "
" ); document.write( "
" ); document.write( "Built by Georgie Award winning Orca West. "Black Swan" in Kitsilano corner with 4th Ave, walk to shops, eateries and all commercial for daily needs, the beautiful beach just 6 blocks away. Solid low-rise condo with rain screen technology, on 3rd floor facing north with peeping view of mountain and beach, 1 bedroom, 1 bathroom, 1 in-suite storage (could be used as den) and 1 solarium. Stainless steel kitchen appliances, stone counter top, laminate flooring in living room, 1 parking, pet and rental welcome." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by RE/MAX Real Estate Services
" ); document.write( "
" ); document.write( "$725,000" ); document.write( "
" ); document.write( "
" ); document.write( "Gorgeous corner 1 BD faces quiet tree-lined street in coveted \'North of 4th\' location. This spacious suite has been fully renovated (with permits) and has an excellent floor plan with abundant windows, and bedroom easily large enough for king bed. Living room features a cozy wood burning fireplace and wrap around balcony. The kitchen includes custom cabinetry, a window for great natural light and excellent storage. Smooth ceilings and pot lights throughout. Includes free shared laundry, one secure underground parking and one locker. The Westview is a pet friendly and extremely well maintained building with capital upgrades including membrane, pipes, elevator, boiler and more. Steps to Kitsilano\'s cafes, restaurants, shopping, transit and beach." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by RE/MAX 2000 Realty
" ); document.write( "
" ); document.write( "$1,149,900" ); document.write( "
" ); document.write( "
" ); document.write( "Discover this rare gem—a coveted corner unit in the esteemed "Point Grey Estates." This beautifully renovated 2 bedroom, 2 bathroom residence has been transformed with top-quality finishes and meticulous attention to detail. Enjoy the elegance of wide plank White Oak laminate flooring, complemented by Grey shaker cabinets with matte black hardware, a striking backsplash, and pristine White Quartz countertops. The custom double sink, stainless steel appliances, custom wood slats, designer wall paper, recessed lighting, and tailored organizers in both bedrooms elevate this home. The luxurious spa-like bathrooms, custom butler’s pantry with a beverage cooler, and proximity to the beach, shopping, and transit make this an entertainer\'s dream. This will not LAST!" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by RE/MAX Treeland Realty
" ); document.write( "
" ); document.write( "$1,988,000" ); document.write( "
" ); document.write( "
" ); document.write( "Welcome to your dream home in KITS POINT! This bright 3 bedroom, 2 bath 1/2 duplex offers modern comfort in a PRIME location. Updates include electrical, hardwood flooring, paint throughout, a cozy fireplace & more. The kitchen and bathrooms feature updated quartz countertops. Enjoy outdoor living with a rooftop deck and a fully fenced front yard. Single garage in the back laneway. Located just steps away from Kits Beach & Pool, parks, museums, and cultural attractions including the Museum of Vancouver, Maritime Museum, H. R. MacMillan Space Centre, Academy of Music, Gordon Southam Observatory, Kitsilano Coast Guard Base, City Archives and Vancouver’s only Civic Marina." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Stilhavn Real Estate Services
" ); document.write( "
" ); document.write( "$3,899,000" ); document.write( "
" ); document.write( "
" ); document.write( "Tucked away in the coveted North of 4th area in Kitsilano, this sophisticated 1/2 duplex redefines contemporary living. Boasting over 2463 sqft, it offers a thoughtfully designed layout with four bedrooms, each featuring a private ensuite. The open-concept kitchen, living, and dining spaces create an ideal flow for entertaining, anchored by a dream kitchen with a large central island, Caesarstone counters, and premium Bosch and Sub-Zero appliances. The primary suite impresses with a walk-in closet and a serene, spa-inspired ensuite. Additional highlights include engineered hardwood floors, efficient heating and cooling systems, dual fireplaces, a beautifully landscaped yard with irrigation, and a finished, heated 1100 sqft crawl space—combining luxury with practicality for refined living. OPEN HOUSE: Saturday Oct. 19th, 2:30-4pm" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Nu Stream Realty Inc.
" ); document.write( "
" ); document.write( "$758,000" ); document.write( "
" ); document.write( "
" ); document.write( "Welcome to \'Kore\'- A boutique concrete building located in prime Kits, blocks to Kits beach, shopping, fine restaurants and walking distance to Granville Island and the seawall This spacious and functional floor plan with 1 Bed and 1 office/den featuring floor to ceiling windows and facing north mountain views and tree lined street. Open concept kitchen w/ gas range, new fridge and plenty of cabinet storage! One extra in-suite storage room is a bonus! Contemporary design with engineering H/W floors, S/S appliances. Amenities include: gym, bike storage, common patio and meeting room. 1 parking incl. Pets & rentals allowed. Open House on October 13, Sunday 2-4pm." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Grand Central Realty
" ); document.write( "
" ); document.write( "$1,199,000" ); document.write( "
" ); document.write( "
" ); document.write( "A great 2 bedroom, 2 bathroom unit in New Yorker. This unit has an additional storage room and a lovely solarium. A great layout and floor plan with good size bedrooms. Cozy up in front of the gas fireplace or enjoy the sunlight from the solarium. Open kitchen with breakfast bar, gas stove, and microwave hood fan, to allow for more counterspace. A wonderful location a short 5 minute drive or 20 minute walk from Kitsilano. You can also get to Jericho Beach, Spanish Banks, Granville island, downtown Vancouver, False Creek and all other go to spots within a 10 minute drive. This is a great home and it can be yours, give us a call today." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by VIRANI REAL ESTATE ADVISORS
" ); document.write( "
" ); document.write( "$998,000" ); document.write( "
" ); document.write( "
" ); document.write( "PENTHOUSE LEVEL with huge, vaulted ceilings highlights this spectacular 2 bedroom plus den/office suite in prime North of 4th Kitsilano location. Tastefully updated with stainless appliances, hardwood floors, granite counters and much more. Abundance of natural light throughout from windows and skylights, offering both North and West exposure from your large private 33 foot wide patio. Both bedrooms are a great size, and the Primary offers a nice walk-in closet plus ensuite 2 piece bathroom. The building is self-managed by a well-run strata and the building is meticulously maintained. The location is amazing withing a short stroll to Kits Beach, 4th Avenue shops and restaurants and the Burrard Bridge. The suite also offers 2 secure parking spots. Hurry on this one!" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Stilhavn Real Estate Services
" ); document.write( "
" ); document.write( "$3,588,000" ); document.write( "
" ); document.write( "
" ); document.write( "Welcome to this stunning single-family home in the heart of Kitsilano. Lovingly renovated over the years, this home blends heritage charm with contemporary comforts. Situated on a spacious 60-foot-wide lot, it boasts 7 bedrooms and 6 bathrooms, including a bright 2-bedroom suite—perfect for rental income or extended family. The beautifully landscaped, sun-drenched front and side yards offer a peaceful retreat for gardening and outdoor entertaining. Just steps from Jericho Beach, tennis and yacht clubs, and minutes from top-rated schools, shopping, and dining, this rare Kitsilano gem offers both tranquility and urban convenience. Open House: Sunday, October 20th from 2-4pm" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by RE/MAX Select Properties
" ); document.write( "
" ); document.write( "$848,000" ); document.write( "
" ); document.write( "
" ); document.write( "Welcome to Heritage at Cypress! Nestled in the heart of Kitsilano, this charming 931 sqft condo offers a perfect blend of comfort & convenience. Featuring 1 spacious bdrm + den & 1 bathroom. The kitchen & bathroom have been thoughtfully updated to provide a fresh, modern feel, while the expansive primary bedroom includes a generous walk-in closet & a 5-piece ensuite. Located in one of Vancouver’s most desirable neighbourhoods, you\'re just steps away from the beach, the vibrant shops and cafes of West 4th Avenue, and only minutes from downtown. This unit includes one parking stall and one storage locker for your convenience. Come experience the Kitsilano lifestyle!" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Oakwyn Realty Ltd.
" ); document.write( "
" ); document.write( "$959,000" ); document.write( "
" ); document.write( "
" ); document.write( "Fully renovated 2br, 2 full bath 900 sq ft, garden level home has everything ready for you to move right in. No expense spared with a custom kitchen with tons of counter and storage space. You have a huge island ideal for social gatherings and family dinners. Oversized living and dining rooms allow for plenty of space and oversized furniture. Step out from the living room to your covered patio overlooking green space, ideal for BBQ\'ing or winding down after work. The primary bedroom features a walk in closet and own private ensuite. Pro active strata, well managed building on a quiet, tree lined street. Pet friendly, 2 dogs or 2 cats and rentals allowed. Parking and storage. OPEN HOUSE Saturday 5th & 6th 2-4pm, please call for appointment." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by RE/MAX Westcoast
" ); document.write( "
" ); document.write( "$879,900" ); document.write( "
" ); document.write( "
" ); document.write( "Welcome to the Westerly located in the highly sought after Kitsilano neighbourhood of Vancouver West area! This functional 2 bed 2 bath unit offers airy over-height ceilings, open concept kitchen equipped with premium Fisher and Paykel S/S appliances, wide-plank oak flooring throughout for easy maintenance, in-suite laundry and windows of both North and South exposure! Centrally located with just minutes drive to downtown and UBC and steps away from Jericho beach, parks, shopping and restaurants! One parking and storage included. Open house Sat/Sun Oct 5&6 2-4pm!" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by RE/MAX Westcoast
" ); document.write( "
" ); document.write( "$818,000" ); document.write( "
" ); document.write( "
" ); document.write( "Fully renovated and perfectly located in the most highly sought after area in Kitsilano. Recent upgrades include new flooring, bathroom, appliances, lighting, blinds and paint. 669 sf including 2 bedrooms, 1 bath, large living room and a 8\'x10\' balcony. 1 secured parking stall, 1 storage locker. Steps away from Kits Beach, Kits Pool and plenty of shopping and dining. This is a must see and won\'t last long." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Oakwyn Realty Ltd.
" ); document.write( "
" ); document.write( "$1,099,000" ); document.write( "
" ); document.write( "
" ); document.write( "Immaculate 2-bedroom top floor condo in Kitsilano\'s "Maguire" building. Well maintained concrete building in the heart of kits! Featuring an open-concept layout that includes a state-of-the-art kitchen with stainless steel appliances, shaker cabinets, and breakfast bar. An oversized dinning area, bright living room and a spacious south-facing city-view balcony. The master bedroom offers walk-through closets and an ensuite bathroom with heated floors. Steps to shopping, transit, restaurants, and the beach. Includes 2 parking stalls, and a large storage locker. Pets and rentals welcomed. Kitsilano living at its finest!" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Engel & Volkers Vancouver
" ); document.write( "
" ); document.write( "$699,000" ); document.write( "
" ); document.write( "
" ); document.write( "FULLY RENOVATED! Water & Mountain Views! Boasting quartz countertops, this home is a privilege to offer on the best street in Kitsilano, York Avenue. From engineered bleached walnut floors to kitchen and bath, everything is new! You will love the large balcony, wonderful lighting, as well as the stainless steel appliances. Within 5 min, your feet could be in the sand at the famous Kitsilano Beach. This home also features a large balcony above the quiet bikeway & comes fully equipped!" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Luxmore Realty
" ); document.write( "
" ); document.write( "$3,999,000" ); document.write( "
" ); document.write( "
" ); document.write( "On a beautiful tree lined street. Solidly built home by well-known European builder in great design & layout, top materials & fixtures used. 17\'-high ceiling grand foyer with spiral staircase. Bright & spacious throughout this lovely home. All three bedrooms on the 2nd floor are ensuited. Nice open space backyard and no big trees! 3-car garage. Superb desirable location is the key, you name it .... walk to parks, schools, recreation, community centre, fitness club, groceries, all sorts of restaurants & boutiques. Tree-top & some mountain-top views." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by RE/MAX Select Properties
" ); document.write( "
" ); document.write( "$819,998" ); document.write( "
" ); document.write( "
" ); document.write( "Welcome to The New Yorker, a modern mid-rise gem nestled in the vibrant Arbutus Walk neighborhood. This spacious one-bedroom plus den spans 674 square feet. The high ceilings create an airy ambiance with a cozy gas fireplace, while the large covered patio offers a perfect outdoor retreat. Spacious kitchen featuring ample cupboard space and maple cabinetry and granite countertops. Generously sized bedroom and his and hers wardrobes plus a private en-suite bath featuring a deep soaker tub. Location is everything, and this property doesn’t disappoint. Surrounded by picturesque bike paths, lush gardens, and serene parks, you’ll also find convenient access to public transportation and grocery stores. The building welcomes rentals/pets, 2 secure underground parking and a car wash bay." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Royal Pacific Realty (Kingsway) Ltd.
" ); document.write( "
" ); document.write( "$2,399,000" ); document.write( "
" ); document.write( "
" ); document.write( "Prime Kitsilano 2 block Eastt of Macdonald Street. RT-8 Zoning. 3-bedroom Unit on Main Floor, Top Floor w. 2 pcs powder room and office area Basement can be a self-contain suite. Shared Laundry in basement." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by FaithWilson Christies International Real Estate
" ); document.write( "
" ); document.write( "$925,000" ); document.write( "
" ); document.write( "
" ); document.write( "Welcome to this hidden gem – a stunning 2-bedroom, 1-bathroom loft in the heart of Kitsilano, located on the quiet side of the building. Bathed in natural light with an airy, open feel, this spacious loft boasts high ceilings and has been beautifully renovated. Skylights throughout flood the space with sunlight, while ample storage adds to its functionality. The updated kitchen features sleek stainless-steel appliances, along with beautiful counters and cabinetry that perfectly complement the inconspicuous loft design. The bathroom, recently updated, offers a touch of luxury. Enjoy outdoor living on the 100+ sq ft balcony. Just steps from shops, eateries, and entertainment!" ); document.write( "
" ); document.write( "
" ); document.write( "
" ); document.write( "
" ); document.write( "
" );