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(44.7474,-93.3525)};var g_ff4fc08bc83927e2d11aeeda84b9702e = new google.maps.Geocoder();g_ff4fc08bc83927e2d11aeeda84b9702e.geocode( { 'address': "5705 Loftus Ln, Savage, MN 55378, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('savage-MN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('savage-MN-wells-fargo-bank'), mapOptions);}document.getElementById('ef3ac87b').innerHTML += ' | View Map';var $lff4fc08bc83927e2d11aeeda84b9702e = '

Wells Fargo Bank

Address: 5705 Loftus Ln, Savage, MN 55378, USA
Phone: (952) 226-9800
';var m_ff4fc08bc83927e2d11aeeda84b9702e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_ff4fc08bc83927e2d11aeeda84b9702e['infowindow'] = new google.maps.InfoWindow({content: $lff4fc08bc83927e2d11aeeda84b9702e});var infowindow = new google.maps.InfoWindow({content: $lff4fc08bc83927e2d11aeeda84b9702e});google.maps.event.addListener(m_ff4fc08bc83927e2d11aeeda84b9702e, 'click', function() {infowindow.open(map,m_ff4fc08bc83927e2d11aeeda84b9702e);});$marker.push(m_ff4fc08bc83927e2d11aeeda84b9702e);}});}google.maps.event.addDomListener(window, 'load', initialize);