version, 'all' ); wp_register_script( 'aretk-listingdetails-js', ARETK_CREA_PLUGIN_URL . 'public/templates/listing-details/t_1/scripts.js', array( 'jquery' ), $this->version, true ); wp_enqueue_script( 'aretk-listingdetails-js' ); wp_register_script( 'google-map-script', 'https://maps.googleapis.com/maps/api/js?key='.$property_detail_options['google-map-api-key']); wp_enqueue_script( 'google-map-script' ); wp_enqueue_style( 'jquery.royalslider', ARETK_CREA_PLUGIN_URL . 'public/css/royalslider.css', array(), $this->version, 'all' ); wp_enqueue_style( 'jquery.rs-default', ARETK_CREA_PLUGIN_URL . 'public/css/rs-default.css', array(), $this->version, 'all' ); wp_enqueue_script( 'jquery.royalslider', ARETK_CREA_PLUGIN_URL . 'public/js/jquery.royalslider.min.js', array( 'jquery' ), $this->version ); if ( $property_detail_options['include_walk_score'] === "Yes" && ( ! empty( $property_detail_options['walk-score-api-key'] ) ) && ( ! empty( $property_details_arr['geocoded_latitude'] ) && ! empty( $property_details_arr['geocoded_longitude'] ) && ( $property_details_arr['geocoded_latitude'] != '57.678079218156' && $property_details_arr['geocoded_longitude'] != '-101.8051686875' ) ) ) { wp_register_script( 'aretk-walkscore-js', ARETK_CREA_PLUGIN_URL . 'public/js/walkscore.js', array( 'jquery', 'aretk-listingdetails-js' ), $this->version, true ); wp_enqueue_script( 'aretk-walkscore-js' ); } # Page Specific Colour formatting: $crea_listing_include_price_color = get_option( 'crea_listing_include_price_color' ); $crea_listing_include_send_btn_color = get_option( 'crea_listing_include_send_btn_color' ); if ( ! empty( $crea_listing_include_price_color ) ) { $send_btn_color_txt = $crea_listing_include_price_color; } else { $send_btn_color_txt = 'fff'; } if ( ! empty( $crea_listing_include_send_btn_color ) ) { $send_btn_color_bg = $crea_listing_include_send_btn_color; } else { $send_btn_color_bg = '0001C8'; } if ( $property_details_arr['property_exists'] === true ) { ?>
' . $property_details_arr['TransactionType'] . ''; } if ( ! empty( $property_details_arr['Price'] ) ) { ?> : $
'; $openHouseString_top .= 'Open House, '; $openHouseString_top .= '' . $listing_openhouse_datetime . ''; $openHouseString_top .= '
'; echo $openHouseString_top; }*/ } ?>
/>'; } ?>
' . $openHouseString . ''; } } } if ( strlen( $openHouses_Str ) > 0 ) { ?>
Open House 1 ) { echo 's'; } ?>
" . $property_details_arr['PublicRemarks'] . "

"; } if ( isset( $property_details_arr['VideoLink'] ) && $property_details_arr['VideoLink'] != '' ) { $vt_id = null; $vt_type = null; if ( strpos( $property_details_arr['VideoLink'], 'youtube.com/watch?v=' ) !== false ) { $vt_arr = explode( '?v=', $property_details_arr['VideoLink'] ); $vt_arr = explode( '&', $vt_arr[1] ); $vt_id = $vt_arr[0]; $vt_src = '//www.youtube.com/embed/' . $vt_id; } else if ( strpos( $property_details_arr['VideoLink'], 'youtube.com/embed/' ) !== false ) { $vt_arr = explode( 'embed/', $property_details_arr['VideoLink'] ); $vt_id = $vt_arr[1]; $vt_src = '//www.youtube.com/embed/' . $vt_id; } else if ( strpos( $property_details_arr['VideoLink'], 'youtu.be' ) !== false ) { $vt_arr = explode( 'youtu.be/', $property_details_arr['VideoLink'] ); $vt_id = $vt_arr[1]; $vt_src = '//www.youtube.com/embed/' . $vt_id; } else if ( strpos( $property_details_arr['VideoLink'], 'player.vimeo.com/video/' ) !== false ) { $vt_arr = explode( 'video/', $property_details_arr['VideoLink'] ); $vt_id = $vt_arr[1]; $vt_src = 'https://player.vimeo.com/video/' . $vt_id; } else if ( strpos( $property_details_arr['VideoLink'], 'vimeo.com/' ) !== false ) { $vt_arr = explode( 'vimeo.com/', $property_details_arr['VideoLink'] ); $vt_id = $vt_arr[1]; $vt_src = 'https://player.vimeo.com/video/' . $vt_id; } else if ( strpos( $property_details_arr['VideoLink'], 'https://drive.google.com/file/' ) !== false ) { $vt_arr = explode( 'file/', $property_details_arr['VideoLink'] ); $vt_id = $vt_arr[1]; $vt_src = str_replace( "view", "preview", $property_details_arr['VideoLink'] ); } if ( ! empty( $vt_id ) ) { echo '
'; echo ''; echo '
'; } else { echo ''; } } if ( $property_detail_options['include_map'] === "Yes" ) { if ( ( !empty($property_detail_options['google-map-api-key']) && $property_detail_options['google-map-api-key'] != "" ) && ( !empty((float)$property_details_arr['geocoded_latitude']) && !empty((float)$property_details_arr['geocoded_longitude']) ) && ( $property_details_arr['geocoded_latitude'] != '57.678079218156' && $property_details_arr['geocoded_longitude'] != '-101.8051686875' ) ) { ?>
Address
  • Street Address :
  • City :
  • Province :
  • Postal Code :
Details
  • MLS®# :
  • Status :
  • Price :
  • Property Type :
  • Structure Type :
  • 0 ) { ?>
  • Bedrooms :
  • 0 ) { ?>
  • Bathrooms Full :
  • 0 ) { ?>
  • Bathrooms Partial :
  • Finished Basement :
  • 0 ) { ?>
  • Area :
  • 0 ) { ?>
  • Property Lot Size :
  • Garage :
  • Parking Spaces :
  • Utilities :
Features
Additional Resources
WalkScore
Walk ScoreĀ®, where available, is a service provided by WalkScore.com. The Walk ScoreĀ® ratings are not guaranteed to be accurate.
Rooms

Room Dimension

prefix.'crea_agent'; $sql_select = "SELECT * FROM `$post_meta_table` WHERE `crea_agent_id`= %d"; $sql_prep = $wpdb->prepare( $sql_select, $listingPropertyListingAgent['ID'] ); $getAgentidResultsarray = $wpdb->get_results($sql_prep); if (!empty( $getAgentidResultsarray ) ){ $listing_contact_us_agent_email_id[] = $getAgentidResultsarray[0]->crea_agent_id; $listing_agent_email = $getAgentidResultsarray[0]->crea_agent_email; ?>
<?php echo $listingPropertyListingAgent['Name']; ?> portrait

Request More Information

>
Processing
" id="contact_us_agents_mail">
Listing Office 0 ) { echo ' & '; } ?>
REALTOR and MLS logos
REALTOR®, MLS® and the associated logos are trademarks of The Canadian Real Estate Association. All information displayed on this website is believed to be accurate but is not guaranteed and should be independently verified. No warranties or representations are made of any kind.
REALTOR®, MLS® and the associated logos are trademarks of The Canadian Real Estate Association. All information displayed on this website is believed to be accurate but is not guaranteed and should be independently verified. No warranties or representations are made of any kind.

Terms & Conditions Agreement

The listing content on this website is protected by copyright and other laws, and is intended solely for the private, non-commercial use by individuals. Any other reproduction, distribution or use of the content, in whole or in part, is specifically forbidden. The prohibited uses include commercial use, "screen scraping", "database scraping", and any other activity intended to collect, store, reorganize or manipulate data on the pages produced by or displayed on this website.

REALTOR®, REALTORS®, and the REALTOR® logo are certification marks that are owned by REALTOR® Canada Inc. and licensed exclusively to The Canadian Real Estate Association (CREA). These certification marks identify real estate professionals who are members of CREA and who must abide by CREA's By-Laws, Rules, and the REALTOR® Code. The MLS® trademark and the MLS® logo are owned by CREA and identify the quality of services provided by real estate professionals who are members of CREA.

The information contained on this site is based in whole or in part on information that is provided by members of The Canadian Real Estate Association, who are responsible for its accuracy. CREA reproduces and distributes this information as a service for its members and assumes no responsibility for its accuracy.