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.2357,-93.5288)};var g_691ea304974c9dfb822221a2c39c6f79 = new google.maps.Geocoder();g_691ea304974c9dfb822221a2c39c6f79.geocode( { 'address': "18 NW 4th St, Grand Rapids, MN 55744, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MN-lakes-area-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MN-lakes-area-credit-union'), mapOptions);}document.getElementById('4e0bc1ab').innerHTML += ' | View Map';var $l691ea304974c9dfb822221a2c39c6f79 = '

Lakes Area Credit Union

Address: 18 NW 4th St, Grand Rapids, MN 55744, USA
Phone: (218) 326-1251
';var m_691ea304974c9dfb822221a2c39c6f79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lakes Area Credit Union',});m_691ea304974c9dfb822221a2c39c6f79['infowindow'] = new google.maps.InfoWindow({content: $l691ea304974c9dfb822221a2c39c6f79});var infowindow = new google.maps.InfoWindow({content: $l691ea304974c9dfb822221a2c39c6f79});google.maps.event.addListener(m_691ea304974c9dfb822221a2c39c6f79, 'click', function() {infowindow.open(map,m_691ea304974c9dfb822221a2c39c6f79);});$marker.push(m_691ea304974c9dfb822221a2c39c6f79);}});}google.maps.event.addDomListener(window, 'load', initialize);