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.0043,-121.029)};var g_09c180f92cbf0a9427599a415783ad77 = new google.maps.Geocoder();g_09c180f92cbf0a9427599a415783ad77.geocode( { 'address': "17020 Placer Hills Rd, Meadow Vista, CA 95722"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meadow-vista-CA-community-1st-bank').style.display = '';map = new google.maps.Map(document.getElementById('meadow-vista-CA-community-1st-bank'), mapOptions);}document.getElementById('dce0ea6e').innerHTML += ' | View Map';var $l09c180f92cbf0a9427599a415783ad77 = '

Community 1st Bank

Address: 17020 Placer Hills Rd, Meadow Vista, CA 95722
Phone: (530) 878-1732
';var m_09c180f92cbf0a9427599a415783ad77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community 1st Bank',});m_09c180f92cbf0a9427599a415783ad77['infowindow'] = new google.maps.InfoWindow({content: $l09c180f92cbf0a9427599a415783ad77});var infowindow = new google.maps.InfoWindow({content: $l09c180f92cbf0a9427599a415783ad77});google.maps.event.addListener(m_09c180f92cbf0a9427599a415783ad77, 'click', function() {infowindow.open(map,m_09c180f92cbf0a9427599a415783ad77);});$marker.push(m_09c180f92cbf0a9427599a415783ad77);}});}google.maps.event.addDomListener(window, 'load', initialize);