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.2389,-93.5284)};var g_be58ea91532d0ed876f69f2a42254368 = new google.maps.Geocoder();g_be58ea91532d0ed876f69f2a42254368.geocode( { 'address': "220 Nw 1st Ave, Grand Rapids, MN 55744"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MN-wells-fargo-bank'), mapOptions);}document.getElementById('1f06664e').innerHTML += ' | View Map';var $lbe58ea91532d0ed876f69f2a42254368 = '

Wells Fargo Bank

Address: 220 Nw 1st Ave, Grand Rapids, MN 55744
Phone: (218) 326-8521
';var m_be58ea91532d0ed876f69f2a42254368 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_be58ea91532d0ed876f69f2a42254368['infowindow'] = new google.maps.InfoWindow({content: $lbe58ea91532d0ed876f69f2a42254368});var infowindow = new google.maps.InfoWindow({content: $lbe58ea91532d0ed876f69f2a42254368});google.maps.event.addListener(m_be58ea91532d0ed876f69f2a42254368, 'click', function() {infowindow.open(map,m_be58ea91532d0ed876f69f2a42254368);});$marker.push(m_be58ea91532d0ed876f69f2a42254368);}});}google.maps.event.addDomListener(window, 'load', initialize);