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.1008,-117.69)};var g_5e0c656a3bba29081fa0bcdf7ba4f994 = new google.maps.Geocoder();g_5e0c656a3bba29081fa0bcdf7ba4f994.geocode( { 'address': "567 N Central Ave, Upland, CA 91786, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('upland-CA-jc-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('upland-CA-jc-jewelry--loan'), mapOptions);}document.getElementById('2bd0b8a2').innerHTML += ' | View Map';var $l5e0c656a3bba29081fa0bcdf7ba4f994 = '

JC Jewelry & Loan

Address: 567 N Central Ave, Upland, CA 91786, USA
Phone: (909) 944-0043
';var m_5e0c656a3bba29081fa0bcdf7ba4f994 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'JC Jewelry & Loan',});m_5e0c656a3bba29081fa0bcdf7ba4f994['infowindow'] = new google.maps.InfoWindow({content: $l5e0c656a3bba29081fa0bcdf7ba4f994});var infowindow = new google.maps.InfoWindow({content: $l5e0c656a3bba29081fa0bcdf7ba4f994});google.maps.event.addListener(m_5e0c656a3bba29081fa0bcdf7ba4f994, 'click', function() {infowindow.open(map,m_5e0c656a3bba29081fa0bcdf7ba4f994);});$marker.push(m_5e0c656a3bba29081fa0bcdf7ba4f994);}});}google.maps.event.addDomListener(window, 'load', initialize);