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.7602,-97.4626)};var g_76bc29e1d0bf5e49454ce98cf25a2906 = new google.maps.Geocoder();g_76bc29e1d0bf5e49454ce98cf25a2906.geocode( { 'address': "400 S Padre Island Dr, Corpus Christi, TX 78405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-texas-state-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-texas-state-mortgage'), mapOptions);}document.getElementById('aee95174').innerHTML += ' | View Map';var $l76bc29e1d0bf5e49454ce98cf25a2906 = '

Texas State Mortgage

Address: 400 S Padre Island Dr, Corpus Christi, TX 78405, USA
Phone: (936) 582-6161
';var m_76bc29e1d0bf5e49454ce98cf25a2906 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas State Mortgage',});m_76bc29e1d0bf5e49454ce98cf25a2906['infowindow'] = new google.maps.InfoWindow({content: $l76bc29e1d0bf5e49454ce98cf25a2906});var infowindow = new google.maps.InfoWindow({content: $l76bc29e1d0bf5e49454ce98cf25a2906});google.maps.event.addListener(m_76bc29e1d0bf5e49454ce98cf25a2906, 'click', function() {infowindow.open(map,m_76bc29e1d0bf5e49454ce98cf25a2906);});$marker.push(m_76bc29e1d0bf5e49454ce98cf25a2906);}});}google.maps.event.addDomListener(window, 'load', initialize);