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.9734,-122.528)};var g_35ea11a9710c82543a7c731364d7c60e = new google.maps.Geocoder();g_35ea11a9710c82543a7c731364d7c60e.geocode( { 'address': "1000 4th St, San Rafael, CA 94901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-rafael-CA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('san-rafael-CA-bank-of-america-financial-center'), mapOptions);}document.getElementById('5280773a').innerHTML += ' | View Map';var $l35ea11a9710c82543a7c731364d7c60e = '

Bank of America Financial Center

Address: 1000 4th St, San Rafael, CA 94901, USA
Phone: (415) 451-2770
';var m_35ea11a9710c82543a7c731364d7c60e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_35ea11a9710c82543a7c731364d7c60e['infowindow'] = new google.maps.InfoWindow({content: $l35ea11a9710c82543a7c731364d7c60e});var infowindow = new google.maps.InfoWindow({content: $l35ea11a9710c82543a7c731364d7c60e});google.maps.event.addListener(m_35ea11a9710c82543a7c731364d7c60e, 'click', function() {infowindow.open(map,m_35ea11a9710c82543a7c731364d7c60e);});$marker.push(m_35ea11a9710c82543a7c731364d7c60e);}});}google.maps.event.addDomListener(window, 'load', initialize);