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.4979,-117.153)};var g_fe3588b3087a8ba128689f3506c1cd2b = new google.maps.Geocoder();g_fe3588b3087a8ba128689f3506c1cd2b.geocode( { 'address': "28298 Old Town Front St, Temecula, CA 92590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temecula-CA-gems-n-loans---temecula-location').style.display = '';map = new google.maps.Map(document.getElementById('temecula-CA-gems-n-loans---temecula-location'), mapOptions);}document.getElementById('05da2983').innerHTML += ' | View Map';var $lfe3588b3087a8ba128689f3506c1cd2b = '

Gems N' Loans - Temecula Location

Address: 28298 Old Town Front St, Temecula, CA 92590, USA
Phone: (951) 694-9490
';var m_fe3588b3087a8ba128689f3506c1cd2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gems N' Loans - Temecula Location',});m_fe3588b3087a8ba128689f3506c1cd2b['infowindow'] = new google.maps.InfoWindow({content: $lfe3588b3087a8ba128689f3506c1cd2b});var infowindow = new google.maps.InfoWindow({content: $lfe3588b3087a8ba128689f3506c1cd2b});google.maps.event.addListener(m_fe3588b3087a8ba128689f3506c1cd2b, 'click', function() {infowindow.open(map,m_fe3588b3087a8ba128689f3506c1cd2b);});$marker.push(m_fe3588b3087a8ba128689f3506c1cd2b);}});}google.maps.event.addDomListener(window, 'load', initialize);