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.4526,-92.4525)};var g_82cf0712367108660c5339a4897a728e = new google.maps.Geocoder();g_82cf0712367108660c5339a4897a728e.geocode( { 'address': "100 Mill St, Balsam Lake, WI 54810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('balsam-lake-WI-rcu-royal-credit-union---balsam-lake-office').style.display = '';map = new google.maps.Map(document.getElementById('balsam-lake-WI-rcu-royal-credit-union---balsam-lake-office'), mapOptions);}document.getElementById('a4461e19').innerHTML += ' | View Map';var $l82cf0712367108660c5339a4897a728e = '

RCU (Royal Credit Union) - Balsam Lake Office

Address: 100 Mill St, Balsam Lake, WI 54810, USA
Phone: (800) 341-9911
';var m_82cf0712367108660c5339a4897a728e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RCU (Royal Credit Union) - Balsam Lake Office',});m_82cf0712367108660c5339a4897a728e['infowindow'] = new google.maps.InfoWindow({content: $l82cf0712367108660c5339a4897a728e});var infowindow = new google.maps.InfoWindow({content: $l82cf0712367108660c5339a4897a728e});google.maps.event.addListener(m_82cf0712367108660c5339a4897a728e, 'click', function() {infowindow.open(map,m_82cf0712367108660c5339a4897a728e);});$marker.push(m_82cf0712367108660c5339a4897a728e);}});}google.maps.event.addDomListener(window, 'load', initialize);