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(34.1563,-118.82)};var g_ae56d2a9a2f304ea950d052938966137 = new google.maps.Geocoder();g_ae56d2a9a2f304ea950d052938966137.geocode( { 'address': "1 Baxter Way, Westlake Village, CA 91362, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westlake-village-CA-bcu').style.display = '';map = new google.maps.Map(document.getElementById('westlake-village-CA-bcu'), mapOptions);}document.getElementById('b8869475').innerHTML += ' | View Map';var $lae56d2a9a2f304ea950d052938966137 = '

BCU

Address: 1 Baxter Way, Westlake Village, CA 91362, USA
Phone: (800) 388-7000
';var m_ae56d2a9a2f304ea950d052938966137 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BCU',});m_ae56d2a9a2f304ea950d052938966137['infowindow'] = new google.maps.InfoWindow({content: $lae56d2a9a2f304ea950d052938966137});var infowindow = new google.maps.InfoWindow({content: $lae56d2a9a2f304ea950d052938966137});google.maps.event.addListener(m_ae56d2a9a2f304ea950d052938966137, 'click', function() {infowindow.open(map,m_ae56d2a9a2f304ea950d052938966137);});$marker.push(m_ae56d2a9a2f304ea950d052938966137);}});}google.maps.event.addDomListener(window, 'load', initialize);