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(26.1903,-97.6935)};var g_16ea5d43d36d7462c029435614f3f75b = new google.maps.Geocoder();g_16ea5d43d36d7462c029435614f3f75b.geocode( { 'address': "308 S 3rd St, Harlingen, TX 78550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harlingen-TX-worth-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('harlingen-TX-worth-finance-corporation'), mapOptions);}document.getElementById('1d348381').innerHTML += ' | View Map';var $l16ea5d43d36d7462c029435614f3f75b = '

Worth Finance Corporation

Address: 308 S 3rd St, Harlingen, TX 78550, USA
Phone: (956) 412-9537
';var m_16ea5d43d36d7462c029435614f3f75b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Worth Finance Corporation',});m_16ea5d43d36d7462c029435614f3f75b['infowindow'] = new google.maps.InfoWindow({content: $l16ea5d43d36d7462c029435614f3f75b});var infowindow = new google.maps.InfoWindow({content: $l16ea5d43d36d7462c029435614f3f75b});google.maps.event.addListener(m_16ea5d43d36d7462c029435614f3f75b, 'click', function() {infowindow.open(map,m_16ea5d43d36d7462c029435614f3f75b);});$marker.push(m_16ea5d43d36d7462c029435614f3f75b);}});}google.maps.event.addDomListener(window, 'load', initialize);