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.1663,-118.589)};var g_908737ae1ab134ea66bcf6608255d5ac = new google.maps.Geocoder();g_908737ae1ab134ea66bcf6608255d5ac.geocode( { 'address': "20930 Ventura Blvd, Woodland Hills, CA 91364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-woodland-hills-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-woodland-hills-pawn-shop'), mapOptions);}document.getElementById('5356c42a').innerHTML += ' | View Map';var $l908737ae1ab134ea66bcf6608255d5ac = '

Woodland Hills Pawn shop

Address: 20930 Ventura Blvd, Woodland Hills, CA 91364, USA
Phone: (818) 888-7296
';var m_908737ae1ab134ea66bcf6608255d5ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodland Hills Pawn shop',});m_908737ae1ab134ea66bcf6608255d5ac['infowindow'] = new google.maps.InfoWindow({content: $l908737ae1ab134ea66bcf6608255d5ac});var infowindow = new google.maps.InfoWindow({content: $l908737ae1ab134ea66bcf6608255d5ac});google.maps.event.addListener(m_908737ae1ab134ea66bcf6608255d5ac, 'click', function() {infowindow.open(map,m_908737ae1ab134ea66bcf6608255d5ac);});$marker.push(m_908737ae1ab134ea66bcf6608255d5ac);}});}google.maps.event.addDomListener(window, 'load', initialize);