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(45.1196,-92.5381)};var g_be4cfe2cd0b35f7f8fb08f85a253acbf = new google.maps.Geocoder();g_be4cfe2cd0b35f7f8fb08f85a253acbf.geocode( { 'address': "355 S Knowles Ave, New Richmond, WI 54017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-richmond-WI-rcu-royal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-richmond-WI-rcu-royal-credit-union'), mapOptions);}document.getElementById('2b9b6fd0').innerHTML += ' | View Map';var $lbe4cfe2cd0b35f7f8fb08f85a253acbf = '

RCU (Royal Credit Union)

Address: 355 S Knowles Ave, New Richmond, WI 54017, USA
Phone: (800) 341-9911
';var m_be4cfe2cd0b35f7f8fb08f85a253acbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RCU (Royal Credit Union)',});m_be4cfe2cd0b35f7f8fb08f85a253acbf['infowindow'] = new google.maps.InfoWindow({content: $lbe4cfe2cd0b35f7f8fb08f85a253acbf});var infowindow = new google.maps.InfoWindow({content: $lbe4cfe2cd0b35f7f8fb08f85a253acbf});google.maps.event.addListener(m_be4cfe2cd0b35f7f8fb08f85a253acbf, 'click', function() {infowindow.open(map,m_be4cfe2cd0b35f7f8fb08f85a253acbf);});$marker.push(m_be4cfe2cd0b35f7f8fb08f85a253acbf);}});}google.maps.event.addDomListener(window, 'load', initialize);