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.2919,-98.3516)};var g_a0b286be4319741767e21c8c2216fa77 = new google.maps.Geocoder();g_a0b286be4319741767e21c8c2216fa77.geocode( { 'address': "6220 N La Homa Rd, Mission, TX 78574, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mission-TX-stripes-2570').style.display = '';map = new google.maps.Map(document.getElementById('mission-TX-stripes-2570'), mapOptions);}document.getElementById('8dfdfbc0').innerHTML += ' | View Map';var $la0b286be4319741767e21c8c2216fa77 = '

Stripes 2570

Address: 6220 N La Homa Rd, Mission, TX 78574, USA
Phone: (956) 583-0611
';var m_a0b286be4319741767e21c8c2216fa77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stripes 2570',});m_a0b286be4319741767e21c8c2216fa77['infowindow'] = new google.maps.InfoWindow({content: $la0b286be4319741767e21c8c2216fa77});var infowindow = new google.maps.InfoWindow({content: $la0b286be4319741767e21c8c2216fa77});google.maps.event.addListener(m_a0b286be4319741767e21c8c2216fa77, 'click', function() {infowindow.open(map,m_a0b286be4319741767e21c8c2216fa77);});$marker.push(m_a0b286be4319741767e21c8c2216fa77);}});}google.maps.event.addDomListener(window, 'load', initialize);