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.7266,-94.9518)};var g_c6781ecb593244496f2cd538ebfcf35b = new google.maps.Geocoder();g_c6781ecb593244496f2cd538ebfcf35b.geocode( { 'address': "1181 Main St S, Sauk Centre, MN 56378, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sauk-centre-MN-central-minnesota-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sauk-centre-MN-central-minnesota-credit-union'), mapOptions);}document.getElementById('6555d07c').innerHTML += ' | View Map';var $lc6781ecb593244496f2cd538ebfcf35b = '

Central Minnesota Credit Union

Address: 1181 Main St S, Sauk Centre, MN 56378, USA
Phone: (888) 330-8482
';var m_c6781ecb593244496f2cd538ebfcf35b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Minnesota Credit Union',});m_c6781ecb593244496f2cd538ebfcf35b['infowindow'] = new google.maps.InfoWindow({content: $lc6781ecb593244496f2cd538ebfcf35b});var infowindow = new google.maps.InfoWindow({content: $lc6781ecb593244496f2cd538ebfcf35b});google.maps.event.addListener(m_c6781ecb593244496f2cd538ebfcf35b, 'click', function() {infowindow.open(map,m_c6781ecb593244496f2cd538ebfcf35b);});$marker.push(m_c6781ecb593244496f2cd538ebfcf35b);}});}google.maps.event.addDomListener(window, 'load', initialize);