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.1853,-98.0069)};var g_5b14b54c188cdb6240257efb02b5bad2 = new google.maps.Geocoder();g_5b14b54c188cdb6240257efb02b5bad2.geocode( { 'address': "1400 Westgate, Suite 107, Weslaco, TX 78596, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weslaco-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('weslaco-TX-check-n-go'), mapOptions);}document.getElementById('e451724a').innerHTML += ' | View Map';var $l5b14b54c188cdb6240257efb02b5bad2 = '

Check 'n Go

Address: 1400 Westgate, Suite 107, Weslaco, TX 78596, USA
Phone: (956) 968-2523
';var m_5b14b54c188cdb6240257efb02b5bad2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_5b14b54c188cdb6240257efb02b5bad2['infowindow'] = new google.maps.InfoWindow({content: $l5b14b54c188cdb6240257efb02b5bad2});var infowindow = new google.maps.InfoWindow({content: $l5b14b54c188cdb6240257efb02b5bad2});google.maps.event.addListener(m_5b14b54c188cdb6240257efb02b5bad2, 'click', function() {infowindow.open(map,m_5b14b54c188cdb6240257efb02b5bad2);});$marker.push(m_5b14b54c188cdb6240257efb02b5bad2);}});}google.maps.event.addDomListener(window, 'load', initialize);