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.8069,-97.2651)};var g_ebce60fae6c31659288811e9ccf0b47c = new google.maps.Geocoder();g_ebce60fae6c31659288811e9ccf0b47c.geocode( { 'address': "3201 Denton Hwy, Haltom City, TX 76117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haltom-city-TX-loanstar-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('haltom-city-TX-loanstar-title-loans'), mapOptions);}document.getElementById('c6796cd7').innerHTML += ' | View Map';var $lebce60fae6c31659288811e9ccf0b47c = '

Loanstar Title Loans

Address: 3201 Denton Hwy, Haltom City, TX 76117, USA
Phone: (817) 759-0700
';var m_ebce60fae6c31659288811e9ccf0b47c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanstar Title Loans',});m_ebce60fae6c31659288811e9ccf0b47c['infowindow'] = new google.maps.InfoWindow({content: $lebce60fae6c31659288811e9ccf0b47c});var infowindow = new google.maps.InfoWindow({content: $lebce60fae6c31659288811e9ccf0b47c});google.maps.event.addListener(m_ebce60fae6c31659288811e9ccf0b47c, 'click', function() {infowindow.open(map,m_ebce60fae6c31659288811e9ccf0b47c);});$marker.push(m_ebce60fae6c31659288811e9ccf0b47c);}});}google.maps.event.addDomListener(window, 'load', initialize);