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.7234,-92.1043)};var g_0ac0ada06ae4d5109f4c563e570a8f6b = new google.maps.Geocoder();g_0ac0ada06ae4d5109f4c563e570a8f6b.geocode( { 'address': "1225 Tower Ave #102, Superior, WI 54880, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('superior-WI-catholic-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('superior-WI-catholic-credit-union'), mapOptions);}document.getElementById('29e722c5').innerHTML += ' | View Map';var $l0ac0ada06ae4d5109f4c563e570a8f6b = '

Catholic Credit Union

Address: 1225 Tower Ave #102, Superior, WI 54880, USA
Phone: (715) 392-4524
';var m_0ac0ada06ae4d5109f4c563e570a8f6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Catholic Credit Union',});m_0ac0ada06ae4d5109f4c563e570a8f6b['infowindow'] = new google.maps.InfoWindow({content: $l0ac0ada06ae4d5109f4c563e570a8f6b});var infowindow = new google.maps.InfoWindow({content: $l0ac0ada06ae4d5109f4c563e570a8f6b});google.maps.event.addListener(m_0ac0ada06ae4d5109f4c563e570a8f6b, 'click', function() {infowindow.open(map,m_0ac0ada06ae4d5109f4c563e570a8f6b);});$marker.push(m_0ac0ada06ae4d5109f4c563e570a8f6b);}});}google.maps.event.addDomListener(window, 'load', initialize);