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.7915,-121.848)};var g_751973642cd1d3b56fa7a37e71ffde50 = new google.maps.Geocoder();g_751973642cd1d3b56fa7a37e71ffde50.geocode( { 'address': "3435 Silverbell Rd, Chico, CA 95973"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chico-CA-production-credit-association').style.display = '';map = new google.maps.Map(document.getElementById('chico-CA-production-credit-association'), mapOptions);}document.getElementById('559f6577').innerHTML += ' | View Map';var $l751973642cd1d3b56fa7a37e71ffde50 = '

Production Credit Association

Address: 3435 Silverbell Rd, Chico, CA 95973
Phone: (530) 895-8698
';var m_751973642cd1d3b56fa7a37e71ffde50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Production Credit Association',});m_751973642cd1d3b56fa7a37e71ffde50['infowindow'] = new google.maps.InfoWindow({content: $l751973642cd1d3b56fa7a37e71ffde50});var infowindow = new google.maps.InfoWindow({content: $l751973642cd1d3b56fa7a37e71ffde50});google.maps.event.addListener(m_751973642cd1d3b56fa7a37e71ffde50, 'click', function() {infowindow.open(map,m_751973642cd1d3b56fa7a37e71ffde50);});$marker.push(m_751973642cd1d3b56fa7a37e71ffde50);}});}google.maps.event.addDomListener(window, 'load', initialize);