var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(42.2277,-84.3247)};var g_dfec5af83fc95c7c7158794e7c24c818 = new google.maps.Geocoder();g_dfec5af83fc95c7c7158794e7c24c818.geocode( { 'address': "4405 Page Ave, Michigan Center, MI 49254"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('michigan-center-MI-cascades-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('michigan-center-MI-cascades-community-federal-credit-union'), mapOptions);}document.getElementById('a074bd8d').innerHTML += ' | View Map';var $ldfec5af83fc95c7c7158794e7c24c818 = '

Cascades Community Federal Credit Union

Address: 4405 Page Ave, Michigan Center, MI 49254
Phone: (517) 764-1600
';var m_dfec5af83fc95c7c7158794e7c24c818 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cascades Community Federal Credit Union',});m_dfec5af83fc95c7c7158794e7c24c818['infowindow'] = new google.maps.InfoWindow({content: $ldfec5af83fc95c7c7158794e7c24c818});var infowindow = new google.maps.InfoWindow({content: $ldfec5af83fc95c7c7158794e7c24c818});google.maps.event.addListener(m_dfec5af83fc95c7c7158794e7c24c818, 'click', function() {infowindow.open(map,m_dfec5af83fc95c7c7158794e7c24c818);});$marker.push(m_dfec5af83fc95c7c7158794e7c24c818);}});}google.maps.event.addDomListener(window, 'load', initialize);