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_c91b95cae675d1368cf88f9a3da58e01 = new google.maps.Geocoder();g_c91b95cae675d1368cf88f9a3da58e01.geocode( { 'address': "1099 4th St, San Rafael, CA 94901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-rafael-CA-first-republic-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-rafael-CA-first-republic-bank'), mapOptions);}document.getElementById('28bc855c').innerHTML += ' | View Map';var $lc91b95cae675d1368cf88f9a3da58e01 = '

First Republic Bank

Address: 1099 4th St, San Rafael, CA 94901
Phone: (415) 485-3888
';var m_c91b95cae675d1368cf88f9a3da58e01 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Republic Bank',});m_c91b95cae675d1368cf88f9a3da58e01['infowindow'] = new google.maps.InfoWindow({content: $lc91b95cae675d1368cf88f9a3da58e01});var infowindow = new google.maps.InfoWindow({content: $lc91b95cae675d1368cf88f9a3da58e01});google.maps.event.addListener(m_c91b95cae675d1368cf88f9a3da58e01, 'click', function() {infowindow.open(map,m_c91b95cae675d1368cf88f9a3da58e01);});$marker.push(m_c91b95cae675d1368cf88f9a3da58e01);}});}google.maps.event.addDomListener(window, 'load', initialize);