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(38.5844,-121.494)};var g_a2667dd894062c9ca2a4602cb4718f52 = new google.maps.Geocoder();g_a2667dd894062c9ca2a4602cb4718f52.geocode( { 'address': "802 J St, Sacramento, CA 95814"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-community-banks-of-northern-california').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-community-banks-of-northern-california'), mapOptions);}document.getElementById('f630b6a2').innerHTML += ' | View Map';var $la2667dd894062c9ca2a4602cb4718f52 = '

Community Banks Of Northern California

Address: 802 J St, Sacramento, CA 95814
Phone: (916) 282-3300
';var m_a2667dd894062c9ca2a4602cb4718f52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Banks Of Northern California',});m_a2667dd894062c9ca2a4602cb4718f52['infowindow'] = new google.maps.InfoWindow({content: $la2667dd894062c9ca2a4602cb4718f52});var infowindow = new google.maps.InfoWindow({content: $la2667dd894062c9ca2a4602cb4718f52});google.maps.event.addListener(m_a2667dd894062c9ca2a4602cb4718f52, 'click', function() {infowindow.open(map,m_a2667dd894062c9ca2a4602cb4718f52);});$marker.push(m_a2667dd894062c9ca2a4602cb4718f52);}});}google.maps.event.addDomListener(window, 'load', initialize);