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_31d813e48dac57e46334976fc4a0333c = new google.maps.Geocoder();g_31d813e48dac57e46334976fc4a0333c.geocode( { 'address': "310 1st St S, Willmar, MN 56201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('willmar-MN-heritage-bank-n-a').style.display = '';map = new google.maps.Map(document.getElementById('willmar-MN-heritage-bank-n-a'), mapOptions);}document.getElementById('101811d7').innerHTML += ' | View Map';var $l31d813e48dac57e46334976fc4a0333c = '

Heritage Bank N A

Address: 310 1st St S, Willmar, MN 56201
Phone: (320) 214-5507
';var m_31d813e48dac57e46334976fc4a0333c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Bank N A',});m_31d813e48dac57e46334976fc4a0333c['infowindow'] = new google.maps.InfoWindow({content: $l31d813e48dac57e46334976fc4a0333c});var infowindow = new google.maps.InfoWindow({content: $l31d813e48dac57e46334976fc4a0333c});google.maps.event.addListener(m_31d813e48dac57e46334976fc4a0333c, 'click', function() {infowindow.open(map,m_31d813e48dac57e46334976fc4a0333c);});$marker.push(m_31d813e48dac57e46334976fc4a0333c);}});}google.maps.event.addDomListener(window, 'load', initialize);