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.1015,-95.0408)};var g_24343dc630ad63773c346be6255878bb = new google.maps.Geocoder();g_24343dc630ad63773c346be6255878bb.geocode( { 'address': "2201 1st St S #101, Willmar, MN 56201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('willmar-MN-co-op-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('willmar-MN-co-op-credit-union'), mapOptions);}document.getElementById('4e0be3b3').innerHTML += ' | View Map';var $l24343dc630ad63773c346be6255878bb = '

Co-Op Credit Union

Address: 2201 1st St S #101, Willmar, MN 56201, USA
Phone: (320) 235-1573
';var m_24343dc630ad63773c346be6255878bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Co-Op Credit Union',});m_24343dc630ad63773c346be6255878bb['infowindow'] = new google.maps.InfoWindow({content: $l24343dc630ad63773c346be6255878bb});var infowindow = new google.maps.InfoWindow({content: $l24343dc630ad63773c346be6255878bb});google.maps.event.addListener(m_24343dc630ad63773c346be6255878bb, 'click', function() {infowindow.open(map,m_24343dc630ad63773c346be6255878bb);});$marker.push(m_24343dc630ad63773c346be6255878bb);}});}google.maps.event.addDomListener(window, 'load', initialize);