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.0036,-118.291)};var g_cad43aecb98d19568e9c3caec30b5309 = new google.maps.Geocoder();g_cad43aecb98d19568e9c3caec30b5309.geocode( { 'address': "4400 S Vermont Ave, Los Angeles, CA 90037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-loans-r-us-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-loans-r-us-pawn-shop'), mapOptions);}document.getElementById('f623c651').innerHTML += ' | View Map';var $lcad43aecb98d19568e9c3caec30b5309 = '

Loans R' Us Pawn Shop

Address: 4400 S Vermont Ave, Los Angeles, CA 90037, USA
Phone: (323) 234-1481
';var m_cad43aecb98d19568e9c3caec30b5309 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loans R' Us Pawn Shop',});m_cad43aecb98d19568e9c3caec30b5309['infowindow'] = new google.maps.InfoWindow({content: $lcad43aecb98d19568e9c3caec30b5309});var infowindow = new google.maps.InfoWindow({content: $lcad43aecb98d19568e9c3caec30b5309});google.maps.event.addListener(m_cad43aecb98d19568e9c3caec30b5309, 'click', function() {infowindow.open(map,m_cad43aecb98d19568e9c3caec30b5309);});$marker.push(m_cad43aecb98d19568e9c3caec30b5309);}});}google.maps.event.addDomListener(window, 'load', initialize);