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(44.5688,-92.5869)};var g_56497e4ee7adaa68126174b985b7081c = new google.maps.Geocoder();g_56497e4ee7adaa68126174b985b7081c.geocode( { 'address': "3303 N Service Dr, Red Wing, MN 55066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-wing-MN-red-wing-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('red-wing-MN-red-wing-credit-union'), mapOptions);}document.getElementById('79d5b5f0').innerHTML += ' | View Map';var $l56497e4ee7adaa68126174b985b7081c = '

Red Wing Credit Union

Address: 3303 N Service Dr, Red Wing, MN 55066, USA
Phone: (651) 388-7133
';var m_56497e4ee7adaa68126174b985b7081c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red Wing Credit Union',});m_56497e4ee7adaa68126174b985b7081c['infowindow'] = new google.maps.InfoWindow({content: $l56497e4ee7adaa68126174b985b7081c});var infowindow = new google.maps.InfoWindow({content: $l56497e4ee7adaa68126174b985b7081c});google.maps.event.addListener(m_56497e4ee7adaa68126174b985b7081c, 'click', function() {infowindow.open(map,m_56497e4ee7adaa68126174b985b7081c);});$marker.push(m_56497e4ee7adaa68126174b985b7081c);}});}google.maps.event.addDomListener(window, 'load', initialize);