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.8426,-85.861)};var g_29215b10f38547ecaf0e25d3a2cc1c94 = new google.maps.Geocoder();g_29215b10f38547ecaf0e25d3a2cc1c94.geocode( { 'address': "4100 32nd Ave, Hudsonville, MI 49426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hudsonville-MI-lake-michigan-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hudsonville-MI-lake-michigan-credit-union'), mapOptions);}document.getElementById('e1840529').innerHTML += ' | View Map';var $l29215b10f38547ecaf0e25d3a2cc1c94 = '

Lake Michigan Credit Union

Address: 4100 32nd Ave, Hudsonville, MI 49426, USA
Phone: (616) 242-9790
';var m_29215b10f38547ecaf0e25d3a2cc1c94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Michigan Credit Union',});m_29215b10f38547ecaf0e25d3a2cc1c94['infowindow'] = new google.maps.InfoWindow({content: $l29215b10f38547ecaf0e25d3a2cc1c94});var infowindow = new google.maps.InfoWindow({content: $l29215b10f38547ecaf0e25d3a2cc1c94});google.maps.event.addListener(m_29215b10f38547ecaf0e25d3a2cc1c94, 'click', function() {infowindow.open(map,m_29215b10f38547ecaf0e25d3a2cc1c94);});$marker.push(m_29215b10f38547ecaf0e25d3a2cc1c94);}});}google.maps.event.addDomListener(window, 'load', initialize);