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.7504,-121.251)};var g_4c1ceff36da8f99a220814e0513078ec = new google.maps.Geocoder();g_4c1ceff36da8f99a220814e0513078ec.geocode( { 'address': "1504 Eureka Rd # 100, Roseville, CA 95661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseville-CA-sacramento-bank-of-commerce').style.display = '';map = new google.maps.Map(document.getElementById('roseville-CA-sacramento-bank-of-commerce'), mapOptions);}document.getElementById('c0f69910').innerHTML += ' | View Map';var $l4c1ceff36da8f99a220814e0513078ec = '

Sacramento Bank of Commerce

Address: 1504 Eureka Rd # 100, Roseville, CA 95661, USA
Phone: (916) 772-0131
';var m_4c1ceff36da8f99a220814e0513078ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sacramento Bank of Commerce',});m_4c1ceff36da8f99a220814e0513078ec['infowindow'] = new google.maps.InfoWindow({content: $l4c1ceff36da8f99a220814e0513078ec});var infowindow = new google.maps.InfoWindow({content: $l4c1ceff36da8f99a220814e0513078ec});google.maps.event.addListener(m_4c1ceff36da8f99a220814e0513078ec, 'click', function() {infowindow.open(map,m_4c1ceff36da8f99a220814e0513078ec);});$marker.push(m_4c1ceff36da8f99a220814e0513078ec);}});}google.maps.event.addDomListener(window, 'load', initialize);