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.7401,-105.075)};var g_b6bd267e3d482ac5acee9633ee31539a = new google.maps.Geocoder();g_b6bd267e3d482ac5acee9633ee31539a.geocode( { 'address': "7024 W Colfax Ave, Lakewood, CO 80214, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-CO-fast-cash-pawn--jewelry').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-CO-fast-cash-pawn--jewelry'), mapOptions);}document.getElementById('616a0846').innerHTML += ' | View Map';var $lb6bd267e3d482ac5acee9633ee31539a = '

Fast Cash Pawn & Jewelry

Address: 7024 W Colfax Ave, Lakewood, CO 80214, USA
Phone: (303) 232-1332
';var m_b6bd267e3d482ac5acee9633ee31539a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fast Cash Pawn & Jewelry',});m_b6bd267e3d482ac5acee9633ee31539a['infowindow'] = new google.maps.InfoWindow({content: $lb6bd267e3d482ac5acee9633ee31539a});var infowindow = new google.maps.InfoWindow({content: $lb6bd267e3d482ac5acee9633ee31539a});google.maps.event.addListener(m_b6bd267e3d482ac5acee9633ee31539a, 'click', function() {infowindow.open(map,m_b6bd267e3d482ac5acee9633ee31539a);});$marker.push(m_b6bd267e3d482ac5acee9633ee31539a);}});}google.maps.event.addDomListener(window, 'load', initialize);