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.253,-118.295)};var g_6275d7071d005260ab9d0766d6df1145 = new google.maps.Geocoder();g_6275d7071d005260ab9d0766d6df1145.geocode( { 'address': "7404 Foothill Blvd, Tujunga, CA 91042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-century-realty--loans').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-century-realty--loans'), mapOptions);}document.getElementById('d44b619e').innerHTML += ' | View Map';var $l6275d7071d005260ab9d0766d6df1145 = '

Century Realty & Loans

Address: 7404 Foothill Blvd, Tujunga, CA 91042, USA
Phone: (818) 352-3200
';var m_6275d7071d005260ab9d0766d6df1145 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Realty & Loans',});m_6275d7071d005260ab9d0766d6df1145['infowindow'] = new google.maps.InfoWindow({content: $l6275d7071d005260ab9d0766d6df1145});var infowindow = new google.maps.InfoWindow({content: $l6275d7071d005260ab9d0766d6df1145});google.maps.event.addListener(m_6275d7071d005260ab9d0766d6df1145, 'click', function() {infowindow.open(map,m_6275d7071d005260ab9d0766d6df1145);});$marker.push(m_6275d7071d005260ab9d0766d6df1145);}});}google.maps.event.addDomListener(window, 'load', initialize);