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.4394,-93.5836)};var g_268660dce768ee19b2ba957dd36b0a33 = new google.maps.Geocoder();g_268660dce768ee19b2ba957dd36b0a33.geocode( { 'address': "25860 US-169, Zimmerman, MN 55398, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('zimmerman-MN-zimmerman-trading-post').style.display = '';map = new google.maps.Map(document.getElementById('zimmerman-MN-zimmerman-trading-post'), mapOptions);}document.getElementById('92df0e0b').innerHTML += ' | View Map';var $l268660dce768ee19b2ba957dd36b0a33 = '

Zimmerman Trading Post

Address: 25860 US-169, Zimmerman, MN 55398, USA
Phone: (763) 856-7296
';var m_268660dce768ee19b2ba957dd36b0a33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zimmerman Trading Post',});m_268660dce768ee19b2ba957dd36b0a33['infowindow'] = new google.maps.InfoWindow({content: $l268660dce768ee19b2ba957dd36b0a33});var infowindow = new google.maps.InfoWindow({content: $l268660dce768ee19b2ba957dd36b0a33});google.maps.event.addListener(m_268660dce768ee19b2ba957dd36b0a33, 'click', function() {infowindow.open(map,m_268660dce768ee19b2ba957dd36b0a33);});$marker.push(m_268660dce768ee19b2ba957dd36b0a33);}});}google.maps.event.addDomListener(window, 'load', initialize);