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.0692,-118.298)};var g_c3332aad4a61cfee55ed0c73977cfc04 = new google.maps.Geocoder();g_c3332aad4a61cfee55ed0c73977cfc04.geocode( { 'address': "3801 W 3rd St, Los Angeles, CA 90020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-la-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-la-pawn-shop'), mapOptions);}document.getElementById('3ef28c15').innerHTML += ' | View Map';var $lc3332aad4a61cfee55ed0c73977cfc04 = '

LA Pawn Shop

Address: 3801 W 3rd St, Los Angeles, CA 90020, USA
Phone: (213) 383-0200
';var m_c3332aad4a61cfee55ed0c73977cfc04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LA Pawn Shop',});m_c3332aad4a61cfee55ed0c73977cfc04['infowindow'] = new google.maps.InfoWindow({content: $lc3332aad4a61cfee55ed0c73977cfc04});var infowindow = new google.maps.InfoWindow({content: $lc3332aad4a61cfee55ed0c73977cfc04});google.maps.event.addListener(m_c3332aad4a61cfee55ed0c73977cfc04, 'click', function() {infowindow.open(map,m_c3332aad4a61cfee55ed0c73977cfc04);});$marker.push(m_c3332aad4a61cfee55ed0c73977cfc04);}});}google.maps.event.addDomListener(window, 'load', initialize);