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(26.1898,-98.1332)};var g_3874d8e818fd9895e988f0dbc45605bb = new google.maps.Geocoder();g_3874d8e818fd9895e988f0dbc45605bb.geocode( { 'address': "1449 W Duranta Ave Suite 9, Alamo, TX 78516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alamo-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('alamo-TX-check-n-go'), mapOptions);}document.getElementById('cb6d0d74').innerHTML += ' | View Map';var $l3874d8e818fd9895e988f0dbc45605bb = '

Check 'n Go

Address: 1449 W Duranta Ave Suite 9, Alamo, TX 78516, USA
Phone: (956) 702-7784
';var m_3874d8e818fd9895e988f0dbc45605bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_3874d8e818fd9895e988f0dbc45605bb['infowindow'] = new google.maps.InfoWindow({content: $l3874d8e818fd9895e988f0dbc45605bb});var infowindow = new google.maps.InfoWindow({content: $l3874d8e818fd9895e988f0dbc45605bb});google.maps.event.addListener(m_3874d8e818fd9895e988f0dbc45605bb, 'click', function() {infowindow.open(map,m_3874d8e818fd9895e988f0dbc45605bb);});$marker.push(m_3874d8e818fd9895e988f0dbc45605bb);}});}google.maps.event.addDomListener(window, 'load', initialize);