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.6933,-118.137)};var g_6ab29d857e78e64e3ad7b59560c8b1b4 = new google.maps.Geocoder();g_6ab29d857e78e64e3ad7b59560c8b1b4.geocode( { 'address': "44617 Sierra Hwy, Lancaster, CA 93534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-CA-platinum-jewelry--loan-inc').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-CA-platinum-jewelry--loan-inc'), mapOptions);}document.getElementById('73c471a4').innerHTML += ' | View Map';var $l6ab29d857e78e64e3ad7b59560c8b1b4 = '

Platinum Jewelry & Loan Inc.

Address: 44617 Sierra Hwy, Lancaster, CA 93534, USA
Phone: (661) 729-5500
';var m_6ab29d857e78e64e3ad7b59560c8b1b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Jewelry & Loan Inc.',});m_6ab29d857e78e64e3ad7b59560c8b1b4['infowindow'] = new google.maps.InfoWindow({content: $l6ab29d857e78e64e3ad7b59560c8b1b4});var infowindow = new google.maps.InfoWindow({content: $l6ab29d857e78e64e3ad7b59560c8b1b4});google.maps.event.addListener(m_6ab29d857e78e64e3ad7b59560c8b1b4, 'click', function() {infowindow.open(map,m_6ab29d857e78e64e3ad7b59560c8b1b4);});$marker.push(m_6ab29d857e78e64e3ad7b59560c8b1b4);}});}google.maps.event.addDomListener(window, 'load', initialize);