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.1503,-85.7108)};var g_d689996afd1886eb2f6d93154b38f04e = new google.maps.Geocoder();g_d689996afd1886eb2f6d93154b38f04e.geocode( { 'address': "485 S State St, Sparta, MI 49345, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sparta-MI-rogue-river-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sparta-MI-rogue-river-community-credit-union'), mapOptions);}document.getElementById('c9ce640f').innerHTML += ' | View Map';var $ld689996afd1886eb2f6d93154b38f04e = '

Rogue River Community Credit Union

Address: 485 S State St, Sparta, MI 49345, USA
Phone: (616) 887-8262
';var m_d689996afd1886eb2f6d93154b38f04e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rogue River Community Credit Union',});m_d689996afd1886eb2f6d93154b38f04e['infowindow'] = new google.maps.InfoWindow({content: $ld689996afd1886eb2f6d93154b38f04e});var infowindow = new google.maps.InfoWindow({content: $ld689996afd1886eb2f6d93154b38f04e});google.maps.event.addListener(m_d689996afd1886eb2f6d93154b38f04e, 'click', function() {infowindow.open(map,m_d689996afd1886eb2f6d93154b38f04e);});$marker.push(m_d689996afd1886eb2f6d93154b38f04e);}});}google.maps.event.addDomListener(window, 'load', initialize);