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.2612,-93.4405)};var g_f986188dfcc57887d9a0df077bd3361f = new google.maps.Geocoder();g_f986188dfcc57887d9a0df077bd3361f.geocode( { 'address': "2015 3rd Ave, Anoka, MN 55303"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anoka-MN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('anoka-MN-wells-fargo-bank'), mapOptions);}document.getElementById('1ef3c758').innerHTML += ' | View Map';var $lf986188dfcc57887d9a0df077bd3361f = '

Wells Fargo Bank

Address: 2015 3rd Ave, Anoka, MN 55303
Phone: (612) 667-3004
';var m_f986188dfcc57887d9a0df077bd3361f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_f986188dfcc57887d9a0df077bd3361f['infowindow'] = new google.maps.InfoWindow({content: $lf986188dfcc57887d9a0df077bd3361f});var infowindow = new google.maps.InfoWindow({content: $lf986188dfcc57887d9a0df077bd3361f});google.maps.event.addListener(m_f986188dfcc57887d9a0df077bd3361f, 'click', function() {infowindow.open(map,m_f986188dfcc57887d9a0df077bd3361f);});$marker.push(m_f986188dfcc57887d9a0df077bd3361f);}});}google.maps.event.addDomListener(window, 'load', initialize);