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.5045,-92.8779)};var g_29c68cc303fde473954b7f7d81335b4d = new google.maps.Geocoder();g_29c68cc303fde473954b7f7d81335b4d.geocode( { 'address': "6241 Main St, North Branch, MN 55056"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-branch-MN-lake-state-credit-union-north-branch').style.display = '';map = new google.maps.Map(document.getElementById('north-branch-MN-lake-state-credit-union-north-branch'), mapOptions);}document.getElementById('6c75ef6c').innerHTML += ' | View Map';var $l29c68cc303fde473954b7f7d81335b4d = '

Lake State Credit Union-North Branch

Address: 6241 Main St, North Branch, MN 55056
Phone: (651) 674-0898
';var m_29c68cc303fde473954b7f7d81335b4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake State Credit Union-North Branch',});m_29c68cc303fde473954b7f7d81335b4d['infowindow'] = new google.maps.InfoWindow({content: $l29c68cc303fde473954b7f7d81335b4d});var infowindow = new google.maps.InfoWindow({content: $l29c68cc303fde473954b7f7d81335b4d});google.maps.event.addListener(m_29c68cc303fde473954b7f7d81335b4d, 'click', function() {infowindow.open(map,m_29c68cc303fde473954b7f7d81335b4d);});$marker.push(m_29c68cc303fde473954b7f7d81335b4d);}});}google.maps.event.addDomListener(window, 'load', initialize);