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(46.4632,-94.1717)};var g_5f4c2dede5fc1a802639c02223cb952c = new google.maps.Geocoder();g_5f4c2dede5fc1a802639c02223cb952c.geocode( { 'address': "11027 Crystal Lake Rd, Merrifield, MN 56465, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('merrifield-MN-superamerica').style.display = '';map = new google.maps.Map(document.getElementById('merrifield-MN-superamerica'), mapOptions);}document.getElementById('1c4ba62c').innerHTML += ' | View Map';var $l5f4c2dede5fc1a802639c02223cb952c = '

Superamerica

Address: 11027 Crystal Lake Rd, Merrifield, MN 56465, USA
Phone: (218) 829-8672
';var m_5f4c2dede5fc1a802639c02223cb952c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superamerica',});m_5f4c2dede5fc1a802639c02223cb952c['infowindow'] = new google.maps.InfoWindow({content: $l5f4c2dede5fc1a802639c02223cb952c});var infowindow = new google.maps.InfoWindow({content: $l5f4c2dede5fc1a802639c02223cb952c});google.maps.event.addListener(m_5f4c2dede5fc1a802639c02223cb952c, 'click', function() {infowindow.open(map,m_5f4c2dede5fc1a802639c02223cb952c);});$marker.push(m_5f4c2dede5fc1a802639c02223cb952c);}});}google.maps.event.addDomListener(window, 'load', initialize);