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(30.6457,-96.3515)};var g_02724d010e439a828b16676594faecae = new google.maps.Geocoder();g_02724d010e439a828b16676594faecae.geocode( { 'address': "724 E Villa Maria Rd Suite 400, Bryan, TX 77802, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bryan-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('bryan-TX-check-n-go'), mapOptions);}document.getElementById('990596f4').innerHTML += ' | View Map';var $l02724d010e439a828b16676594faecae = '

Check 'n Go

Address: 724 E Villa Maria Rd Suite 400, Bryan, TX 77802, USA
Phone: (979) 361-0502
';var m_02724d010e439a828b16676594faecae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_02724d010e439a828b16676594faecae['infowindow'] = new google.maps.InfoWindow({content: $l02724d010e439a828b16676594faecae});var infowindow = new google.maps.InfoWindow({content: $l02724d010e439a828b16676594faecae});google.maps.event.addListener(m_02724d010e439a828b16676594faecae, 'click', function() {infowindow.open(map,m_02724d010e439a828b16676594faecae);});$marker.push(m_02724d010e439a828b16676594faecae);}});}google.maps.event.addDomListener(window, 'load', initialize);