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.7322,-121.226)};var g_ecd122037c0fd785861279d853231ccc = new google.maps.Geocoder();g_ecd122037c0fd785861279d853231ccc.geocode( { 'address': "2250 Douglas Blvd, STE 100, Roseville, CA 95661"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseville-CA-community-1st-bank').style.display = '';map = new google.maps.Map(document.getElementById('roseville-CA-community-1st-bank'), mapOptions);}document.getElementById('fd812a4b').innerHTML += ' | View Map';var $lecd122037c0fd785861279d853231ccc = '

Community 1st Bank

Address: 2250 Douglas Blvd, STE 100, Roseville, CA 95661
Phone: (916) 724-2424
';var m_ecd122037c0fd785861279d853231ccc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community 1st Bank',});m_ecd122037c0fd785861279d853231ccc['infowindow'] = new google.maps.InfoWindow({content: $lecd122037c0fd785861279d853231ccc});var infowindow = new google.maps.InfoWindow({content: $lecd122037c0fd785861279d853231ccc});google.maps.event.addListener(m_ecd122037c0fd785861279d853231ccc, 'click', function() {infowindow.open(map,m_ecd122037c0fd785861279d853231ccc);});$marker.push(m_ecd122037c0fd785861279d853231ccc);}});}google.maps.event.addDomListener(window, 'load', initialize);