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.0051,-80.2071)};var g_49c0fa7f96aa0a5fb95c62909d5190a6 = new google.maps.Geocoder();g_49c0fa7f96aa0a5fb95c62909d5190a6.geocode( { 'address': "435 S State Road 7, Hollywood, FL 33023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollywood-FL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('hollywood-FL-check-n-go'), mapOptions);}document.getElementById('107bc422').innerHTML += ' | View Map';var $l49c0fa7f96aa0a5fb95c62909d5190a6 = '

Check 'n Go

Address: 435 S State Road 7, Hollywood, FL 33023, USA
Phone: (954) 965-4440
';var m_49c0fa7f96aa0a5fb95c62909d5190a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_49c0fa7f96aa0a5fb95c62909d5190a6['infowindow'] = new google.maps.InfoWindow({content: $l49c0fa7f96aa0a5fb95c62909d5190a6});var infowindow = new google.maps.InfoWindow({content: $l49c0fa7f96aa0a5fb95c62909d5190a6});google.maps.event.addListener(m_49c0fa7f96aa0a5fb95c62909d5190a6, 'click', function() {infowindow.open(map,m_49c0fa7f96aa0a5fb95c62909d5190a6);});$marker.push(m_49c0fa7f96aa0a5fb95c62909d5190a6);}});}google.maps.event.addDomListener(window, 'load', initialize);