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(40.1741,-105.094)};var g_017fb6c33059e3319d52a2df6613e55a = new google.maps.Geocoder();g_017fb6c33059e3319d52a2df6613e55a.geocode( { 'address': "104 9th Ave, Longmont, CO 80501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmont-CO-grandpas-pawn--gun').style.display = '';map = new google.maps.Map(document.getElementById('longmont-CO-grandpas-pawn--gun'), mapOptions);}document.getElementById('c09a2dd0').innerHTML += ' | View Map';var $l017fb6c33059e3319d52a2df6613e55a = '

Grandpa's Pawn & Gun

Address: 104 9th Ave, Longmont, CO 80501, USA
Phone: (303) 772-7952
';var m_017fb6c33059e3319d52a2df6613e55a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grandpa's Pawn & Gun',});m_017fb6c33059e3319d52a2df6613e55a['infowindow'] = new google.maps.InfoWindow({content: $l017fb6c33059e3319d52a2df6613e55a});var infowindow = new google.maps.InfoWindow({content: $l017fb6c33059e3319d52a2df6613e55a});google.maps.event.addListener(m_017fb6c33059e3319d52a2df6613e55a, 'click', function() {infowindow.open(map,m_017fb6c33059e3319d52a2df6613e55a);});$marker.push(m_017fb6c33059e3319d52a2df6613e55a);}});}google.maps.event.addDomListener(window, 'load', initialize);