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(32.8208,-97.0457)};var g_533b878d8231617eeaad0b9543a206d1 = new google.maps.Geocoder();g_533b878d8231617eeaad0b9543a206d1.geocode( { 'address': "14800 Trinity Blvd, Fort Worth, TX 76155, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-pennymac').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-pennymac'), mapOptions);}document.getElementById('eee145a5').innerHTML += ' | View Map';var $l533b878d8231617eeaad0b9543a206d1 = '

PennyMac

Address: 14800 Trinity Blvd, Fort Worth, TX 76155, USA
Phone: (817) 494-0240
';var m_533b878d8231617eeaad0b9543a206d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PennyMac',});m_533b878d8231617eeaad0b9543a206d1['infowindow'] = new google.maps.InfoWindow({content: $l533b878d8231617eeaad0b9543a206d1});var infowindow = new google.maps.InfoWindow({content: $l533b878d8231617eeaad0b9543a206d1});google.maps.event.addListener(m_533b878d8231617eeaad0b9543a206d1, 'click', function() {infowindow.open(map,m_533b878d8231617eeaad0b9543a206d1);});$marker.push(m_533b878d8231617eeaad0b9543a206d1);}});}google.maps.event.addDomListener(window, 'load', initialize);