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.5203,-92.5321)};var g_7c867647488e862e745b6992a0f882e4 = new google.maps.Geocoder();g_7c867647488e862e745b6992a0f882e4.geocode( { 'address': "1111 17th St S, Virginia, MN 55792"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('virginia-MN-northern-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('virginia-MN-northern-state-bank'), mapOptions);}document.getElementById('21b79482').innerHTML += ' | View Map';var $l7c867647488e862e745b6992a0f882e4 = '

Northern State Bank

Address: 1111 17th St S, Virginia, MN 55792
Phone: (218) 749-2174
';var m_7c867647488e862e745b6992a0f882e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern State Bank',});m_7c867647488e862e745b6992a0f882e4['infowindow'] = new google.maps.InfoWindow({content: $l7c867647488e862e745b6992a0f882e4});var infowindow = new google.maps.InfoWindow({content: $l7c867647488e862e745b6992a0f882e4});google.maps.event.addListener(m_7c867647488e862e745b6992a0f882e4, 'click', function() {infowindow.open(map,m_7c867647488e862e745b6992a0f882e4);});$marker.push(m_7c867647488e862e745b6992a0f882e4);}});}google.maps.event.addDomListener(window, 'load', initialize);