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.3536,-82.4866)};var g_0ca9d7e107eb21fe03a304ce3ca49d0f = new google.maps.Geocoder();g_0ca9d7e107eb21fe03a304ce3ca49d0f.geocode( { 'address': "2 N Tamiami Trl, Sarasota, FL 34236"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-dictor-martin-inc').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-dictor-martin-inc'), mapOptions);}document.getElementById('5238efd4').innerHTML += ' | View Map';var $l0ca9d7e107eb21fe03a304ce3ca49d0f = '

Dictor & Martin Inc.

Address: 2 N Tamiami Trl, Sarasota, FL 34236
Phone: (941) 906-7222
';var m_0ca9d7e107eb21fe03a304ce3ca49d0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dictor & Martin Inc.',});m_0ca9d7e107eb21fe03a304ce3ca49d0f['infowindow'] = new google.maps.InfoWindow({content: $l0ca9d7e107eb21fe03a304ce3ca49d0f});var infowindow = new google.maps.InfoWindow({content: $l0ca9d7e107eb21fe03a304ce3ca49d0f});google.maps.event.addListener(m_0ca9d7e107eb21fe03a304ce3ca49d0f, 'click', function() {infowindow.open(map,m_0ca9d7e107eb21fe03a304ce3ca49d0f);});$marker.push(m_0ca9d7e107eb21fe03a304ce3ca49d0f);}});}google.maps.event.addDomListener(window, 'load', initialize);