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(39.474,-121.577)};var g_d3f46ec96fc67292230597b162e8fa24 = new google.maps.Geocoder();g_d3f46ec96fc67292230597b162e8fa24.geocode( { 'address': "4514 Pacific Heights Rd, Oroville, CA 95965, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oroville-CA-auto--equipment-pawn').style.display = '';map = new google.maps.Map(document.getElementById('oroville-CA-auto--equipment-pawn'), mapOptions);}document.getElementById('f03b0835').innerHTML += ' | View Map';var $ld3f46ec96fc67292230597b162e8fa24 = '

Auto & Equipment Pawn

Address: 4514 Pacific Heights Rd, Oroville, CA 95965, USA
Phone: (530) 534-5626
';var m_d3f46ec96fc67292230597b162e8fa24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto & Equipment Pawn',});m_d3f46ec96fc67292230597b162e8fa24['infowindow'] = new google.maps.InfoWindow({content: $ld3f46ec96fc67292230597b162e8fa24});var infowindow = new google.maps.InfoWindow({content: $ld3f46ec96fc67292230597b162e8fa24});google.maps.event.addListener(m_d3f46ec96fc67292230597b162e8fa24, 'click', function() {infowindow.open(map,m_d3f46ec96fc67292230597b162e8fa24);});$marker.push(m_d3f46ec96fc67292230597b162e8fa24);}});}google.maps.event.addDomListener(window, 'load', initialize);