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(30.1954,-81.618)};var g_f04ec8a32b8bd49d5a5b920258f05a8f = new google.maps.Geocoder();g_f04ec8a32b8bd49d5a5b920258f05a8f.geocode( { 'address': "9957 Moorings Dr, Jacksonville, FL 32257, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-tidor').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-tidor'), mapOptions);}document.getElementById('5c2d260b').innerHTML += ' | View Map';var $lf04ec8a32b8bd49d5a5b920258f05a8f = '

Tidor

Address: 9957 Moorings Dr, Jacksonville, FL 32257, USA
Phone: (904) 551-6767
';var m_f04ec8a32b8bd49d5a5b920258f05a8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tidor',});m_f04ec8a32b8bd49d5a5b920258f05a8f['infowindow'] = new google.maps.InfoWindow({content: $lf04ec8a32b8bd49d5a5b920258f05a8f});var infowindow = new google.maps.InfoWindow({content: $lf04ec8a32b8bd49d5a5b920258f05a8f});google.maps.event.addListener(m_f04ec8a32b8bd49d5a5b920258f05a8f, 'click', function() {infowindow.open(map,m_f04ec8a32b8bd49d5a5b920258f05a8f);});$marker.push(m_f04ec8a32b8bd49d5a5b920258f05a8f);}});}google.maps.event.addDomListener(window, 'load', initialize);