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.3687,-122.034)};var g_f1023e112259d012af5549ce63febab1 = new google.maps.Geocoder();g_f1023e112259d012af5549ce63febab1.geocode( { 'address': "201 W El Camino Real, Sunnyvale, CA 94087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sunnyvale-CA-first-republic-bank').style.display = '';map = new google.maps.Map(document.getElementById('sunnyvale-CA-first-republic-bank'), mapOptions);}document.getElementById('096cc065').innerHTML += ' | View Map';var $lf1023e112259d012af5549ce63febab1 = '

First Republic Bank

Address: 201 W El Camino Real, Sunnyvale, CA 94087, USA
Phone: (408) 733-8881
';var m_f1023e112259d012af5549ce63febab1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Republic Bank',});m_f1023e112259d012af5549ce63febab1['infowindow'] = new google.maps.InfoWindow({content: $lf1023e112259d012af5549ce63febab1});var infowindow = new google.maps.InfoWindow({content: $lf1023e112259d012af5549ce63febab1});google.maps.event.addListener(m_f1023e112259d012af5549ce63febab1, 'click', function() {infowindow.open(map,m_f1023e112259d012af5549ce63febab1);});$marker.push(m_f1023e112259d012af5549ce63febab1);}});}google.maps.event.addDomListener(window, 'load', initialize);