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(28.3731,-82.1899)};var g_7956bb90c19996641f2cafe86091adb8 = new google.maps.Geocoder();g_7956bb90c19996641f2cafe86091adb8.geocode( { 'address': "14739 7th St, Dade City, FL 33523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dade-city-FL-check-man').style.display = '';map = new google.maps.Map(document.getElementById('dade-city-FL-check-man'), mapOptions);}document.getElementById('ad402684').innerHTML += ' | View Map';var $l7956bb90c19996641f2cafe86091adb8 = '

Check Man

Address: 14739 7th St, Dade City, FL 33523, USA
Phone: (352) 523-2182
';var m_7956bb90c19996641f2cafe86091adb8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Man',});m_7956bb90c19996641f2cafe86091adb8['infowindow'] = new google.maps.InfoWindow({content: $l7956bb90c19996641f2cafe86091adb8});var infowindow = new google.maps.InfoWindow({content: $l7956bb90c19996641f2cafe86091adb8});google.maps.event.addListener(m_7956bb90c19996641f2cafe86091adb8, 'click', function() {infowindow.open(map,m_7956bb90c19996641f2cafe86091adb8);});$marker.push(m_7956bb90c19996641f2cafe86091adb8);}});}google.maps.event.addDomListener(window, 'load', initialize);