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.3852,-121.897)};var g_75194bcd73e801e52d3937040b1067c8 = new google.maps.Geocoder();g_75194bcd73e801e52d3937040b1067c8.geocode( { 'address': "2001 Gateway Pl, San Jose, CA 95110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-far-east-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-far-east-national-bank'), mapOptions);}document.getElementById('2ac41336').innerHTML += ' | View Map';var $l75194bcd73e801e52d3937040b1067c8 = '

Far East National Bank

Address: 2001 Gateway Pl, San Jose, CA 95110
Phone: (408) 487-0320
';var m_75194bcd73e801e52d3937040b1067c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Far East National Bank',});m_75194bcd73e801e52d3937040b1067c8['infowindow'] = new google.maps.InfoWindow({content: $l75194bcd73e801e52d3937040b1067c8});var infowindow = new google.maps.InfoWindow({content: $l75194bcd73e801e52d3937040b1067c8});google.maps.event.addListener(m_75194bcd73e801e52d3937040b1067c8, 'click', function() {infowindow.open(map,m_75194bcd73e801e52d3937040b1067c8);});$marker.push(m_75194bcd73e801e52d3937040b1067c8);}});}google.maps.event.addDomListener(window, 'load', initialize);