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.2281,-118.465)};var g_0f6bb23f62c8d6036665ae678ab8904a = new google.maps.Geocoder();g_0f6bb23f62c8d6036665ae678ab8904a.geocode( { 'address': "15254 Parthenia St, North Hills, CA 91343, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-g--r-jewelry--loan-co').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-g--r-jewelry--loan-co'), mapOptions);}document.getElementById('f3a26b3c').innerHTML += ' | View Map';var $l0f6bb23f62c8d6036665ae678ab8904a = '

G & R Jewelry & Loan Co

Address: 15254 Parthenia St, North Hills, CA 91343, USA
Phone: (818) 891-2323
';var m_0f6bb23f62c8d6036665ae678ab8904a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'G & R Jewelry & Loan Co',});m_0f6bb23f62c8d6036665ae678ab8904a['infowindow'] = new google.maps.InfoWindow({content: $l0f6bb23f62c8d6036665ae678ab8904a});var infowindow = new google.maps.InfoWindow({content: $l0f6bb23f62c8d6036665ae678ab8904a});google.maps.event.addListener(m_0f6bb23f62c8d6036665ae678ab8904a, 'click', function() {infowindow.open(map,m_0f6bb23f62c8d6036665ae678ab8904a);});$marker.push(m_0f6bb23f62c8d6036665ae678ab8904a);}});}google.maps.event.addDomListener(window, 'load', initialize);