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.8705,-122.073)};var g_1d07f2d72f92a5cf94e5f94488157551 = new google.maps.Geocoder();g_1d07f2d72f92a5cf94e5f94488157551.geocode( { 'address': "1646 N California Blvd, Walnut Creek, CA 94596"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walnut-creek-CA-luther-burbank-savings').style.display = '';map = new google.maps.Map(document.getElementById('walnut-creek-CA-luther-burbank-savings'), mapOptions);}document.getElementById('d0dfe8f1').innerHTML += ' | View Map';var $l1d07f2d72f92a5cf94e5f94488157551 = '

Luther Burbank Savings

Address: 1646 N California Blvd, Walnut Creek, CA 94596
Phone: (925) 627-2790
';var m_1d07f2d72f92a5cf94e5f94488157551 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Luther Burbank Savings',});m_1d07f2d72f92a5cf94e5f94488157551['infowindow'] = new google.maps.InfoWindow({content: $l1d07f2d72f92a5cf94e5f94488157551});var infowindow = new google.maps.InfoWindow({content: $l1d07f2d72f92a5cf94e5f94488157551});google.maps.event.addListener(m_1d07f2d72f92a5cf94e5f94488157551, 'click', function() {infowindow.open(map,m_1d07f2d72f92a5cf94e5f94488157551);});$marker.push(m_1d07f2d72f92a5cf94e5f94488157551);}});}google.maps.event.addDomListener(window, 'load', initialize);