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(29.3937,-94.9487)};var g_db8bdc788823cc781f69ec45a92047cb = new google.maps.Geocoder();g_db8bdc788823cc781f69ec45a92047cb.geocode( { 'address': "3523 Palmer Hwy, Texas City, TX 77590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texas-city-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('texas-city-TX-check-n-go'), mapOptions);}document.getElementById('6f2379c5').innerHTML += ' | View Map';var $ldb8bdc788823cc781f69ec45a92047cb = '

Check 'n Go

Address: 3523 Palmer Hwy, Texas City, TX 77590, USA
Phone: (409) 945-4492
';var m_db8bdc788823cc781f69ec45a92047cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_db8bdc788823cc781f69ec45a92047cb['infowindow'] = new google.maps.InfoWindow({content: $ldb8bdc788823cc781f69ec45a92047cb});var infowindow = new google.maps.InfoWindow({content: $ldb8bdc788823cc781f69ec45a92047cb});google.maps.event.addListener(m_db8bdc788823cc781f69ec45a92047cb, 'click', function() {infowindow.open(map,m_db8bdc788823cc781f69ec45a92047cb);});$marker.push(m_db8bdc788823cc781f69ec45a92047cb);}});var g_f215f1a7e3d4f9e732a6d79468a595e8 = new google.maps.Geocoder();g_f215f1a7e3d4f9e732a6d79468a595e8.geocode( { 'address': "5204 FM1765 Ste D, Texas City, TX 77591, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texas-city-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('texas-city-TX-check-n-go'), mapOptions);}document.getElementById('c62f5379').innerHTML += ' | View Map';var $lf215f1a7e3d4f9e732a6d79468a595e8 = '

Check 'n Go

Address: 5204 FM1765 Ste D, Texas City, TX 77591, USA
Phone: (409) 938-3220
';var m_f215f1a7e3d4f9e732a6d79468a595e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_f215f1a7e3d4f9e732a6d79468a595e8['infowindow'] = new google.maps.InfoWindow({content: $lf215f1a7e3d4f9e732a6d79468a595e8});var infowindow = new google.maps.InfoWindow({content: $lf215f1a7e3d4f9e732a6d79468a595e8});google.maps.event.addListener(m_f215f1a7e3d4f9e732a6d79468a595e8, 'click', function() {infowindow.open(map,m_f215f1a7e3d4f9e732a6d79468a595e8);});$marker.push(m_f215f1a7e3d4f9e732a6d79468a595e8);}});}google.maps.event.addDomListener(window, 'load', initialize);