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.851,-95.9031)};var g_f070667130a5dc7fc26acad0b1b975ea = new google.maps.Geocoder();g_f070667130a5dc7fc26acad0b1b975ea.geocode( { 'address': "126 3rd St, Boyd, MN 56218, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boyd-MN-dawson-co-op-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('boyd-MN-dawson-co-op-credit-union'), mapOptions);}document.getElementById('2cf0e217').innerHTML += ' | View Map';var $lf070667130a5dc7fc26acad0b1b975ea = '

Dawson Co-Op Credit Union

Address: 126 3rd St, Boyd, MN 56218, USA
Phone: (320) 855-9900
';var m_f070667130a5dc7fc26acad0b1b975ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dawson Co-Op Credit Union',});m_f070667130a5dc7fc26acad0b1b975ea['infowindow'] = new google.maps.InfoWindow({content: $lf070667130a5dc7fc26acad0b1b975ea});var infowindow = new google.maps.InfoWindow({content: $lf070667130a5dc7fc26acad0b1b975ea});google.maps.event.addListener(m_f070667130a5dc7fc26acad0b1b975ea, 'click', function() {infowindow.open(map,m_f070667130a5dc7fc26acad0b1b975ea);});$marker.push(m_f070667130a5dc7fc26acad0b1b975ea);}});}google.maps.event.addDomListener(window, 'load', initialize);