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.0838,-82.4596)};var g_5714f067dd7573d735db4b69e3421d63 = new google.maps.Geocoder();g_5714f067dd7573d735db4b69e3421d63.geocode( { 'address': "14841 N Florida Ave, Tampa, FL 33613, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-florida-estate-jewelry').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-florida-estate-jewelry'), mapOptions);}document.getElementById('316b6db6').innerHTML += ' | View Map';var $l5714f067dd7573d735db4b69e3421d63 = '

Florida Estate Jewelry

Address: 14841 N Florida Ave, Tampa, FL 33613, USA
Phone: (813) 962-0919
';var m_5714f067dd7573d735db4b69e3421d63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florida Estate Jewelry',});m_5714f067dd7573d735db4b69e3421d63['infowindow'] = new google.maps.InfoWindow({content: $l5714f067dd7573d735db4b69e3421d63});var infowindow = new google.maps.InfoWindow({content: $l5714f067dd7573d735db4b69e3421d63});google.maps.event.addListener(m_5714f067dd7573d735db4b69e3421d63, 'click', function() {infowindow.open(map,m_5714f067dd7573d735db4b69e3421d63);});$marker.push(m_5714f067dd7573d735db4b69e3421d63);}});}google.maps.event.addDomListener(window, 'load', initialize);