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.4987,-92.2358)};var g_b6619d3a11a7fa6aeb3f2add64e5cf9d = new google.maps.Geocoder();g_b6619d3a11a7fa6aeb3f2add64e5cf9d.geocode( { 'address': "213 Main St N, Aurora, MN 55705"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-MN-northern-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('aurora-MN-northern-state-bank'), mapOptions);}document.getElementById('ace81bb0').innerHTML += ' | View Map';var $lb6619d3a11a7fa6aeb3f2add64e5cf9d = '

Northern State Bank

Address: 213 Main St N, Aurora, MN 55705
Phone: (218) 229-2234
';var m_b6619d3a11a7fa6aeb3f2add64e5cf9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern State Bank',});m_b6619d3a11a7fa6aeb3f2add64e5cf9d['infowindow'] = new google.maps.InfoWindow({content: $lb6619d3a11a7fa6aeb3f2add64e5cf9d});var infowindow = new google.maps.InfoWindow({content: $lb6619d3a11a7fa6aeb3f2add64e5cf9d});google.maps.event.addListener(m_b6619d3a11a7fa6aeb3f2add64e5cf9d, 'click', function() {infowindow.open(map,m_b6619d3a11a7fa6aeb3f2add64e5cf9d);});$marker.push(m_b6619d3a11a7fa6aeb3f2add64e5cf9d);}});}google.maps.event.addDomListener(window, 'load', initialize);