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_169bacd67ef74e3b8ee3c4919fb57690 = new google.maps.Geocoder();g_169bacd67ef74e3b8ee3c4919fb57690.geocode( { 'address': "956 The Alameda, San Jose, CA 95112"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-luther-burbank-savings').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-luther-burbank-savings'), mapOptions);}document.getElementById('5a338334').innerHTML += ' | View Map';var $l169bacd67ef74e3b8ee3c4919fb57690 = '

Luther Burbank Savings

Address: 956 The Alameda, San Jose, CA 95112
Phone: (408) 550-8240
';var m_169bacd67ef74e3b8ee3c4919fb57690 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Luther Burbank Savings',});m_169bacd67ef74e3b8ee3c4919fb57690['infowindow'] = new google.maps.InfoWindow({content: $l169bacd67ef74e3b8ee3c4919fb57690});var infowindow = new google.maps.InfoWindow({content: $l169bacd67ef74e3b8ee3c4919fb57690});google.maps.event.addListener(m_169bacd67ef74e3b8ee3c4919fb57690, 'click', function() {infowindow.open(map,m_169bacd67ef74e3b8ee3c4919fb57690);});$marker.push(m_169bacd67ef74e3b8ee3c4919fb57690);}});}google.maps.event.addDomListener(window, 'load', initialize);