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(45.1265,-94.5262)};var g_f895d035468d1b217daf9f10fc81c66c = new google.maps.Geocoder();g_f895d035468d1b217daf9f10fc81c66c.geocode( { 'address': "100 N Marshall Ave, Litchfield, MN 55355, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('litchfield-MN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('litchfield-MN-wells-fargo-bank'), mapOptions);}document.getElementById('1e19553d').innerHTML += ' | View Map';var $lf895d035468d1b217daf9f10fc81c66c = '

Wells Fargo Bank

Address: 100 N Marshall Ave, Litchfield, MN 55355, USA
Phone: (320) 693-7281
';var m_f895d035468d1b217daf9f10fc81c66c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_f895d035468d1b217daf9f10fc81c66c['infowindow'] = new google.maps.InfoWindow({content: $lf895d035468d1b217daf9f10fc81c66c});var infowindow = new google.maps.InfoWindow({content: $lf895d035468d1b217daf9f10fc81c66c});google.maps.event.addListener(m_f895d035468d1b217daf9f10fc81c66c, 'click', function() {infowindow.open(map,m_f895d035468d1b217daf9f10fc81c66c);});$marker.push(m_f895d035468d1b217daf9f10fc81c66c);}});}google.maps.event.addDomListener(window, 'load', initialize);