The most important detail we manage is your peace of mind
                            

 

Welcome to
FRYLING CONSTRUCTION CO.


Featured Projects:


RECENTLY COMPLETED


Hawk's Ridge Apartments

A 13 complex MSHDA housing development in Bath Township

Silver Star VA Apartments
A 72 unit MSHDA Housing Development for homeless veterans.


101 South Division

An 1880s, three story building transformed into a mixed-use residential and commercial building.

Fryling Construction, established in 1945, is a GENERAL CONTRACTOR with DESIGN/BUILD capabilities. For over 60 years, we have specialized in fine wood construction and have earned ourselves a reputation for excellence in the West Michigan area. During every project, we put as much into building customer trust as we do in the building itself.

Over the years, we have generated good relations with many satisfied owners and developers including Genesis Non-Profit Housing, Hathaway Properties, Sunset Association, Ridgewood Christian Reformed Church, Dwelling Place and Harvest Hills. We also have a history of success in constructing HUD and MSHDA projects, many incorporating special details and codes for elderly and handicapped individuals.

With Trust and Experience you can build anything!

Current Projects

Residential

Retail/
Hospitality

Commercial
Office
Churches
Historic Renovation


Schedule
a Building
REPAIR


Let Us
HELP you find information?


Riverwatch Condominiums
was honored with a
2008 ABC Award of Excellence for best in its class.


For a complete list of awards, click here.

Need More
Information
or have a
COMMENT

Want to be
added to our
MAILING LIST

     

 Privacy Statement :: ©2006-2008 Wolverine Building Group  ::  All Rights Reserved

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>