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(30.3487,-97.5618)};var g_8618a60e1c145ef9b4c74d940f46ed6b = new google.maps.Geocoder();g_8618a60e1c145ef9b4c74d940f46ed6b.geocode( { 'address': "10804 US Hwy 290 E, Manor, TX 78653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manor-TX-loanstar-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('manor-TX-loanstar-title-loans'), mapOptions);}document.getElementById('ddfe5802').innerHTML += ' | View Map';var $l8618a60e1c145ef9b4c74d940f46ed6b = '

Loanstar Title Loans

Address: 10804 US Hwy 290 E, Manor, TX 78653, USA
Phone: (512) 272-4336
';var m_8618a60e1c145ef9b4c74d940f46ed6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanstar Title Loans',});m_8618a60e1c145ef9b4c74d940f46ed6b['infowindow'] = new google.maps.InfoWindow({content: $l8618a60e1c145ef9b4c74d940f46ed6b});var infowindow = new google.maps.InfoWindow({content: $l8618a60e1c145ef9b4c74d940f46ed6b});google.maps.event.addListener(m_8618a60e1c145ef9b4c74d940f46ed6b, 'click', function() {infowindow.open(map,m_8618a60e1c145ef9b4c74d940f46ed6b);});$marker.push(m_8618a60e1c145ef9b4c74d940f46ed6b);}});}google.maps.event.addDomListener(window, 'load', initialize);