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.3555,-94.797)};var g_b912f37f96b3511a694e0a035ffb9ec4 = new google.maps.Geocoder();g_b912f37f96b3511a694e0a035ffb9ec4.geocode( { 'address': "214 2nd Ave NE, Staples, MN 56479, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staples-MN-iron-hills-west-gun--pawn').style.display = '';map = new google.maps.Map(document.getElementById('staples-MN-iron-hills-west-gun--pawn'), mapOptions);}document.getElementById('42d37b32').innerHTML += ' | View Map';var $lb912f37f96b3511a694e0a035ffb9ec4 = '

Iron Hills West Gun & Pawn

Address: 214 2nd Ave NE, Staples, MN 56479, USA
Phone: (218) 894-3055
';var m_b912f37f96b3511a694e0a035ffb9ec4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iron Hills West Gun & Pawn',});m_b912f37f96b3511a694e0a035ffb9ec4['infowindow'] = new google.maps.InfoWindow({content: $lb912f37f96b3511a694e0a035ffb9ec4});var infowindow = new google.maps.InfoWindow({content: $lb912f37f96b3511a694e0a035ffb9ec4});google.maps.event.addListener(m_b912f37f96b3511a694e0a035ffb9ec4, 'click', function() {infowindow.open(map,m_b912f37f96b3511a694e0a035ffb9ec4);});$marker.push(m_b912f37f96b3511a694e0a035ffb9ec4);}});}google.maps.event.addDomListener(window, 'load', initialize);