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(47.2942,-91.2683)};var g_b70f7d95d1d8d73ec7ad6aaaf7134569 = new google.maps.Geocoder();g_b70f7d95d1d8d73ec7ad6aaaf7134569.geocode( { 'address': "85 Outer Dr, Silver Bay, MN 55614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('silver-bay-MN-north-shore-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('silver-bay-MN-north-shore-federal-credit-union'), mapOptions);}document.getElementById('7cd7fcf5').innerHTML += ' | View Map';var $lb70f7d95d1d8d73ec7ad6aaaf7134569 = '

North Shore Federal Credit Union

Address: 85 Outer Dr, Silver Bay, MN 55614, USA
Phone: (218) 226-4401
';var m_b70f7d95d1d8d73ec7ad6aaaf7134569 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Shore Federal Credit Union',});m_b70f7d95d1d8d73ec7ad6aaaf7134569['infowindow'] = new google.maps.InfoWindow({content: $lb70f7d95d1d8d73ec7ad6aaaf7134569});var infowindow = new google.maps.InfoWindow({content: $lb70f7d95d1d8d73ec7ad6aaaf7134569});google.maps.event.addListener(m_b70f7d95d1d8d73ec7ad6aaaf7134569, 'click', function() {infowindow.open(map,m_b70f7d95d1d8d73ec7ad6aaaf7134569);});$marker.push(m_b70f7d95d1d8d73ec7ad6aaaf7134569);}});}google.maps.event.addDomListener(window, 'load', initialize);