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.8098,-92.1755)};var g_354195821befa1194f14711e6e340c4d = new google.maps.Geocoder();g_354195821befa1194f14711e6e340c4d.geocode( { 'address': "4161 Haines Rd, Hermantown, MN 55811, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hermantown-MN-superior-choice-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hermantown-MN-superior-choice-credit-union'), mapOptions);}document.getElementById('6a48274e').innerHTML += ' | View Map';var $l354195821befa1194f14711e6e340c4d = '

Superior Choice Credit Union

Address: 4161 Haines Rd, Hermantown, MN 55811, USA
Phone: (218) 727-4315
';var m_354195821befa1194f14711e6e340c4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Choice Credit Union',});m_354195821befa1194f14711e6e340c4d['infowindow'] = new google.maps.InfoWindow({content: $l354195821befa1194f14711e6e340c4d});var infowindow = new google.maps.InfoWindow({content: $l354195821befa1194f14711e6e340c4d});google.maps.event.addListener(m_354195821befa1194f14711e6e340c4d, 'click', function() {infowindow.open(map,m_354195821befa1194f14711e6e340c4d);});$marker.push(m_354195821befa1194f14711e6e340c4d);}});}google.maps.event.addDomListener(window, 'load', initialize);