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.1464,-118.776)};var g_3d8372246ee1dfe157d2d9adc2e07806 = new google.maps.Geocoder();g_3d8372246ee1dfe157d2d9adc2e07806.geocode( { 'address': "29903 Agoura Rd, Agoura Hills, CA 91301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('agoura-hills-CA-pennymac').style.display = '';map = new google.maps.Map(document.getElementById('agoura-hills-CA-pennymac'), mapOptions);}document.getElementById('97ef00ad').innerHTML += ' | View Map';var $l3d8372246ee1dfe157d2d9adc2e07806 = '

PennyMac

Address: 29903 Agoura Rd, Agoura Hills, CA 91301, USA
Phone: (866) 549-3583
';var m_3d8372246ee1dfe157d2d9adc2e07806 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PennyMac',});m_3d8372246ee1dfe157d2d9adc2e07806['infowindow'] = new google.maps.InfoWindow({content: $l3d8372246ee1dfe157d2d9adc2e07806});var infowindow = new google.maps.InfoWindow({content: $l3d8372246ee1dfe157d2d9adc2e07806});google.maps.event.addListener(m_3d8372246ee1dfe157d2d9adc2e07806, 'click', function() {infowindow.open(map,m_3d8372246ee1dfe157d2d9adc2e07806);});$marker.push(m_3d8372246ee1dfe157d2d9adc2e07806);}});}google.maps.event.addDomListener(window, 'load', initialize);