$locations = get_field('location');
if( $locations ):
echo 'Location
'; foreach ( $locations as $location ) { if ( $show_alternate ) { echo '';
echo get_field('additional_location', $location);
$my_address = str_replace('
', ', ', get_field('additional_location', $location) );
$maps_link = create_maps_link($my_address);
echo $maps_link;
echo '
';
echo get_field('office_address', $location) . '
';
if ( get_field('office_city', $location) ): echo get_field('office_city', $location) . ', ' . get_field('office_state', $location) . ' ' . get_field('office_zip', $location); endif;
$my_address = get_field('office_address', $location) . ', ' . get_field('office_city', $location) . ', ' . get_field('office_state', $location) . ' ' . get_field('office_zip', $location);
$maps_link = create_maps_link($my_address);
echo $maps_link;
echo '
Professional experience
Mikey Endrizzi joined BWE as an Originator in 2026, where he specializes in providing financing solutions for commercial real estate owners and developers, working closely with clients across the multifamily and broader commercial property sectors out of the Scottsdale, Arizona office.
Prior to joining BWE, Mikey spent time starting and running several of his own businesses and working in many fields while studying business at Brigham Young University. That entrepreneurial background shapes how he approaches his clients today, with an emphasis on responsiveness, attention to detail, and building lasting relationships.