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(25.5115,-80.4313)};var g_dc130b5bd4b80129b0c6251ad3e6ba51 = new google.maps.Geocoder();g_dc130b5bd4b80129b0c6251ad3e6ba51.geocode( { 'address': "27415 S Dixie Hwy #19, Homestead, FL 33032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homestead-FL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('homestead-FL-check-n-go'), mapOptions);}document.getElementById('71bf2900').innerHTML += ' | View Map';var $ldc130b5bd4b80129b0c6251ad3e6ba51 = '

Check 'n Go

Address: 27415 S Dixie Hwy #19, Homestead, FL 33032, USA
Phone: (305) 247-2960
';var m_dc130b5bd4b80129b0c6251ad3e6ba51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_dc130b5bd4b80129b0c6251ad3e6ba51['infowindow'] = new google.maps.InfoWindow({content: $ldc130b5bd4b80129b0c6251ad3e6ba51});var infowindow = new google.maps.InfoWindow({content: $ldc130b5bd4b80129b0c6251ad3e6ba51});google.maps.event.addListener(m_dc130b5bd4b80129b0c6251ad3e6ba51, 'click', function() {infowindow.open(map,m_dc130b5bd4b80129b0c6251ad3e6ba51);});$marker.push(m_dc130b5bd4b80129b0c6251ad3e6ba51);}});}google.maps.event.addDomListener(window, 'load', initialize);