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(33.4381,-111.926)};var g_1a4ca425640715410db66eae3e696961 = new google.maps.Geocoder();g_1a4ca425640715410db66eae3e696961.geocode( { 'address': "805 N Scottsdale Rd, Tempe, AZ 85281, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tempe-AZ-elite-jewelry-and-loan').style.display = '';map = new google.maps.Map(document.getElementById('tempe-AZ-elite-jewelry-and-loan'), mapOptions);}document.getElementById('f939bfec').innerHTML += ' | View Map';var $l1a4ca425640715410db66eae3e696961 = '

Elite Jewelry and Loan

Address: 805 N Scottsdale Rd, Tempe, AZ 85281, USA
Phone: (480) 699-6639
';var m_1a4ca425640715410db66eae3e696961 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elite Jewelry and Loan',});m_1a4ca425640715410db66eae3e696961['infowindow'] = new google.maps.InfoWindow({content: $l1a4ca425640715410db66eae3e696961});var infowindow = new google.maps.InfoWindow({content: $l1a4ca425640715410db66eae3e696961});google.maps.event.addListener(m_1a4ca425640715410db66eae3e696961, 'click', function() {infowindow.open(map,m_1a4ca425640715410db66eae3e696961);});$marker.push(m_1a4ca425640715410db66eae3e696961);}});}google.maps.event.addDomListener(window, 'load', initialize);