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(32.8498,-96.5983)};var g_715cc3306f0328bbd84fda188a5f2107 = new google.maps.Geocoder();g_715cc3306f0328bbd84fda188a5f2107.geocode( { 'address': "5335 Broadway Blvd Ste 203, Garland, TX 75043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-TX-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('garland-TX-check-n-go'), mapOptions);}document.getElementById('3dfd7cc7').innerHTML += ' | View Map';var $l715cc3306f0328bbd84fda188a5f2107 = '

Check 'n Go

Address: 5335 Broadway Blvd Ste 203, Garland, TX 75043, USA
Phone: (972) 240-6400
';var m_715cc3306f0328bbd84fda188a5f2107 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_715cc3306f0328bbd84fda188a5f2107['infowindow'] = new google.maps.InfoWindow({content: $l715cc3306f0328bbd84fda188a5f2107});var infowindow = new google.maps.InfoWindow({content: $l715cc3306f0328bbd84fda188a5f2107});google.maps.event.addListener(m_715cc3306f0328bbd84fda188a5f2107, 'click', function() {infowindow.open(map,m_715cc3306f0328bbd84fda188a5f2107);});$marker.push(m_715cc3306f0328bbd84fda188a5f2107);}});}google.maps.event.addDomListener(window, 'load', initialize);