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(47.6076,-96.8172)};var g_c31a23fc42343c6a7d87ab2425c543c5 = new google.maps.Geocoder();g_c31a23fc42343c6a7d87ab2425c543c5.geocode( { 'address': "116 E Broadway, Climax, MN 56523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('climax-MN-agassiz-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('climax-MN-agassiz-federal-credit-union'), mapOptions);}document.getElementById('f79effe9').innerHTML += ' | View Map';var $lc31a23fc42343c6a7d87ab2425c543c5 = '

Agassiz Federal Credit Union

Address: 116 E Broadway, Climax, MN 56523, USA
Phone: (218) 857-2315
';var m_c31a23fc42343c6a7d87ab2425c543c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Agassiz Federal Credit Union',});m_c31a23fc42343c6a7d87ab2425c543c5['infowindow'] = new google.maps.InfoWindow({content: $lc31a23fc42343c6a7d87ab2425c543c5});var infowindow = new google.maps.InfoWindow({content: $lc31a23fc42343c6a7d87ab2425c543c5});google.maps.event.addListener(m_c31a23fc42343c6a7d87ab2425c543c5, 'click', function() {infowindow.open(map,m_c31a23fc42343c6a7d87ab2425c543c5);});$marker.push(m_c31a23fc42343c6a7d87ab2425c543c5);}});}google.maps.event.addDomListener(window, 'load', initialize);