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(32.8464,-117.276)};var g_b5ad4fbaabe1f912761ccc8d4e6fe361 = new google.maps.Geocoder();g_b5ad4fbaabe1f912761ccc8d4e6fe361.geocode( { 'address': "864 Prospect St, La Jolla, CA 92037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-diamond-estate-jewelry-buyers').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-diamond-estate-jewelry-buyers'), mapOptions);}document.getElementById('0d1a808e').innerHTML += ' | View Map';var $lb5ad4fbaabe1f912761ccc8d4e6fe361 = '

Diamond Estate Jewelry Buyers

Address: 864 Prospect St, La Jolla, CA 92037, USA
Phone: (858) 454-2200
';var m_b5ad4fbaabe1f912761ccc8d4e6fe361 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Estate Jewelry Buyers',});m_b5ad4fbaabe1f912761ccc8d4e6fe361['infowindow'] = new google.maps.InfoWindow({content: $lb5ad4fbaabe1f912761ccc8d4e6fe361});var infowindow = new google.maps.InfoWindow({content: $lb5ad4fbaabe1f912761ccc8d4e6fe361});google.maps.event.addListener(m_b5ad4fbaabe1f912761ccc8d4e6fe361, 'click', function() {infowindow.open(map,m_b5ad4fbaabe1f912761ccc8d4e6fe361);});$marker.push(m_b5ad4fbaabe1f912761ccc8d4e6fe361);}});}google.maps.event.addDomListener(window, 'load', initialize);