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.5899,-90.8822)};var g_b6ace61be45e2672e8143485a8faf30b = new google.maps.Geocoder();g_b6ace61be45e2672e8143485a8faf30b.geocode( { 'address': "319 Ellis Ave S, Ashland, WI 54806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-WI-superior-choice-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ashland-WI-superior-choice-credit-union'), mapOptions);}document.getElementById('400ebe62').innerHTML += ' | View Map';var $lb6ace61be45e2672e8143485a8faf30b = '

Superior Choice Credit Union

Address: 319 Ellis Ave S, Ashland, WI 54806, USA
Phone: (715) 685-2725
';var m_b6ace61be45e2672e8143485a8faf30b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Choice Credit Union',});m_b6ace61be45e2672e8143485a8faf30b['infowindow'] = new google.maps.InfoWindow({content: $lb6ace61be45e2672e8143485a8faf30b});var infowindow = new google.maps.InfoWindow({content: $lb6ace61be45e2672e8143485a8faf30b});google.maps.event.addListener(m_b6ace61be45e2672e8143485a8faf30b, 'click', function() {infowindow.open(map,m_b6ace61be45e2672e8143485a8faf30b);});$marker.push(m_b6ace61be45e2672e8143485a8faf30b);}});}google.maps.event.addDomListener(window, 'load', initialize);