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(43.0672,-86.2175)};var g_d9c9af41dda3bd35df1fddd4ff2b9b2b = new google.maps.Geocoder();g_d9c9af41dda3bd35df1fddd4ff2b9b2b.geocode( { 'address': "951 Jackson St, Grand Haven, MI 49417, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-haven-MI-lake-michigan-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grand-haven-MI-lake-michigan-credit-union'), mapOptions);}document.getElementById('2d299974').innerHTML += ' | View Map';var $ld9c9af41dda3bd35df1fddd4ff2b9b2b = '

Lake Michigan Credit Union

Address: 951 Jackson St, Grand Haven, MI 49417, USA
Phone: (616) 242-9790
';var m_d9c9af41dda3bd35df1fddd4ff2b9b2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Michigan Credit Union',});m_d9c9af41dda3bd35df1fddd4ff2b9b2b['infowindow'] = new google.maps.InfoWindow({content: $ld9c9af41dda3bd35df1fddd4ff2b9b2b});var infowindow = new google.maps.InfoWindow({content: $ld9c9af41dda3bd35df1fddd4ff2b9b2b});google.maps.event.addListener(m_d9c9af41dda3bd35df1fddd4ff2b9b2b, 'click', function() {infowindow.open(map,m_d9c9af41dda3bd35df1fddd4ff2b9b2b);});$marker.push(m_d9c9af41dda3bd35df1fddd4ff2b9b2b);}});}google.maps.event.addDomListener(window, 'load', initialize);