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(27.7104,-97.4057)};var g_87357e2d325f7df6c2cc9359543531da = new google.maps.Geocoder();g_87357e2d325f7df6c2cc9359543531da.geocode( { 'address': "5819 Weber Rd, Corpus Christi, TX 78413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-worth-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-worth-finance-corporation'), mapOptions);}document.getElementById('c3d23082').innerHTML += ' | View Map';var $l87357e2d325f7df6c2cc9359543531da = '

Worth Finance Corporation

Address: 5819 Weber Rd, Corpus Christi, TX 78413, USA
Phone: (361) 814-5819
';var m_87357e2d325f7df6c2cc9359543531da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Worth Finance Corporation',});m_87357e2d325f7df6c2cc9359543531da['infowindow'] = new google.maps.InfoWindow({content: $l87357e2d325f7df6c2cc9359543531da});var infowindow = new google.maps.InfoWindow({content: $l87357e2d325f7df6c2cc9359543531da});google.maps.event.addListener(m_87357e2d325f7df6c2cc9359543531da, 'click', function() {infowindow.open(map,m_87357e2d325f7df6c2cc9359543531da);});$marker.push(m_87357e2d325f7df6c2cc9359543531da);}});}google.maps.event.addDomListener(window, 'load', initialize);