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.2207,-119.04)};var g_519cfc269f217b222628909302eb6f84 = new google.maps.Geocoder();g_519cfc269f217b222628909302eb6f84.geocode( { 'address': "361 Arneill Rd, Camarillo, CA 93010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camarillo-CA-lucky-pawn').style.display = '';map = new google.maps.Map(document.getElementById('camarillo-CA-lucky-pawn'), mapOptions);}document.getElementById('c3eb9c02').innerHTML += ' | View Map';var $l519cfc269f217b222628909302eb6f84 = '

Lucky Pawn

Address: 361 Arneill Rd, Camarillo, CA 93010, USA
Phone: (805) 482-3666
';var m_519cfc269f217b222628909302eb6f84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lucky Pawn',});m_519cfc269f217b222628909302eb6f84['infowindow'] = new google.maps.InfoWindow({content: $l519cfc269f217b222628909302eb6f84});var infowindow = new google.maps.InfoWindow({content: $l519cfc269f217b222628909302eb6f84});google.maps.event.addListener(m_519cfc269f217b222628909302eb6f84, 'click', function() {infowindow.open(map,m_519cfc269f217b222628909302eb6f84);});$marker.push(m_519cfc269f217b222628909302eb6f84);}});}google.maps.event.addDomListener(window, 'load', initialize);