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.1478,-118.428)};var g_ef5c70b5b9fbc7778ef557256146cf8d = new google.maps.Geocoder();g_ef5c70b5b9fbc7778ef557256146cf8d.geocode( { 'address': "#C 313, 13535 Ventura Blvd, Sherman Oaks, CA 91423, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-loan-brook-inc').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-loan-brook-inc'), mapOptions);}document.getElementById('5bee7f4d').innerHTML += ' | View Map';var $lef5c70b5b9fbc7778ef557256146cf8d = '

Loan Brook, Inc.

Address: #C 313, 13535 Ventura Blvd, Sherman Oaks, CA 91423, USA
Phone: (818) 697-8220
';var m_ef5c70b5b9fbc7778ef557256146cf8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Brook, Inc.',});m_ef5c70b5b9fbc7778ef557256146cf8d['infowindow'] = new google.maps.InfoWindow({content: $lef5c70b5b9fbc7778ef557256146cf8d});var infowindow = new google.maps.InfoWindow({content: $lef5c70b5b9fbc7778ef557256146cf8d});google.maps.event.addListener(m_ef5c70b5b9fbc7778ef557256146cf8d, 'click', function() {infowindow.open(map,m_ef5c70b5b9fbc7778ef557256146cf8d);});$marker.push(m_ef5c70b5b9fbc7778ef557256146cf8d);}});}google.maps.event.addDomListener(window, 'load', initialize);