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.0502,-82.4026)};var g_3966033980c35a002bf1b8f79baeb7a8 = new google.maps.Geocoder();g_3966033980c35a002bf1b8f79baeb7a8.geocode( { 'address': "2389 S Tamiami Trail, Venice, FL 34293, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('venice-FL-classic-creations-in-diamond--gold').style.display = '';map = new google.maps.Map(document.getElementById('venice-FL-classic-creations-in-diamond--gold'), mapOptions);}document.getElementById('268751ed').innerHTML += ' | View Map';var $l3966033980c35a002bf1b8f79baeb7a8 = '

Classic Creations in Diamond & Gold

Address: 2389 S Tamiami Trail, Venice, FL 34293, USA
Phone: (941) 497-6331
';var m_3966033980c35a002bf1b8f79baeb7a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Classic Creations in Diamond & Gold',});m_3966033980c35a002bf1b8f79baeb7a8['infowindow'] = new google.maps.InfoWindow({content: $l3966033980c35a002bf1b8f79baeb7a8});var infowindow = new google.maps.InfoWindow({content: $l3966033980c35a002bf1b8f79baeb7a8});google.maps.event.addListener(m_3966033980c35a002bf1b8f79baeb7a8, 'click', function() {infowindow.open(map,m_3966033980c35a002bf1b8f79baeb7a8);});$marker.push(m_3966033980c35a002bf1b8f79baeb7a8);}});}google.maps.event.addDomListener(window, 'load', initialize);