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.9157,-97.4719)};var g_b66be0d63e0033bd5098a7c4152c73db = new google.maps.Geocoder();g_b66be0d63e0033bd5098a7c4152c73db.geocode( { 'address': "International Blvd, Brownsville, TX 78521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brownsville-TX-azteca-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('brownsville-TX-azteca-loan-company'), mapOptions);}document.getElementById('88da256c').innerHTML += ' | View Map';var $lb66be0d63e0033bd5098a7c4152c73db = '

Azteca Loan Company

Address: International Blvd, Brownsville, TX 78521, USA
Phone: (956) 621-2001
';var m_b66be0d63e0033bd5098a7c4152c73db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Azteca Loan Company',});m_b66be0d63e0033bd5098a7c4152c73db['infowindow'] = new google.maps.InfoWindow({content: $lb66be0d63e0033bd5098a7c4152c73db});var infowindow = new google.maps.InfoWindow({content: $lb66be0d63e0033bd5098a7c4152c73db});google.maps.event.addListener(m_b66be0d63e0033bd5098a7c4152c73db, 'click', function() {infowindow.open(map,m_b66be0d63e0033bd5098a7c4152c73db);});$marker.push(m_b66be0d63e0033bd5098a7c4152c73db);}});}google.maps.event.addDomListener(window, 'load', initialize);