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.843,-122.126)};var g_c0db17c6772e2a26cb133ad3ba389cce = new google.maps.Geocoder();g_c0db17c6772e2a26cb133ad3ba389cce.geocode( { 'address': "1100 Moraga Way, Moraga, CA 94556"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moraga-CA-community-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('moraga-CA-community-west-bank'), mapOptions);}document.getElementById('0ef34a8c').innerHTML += ' | View Map';var $lc0db17c6772e2a26cb133ad3ba389cce = '

Community West Bank

Address: 1100 Moraga Way, Moraga, CA 94556
Phone: (925) 247-0890
';var m_c0db17c6772e2a26cb133ad3ba389cce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community West Bank',});m_c0db17c6772e2a26cb133ad3ba389cce['infowindow'] = new google.maps.InfoWindow({content: $lc0db17c6772e2a26cb133ad3ba389cce});var infowindow = new google.maps.InfoWindow({content: $lc0db17c6772e2a26cb133ad3ba389cce});google.maps.event.addListener(m_c0db17c6772e2a26cb133ad3ba389cce, 'click', function() {infowindow.open(map,m_c0db17c6772e2a26cb133ad3ba389cce);});$marker.push(m_c0db17c6772e2a26cb133ad3ba389cce);}});}google.maps.event.addDomListener(window, 'load', initialize);