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_76e2c7418c7293151dde68a770b6fc56 = new google.maps.Geocoder();g_76e2c7418c7293151dde68a770b6fc56.geocode( { 'address': "10 Almaden Blvd, San Jose, CA 95113"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-focus-business-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-focus-business-bank'), mapOptions);}document.getElementById('1cb7f40a').innerHTML += ' | View Map';var $l76e2c7418c7293151dde68a770b6fc56 = '

Focus Business Bank

Address: 10 Almaden Blvd, San Jose, CA 95113
Phone: (408) 288-5900
';var m_76e2c7418c7293151dde68a770b6fc56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Focus Business Bank',});m_76e2c7418c7293151dde68a770b6fc56['infowindow'] = new google.maps.InfoWindow({content: $l76e2c7418c7293151dde68a770b6fc56});var infowindow = new google.maps.InfoWindow({content: $l76e2c7418c7293151dde68a770b6fc56});google.maps.event.addListener(m_76e2c7418c7293151dde68a770b6fc56, 'click', function() {infowindow.open(map,m_76e2c7418c7293151dde68a770b6fc56);});$marker.push(m_76e2c7418c7293151dde68a770b6fc56);}});}google.maps.event.addDomListener(window, 'load', initialize);