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.8756,-85.877)};var g_abf8d689759d755f092b8981603e0582 = new google.maps.Geocoder();g_abf8d689759d755f092b8981603e0582.geocode( { 'address': "4205 32nd Ave, Hudsonville, MI 49426"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hudsonville-MI-community-west-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hudsonville-MI-community-west-credit-union'), mapOptions);}document.getElementById('7a6fbb95').innerHTML += ' | View Map';var $labf8d689759d755f092b8981603e0582 = '

Community West Credit Union

Address: 4205 32nd Ave, Hudsonville, MI 49426
Phone: (616) 261-5657
';var m_abf8d689759d755f092b8981603e0582 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community West Credit Union',});m_abf8d689759d755f092b8981603e0582['infowindow'] = new google.maps.InfoWindow({content: $labf8d689759d755f092b8981603e0582});var infowindow = new google.maps.InfoWindow({content: $labf8d689759d755f092b8981603e0582});google.maps.event.addListener(m_abf8d689759d755f092b8981603e0582, 'click', function() {infowindow.open(map,m_abf8d689759d755f092b8981603e0582);});$marker.push(m_abf8d689759d755f092b8981603e0582);}});}google.maps.event.addDomListener(window, 'load', initialize);