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(48.214,-114.28)};var g_3d1e973ee1920e9a5e16498ab57ca161 = new google.maps.Geocoder();g_3d1e973ee1920e9a5e16498ab57ca161.geocode( { 'address': "1353 U.S. Hwy 2 E, Kalispell, MT 59901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalispell-MT-gold-rush-pawn-co').style.display = '';map = new google.maps.Map(document.getElementById('kalispell-MT-gold-rush-pawn-co'), mapOptions);}document.getElementById('070b7775').innerHTML += ' | View Map';var $l3d1e973ee1920e9a5e16498ab57ca161 = '

Gold Rush Pawn Co

Address: 1353 U.S. Hwy 2 E, Kalispell, MT 59901, USA
Phone: (406) 257-7296
';var m_3d1e973ee1920e9a5e16498ab57ca161 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Rush Pawn Co',});m_3d1e973ee1920e9a5e16498ab57ca161['infowindow'] = new google.maps.InfoWindow({content: $l3d1e973ee1920e9a5e16498ab57ca161});var infowindow = new google.maps.InfoWindow({content: $l3d1e973ee1920e9a5e16498ab57ca161});google.maps.event.addListener(m_3d1e973ee1920e9a5e16498ab57ca161, 'click', function() {infowindow.open(map,m_3d1e973ee1920e9a5e16498ab57ca161);});$marker.push(m_3d1e973ee1920e9a5e16498ab57ca161);}});}google.maps.event.addDomListener(window, 'load', initialize);