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(33.9733,-118.244)};var g_cc1546ca60422fcd8be2eb989d4e098b = new google.maps.Geocoder();g_cc1546ca60422fcd8be2eb989d4e098b.geocode( { 'address': "12301 Wilshire Blvd, Los Angeles, CA 90025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-opus-bank').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-opus-bank'), mapOptions);}document.getElementById('126c2745').innerHTML += ' | View Map';var $lcc1546ca60422fcd8be2eb989d4e098b = '

Opus Bank

Address: 12301 Wilshire Blvd, Los Angeles, CA 90025
Phone: (310) 481-4470
';var m_cc1546ca60422fcd8be2eb989d4e098b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Opus Bank',});m_cc1546ca60422fcd8be2eb989d4e098b['infowindow'] = new google.maps.InfoWindow({content: $lcc1546ca60422fcd8be2eb989d4e098b});var infowindow = new google.maps.InfoWindow({content: $lcc1546ca60422fcd8be2eb989d4e098b});google.maps.event.addListener(m_cc1546ca60422fcd8be2eb989d4e098b, 'click', function() {infowindow.open(map,m_cc1546ca60422fcd8be2eb989d4e098b);});$marker.push(m_cc1546ca60422fcd8be2eb989d4e098b);}});}google.maps.event.addDomListener(window, 'load', initialize);