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.2322,-99.7548)};var g_7687228498aff94678fb35fd9f76573c = new google.maps.Geocoder();g_7687228498aff94678fb35fd9f76573c.geocode( { 'address': "3030 E Main St g, Uvalde, TX 78801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uvalde-TX-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('uvalde-TX-onemain-financial'), mapOptions);}document.getElementById('bad1cc1c').innerHTML += ' | View Map';var $l7687228498aff94678fb35fd9f76573c = '

OneMain Financial

Address: 3030 E Main St g, Uvalde, TX 78801, USA
Phone: (830) 278-8006
';var m_7687228498aff94678fb35fd9f76573c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_7687228498aff94678fb35fd9f76573c['infowindow'] = new google.maps.InfoWindow({content: $l7687228498aff94678fb35fd9f76573c});var infowindow = new google.maps.InfoWindow({content: $l7687228498aff94678fb35fd9f76573c});google.maps.event.addListener(m_7687228498aff94678fb35fd9f76573c, 'click', function() {infowindow.open(map,m_7687228498aff94678fb35fd9f76573c);});$marker.push(m_7687228498aff94678fb35fd9f76573c);}});}google.maps.event.addDomListener(window, 'load', initialize);