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(39.6618,-106.827)};var g_81b3555523ec062c99a803d32e2185cf = new google.maps.Geocoder();g_81b3555523ec062c99a803d32e2185cf.geocode( { 'address': "94 Market Street, Unit 201, Box 5397, Gypsum, CO 81637, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gypsum-CO-vail-valley-pawn--gun-shop').style.display = '';map = new google.maps.Map(document.getElementById('gypsum-CO-vail-valley-pawn--gun-shop'), mapOptions);}document.getElementById('99c8236a').innerHTML += ' | View Map';var $l81b3555523ec062c99a803d32e2185cf = '

Vail Valley Pawn & Gun Shop

Address: 94 Market Street, Unit 201, Box 5397, Gypsum, CO 81637, USA
Phone: (970) 524-7296
';var m_81b3555523ec062c99a803d32e2185cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vail Valley Pawn & Gun Shop',});m_81b3555523ec062c99a803d32e2185cf['infowindow'] = new google.maps.InfoWindow({content: $l81b3555523ec062c99a803d32e2185cf});var infowindow = new google.maps.InfoWindow({content: $l81b3555523ec062c99a803d32e2185cf});google.maps.event.addListener(m_81b3555523ec062c99a803d32e2185cf, 'click', function() {infowindow.open(map,m_81b3555523ec062c99a803d32e2185cf);});$marker.push(m_81b3555523ec062c99a803d32e2185cf);}});}google.maps.event.addDomListener(window, 'load', initialize);