if (typeof Object.assign != 'function') { // Must be writable: true, enumerable: false, configurable: true Object.defineProperty(Object, "assign", { value: function assign(target, varArgs) { // .length of function is 2 'use strict'; if (target == null) { // TypeError if undefined or null throw new TypeError('Cannot convert undefined or null to object'); } var to = Object(target); for (var index = 1; index < arguments.length; index++) { var nextSource = arguments[index]; if (nextSource != null) { // Skip over if undefined or null for (var nextKey in nextSource) { // Avoid bugs when hasOwnProperty is shadowed if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) { to[nextKey] = nextSource[nextKey]; } } } } return to; }, writable: true, configurable: true }); }
Request An Appointment

Blogs

WELCOME TO OUR NEW BLOG! Stevens Point WI

WELCOME TO OUR NEW BLOG! Stevens Point WI

thumbnail image of blog post welcome to our new blog!

Here at Christopherson Family Dentistry, we endeavor to use our new blog as a regular means for publishing valuable content for our community through monthly blog posts. Thanks to the wonders of the Internet, we’re able to further explore some of the most important topics pertaining to our industry and area of expertise here on our website through these articles.

Each profession tends to be its own little niche, which is a good thing because it creates a unique space for our services and a place for you to learn and implement helpful ideas that can benefit you and the people you care about.

We’re excited to share this ongoing knowledge base of blog articles with this online community. These blogs provide timely and relevant information that’s conveniently accessible online. Indeed, we hope that this community will use the valuable information found in our regular blog posts, because they are an effective way for us to reach out to you on a monthly basis, while you still enjoy the comforts of your own home.

If you have any questions or want more information, we invite you to call our team at Christopherson Family Dentistry in Stevens Point, Wisconsin, today at 715-952-5920. We look forward to helping you in any way we can, and we thank you for the opportunity!

OFFICE HOURS


Monday
8:00am - 12:00pm
1:00pm - 6:00pm


Tuesday
8:00am - 6:00pm


Wednesday
8:00am - 6:00pm


Thursday
8:00am - 6:00pm


Friday
8:00am - 6:00pm


Saturday & Sunday
Closed

CLINIC NAME*

ADDRESS*
CITY*, STATE* ZIP*

(000) 000-0000

Location

2957 Church St.,
Stevens Point, WI 54481

Office Hours

MON - THU8:00 am - 5:00 pm

FRI8:00 am - 12:00 pm

SAT - SUNClosed

Directions