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.7771,-122.417)};var g_c7240b2a06cd53773903cf042d5b7a42 = new google.maps.Geocoder();g_c7240b2a06cd53773903cf042d5b7a42.geocode( { 'address': "1122 Taraval St, San Francisco, CA 94116"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-sterling-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-sterling-bank-and-trust'), mapOptions);}document.getElementById('89032190').innerHTML += ' | View Map';var $lc7240b2a06cd53773903cf042d5b7a42 = '

Sterling Bank And Trust

Address: 1122 Taraval St, San Francisco, CA 94116
Phone: (415) 664-7920
';var m_c7240b2a06cd53773903cf042d5b7a42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling Bank And Trust',});m_c7240b2a06cd53773903cf042d5b7a42['infowindow'] = new google.maps.InfoWindow({content: $lc7240b2a06cd53773903cf042d5b7a42});var infowindow = new google.maps.InfoWindow({content: $lc7240b2a06cd53773903cf042d5b7a42});google.maps.event.addListener(m_c7240b2a06cd53773903cf042d5b7a42, 'click', function() {infowindow.open(map,m_c7240b2a06cd53773903cf042d5b7a42);});$marker.push(m_c7240b2a06cd53773903cf042d5b7a42);}});}google.maps.event.addDomListener(window, 'load', initialize);