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(25.9044,-97.5001)};var g_8e34893f77c1816cb62986f63cb10c9b = new google.maps.Geocoder();g_8e34893f77c1816cb62986f63cb10c9b.geocode( { 'address': "801 E Washington St, Brownsville, TX 78520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brownsville-TX-universal-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('brownsville-TX-universal-loan-co'), mapOptions);}document.getElementById('4f3ab7ad').innerHTML += ' | View Map';var $l8e34893f77c1816cb62986f63cb10c9b = '

Universal Loan Co

Address: 801 E Washington St, Brownsville, TX 78520, USA
Phone: (956) 546-7630
';var m_8e34893f77c1816cb62986f63cb10c9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Universal Loan Co',});m_8e34893f77c1816cb62986f63cb10c9b['infowindow'] = new google.maps.InfoWindow({content: $l8e34893f77c1816cb62986f63cb10c9b});var infowindow = new google.maps.InfoWindow({content: $l8e34893f77c1816cb62986f63cb10c9b});google.maps.event.addListener(m_8e34893f77c1816cb62986f63cb10c9b, 'click', function() {infowindow.open(map,m_8e34893f77c1816cb62986f63cb10c9b);});$marker.push(m_8e34893f77c1816cb62986f63cb10c9b);}});}google.maps.event.addDomListener(window, 'load', initialize);