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.1579,-118.432)};var g_a547c70a95a926b0db5453f9da163215 = new google.maps.Geocoder();g_a547c70a95a926b0db5453f9da163215.geocode( { 'address': "13701 Riverside Dr # 304, Sherman Oaks, CA 91423, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-lantern-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-lantern-financial-corporation'), mapOptions);}document.getElementById('374e6127').innerHTML += ' | View Map';var $la547c70a95a926b0db5453f9da163215 = '

Lantern Financial Corporation

Address: 13701 Riverside Dr # 304, Sherman Oaks, CA 91423, USA
Phone: (818) 386-0101
';var m_a547c70a95a926b0db5453f9da163215 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lantern Financial Corporation',});m_a547c70a95a926b0db5453f9da163215['infowindow'] = new google.maps.InfoWindow({content: $la547c70a95a926b0db5453f9da163215});var infowindow = new google.maps.InfoWindow({content: $la547c70a95a926b0db5453f9da163215});google.maps.event.addListener(m_a547c70a95a926b0db5453f9da163215, 'click', function() {infowindow.open(map,m_a547c70a95a926b0db5453f9da163215);});$marker.push(m_a547c70a95a926b0db5453f9da163215);}});}google.maps.event.addDomListener(window, 'load', initialize);