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(35.0771,-106.577)};var g_51982e13c20d310d3500df74d318816c = new google.maps.Geocoder();g_51982e13c20d310d3500df74d318816c.geocode( { 'address': "6301 Central Ave NE, Albuquerque, NM 87108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-classic-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-classic-jewelry--loan'), mapOptions);}document.getElementById('6138c462').innerHTML += ' | View Map';var $l51982e13c20d310d3500df74d318816c = '

Classic Jewelry & Loan

Address: 6301 Central Ave NE, Albuquerque, NM 87108, USA
Phone: (505) 232-8888
';var m_51982e13c20d310d3500df74d318816c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Classic Jewelry & Loan',});m_51982e13c20d310d3500df74d318816c['infowindow'] = new google.maps.InfoWindow({content: $l51982e13c20d310d3500df74d318816c});var infowindow = new google.maps.InfoWindow({content: $l51982e13c20d310d3500df74d318816c});google.maps.event.addListener(m_51982e13c20d310d3500df74d318816c, 'click', function() {infowindow.open(map,m_51982e13c20d310d3500df74d318816c);});$marker.push(m_51982e13c20d310d3500df74d318816c);}});}google.maps.event.addDomListener(window, 'load', initialize);