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_e2f9247929b404b2fe98ba6f32301e3b = new google.maps.Geocoder();g_e2f9247929b404b2fe98ba6f32301e3b.geocode( { 'address': "675 N 1st St, San Jose, CA 95112"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-state-bank-of-india-california').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-state-bank-of-india-california'), mapOptions);}document.getElementById('ab8737e8').innerHTML += ' | View Map';var $le2f9247929b404b2fe98ba6f32301e3b = '

State Bank of India, California

Address: 675 N 1st St, San Jose, CA 95112
Phone: (408) 938-9240
';var m_e2f9247929b404b2fe98ba6f32301e3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of India, California',});m_e2f9247929b404b2fe98ba6f32301e3b['infowindow'] = new google.maps.InfoWindow({content: $le2f9247929b404b2fe98ba6f32301e3b});var infowindow = new google.maps.InfoWindow({content: $le2f9247929b404b2fe98ba6f32301e3b});google.maps.event.addListener(m_e2f9247929b404b2fe98ba6f32301e3b, 'click', function() {infowindow.open(map,m_e2f9247929b404b2fe98ba6f32301e3b);});$marker.push(m_e2f9247929b404b2fe98ba6f32301e3b);}});}google.maps.event.addDomListener(window, 'load', initialize);