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.9775,-82.783)};var g_5612d8e312285c1879e33a26b40dd227 = new google.maps.Geocoder();g_5612d8e312285c1879e33a26b40dd227.geocode( { 'address': "30345 Us Highway 19 N, Clearwater, FL 33761"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clearwater-FL-lough-investment-advisory-llc').style.display = '';map = new google.maps.Map(document.getElementById('clearwater-FL-lough-investment-advisory-llc'), mapOptions);}document.getElementById('ebbcf81a').innerHTML += ' | View Map';var $l5612d8e312285c1879e33a26b40dd227 = '

Lough Investment Advisory, LLC

Address: 30345 Us Highway 19 N, Clearwater, FL 33761
Phone: (727) 725-3336
';var m_5612d8e312285c1879e33a26b40dd227 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lough Investment Advisory, LLC',});m_5612d8e312285c1879e33a26b40dd227['infowindow'] = new google.maps.InfoWindow({content: $l5612d8e312285c1879e33a26b40dd227});var infowindow = new google.maps.InfoWindow({content: $l5612d8e312285c1879e33a26b40dd227});google.maps.event.addListener(m_5612d8e312285c1879e33a26b40dd227, 'click', function() {infowindow.open(map,m_5612d8e312285c1879e33a26b40dd227);});$marker.push(m_5612d8e312285c1879e33a26b40dd227);}});}google.maps.event.addDomListener(window, 'load', initialize);