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.7567,-121.848)};var g_c2c330f1e756a6f2fe24070e2a1c4637 = new google.maps.Geocoder();g_c2c330f1e756a6f2fe24070e2a1c4637.geocode( { 'address': "2201 Pillsbury Rd # 192, Chico, CA 95926, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chico-CA-butte-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('chico-CA-butte-federal-credit-union'), mapOptions);}document.getElementById('b2f6c561').innerHTML += ' | View Map';var $lc2c330f1e756a6f2fe24070e2a1c4637 = '

Butte Federal Credit Union

Address: 2201 Pillsbury Rd # 192, Chico, CA 95926, USA
Phone: (530) 342-2955
';var m_c2c330f1e756a6f2fe24070e2a1c4637 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Butte Federal Credit Union',});m_c2c330f1e756a6f2fe24070e2a1c4637['infowindow'] = new google.maps.InfoWindow({content: $lc2c330f1e756a6f2fe24070e2a1c4637});var infowindow = new google.maps.InfoWindow({content: $lc2c330f1e756a6f2fe24070e2a1c4637});google.maps.event.addListener(m_c2c330f1e756a6f2fe24070e2a1c4637, 'click', function() {infowindow.open(map,m_c2c330f1e756a6f2fe24070e2a1c4637);});$marker.push(m_c2c330f1e756a6f2fe24070e2a1c4637);}});}google.maps.event.addDomListener(window, 'load', initialize);