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.1706,-95.016)};var g_a97be64feca7da59cea0b6889137a116 = new google.maps.Geocoder();g_a97be64feca7da59cea0b6889137a116.geocode( { 'address': "4784 Hwy 71 NE, Willmar, MN 56201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('willmar-MN-willmar-trading-post').style.display = '';map = new google.maps.Map(document.getElementById('willmar-MN-willmar-trading-post'), mapOptions);}document.getElementById('b18de695').innerHTML += ' | View Map';var $la97be64feca7da59cea0b6889137a116 = '

Willmar Trading Post

Address: 4784 Hwy 71 NE, Willmar, MN 56201, USA
Phone: (320) 235-7296
';var m_a97be64feca7da59cea0b6889137a116 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Willmar Trading Post',});m_a97be64feca7da59cea0b6889137a116['infowindow'] = new google.maps.InfoWindow({content: $la97be64feca7da59cea0b6889137a116});var infowindow = new google.maps.InfoWindow({content: $la97be64feca7da59cea0b6889137a116});google.maps.event.addListener(m_a97be64feca7da59cea0b6889137a116, 'click', function() {infowindow.open(map,m_a97be64feca7da59cea0b6889137a116);});$marker.push(m_a97be64feca7da59cea0b6889137a116);}});}google.maps.event.addDomListener(window, 'load', initialize);