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.5215,-117.166)};var g_c55267f7bb895914a9181a94a0d9b4c3 = new google.maps.Geocoder();g_c55267f7bb895914a9181a94a0d9b4c3.geocode( { 'address': "27315 Jefferson Ave, Temecula, CA 92590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temecula-CA-gold-xchange').style.display = '';map = new google.maps.Map(document.getElementById('temecula-CA-gold-xchange'), mapOptions);}document.getElementById('65fbdefa').innerHTML += ' | View Map';var $lc55267f7bb895914a9181a94a0d9b4c3 = '

Gold Xchange

Address: 27315 Jefferson Ave, Temecula, CA 92590, USA
Phone: (951) 719-2997
';var m_c55267f7bb895914a9181a94a0d9b4c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Xchange',});m_c55267f7bb895914a9181a94a0d9b4c3['infowindow'] = new google.maps.InfoWindow({content: $lc55267f7bb895914a9181a94a0d9b4c3});var infowindow = new google.maps.InfoWindow({content: $lc55267f7bb895914a9181a94a0d9b4c3});google.maps.event.addListener(m_c55267f7bb895914a9181a94a0d9b4c3, 'click', function() {infowindow.open(map,m_c55267f7bb895914a9181a94a0d9b4c3);});$marker.push(m_c55267f7bb895914a9181a94a0d9b4c3);}});}google.maps.event.addDomListener(window, 'load', initialize);