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.7206,-121.801)};var g_21c055ec4c91f22e7ea11bb33ff63104 = new google.maps.Geocoder();g_21c055ec4c91f22e7ea11bb33ff63104.geocode( { 'address': "2056 Talbert Dr, Chico, CA 95928, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chico-CA-golden-apple-insurance--financial').style.display = '';map = new google.maps.Map(document.getElementById('chico-CA-golden-apple-insurance--financial'), mapOptions);}document.getElementById('28a9f001').innerHTML += ' | View Map';var $l21c055ec4c91f22e7ea11bb33ff63104 = '

Golden Apple Insurance & Financial

Address: 2056 Talbert Dr, Chico, CA 95928, USA
Phone: (530) 892-8842
';var m_21c055ec4c91f22e7ea11bb33ff63104 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden Apple Insurance & Financial',});m_21c055ec4c91f22e7ea11bb33ff63104['infowindow'] = new google.maps.InfoWindow({content: $l21c055ec4c91f22e7ea11bb33ff63104});var infowindow = new google.maps.InfoWindow({content: $l21c055ec4c91f22e7ea11bb33ff63104});google.maps.event.addListener(m_21c055ec4c91f22e7ea11bb33ff63104, 'click', function() {infowindow.open(map,m_21c055ec4c91f22e7ea11bb33ff63104);});$marker.push(m_21c055ec4c91f22e7ea11bb33ff63104);}});}google.maps.event.addDomListener(window, 'load', initialize);