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.194,-98.2894)};var g_eb4107652c9f607c88f0fe7165db5a95 = new google.maps.Geocoder();g_eb4107652c9f607c88f0fe7165db5a95.geocode( { 'address': "808 S Shary Rd Ste 3, Mission, TX 78572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mission-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('mission-TX-check-n-go'), mapOptions);}document.getElementById('d49d9443').innerHTML += ' | View Map';var $leb4107652c9f607c88f0fe7165db5a95 = '

Check 'n Go

Address: 808 S Shary Rd Ste 3, Mission, TX 78572, USA
Phone: (956) 580-6966
';var m_eb4107652c9f607c88f0fe7165db5a95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_eb4107652c9f607c88f0fe7165db5a95['infowindow'] = new google.maps.InfoWindow({content: $leb4107652c9f607c88f0fe7165db5a95});var infowindow = new google.maps.InfoWindow({content: $leb4107652c9f607c88f0fe7165db5a95});google.maps.event.addListener(m_eb4107652c9f607c88f0fe7165db5a95, 'click', function() {infowindow.open(map,m_eb4107652c9f607c88f0fe7165db5a95);});$marker.push(m_eb4107652c9f607c88f0fe7165db5a95);}});}google.maps.event.addDomListener(window, 'load', initialize);