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(45.5112,-92.9835)};var g_48b84d6b43371dff3b5e73a355165046 = new google.maps.Geocoder();g_48b84d6b43371dff3b5e73a355165046.geocode( { 'address': "38807 9th Ave, North Branch, MN 55056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-branch-MN-minnco-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-branch-MN-minnco-credit-union'), mapOptions);}document.getElementById('c376bf76').innerHTML += ' | View Map';var $l48b84d6b43371dff3b5e73a355165046 = '

Minnco Credit Union

Address: 38807 9th Ave, North Branch, MN 55056, USA
Phone: (651) 674-0872
';var m_48b84d6b43371dff3b5e73a355165046 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Minnco Credit Union',});m_48b84d6b43371dff3b5e73a355165046['infowindow'] = new google.maps.InfoWindow({content: $l48b84d6b43371dff3b5e73a355165046});var infowindow = new google.maps.InfoWindow({content: $l48b84d6b43371dff3b5e73a355165046});google.maps.event.addListener(m_48b84d6b43371dff3b5e73a355165046, 'click', function() {infowindow.open(map,m_48b84d6b43371dff3b5e73a355165046);});$marker.push(m_48b84d6b43371dff3b5e73a355165046);}});}google.maps.event.addDomListener(window, 'load', initialize);