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(33.9602,-118.352)};var g_5df7ce37a131d48f562ac5871b91aad1 = new google.maps.Geocoder();g_5df7ce37a131d48f562ac5871b91aad1.geocode( { 'address': "314 S Market St, Inglewood, CA 90301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('inglewood-CA-inglewood-jewelry-and-loan').style.display = '';map = new google.maps.Map(document.getElementById('inglewood-CA-inglewood-jewelry-and-loan'), mapOptions);}document.getElementById('79923750').innerHTML += ' | View Map';var $l5df7ce37a131d48f562ac5871b91aad1 = '

Inglewood Jewelry and Loan

Address: 314 S Market St, Inglewood, CA 90301, USA
Phone: (310) 484-5249
';var m_5df7ce37a131d48f562ac5871b91aad1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inglewood Jewelry and Loan',});m_5df7ce37a131d48f562ac5871b91aad1['infowindow'] = new google.maps.InfoWindow({content: $l5df7ce37a131d48f562ac5871b91aad1});var infowindow = new google.maps.InfoWindow({content: $l5df7ce37a131d48f562ac5871b91aad1});google.maps.event.addListener(m_5df7ce37a131d48f562ac5871b91aad1, 'click', function() {infowindow.open(map,m_5df7ce37a131d48f562ac5871b91aad1);});$marker.push(m_5df7ce37a131d48f562ac5871b91aad1);}});}google.maps.event.addDomListener(window, 'load', initialize);