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.7429,-96.8256)};var g_80b88f884695e0bb1e9cda1e5d22e0f3 = new google.maps.Geocoder();g_80b88f884695e0bb1e9cda1e5d22e0f3.geocode( { 'address': "220 W Jefferson Blvd, Dallas, TX 75208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-lone-star-loans-and-tax-service').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-lone-star-loans-and-tax-service'), mapOptions);}document.getElementById('c1a3b4f1').innerHTML += ' | View Map';var $l80b88f884695e0bb1e9cda1e5d22e0f3 = '

Lone Star Loans and Tax Service

Address: 220 W Jefferson Blvd, Dallas, TX 75208, USA
Phone: (214) 946-2304
';var m_80b88f884695e0bb1e9cda1e5d22e0f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lone Star Loans and Tax Service',});m_80b88f884695e0bb1e9cda1e5d22e0f3['infowindow'] = new google.maps.InfoWindow({content: $l80b88f884695e0bb1e9cda1e5d22e0f3});var infowindow = new google.maps.InfoWindow({content: $l80b88f884695e0bb1e9cda1e5d22e0f3});google.maps.event.addListener(m_80b88f884695e0bb1e9cda1e5d22e0f3, 'click', function() {infowindow.open(map,m_80b88f884695e0bb1e9cda1e5d22e0f3);});$marker.push(m_80b88f884695e0bb1e9cda1e5d22e0f3);}});}google.maps.event.addDomListener(window, 'load', initialize);