Residential
Search Homes
Search New Homes
Featured Homes
Sell Your Home
Resources and Tools
Property Management
Services & Fees
Account Log In
Owners
Tenants
Managers
Search Rentals
Rental Application
Download Forms
Vacation Club
Search Vacation Rentals
Search Flexible Stays
Search Corporate Rentals
Fine Hotel & Resort Collection
Hosting Services
Accommodation Screening
Commercial
Workspaces
Find Workspaces
Remote Workspace
Browse by Workspace Styles
Commercial Space
Contact Advisor
Contact Us
About eProNet
Offices & Agents
Social Networks
eProNet Careers
My ePro Log In/Sign Up
Log In
Sign-Up
✕
FREE Instant Home Valuation and Reports!
Planning to sell?
See estimated
home value
Ask for a
personalized report
Learn to
sell your home
Need to contact us?
info@eProNet360.com
Need to call or text us?
702.eREALTY(373.2589)
Need Directions?
Google Map
/** * The template for displaying the footer. * * @package Betheme * @author Muffin group * @link https://muffingroup.com */ // footer classes $footer_options = mfn_opts_get('footer-options'); $footer_classes = []; if( ! empty( $footer_options['full-width'] ) ){ $footer_classes[] = 'full-width'; } $footer_classes = implode( ' ', $footer_classes ); // back_to_top classes $back_to_top_class = mfn_opts_get('back-top-top'); if ($back_to_top_class == 'hide') { $back_to_top_position = false; } elseif ( $back_to_top_class && strpos($back_to_top_class, 'sticky') !== false ) { $back_to_top_position = 'body'; } elseif (mfn_opts_get('footer-hide') == 1) { $back_to_top_position = 'footer'; } else { $back_to_top_position = 'copyright'; } ?>