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.152,-118.349)};var g_c870d17218706e94dc43a5a0db1104fb = new google.maps.Geocoder();g_c870d17218706e94dc43a5a0db1104fb.geocode( { 'address': "10000 Riverside Dr #1, Toluca Lake, CA 91602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-leo-loans').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-leo-loans'), mapOptions);}document.getElementById('17b78193').innerHTML += ' | View Map';var $lc870d17218706e94dc43a5a0db1104fb = '

Leo Loans

Address: 10000 Riverside Dr #1, Toluca Lake, CA 91602, USA
Phone: (818) 755-2808
';var m_c870d17218706e94dc43a5a0db1104fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Leo Loans',});m_c870d17218706e94dc43a5a0db1104fb['infowindow'] = new google.maps.InfoWindow({content: $lc870d17218706e94dc43a5a0db1104fb});var infowindow = new google.maps.InfoWindow({content: $lc870d17218706e94dc43a5a0db1104fb});google.maps.event.addListener(m_c870d17218706e94dc43a5a0db1104fb, 'click', function() {infowindow.open(map,m_c870d17218706e94dc43a5a0db1104fb);});$marker.push(m_c870d17218706e94dc43a5a0db1104fb);}});}google.maps.event.addDomListener(window, 'load', initialize);