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(34.1874,-118.388)};var g_5e4c0ce8a1b0b2448abd7098086a6df7 = new google.maps.Geocoder();g_5e4c0ce8a1b0b2448abd7098086a6df7.geocode( { 'address': "North Hollywood, CA 91606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-h--r-jewelry').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-h--r-jewelry'), mapOptions);}document.getElementById('1262f4a1').innerHTML += ' | View Map';var $l5e4c0ce8a1b0b2448abd7098086a6df7 = '

H & R Jewelry

Address: North Hollywood, CA 91606, USA
Phone: (818) 508-5151
';var m_5e4c0ce8a1b0b2448abd7098086a6df7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'H & R Jewelry',});m_5e4c0ce8a1b0b2448abd7098086a6df7['infowindow'] = new google.maps.InfoWindow({content: $l5e4c0ce8a1b0b2448abd7098086a6df7});var infowindow = new google.maps.InfoWindow({content: $l5e4c0ce8a1b0b2448abd7098086a6df7});google.maps.event.addListener(m_5e4c0ce8a1b0b2448abd7098086a6df7, 'click', function() {infowindow.open(map,m_5e4c0ce8a1b0b2448abd7098086a6df7);});$marker.push(m_5e4c0ce8a1b0b2448abd7098086a6df7);}});}google.maps.event.addDomListener(window, 'load', initialize);