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(29.2108,-99.7872)};var g_6934456f54af5ab56c6f347c6427afeb = new google.maps.Geocoder();g_6934456f54af5ab56c6f347c6427afeb.geocode( { 'address': "111 W Nopal St, Uvalde, TX 78801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uvalde-TX-star-loans').style.display = '';map = new google.maps.Map(document.getElementById('uvalde-TX-star-loans'), mapOptions);}document.getElementById('65f8a81c').innerHTML += ' | View Map';var $l6934456f54af5ab56c6f347c6427afeb = '

Star Loans

Address: 111 W Nopal St, Uvalde, TX 78801, USA
Phone: (830) 278-1655
';var m_6934456f54af5ab56c6f347c6427afeb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star Loans',});m_6934456f54af5ab56c6f347c6427afeb['infowindow'] = new google.maps.InfoWindow({content: $l6934456f54af5ab56c6f347c6427afeb});var infowindow = new google.maps.InfoWindow({content: $l6934456f54af5ab56c6f347c6427afeb});google.maps.event.addListener(m_6934456f54af5ab56c6f347c6427afeb, 'click', function() {infowindow.open(map,m_6934456f54af5ab56c6f347c6427afeb);});$marker.push(m_6934456f54af5ab56c6f347c6427afeb);}});}google.maps.event.addDomListener(window, 'load', initialize);