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.2346,-93.5295)};var g_fd5cd3176e74054bfd4192987b8fb4cf = new google.maps.Geocoder();g_fd5cd3176e74054bfd4192987b8fb4cf.geocode( { 'address': "220 NW 1st Ave #100, Grand Rapids, MN 55744, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MN-wells-fargo-insurance-services').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MN-wells-fargo-insurance-services'), mapOptions);}document.getElementById('4103b31d').innerHTML += ' | View Map';var $lfd5cd3176e74054bfd4192987b8fb4cf = '

Wells Fargo Insurance Services

Address: 220 NW 1st Ave #100, Grand Rapids, MN 55744, USA
Phone: (218) 326-9404
';var m_fd5cd3176e74054bfd4192987b8fb4cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Insurance Services',});m_fd5cd3176e74054bfd4192987b8fb4cf['infowindow'] = new google.maps.InfoWindow({content: $lfd5cd3176e74054bfd4192987b8fb4cf});var infowindow = new google.maps.InfoWindow({content: $lfd5cd3176e74054bfd4192987b8fb4cf});google.maps.event.addListener(m_fd5cd3176e74054bfd4192987b8fb4cf, 'click', function() {infowindow.open(map,m_fd5cd3176e74054bfd4192987b8fb4cf);});$marker.push(m_fd5cd3176e74054bfd4192987b8fb4cf);}});}google.maps.event.addDomListener(window, 'load', initialize);