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.7717,-121.872)};var g_f07e586f3c6374d59bf34b9793271c82 = new google.maps.Geocoder();g_f07e586f3c6374d59bf34b9793271c82.geocode( { 'address': "70 Declaration Dr #102, Chico, CA 95973, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chico-CA-chico-auto-finance').style.display = '';map = new google.maps.Map(document.getElementById('chico-CA-chico-auto-finance'), mapOptions);}document.getElementById('bf7c6b79').innerHTML += ' | View Map';var $lf07e586f3c6374d59bf34b9793271c82 = '

Chico Auto Finance

Address: 70 Declaration Dr #102, Chico, CA 95973, USA
Phone: (530) 895-8321
';var m_f07e586f3c6374d59bf34b9793271c82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chico Auto Finance',});m_f07e586f3c6374d59bf34b9793271c82['infowindow'] = new google.maps.InfoWindow({content: $lf07e586f3c6374d59bf34b9793271c82});var infowindow = new google.maps.InfoWindow({content: $lf07e586f3c6374d59bf34b9793271c82});google.maps.event.addListener(m_f07e586f3c6374d59bf34b9793271c82, 'click', function() {infowindow.open(map,m_f07e586f3c6374d59bf34b9793271c82);});$marker.push(m_f07e586f3c6374d59bf34b9793271c82);}});}google.maps.event.addDomListener(window, 'load', initialize);