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(27.9811,-82.343)};var g_ccb1d45fb76f7c5a0bf619f979c6cf36 = new google.maps.Geocoder();g_ccb1d45fb76f7c5a0bf619f979c6cf36.geocode( { 'address': "5428 56th Commerce Park Blvd, Tampa, FL 33610"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-safe-touch-of-the-west-coast').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-safe-touch-of-the-west-coast'), mapOptions);}document.getElementById('31451bc5').innerHTML += ' | View Map';var $lccb1d45fb76f7c5a0bf619f979c6cf36 = '

Safe Touch Of The West Coast

Address: 5428 56th Commerce Park Blvd, Tampa, FL 33610
Phone: (813) 626-7000
';var m_ccb1d45fb76f7c5a0bf619f979c6cf36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Safe Touch Of The West Coast',});m_ccb1d45fb76f7c5a0bf619f979c6cf36['infowindow'] = new google.maps.InfoWindow({content: $lccb1d45fb76f7c5a0bf619f979c6cf36});var infowindow = new google.maps.InfoWindow({content: $lccb1d45fb76f7c5a0bf619f979c6cf36});google.maps.event.addListener(m_ccb1d45fb76f7c5a0bf619f979c6cf36, 'click', function() {infowindow.open(map,m_ccb1d45fb76f7c5a0bf619f979c6cf36);});$marker.push(m_ccb1d45fb76f7c5a0bf619f979c6cf36);}});}google.maps.event.addDomListener(window, 'load', initialize);