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.1452,-118.411)};var g_c8f36c31cc8f2b3dc47b51b53f962a86 = new google.maps.Geocoder();g_c8f36c31cc8f2b3dc47b51b53f962a86.geocode( { 'address': "12725 Ventura Blvd # B, Studio City, CA 91604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-logan-investments').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-logan-investments'), mapOptions);}document.getElementById('d28b26c7').innerHTML += ' | View Map';var $lc8f36c31cc8f2b3dc47b51b53f962a86 = '

Logan Investments

Address: 12725 Ventura Blvd # B, Studio City, CA 91604, USA
Phone: (818) 755-0880
';var m_c8f36c31cc8f2b3dc47b51b53f962a86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Logan Investments',});m_c8f36c31cc8f2b3dc47b51b53f962a86['infowindow'] = new google.maps.InfoWindow({content: $lc8f36c31cc8f2b3dc47b51b53f962a86});var infowindow = new google.maps.InfoWindow({content: $lc8f36c31cc8f2b3dc47b51b53f962a86});google.maps.event.addListener(m_c8f36c31cc8f2b3dc47b51b53f962a86, 'click', function() {infowindow.open(map,m_c8f36c31cc8f2b3dc47b51b53f962a86);});$marker.push(m_c8f36c31cc8f2b3dc47b51b53f962a86);}});}google.maps.event.addDomListener(window, 'load', initialize);