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.4568,-122.227)};var g_97b6f23839b99e2d3034647fdc715276 = new google.maps.Geocoder();g_97b6f23839b99e2d3034647fdc715276.geocode( { 'address': "1475 Woodside Rd, Redwood City, CA 94061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redwood-city-CA-us-bank-mark-emerson').style.display = '';map = new google.maps.Map(document.getElementById('redwood-city-CA-us-bank-mark-emerson'), mapOptions);}document.getElementById('6752698f').innerHTML += ' | View Map';var $l97b6f23839b99e2d3034647fdc715276 = '

U.S. Bank: Mark Emerson

Address: 1475 Woodside Rd, Redwood City, CA 94061, USA
Phone: (510) 393-3044
';var m_97b6f23839b99e2d3034647fdc715276 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Mark Emerson',});m_97b6f23839b99e2d3034647fdc715276['infowindow'] = new google.maps.InfoWindow({content: $l97b6f23839b99e2d3034647fdc715276});var infowindow = new google.maps.InfoWindow({content: $l97b6f23839b99e2d3034647fdc715276});google.maps.event.addListener(m_97b6f23839b99e2d3034647fdc715276, 'click', function() {infowindow.open(map,m_97b6f23839b99e2d3034647fdc715276);});$marker.push(m_97b6f23839b99e2d3034647fdc715276);}});}google.maps.event.addDomListener(window, 'load', initialize);