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.8277,-96.7825)};var g_721cabf17ecdcf8cf90ac51b1676bc54 = new google.maps.Geocoder();g_721cabf17ecdcf8cf90ac51b1676bc54.geocode( { 'address': "3235 Homer St, Dallas, TX 75206, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-tatom-lending-llc').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-tatom-lending-llc'), mapOptions);}document.getElementById('c42b3729').innerHTML += ' | View Map';var $l721cabf17ecdcf8cf90ac51b1676bc54 = '

Tatom Lending LLC

Address: 3235 Homer St, Dallas, TX 75206, USA
Phone: (214) 774-4764
';var m_721cabf17ecdcf8cf90ac51b1676bc54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tatom Lending LLC',});m_721cabf17ecdcf8cf90ac51b1676bc54['infowindow'] = new google.maps.InfoWindow({content: $l721cabf17ecdcf8cf90ac51b1676bc54});var infowindow = new google.maps.InfoWindow({content: $l721cabf17ecdcf8cf90ac51b1676bc54});google.maps.event.addListener(m_721cabf17ecdcf8cf90ac51b1676bc54, 'click', function() {infowindow.open(map,m_721cabf17ecdcf8cf90ac51b1676bc54);});$marker.push(m_721cabf17ecdcf8cf90ac51b1676bc54);}});}google.maps.event.addDomListener(window, 'load', initialize);