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.3262,-90.6609)};var g_a87142c1423d1e2ce56083a17bf35c43 = new google.maps.Geocoder();g_a87142c1423d1e2ce56083a17bf35c43.geocode( { 'address': "117 S Main St, Mellen, WI 54546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mellen-WI-superior-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('mellen-WI-superior-community-cu'), mapOptions);}document.getElementById('f2328247').innerHTML += ' | View Map';var $la87142c1423d1e2ce56083a17bf35c43 = '

Superior Community CU

Address: 117 S Main St, Mellen, WI 54546, USA
Phone: (715) 274-2781
';var m_a87142c1423d1e2ce56083a17bf35c43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Community CU',});m_a87142c1423d1e2ce56083a17bf35c43['infowindow'] = new google.maps.InfoWindow({content: $la87142c1423d1e2ce56083a17bf35c43});var infowindow = new google.maps.InfoWindow({content: $la87142c1423d1e2ce56083a17bf35c43});google.maps.event.addListener(m_a87142c1423d1e2ce56083a17bf35c43, 'click', function() {infowindow.open(map,m_a87142c1423d1e2ce56083a17bf35c43);});$marker.push(m_a87142c1423d1e2ce56083a17bf35c43);}});}google.maps.event.addDomListener(window, 'load', initialize);