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.5231,-92.5411)};var g_2151b4c76b4dcb048d06a5c32942b6f6 = new google.maps.Geocoder();g_2151b4c76b4dcb048d06a5c32942b6f6.geocode( { 'address': "600 Chestnut St, Virginia, MN 55792, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('virginia-MN-northern-state-bank-virginia').style.display = '';map = new google.maps.Map(document.getElementById('virginia-MN-northern-state-bank-virginia'), mapOptions);}document.getElementById('90381a65').innerHTML += ' | View Map';var $l2151b4c76b4dcb048d06a5c32942b6f6 = '

Northern State Bank-Virginia

Address: 600 Chestnut St, Virginia, MN 55792, USA
Phone: (218) 741-9115
';var m_2151b4c76b4dcb048d06a5c32942b6f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern State Bank-Virginia',});m_2151b4c76b4dcb048d06a5c32942b6f6['infowindow'] = new google.maps.InfoWindow({content: $l2151b4c76b4dcb048d06a5c32942b6f6});var infowindow = new google.maps.InfoWindow({content: $l2151b4c76b4dcb048d06a5c32942b6f6});google.maps.event.addListener(m_2151b4c76b4dcb048d06a5c32942b6f6, 'click', function() {infowindow.open(map,m_2151b4c76b4dcb048d06a5c32942b6f6);});$marker.push(m_2151b4c76b4dcb048d06a5c32942b6f6);}});}google.maps.event.addDomListener(window, 'load', initialize);