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.4402,-122.712)};var g_f4338fc92260a4bb0e37a550ebd9067f = new google.maps.Geocoder();g_f4338fc92260a4bb0e37a550ebd9067f.geocode( { 'address': "640 3rd St, Santa Rosa, CA 95404, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-first-republic-bank').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-first-republic-bank'), mapOptions);}document.getElementById('824816d8').innerHTML += ' | View Map';var $lf4338fc92260a4bb0e37a550ebd9067f = '

First Republic Bank

Address: 640 3rd St, Santa Rosa, CA 95404, USA
Phone: (707) 544-8881
';var m_f4338fc92260a4bb0e37a550ebd9067f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Republic Bank',});m_f4338fc92260a4bb0e37a550ebd9067f['infowindow'] = new google.maps.InfoWindow({content: $lf4338fc92260a4bb0e37a550ebd9067f});var infowindow = new google.maps.InfoWindow({content: $lf4338fc92260a4bb0e37a550ebd9067f});google.maps.event.addListener(m_f4338fc92260a4bb0e37a550ebd9067f, 'click', function() {infowindow.open(map,m_f4338fc92260a4bb0e37a550ebd9067f);});$marker.push(m_f4338fc92260a4bb0e37a550ebd9067f);}});}google.maps.event.addDomListener(window, 'load', initialize);