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.787,-85.5463)};var g_f0e1267124a8106605be012d766d65f1 = new google.maps.Geocoder();g_f0e1267124a8106605be012d766d65f1.geocode( { 'address': "7175 Broadmoor Ave SE, Caledonia, MI 49316"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('caledonia-MI-lake-michigan-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('caledonia-MI-lake-michigan-credit-union'), mapOptions);}document.getElementById('0cca0f7e').innerHTML += ' | View Map';var $lf0e1267124a8106605be012d766d65f1 = '

Lake Michigan Credit Union

Address: 7175 Broadmoor Ave SE, Caledonia, MI 49316
Phone: (616) 554-2688
';var m_f0e1267124a8106605be012d766d65f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Michigan Credit Union',});m_f0e1267124a8106605be012d766d65f1['infowindow'] = new google.maps.InfoWindow({content: $lf0e1267124a8106605be012d766d65f1});var infowindow = new google.maps.InfoWindow({content: $lf0e1267124a8106605be012d766d65f1});google.maps.event.addListener(m_f0e1267124a8106605be012d766d65f1, 'click', function() {infowindow.open(map,m_f0e1267124a8106605be012d766d65f1);});$marker.push(m_f0e1267124a8106605be012d766d65f1);}});}google.maps.event.addDomListener(window, 'load', initialize);