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.682,-97.3917)};var g_1e4f05d264788b72ffd120140ca80f70 = new google.maps.Geocoder();g_1e4f05d264788b72ffd120140ca80f70.geocode( { 'address': "6709 White Wing Dr, Corpus Christi, TX 78413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-thenotaryspot').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-thenotaryspot'), mapOptions);}document.getElementById('99d8976f').innerHTML += ' | View Map';var $l1e4f05d264788b72ffd120140ca80f70 = '

TheNotarySpot

Address: 6709 White Wing Dr, Corpus Christi, TX 78413, USA
Phone: (816) 548-3100
';var m_1e4f05d264788b72ffd120140ca80f70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TheNotarySpot',});m_1e4f05d264788b72ffd120140ca80f70['infowindow'] = new google.maps.InfoWindow({content: $l1e4f05d264788b72ffd120140ca80f70});var infowindow = new google.maps.InfoWindow({content: $l1e4f05d264788b72ffd120140ca80f70});google.maps.event.addListener(m_1e4f05d264788b72ffd120140ca80f70, 'click', function() {infowindow.open(map,m_1e4f05d264788b72ffd120140ca80f70);});$marker.push(m_1e4f05d264788b72ffd120140ca80f70);}});}google.maps.event.addDomListener(window, 'load', initialize);