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.8891,-95.3689)};var g_26273d51773d647df3633a92b3c7b0fa = new google.maps.Geocoder();g_26273d51773d647df3633a92b3c7b0fa.geocode( { 'address': "304 Maple ST, Alexandria, MN 56308, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-MN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-MN-wells-fargo-bank'), mapOptions);}document.getElementById('a023c0ef').innerHTML += ' | View Map';var $l26273d51773d647df3633a92b3c7b0fa = '

Wells Fargo Bank

Address: 304 Maple ST, Alexandria, MN 56308, USA
Phone: (320) 762-2181
';var m_26273d51773d647df3633a92b3c7b0fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_26273d51773d647df3633a92b3c7b0fa['infowindow'] = new google.maps.InfoWindow({content: $l26273d51773d647df3633a92b3c7b0fa});var infowindow = new google.maps.InfoWindow({content: $l26273d51773d647df3633a92b3c7b0fa});google.maps.event.addListener(m_26273d51773d647df3633a92b3c7b0fa, 'click', function() {infowindow.open(map,m_26273d51773d647df3633a92b3c7b0fa);});$marker.push(m_26273d51773d647df3633a92b3c7b0fa);}});}google.maps.event.addDomListener(window, 'load', initialize);