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(27.761,-98.0507)};var g_51ac44a07a22f44b4ae0895fdcf9e317 = new google.maps.Geocoder();g_51ac44a07a22f44b4ae0895fdcf9e317.geocode( { 'address': "1819 E Main St, Alice, TX 78332, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alice-TX-loanstar-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('alice-TX-loanstar-title-loans'), mapOptions);}document.getElementById('1063e020').innerHTML += ' | View Map';var $l51ac44a07a22f44b4ae0895fdcf9e317 = '

Loanstar Title Loans

Address: 1819 E Main St, Alice, TX 78332, USA
Phone: (361) 668-9500
';var m_51ac44a07a22f44b4ae0895fdcf9e317 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanstar Title Loans',});m_51ac44a07a22f44b4ae0895fdcf9e317['infowindow'] = new google.maps.InfoWindow({content: $l51ac44a07a22f44b4ae0895fdcf9e317});var infowindow = new google.maps.InfoWindow({content: $l51ac44a07a22f44b4ae0895fdcf9e317});google.maps.event.addListener(m_51ac44a07a22f44b4ae0895fdcf9e317, 'click', function() {infowindow.open(map,m_51ac44a07a22f44b4ae0895fdcf9e317);});$marker.push(m_51ac44a07a22f44b4ae0895fdcf9e317);}});}google.maps.event.addDomListener(window, 'load', initialize);