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.1068,-117.643)};var g_f8958e084177d0f1cc42aa403209b8f6 = new google.maps.Geocoder();g_f8958e084177d0f1cc42aa403209b8f6.geocode( { 'address': "580 E Foothill Blvd, Upland, CA 91786, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('upland-CA-inland-jewelry--loan-inc').style.display = '';map = new google.maps.Map(document.getElementById('upland-CA-inland-jewelry--loan-inc'), mapOptions);}document.getElementById('306308df').innerHTML += ' | View Map';var $lf8958e084177d0f1cc42aa403209b8f6 = '

Inland Jewelry & Loan Inc

Address: 580 E Foothill Blvd, Upland, CA 91786, USA
Phone: (909) 949-6280
';var m_f8958e084177d0f1cc42aa403209b8f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inland Jewelry & Loan Inc',});m_f8958e084177d0f1cc42aa403209b8f6['infowindow'] = new google.maps.InfoWindow({content: $lf8958e084177d0f1cc42aa403209b8f6});var infowindow = new google.maps.InfoWindow({content: $lf8958e084177d0f1cc42aa403209b8f6});google.maps.event.addListener(m_f8958e084177d0f1cc42aa403209b8f6, 'click', function() {infowindow.open(map,m_f8958e084177d0f1cc42aa403209b8f6);});$marker.push(m_f8958e084177d0f1cc42aa403209b8f6);}});}google.maps.event.addDomListener(window, 'load', initialize);