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.1174,-85.6121)};var g_efeb92d093a9fbf8b7c983722bdbb10d = new google.maps.Geocoder();g_efeb92d093a9fbf8b7c983722bdbb10d.geocode( { 'address': "2335 10 Mile Rd NE, Rockford, MI 49341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockford-MI-lake-michigan-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rockford-MI-lake-michigan-credit-union'), mapOptions);}document.getElementById('c9914a4d').innerHTML += ' | View Map';var $lefeb92d093a9fbf8b7c983722bdbb10d = '

Lake Michigan Credit Union

Address: 2335 10 Mile Rd NE, Rockford, MI 49341, USA
Phone: (616) 242-9790
';var m_efeb92d093a9fbf8b7c983722bdbb10d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Michigan Credit Union',});m_efeb92d093a9fbf8b7c983722bdbb10d['infowindow'] = new google.maps.InfoWindow({content: $lefeb92d093a9fbf8b7c983722bdbb10d});var infowindow = new google.maps.InfoWindow({content: $lefeb92d093a9fbf8b7c983722bdbb10d});google.maps.event.addListener(m_efeb92d093a9fbf8b7c983722bdbb10d, 'click', function() {infowindow.open(map,m_efeb92d093a9fbf8b7c983722bdbb10d);});$marker.push(m_efeb92d093a9fbf8b7c983722bdbb10d);}});}google.maps.event.addDomListener(window, 'load', initialize);