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(47.6566,-117.295)};var g_a97366ce5082518a56bdb10d8f08e2fd = new google.maps.Geocoder();g_a97366ce5082518a56bdb10d8f08e2fd.geocode( { 'address': "8112 E Sprague Ave, Spokane, WA 99212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-american-pawn-and-gun').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-american-pawn-and-gun'), mapOptions);}document.getElementById('64b677c3').innerHTML += ' | View Map';var $la97366ce5082518a56bdb10d8f08e2fd = '

American Pawn and Gun

Address: 8112 E Sprague Ave, Spokane, WA 99212, USA
Phone: (509) 926-9898
';var m_a97366ce5082518a56bdb10d8f08e2fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Pawn and Gun',});m_a97366ce5082518a56bdb10d8f08e2fd['infowindow'] = new google.maps.InfoWindow({content: $la97366ce5082518a56bdb10d8f08e2fd});var infowindow = new google.maps.InfoWindow({content: $la97366ce5082518a56bdb10d8f08e2fd});google.maps.event.addListener(m_a97366ce5082518a56bdb10d8f08e2fd, 'click', function() {infowindow.open(map,m_a97366ce5082518a56bdb10d8f08e2fd);});$marker.push(m_a97366ce5082518a56bdb10d8f08e2fd);}});}google.maps.event.addDomListener(window, 'load', initialize);