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.3714,-94.4791)};var g_19985668aef270f901cebe69abfcc82f = new google.maps.Geocoder();g_19985668aef270f901cebe69abfcc82f.geocode( { 'address': "U.S. 2, Cass Lake, MN 56633, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cass-lake-MN-forward-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cass-lake-MN-forward-financial-credit-union'), mapOptions);}document.getElementById('a66bc83b').innerHTML += ' | View Map';var $l19985668aef270f901cebe69abfcc82f = '

Forward Financial Credit Union

Address: U.S. 2, Cass Lake, MN 56633, USA
Phone: (906) 779-1504
';var m_19985668aef270f901cebe69abfcc82f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Forward Financial Credit Union',});m_19985668aef270f901cebe69abfcc82f['infowindow'] = new google.maps.InfoWindow({content: $l19985668aef270f901cebe69abfcc82f});var infowindow = new google.maps.InfoWindow({content: $l19985668aef270f901cebe69abfcc82f});google.maps.event.addListener(m_19985668aef270f901cebe69abfcc82f, 'click', function() {infowindow.open(map,m_19985668aef270f901cebe69abfcc82f);});$marker.push(m_19985668aef270f901cebe69abfcc82f);}});}google.maps.event.addDomListener(window, 'load', initialize);