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.2015,-118.227)};var g_5418ba74e6e1b3cf2f4a209fe55c8cf1 = new google.maps.Geocoder();g_5418ba74e6e1b3cf2f4a209fe55c8cf1.geocode( { 'address': "3450 N Verdugo Rd, Glendale, CA 91208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendale-CA-vip-trust-deed-company').style.display = '';map = new google.maps.Map(document.getElementById('glendale-CA-vip-trust-deed-company'), mapOptions);}document.getElementById('a23fcea7').innerHTML += ' | View Map';var $l5418ba74e6e1b3cf2f4a209fe55c8cf1 = '

V.I.P. Trust Deed Company

Address: 3450 N Verdugo Rd, Glendale, CA 91208, USA
Phone: (818) 248-0000
';var m_5418ba74e6e1b3cf2f4a209fe55c8cf1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'V.I.P. Trust Deed Company',});m_5418ba74e6e1b3cf2f4a209fe55c8cf1['infowindow'] = new google.maps.InfoWindow({content: $l5418ba74e6e1b3cf2f4a209fe55c8cf1});var infowindow = new google.maps.InfoWindow({content: $l5418ba74e6e1b3cf2f4a209fe55c8cf1});google.maps.event.addListener(m_5418ba74e6e1b3cf2f4a209fe55c8cf1, 'click', function() {infowindow.open(map,m_5418ba74e6e1b3cf2f4a209fe55c8cf1);});$marker.push(m_5418ba74e6e1b3cf2f4a209fe55c8cf1);}});}google.maps.event.addDomListener(window, 'load', initialize);