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.7406,-105.106)};var g_c823ebebdae2af436c825b0dd1f40a93 = new google.maps.Geocoder();g_c823ebebdae2af436c825b0dd1f40a93.geocode( { 'address': "9699 W Colfax Ave, Lakewood, CO 80215, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-CO-mountain-pawn').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-CO-mountain-pawn'), mapOptions);}document.getElementById('db9f924a').innerHTML += ' | View Map';var $lc823ebebdae2af436c825b0dd1f40a93 = '

Mountain Pawn

Address: 9699 W Colfax Ave, Lakewood, CO 80215, USA
Phone: (303) 232-3300
';var m_c823ebebdae2af436c825b0dd1f40a93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain Pawn',});m_c823ebebdae2af436c825b0dd1f40a93['infowindow'] = new google.maps.InfoWindow({content: $lc823ebebdae2af436c825b0dd1f40a93});var infowindow = new google.maps.InfoWindow({content: $lc823ebebdae2af436c825b0dd1f40a93});google.maps.event.addListener(m_c823ebebdae2af436c825b0dd1f40a93, 'click', function() {infowindow.open(map,m_c823ebebdae2af436c825b0dd1f40a93);});$marker.push(m_c823ebebdae2af436c825b0dd1f40a93);}});}google.maps.event.addDomListener(window, 'load', initialize);