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(37.6721,-122.084)};var g_6d379a9f0331459c9e0063a9ed6165ea = new google.maps.Geocoder();g_6d379a9f0331459c9e0063a9ed6165ea.geocode( { 'address': "22620 Mission Blvd, Hayward, CA 94541, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hayward-CA-eden-jewelry--loan-co').style.display = '';map = new google.maps.Map(document.getElementById('hayward-CA-eden-jewelry--loan-co'), mapOptions);}document.getElementById('dee5e55a').innerHTML += ' | View Map';var $l6d379a9f0331459c9e0063a9ed6165ea = '

Eden Jewelry & Loan Co.

Address: 22620 Mission Blvd, Hayward, CA 94541, USA
Phone: (510) 886-9474
';var m_6d379a9f0331459c9e0063a9ed6165ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eden Jewelry & Loan Co.',});m_6d379a9f0331459c9e0063a9ed6165ea['infowindow'] = new google.maps.InfoWindow({content: $l6d379a9f0331459c9e0063a9ed6165ea});var infowindow = new google.maps.InfoWindow({content: $l6d379a9f0331459c9e0063a9ed6165ea});google.maps.event.addListener(m_6d379a9f0331459c9e0063a9ed6165ea, 'click', function() {infowindow.open(map,m_6d379a9f0331459c9e0063a9ed6165ea);});$marker.push(m_6d379a9f0331459c9e0063a9ed6165ea);}});}google.maps.event.addDomListener(window, 'load', initialize);