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.7526,-97.3412)};var g_bbd318427404a9653b8760a576a50c26 = new google.maps.Geocoder();g_bbd318427404a9653b8760a576a50c26.geocode( { 'address': "101 Summit Ave Suite 1000, Fort Worth, TX 76102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-team-segelquist-at-sente-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-team-segelquist-at-sente-mortgage'), mapOptions);}document.getElementById('dbf19458').innerHTML += ' | View Map';var $lbbd318427404a9653b8760a576a50c26 = '

Team Segelquist at Sente Mortgage

Address: 101 Summit Ave Suite 1000, Fort Worth, TX 76102, USA
Phone: (817) 769-6177
';var m_bbd318427404a9653b8760a576a50c26 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Team Segelquist at Sente Mortgage',});m_bbd318427404a9653b8760a576a50c26['infowindow'] = new google.maps.InfoWindow({content: $lbbd318427404a9653b8760a576a50c26});var infowindow = new google.maps.InfoWindow({content: $lbbd318427404a9653b8760a576a50c26});google.maps.event.addListener(m_bbd318427404a9653b8760a576a50c26, 'click', function() {infowindow.open(map,m_bbd318427404a9653b8760a576a50c26);});$marker.push(m_bbd318427404a9653b8760a576a50c26);}});}google.maps.event.addDomListener(window, 'load', initialize);