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(33.8134,-118.298)};var g_18491156799c51080e55a1cc72ac93fd = new google.maps.Geocoder();g_18491156799c51080e55a1cc72ac93fd.geocode( { 'address': "1253 Sepulveda Blvd, Torrance, CA 90502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('torrance-CA-pawnzone-express').style.display = '';map = new google.maps.Map(document.getElementById('torrance-CA-pawnzone-express'), mapOptions);}document.getElementById('7215e871').innerHTML += ' | View Map';var $l18491156799c51080e55a1cc72ac93fd = '

PawnZone Express

Address: 1253 Sepulveda Blvd, Torrance, CA 90502, USA
Phone: (310) 326-7296
';var m_18491156799c51080e55a1cc72ac93fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PawnZone Express',});m_18491156799c51080e55a1cc72ac93fd['infowindow'] = new google.maps.InfoWindow({content: $l18491156799c51080e55a1cc72ac93fd});var infowindow = new google.maps.InfoWindow({content: $l18491156799c51080e55a1cc72ac93fd});google.maps.event.addListener(m_18491156799c51080e55a1cc72ac93fd, 'click', function() {infowindow.open(map,m_18491156799c51080e55a1cc72ac93fd);});$marker.push(m_18491156799c51080e55a1cc72ac93fd);}});}google.maps.event.addDomListener(window, 'load', initialize);