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_ff8a777f774160654aae94375bc8ccab = new google.maps.Geocoder();g_ff8a777f774160654aae94375bc8ccab.geocode( { 'address': "1610 Highway 12 E, Willmar, MN 56201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('willmar-MN-home-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('willmar-MN-home-state-bank'), mapOptions);}document.getElementById('16da4f99').innerHTML += ' | View Map';var $lff8a777f774160654aae94375bc8ccab = '

Home State Bank

Address: 1610 Highway 12 E, Willmar, MN 56201
Phone: (320) 231-1118
';var m_ff8a777f774160654aae94375bc8ccab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home State Bank',});m_ff8a777f774160654aae94375bc8ccab['infowindow'] = new google.maps.InfoWindow({content: $lff8a777f774160654aae94375bc8ccab});var infowindow = new google.maps.InfoWindow({content: $lff8a777f774160654aae94375bc8ccab});google.maps.event.addListener(m_ff8a777f774160654aae94375bc8ccab, 'click', function() {infowindow.open(map,m_ff8a777f774160654aae94375bc8ccab);});$marker.push(m_ff8a777f774160654aae94375bc8ccab);}});}google.maps.event.addDomListener(window, 'load', initialize);