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(37.9742,-122.509)};var g_e6a2c4d36d6a52cadca1dfeca545afb0 = new google.maps.Geocoder();g_e6a2c4d36d6a52cadca1dfeca545afb0.geocode( { 'address': "1248 5th Ave, San Rafael, CA 94901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-rafael-CA-business-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('san-rafael-CA-business-bank-of-california'), mapOptions);}document.getElementById('b9cc5a7b').innerHTML += ' | View Map';var $le6a2c4d36d6a52cadca1dfeca545afb0 = '

Business Bank Of California

Address: 1248 5th Ave, San Rafael, CA 94901
Phone: (415) 459-2265
';var m_e6a2c4d36d6a52cadca1dfeca545afb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Business Bank Of California',});m_e6a2c4d36d6a52cadca1dfeca545afb0['infowindow'] = new google.maps.InfoWindow({content: $le6a2c4d36d6a52cadca1dfeca545afb0});var infowindow = new google.maps.InfoWindow({content: $le6a2c4d36d6a52cadca1dfeca545afb0});google.maps.event.addListener(m_e6a2c4d36d6a52cadca1dfeca545afb0, 'click', function() {infowindow.open(map,m_e6a2c4d36d6a52cadca1dfeca545afb0);});$marker.push(m_e6a2c4d36d6a52cadca1dfeca545afb0);}});}google.maps.event.addDomListener(window, 'load', initialize);