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.1167,-95.0432)};var g_71fd702ab7fce725dd104dade09f086a = new google.maps.Geocoder();g_71fd702ab7fce725dd104dade09f086a.geocode( { 'address': "2800 1st St S, Willmar, MN 56201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('willmar-MN-north-american-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('willmar-MN-north-american-state-bank'), mapOptions);}document.getElementById('131d97ef').innerHTML += ' | View Map';var $l71fd702ab7fce725dd104dade09f086a = '

North American State Bank

Address: 2800 1st St S, Willmar, MN 56201
Phone: (320) 235-7000
';var m_71fd702ab7fce725dd104dade09f086a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North American State Bank',});m_71fd702ab7fce725dd104dade09f086a['infowindow'] = new google.maps.InfoWindow({content: $l71fd702ab7fce725dd104dade09f086a});var infowindow = new google.maps.InfoWindow({content: $l71fd702ab7fce725dd104dade09f086a});google.maps.event.addListener(m_71fd702ab7fce725dd104dade09f086a, 'click', function() {infowindow.open(map,m_71fd702ab7fce725dd104dade09f086a);});$marker.push(m_71fd702ab7fce725dd104dade09f086a);}});}google.maps.event.addDomListener(window, 'load', initialize);