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.7193,-94.402)};var g_a81438d0412b464915b7a283c671b0cf = new google.maps.Geocoder();g_a81438d0412b464915b7a283c671b0cf.geocode( { 'address': "324 Barclay Ave, Pine River, MN 56474, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pine-river-MN-iron-hills-north-gun--pawn').style.display = '';map = new google.maps.Map(document.getElementById('pine-river-MN-iron-hills-north-gun--pawn'), mapOptions);}document.getElementById('8a1ba604').innerHTML += ' | View Map';var $la81438d0412b464915b7a283c671b0cf = '

Iron Hills North Gun & Pawn

Address: 324 Barclay Ave, Pine River, MN 56474, USA
Phone: (218) 587-3373
';var m_a81438d0412b464915b7a283c671b0cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iron Hills North Gun & Pawn',});m_a81438d0412b464915b7a283c671b0cf['infowindow'] = new google.maps.InfoWindow({content: $la81438d0412b464915b7a283c671b0cf});var infowindow = new google.maps.InfoWindow({content: $la81438d0412b464915b7a283c671b0cf});google.maps.event.addListener(m_a81438d0412b464915b7a283c671b0cf, 'click', function() {infowindow.open(map,m_a81438d0412b464915b7a283c671b0cf);});$marker.push(m_a81438d0412b464915b7a283c671b0cf);}});}google.maps.event.addDomListener(window, 'load', initialize);