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.7746,-97.4206)};var g_781c0257cde5f82c16c2af0a10e24474 = new google.maps.Geocoder();g_781c0257cde5f82c16c2af0a10e24474.geocode( { 'address': "1531 S Port Ave, Corpus Christi, TX 78405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-nueces-auto-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-nueces-auto-loans-inc'), mapOptions);}document.getElementById('dfc44df9').innerHTML += ' | View Map';var $l781c0257cde5f82c16c2af0a10e24474 = '

Nueces Auto Loans Inc

Address: 1531 S Port Ave, Corpus Christi, TX 78405, USA
Phone: (361) 884-8911
';var m_781c0257cde5f82c16c2af0a10e24474 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nueces Auto Loans Inc',});m_781c0257cde5f82c16c2af0a10e24474['infowindow'] = new google.maps.InfoWindow({content: $l781c0257cde5f82c16c2af0a10e24474});var infowindow = new google.maps.InfoWindow({content: $l781c0257cde5f82c16c2af0a10e24474});google.maps.event.addListener(m_781c0257cde5f82c16c2af0a10e24474, 'click', function() {infowindow.open(map,m_781c0257cde5f82c16c2af0a10e24474);});$marker.push(m_781c0257cde5f82c16c2af0a10e24474);}});}google.maps.event.addDomListener(window, 'load', initialize);