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.0607,-117.933)};var g_31ae3f047123862127cb4de45b12530a = new google.maps.Geocoder();g_31ae3f047123862127cb4de45b12530a.geocode( { 'address': "823 S Glendora Ave, West Covina, CA 91790, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-covina-CA-west-covina-jewelry-and-loans').style.display = '';map = new google.maps.Map(document.getElementById('west-covina-CA-west-covina-jewelry-and-loans'), mapOptions);}document.getElementById('5ddf9e89').innerHTML += ' | View Map';var $l31ae3f047123862127cb4de45b12530a = '

West Covina Jewelry and Loans

Address: 823 S Glendora Ave, West Covina, CA 91790, USA
Phone: (626) 337-3931
';var m_31ae3f047123862127cb4de45b12530a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Covina Jewelry and Loans',});m_31ae3f047123862127cb4de45b12530a['infowindow'] = new google.maps.InfoWindow({content: $l31ae3f047123862127cb4de45b12530a});var infowindow = new google.maps.InfoWindow({content: $l31ae3f047123862127cb4de45b12530a});google.maps.event.addListener(m_31ae3f047123862127cb4de45b12530a, 'click', function() {infowindow.open(map,m_31ae3f047123862127cb4de45b12530a);});$marker.push(m_31ae3f047123862127cb4de45b12530a);}});}google.maps.event.addDomListener(window, 'load', initialize);