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.794,-122.397)};var g_9ff802d571f2883c3d83ce5a7c38437d = new google.maps.Geocoder();g_9ff802d571f2883c3d83ce5a7c38437d.geocode( { 'address': "50 California St #2500, San Francisco, CA 94111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-homestreet-home-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-homestreet-home-loan-center'), mapOptions);}document.getElementById('3815073d').innerHTML += ' | View Map';var $l9ff802d571f2883c3d83ce5a7c38437d = '

HomeStreet Home Loan Center

Address: 50 California St #2500, San Francisco, CA 94111, USA
Phone: (415) 489-7703
';var m_9ff802d571f2883c3d83ce5a7c38437d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeStreet Home Loan Center',});m_9ff802d571f2883c3d83ce5a7c38437d['infowindow'] = new google.maps.InfoWindow({content: $l9ff802d571f2883c3d83ce5a7c38437d});var infowindow = new google.maps.InfoWindow({content: $l9ff802d571f2883c3d83ce5a7c38437d});google.maps.event.addListener(m_9ff802d571f2883c3d83ce5a7c38437d, 'click', function() {infowindow.open(map,m_9ff802d571f2883c3d83ce5a7c38437d);});$marker.push(m_9ff802d571f2883c3d83ce5a7c38437d);}});}google.maps.event.addDomListener(window, 'load', initialize);