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.752,-121.854)};var g_f05d50908a7f927f48f1a8d04902f488 = new google.maps.Geocoder();g_f05d50908a7f927f48f1a8d04902f488.geocode( { 'address': "190 Cohasset Rd # 170, Chico, CA 95926, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chico-CA-golden-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('chico-CA-golden-valley-bank'), mapOptions);}document.getElementById('88a58aab').innerHTML += ' | View Map';var $lf05d50908a7f927f48f1a8d04902f488 = '

Golden Valley Bank

Address: 190 Cohasset Rd # 170, Chico, CA 95926, USA
Phone: (530) 894-1000
';var m_f05d50908a7f927f48f1a8d04902f488 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden Valley Bank',});m_f05d50908a7f927f48f1a8d04902f488['infowindow'] = new google.maps.InfoWindow({content: $lf05d50908a7f927f48f1a8d04902f488});var infowindow = new google.maps.InfoWindow({content: $lf05d50908a7f927f48f1a8d04902f488});google.maps.event.addListener(m_f05d50908a7f927f48f1a8d04902f488, 'click', function() {infowindow.open(map,m_f05d50908a7f927f48f1a8d04902f488);});$marker.push(m_f05d50908a7f927f48f1a8d04902f488);}});}google.maps.event.addDomListener(window, 'load', initialize);