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.7981,-97.4047)};var g_24ec8468b67314c2013d215b77034476 = new google.maps.Geocoder();g_24ec8468b67314c2013d215b77034476.geocode( { 'address': "14201 S Padre Island Dr, Corpus Christi, TX 78418-6029"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-frost-padre-island').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-frost-padre-island'), mapOptions);}document.getElementById('4d898fa1').innerHTML += ' | View Map';var $l24ec8468b67314c2013d215b77034476 = '

Frost - Padre Island

Address: 14201 S Padre Island Dr, Corpus Christi, TX 78418-6029
Phone: (361) 883-3621
';var m_24ec8468b67314c2013d215b77034476 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frost - Padre Island',});m_24ec8468b67314c2013d215b77034476['infowindow'] = new google.maps.InfoWindow({content: $l24ec8468b67314c2013d215b77034476});var infowindow = new google.maps.InfoWindow({content: $l24ec8468b67314c2013d215b77034476});google.maps.event.addListener(m_24ec8468b67314c2013d215b77034476, 'click', function() {infowindow.open(map,m_24ec8468b67314c2013d215b77034476);});$marker.push(m_24ec8468b67314c2013d215b77034476);}});}google.maps.event.addDomListener(window, 'load', initialize);