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.738,-97.3947)};var g_77663454f1563ed9488628cd63222ec5 = new google.maps.Geocoder();g_77663454f1563ed9488628cd63222ec5.geocode( { 'address': "4936 Collinwood Ave Ste. D, Fort Worth, TX 76107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-securitynational-mortgage-company---fort-worth').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-securitynational-mortgage-company---fort-worth'), mapOptions);}document.getElementById('b5171f5b').innerHTML += ' | View Map';var $l77663454f1563ed9488628cd63222ec5 = '

SecurityNational Mortgage Company - Fort Worth

Address: 4936 Collinwood Ave Ste. D, Fort Worth, TX 76107, USA
Phone: (817) 945-2551
';var m_77663454f1563ed9488628cd63222ec5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SecurityNational Mortgage Company - Fort Worth',});m_77663454f1563ed9488628cd63222ec5['infowindow'] = new google.maps.InfoWindow({content: $l77663454f1563ed9488628cd63222ec5});var infowindow = new google.maps.InfoWindow({content: $l77663454f1563ed9488628cd63222ec5});google.maps.event.addListener(m_77663454f1563ed9488628cd63222ec5, 'click', function() {infowindow.open(map,m_77663454f1563ed9488628cd63222ec5);});$marker.push(m_77663454f1563ed9488628cd63222ec5);}});}google.maps.event.addDomListener(window, 'load', initialize);