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.7339,-97.4252)};var g_719eb7444c4f0b3a51b707b6f9a71f92 = new google.maps.Geocoder();g_719eb7444c4f0b3a51b707b6f9a71f92.geocode( { 'address': "2509 S Padre Island Dr, Corpus Christi, TX 78415, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-no-credit-needed').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-no-credit-needed'), mapOptions);}document.getElementById('b4f42236').innerHTML += ' | View Map';var $l719eb7444c4f0b3a51b707b6f9a71f92 = '

No Credit Needed

Address: 2509 S Padre Island Dr, Corpus Christi, TX 78415, USA
Phone: (361) 851-8036
';var m_719eb7444c4f0b3a51b707b6f9a71f92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'No Credit Needed',});m_719eb7444c4f0b3a51b707b6f9a71f92['infowindow'] = new google.maps.InfoWindow({content: $l719eb7444c4f0b3a51b707b6f9a71f92});var infowindow = new google.maps.InfoWindow({content: $l719eb7444c4f0b3a51b707b6f9a71f92});google.maps.event.addListener(m_719eb7444c4f0b3a51b707b6f9a71f92, 'click', function() {infowindow.open(map,m_719eb7444c4f0b3a51b707b6f9a71f92);});$marker.push(m_719eb7444c4f0b3a51b707b6f9a71f92);}});}google.maps.event.addDomListener(window, 'load', initialize);