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.2062,-118.397)};var g_cb2363f42ebd481f5b01d11a3c574536 = new google.maps.Geocoder();g_cb2363f42ebd481f5b01d11a3c574536.geocode( { 'address': "7443 Laurel Canyon Blvd, North Hollywood, CA 91605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-house-of-pawn').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-house-of-pawn'), mapOptions);}document.getElementById('3811b782').innerHTML += ' | View Map';var $lcb2363f42ebd481f5b01d11a3c574536 = '

House Of Pawn

Address: 7443 Laurel Canyon Blvd, North Hollywood, CA 91605, USA
Phone: (818) 255-2225
';var m_cb2363f42ebd481f5b01d11a3c574536 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'House Of Pawn',});m_cb2363f42ebd481f5b01d11a3c574536['infowindow'] = new google.maps.InfoWindow({content: $lcb2363f42ebd481f5b01d11a3c574536});var infowindow = new google.maps.InfoWindow({content: $lcb2363f42ebd481f5b01d11a3c574536});google.maps.event.addListener(m_cb2363f42ebd481f5b01d11a3c574536, 'click', function() {infowindow.open(map,m_cb2363f42ebd481f5b01d11a3c574536);});$marker.push(m_cb2363f42ebd481f5b01d11a3c574536);}});}google.maps.event.addDomListener(window, 'load', initialize);