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.7968,-97.4316)};var g_3c8753267d15a23aa6871c01c6d81526 = new google.maps.Geocoder();g_3c8753267d15a23aa6871c01c6d81526.geocode( { 'address': "3649 Leopard St # 601, Corpus Christi, TX 78408, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-international-limited').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-international-limited'), mapOptions);}document.getElementById('b18fae3b').innerHTML += ' | View Map';var $l3c8753267d15a23aa6871c01c6d81526 = '

International Limited

Address: 3649 Leopard St # 601, Corpus Christi, TX 78408, USA
Phone: (361) 866-7785
';var m_3c8753267d15a23aa6871c01c6d81526 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'International Limited',});m_3c8753267d15a23aa6871c01c6d81526['infowindow'] = new google.maps.InfoWindow({content: $l3c8753267d15a23aa6871c01c6d81526});var infowindow = new google.maps.InfoWindow({content: $l3c8753267d15a23aa6871c01c6d81526});google.maps.event.addListener(m_3c8753267d15a23aa6871c01c6d81526, 'click', function() {infowindow.open(map,m_3c8753267d15a23aa6871c01c6d81526);});$marker.push(m_3c8753267d15a23aa6871c01c6d81526);}});}google.maps.event.addDomListener(window, 'load', initialize);