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.6718,-97.3546)};var g_b81c656f6820278aac685fd6ccb38b3c = new google.maps.Geocoder();g_b81c656f6820278aac685fd6ccb38b3c.geocode( { 'address': "2814 Rodd Field Rd, Corpus Christi, TX 78414, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-navy-army-community-credit-union-real-estate-center').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-navy-army-community-credit-union-real-estate-center'), mapOptions);}document.getElementById('1c8cad9d').innerHTML += ' | View Map';var $lb81c656f6820278aac685fd6ccb38b3c = '

Navy Army Community Credit Union Real Estate Center

Address: 2814 Rodd Field Rd, Corpus Christi, TX 78414, USA
Phone: (361) 986-4500
';var m_b81c656f6820278aac685fd6ccb38b3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Army Community Credit Union Real Estate Center',});m_b81c656f6820278aac685fd6ccb38b3c['infowindow'] = new google.maps.InfoWindow({content: $lb81c656f6820278aac685fd6ccb38b3c});var infowindow = new google.maps.InfoWindow({content: $lb81c656f6820278aac685fd6ccb38b3c});google.maps.event.addListener(m_b81c656f6820278aac685fd6ccb38b3c, 'click', function() {infowindow.open(map,m_b81c656f6820278aac685fd6ccb38b3c);});$marker.push(m_b81c656f6820278aac685fd6ccb38b3c);}});}google.maps.event.addDomListener(window, 'load', initialize);