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.7747,-121.871)};var g_9a8173893408143dc7250cd241c3f557 = new google.maps.Geocoder();g_9a8173893408143dc7250cd241c3f557.geocode( { 'address': "3435 Silverbell Rd, Chico, CA 95973, USA"}, 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('9d98e271').innerHTML += ' | View Map';var $l9a8173893408143dc7250cd241c3f557 = '

Production Credit Association

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