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.4625,-122.234)};var g_537959887962e1bb18794965ad9f73dc = new google.maps.Geocoder();g_537959887962e1bb18794965ad9f73dc.geocode( { 'address': "675 Jefferson Ave, Redwood City, CA 94063"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redwood-city-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('redwood-city-CA-union-bank'), mapOptions);}document.getElementById('5cfb1172').innerHTML += ' | View Map';var $l537959887962e1bb18794965ad9f73dc = '

Union Bank

Address: 675 Jefferson Ave, Redwood City, CA 94063
Phone: (650) 365-1810
';var m_537959887962e1bb18794965ad9f73dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_537959887962e1bb18794965ad9f73dc['infowindow'] = new google.maps.InfoWindow({content: $l537959887962e1bb18794965ad9f73dc});var infowindow = new google.maps.InfoWindow({content: $l537959887962e1bb18794965ad9f73dc});google.maps.event.addListener(m_537959887962e1bb18794965ad9f73dc, 'click', function() {infowindow.open(map,m_537959887962e1bb18794965ad9f73dc);});$marker.push(m_537959887962e1bb18794965ad9f73dc);}});}google.maps.event.addDomListener(window, 'load', initialize);