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.1864,-118.448)};var g_7dc75483c8b2ace7420712262f0b6303 = new google.maps.Geocoder();g_7dc75483c8b2ace7420712262f0b6303.geocode( { 'address': "6374 Van Nuys Blvd, Van Nuys, CA 91401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-van-nuys-pawnshop').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-van-nuys-pawnshop'), mapOptions);}document.getElementById('4de6f51d').innerHTML += ' | View Map';var $l7dc75483c8b2ace7420712262f0b6303 = '

Van Nuys Pawnshop

Address: 6374 Van Nuys Blvd, Van Nuys, CA 91401, USA
Phone: (818) 994-1586
';var m_7dc75483c8b2ace7420712262f0b6303 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Van Nuys Pawnshop',});m_7dc75483c8b2ace7420712262f0b6303['infowindow'] = new google.maps.InfoWindow({content: $l7dc75483c8b2ace7420712262f0b6303});var infowindow = new google.maps.InfoWindow({content: $l7dc75483c8b2ace7420712262f0b6303});google.maps.event.addListener(m_7dc75483c8b2ace7420712262f0b6303, 'click', function() {infowindow.open(map,m_7dc75483c8b2ace7420712262f0b6303);});$marker.push(m_7dc75483c8b2ace7420712262f0b6303);}});}google.maps.event.addDomListener(window, 'load', initialize);