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(46.0684,-87.1673)};var g_05f7ae4c7f95802ec7fe691790cac4b0 = new google.maps.Geocoder();g_05f7ae4c7f95802ec7fe691790cac4b0.geocode( { 'address': "3975 W Maple Ridge 37th Rd, Rock, MI 49880, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rock-MI-rock-community-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('rock-MI-rock-community-federal-cu'), mapOptions);}document.getElementById('3a6c645a').innerHTML += ' | View Map';var $l05f7ae4c7f95802ec7fe691790cac4b0 = '

Rock Community Federal CU

Address: 3975 W Maple Ridge 37th Rd, Rock, MI 49880, USA
Phone: (906) 356-6877
';var m_05f7ae4c7f95802ec7fe691790cac4b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rock Community Federal CU',});m_05f7ae4c7f95802ec7fe691790cac4b0['infowindow'] = new google.maps.InfoWindow({content: $l05f7ae4c7f95802ec7fe691790cac4b0});var infowindow = new google.maps.InfoWindow({content: $l05f7ae4c7f95802ec7fe691790cac4b0});google.maps.event.addListener(m_05f7ae4c7f95802ec7fe691790cac4b0, 'click', function() {infowindow.open(map,m_05f7ae4c7f95802ec7fe691790cac4b0);});$marker.push(m_05f7ae4c7f95802ec7fe691790cac4b0);}});}google.maps.event.addDomListener(window, 'load', initialize);