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.7325,-97.3625)};var g_d257856b89c26423cc8cdea681decfaf = new google.maps.Geocoder();g_d257856b89c26423cc8cdea681decfaf.geocode( { 'address': "1300 S University Dr #110, Fort Worth, TX 76107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-legacy-mutual-mortgage-formerly-paramount-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-legacy-mutual-mortgage-formerly-paramount-mortgage'), mapOptions);}document.getElementById('c666addb').innerHTML += ' | View Map';var $ld257856b89c26423cc8cdea681decfaf = '

Legacy Mutual Mortgage (formerly Paramount Mortgage)

Address: 1300 S University Dr #110, Fort Worth, TX 76107, USA
Phone: (817) 870-2777
';var m_d257856b89c26423cc8cdea681decfaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legacy Mutual Mortgage (formerly Paramount Mortgage)',});m_d257856b89c26423cc8cdea681decfaf['infowindow'] = new google.maps.InfoWindow({content: $ld257856b89c26423cc8cdea681decfaf});var infowindow = new google.maps.InfoWindow({content: $ld257856b89c26423cc8cdea681decfaf});google.maps.event.addListener(m_d257856b89c26423cc8cdea681decfaf, 'click', function() {infowindow.open(map,m_d257856b89c26423cc8cdea681decfaf);});$marker.push(m_d257856b89c26423cc8cdea681decfaf);}});}google.maps.event.addDomListener(window, 'load', initialize);