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.7107,-97.3857)};var g_bcc9a040a3d492e7c82d5662fe3a3db6 = new google.maps.Geocoder();g_bcc9a040a3d492e7c82d5662fe3a3db6.geocode( { 'address': "2813 S Hulen St #275, Fort Worth, TX 76109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-ssbt-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-ssbt-mortgage-group'), mapOptions);}document.getElementById('ee39153e').innerHTML += ' | View Map';var $lbcc9a040a3d492e7c82d5662fe3a3db6 = '

SSBT Mortgage Group

Address: 2813 S Hulen St #275, Fort Worth, TX 76109, USA
Phone: (817) 953-3220
';var m_bcc9a040a3d492e7c82d5662fe3a3db6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SSBT Mortgage Group',});m_bcc9a040a3d492e7c82d5662fe3a3db6['infowindow'] = new google.maps.InfoWindow({content: $lbcc9a040a3d492e7c82d5662fe3a3db6});var infowindow = new google.maps.InfoWindow({content: $lbcc9a040a3d492e7c82d5662fe3a3db6});google.maps.event.addListener(m_bcc9a040a3d492e7c82d5662fe3a3db6, 'click', function() {infowindow.open(map,m_bcc9a040a3d492e7c82d5662fe3a3db6);});$marker.push(m_bcc9a040a3d492e7c82d5662fe3a3db6);}});}google.maps.event.addDomListener(window, 'load', initialize);