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(46.7614,-94.9744)};var g_8564449fd15870d9eba8f7cbf3c63f70 = new google.maps.Geocoder();g_8564449fd15870d9eba8f7cbf3c63f70.geocode( { 'address': "211 2nd Ave, Menahga, MN 56464"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('menahga-MN-trustar-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('menahga-MN-trustar-federal-credit-union'), mapOptions);}document.getElementById('66a701c5').innerHTML += ' | View Map';var $l8564449fd15870d9eba8f7cbf3c63f70 = '

Trustar Federal Credit Union

Address: 211 2nd Ave, Menahga, MN 56464
Phone: (218) 564-5678
';var m_8564449fd15870d9eba8f7cbf3c63f70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustar Federal Credit Union',});m_8564449fd15870d9eba8f7cbf3c63f70['infowindow'] = new google.maps.InfoWindow({content: $l8564449fd15870d9eba8f7cbf3c63f70});var infowindow = new google.maps.InfoWindow({content: $l8564449fd15870d9eba8f7cbf3c63f70});google.maps.event.addListener(m_8564449fd15870d9eba8f7cbf3c63f70, 'click', function() {infowindow.open(map,m_8564449fd15870d9eba8f7cbf3c63f70);});$marker.push(m_8564449fd15870d9eba8f7cbf3c63f70);}});}google.maps.event.addDomListener(window, 'load', initialize);