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.1659,-118.625)};var g_d9f69d6ca121fc20a0c854b91483958c = new google.maps.Geocoder();g_d9f69d6ca121fc20a0c854b91483958c.geocode( { 'address': "22837 Ventura Blvd., Ste. 228, Woodland Hills, CA 91364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-bridgelock-capital').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-bridgelock-capital'), mapOptions);}document.getElementById('f3074d0a').innerHTML += ' | View Map';var $ld9f69d6ca121fc20a0c854b91483958c = '

Bridgelock Capital

Address: 22837 Ventura Blvd., Ste. 228, Woodland Hills, CA 91364, USA
Phone: (818) 206-0657
';var m_d9f69d6ca121fc20a0c854b91483958c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bridgelock Capital',});m_d9f69d6ca121fc20a0c854b91483958c['infowindow'] = new google.maps.InfoWindow({content: $ld9f69d6ca121fc20a0c854b91483958c});var infowindow = new google.maps.InfoWindow({content: $ld9f69d6ca121fc20a0c854b91483958c});google.maps.event.addListener(m_d9f69d6ca121fc20a0c854b91483958c, 'click', function() {infowindow.open(map,m_d9f69d6ca121fc20a0c854b91483958c);});$marker.push(m_d9f69d6ca121fc20a0c854b91483958c);}});}google.maps.event.addDomListener(window, 'load', initialize);