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.9031,-97.4994)};var g_47fce94977802dbd31561cfc842b36bd = new google.maps.Geocoder();g_47fce94977802dbd31561cfc842b36bd.geocode( { 'address': "948 E Washington St, Brownsville, TX 78520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brownsville-TX-worth-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('brownsville-TX-worth-finance-corporation'), mapOptions);}document.getElementById('922c2f94').innerHTML += ' | View Map';var $l47fce94977802dbd31561cfc842b36bd = '

Worth Finance Corporation

Address: 948 E Washington St, Brownsville, TX 78520, USA
Phone: (956) 544-1685
';var m_47fce94977802dbd31561cfc842b36bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Worth Finance Corporation',});m_47fce94977802dbd31561cfc842b36bd['infowindow'] = new google.maps.InfoWindow({content: $l47fce94977802dbd31561cfc842b36bd});var infowindow = new google.maps.InfoWindow({content: $l47fce94977802dbd31561cfc842b36bd});google.maps.event.addListener(m_47fce94977802dbd31561cfc842b36bd, 'click', function() {infowindow.open(map,m_47fce94977802dbd31561cfc842b36bd);});$marker.push(m_47fce94977802dbd31561cfc842b36bd);}});}google.maps.event.addDomListener(window, 'load', initialize);