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_b82ced26f810dcf8b03372ffa186a90a = new google.maps.Geocoder();g_b82ced26f810dcf8b03372ffa186a90a.geocode( { 'address': "2963 Gulf to Bay Blvd, Clearwater, FL 33759"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clearwater-FL-lewin-associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('clearwater-FL-lewin-associates-inc'), mapOptions);}document.getElementById('ae346487').innerHTML += ' | View Map';var $lb82ced26f810dcf8b03372ffa186a90a = '

Lewin & Associates, Inc.

Address: 2963 Gulf to Bay Blvd, Clearwater, FL 33759
Phone: (727) 799-9937
';var m_b82ced26f810dcf8b03372ffa186a90a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lewin & Associates, Inc.',});m_b82ced26f810dcf8b03372ffa186a90a['infowindow'] = new google.maps.InfoWindow({content: $lb82ced26f810dcf8b03372ffa186a90a});var infowindow = new google.maps.InfoWindow({content: $lb82ced26f810dcf8b03372ffa186a90a});google.maps.event.addListener(m_b82ced26f810dcf8b03372ffa186a90a, 'click', function() {infowindow.open(map,m_b82ced26f810dcf8b03372ffa186a90a);});$marker.push(m_b82ced26f810dcf8b03372ffa186a90a);}});}google.maps.event.addDomListener(window, 'load', initialize);