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.6369,-80.4313)};var g_0d73a25092e5c1c9769a9f3255caa65a = new google.maps.Geocoder();g_0d73a25092e5c1c9769a9f3255caa65a.geocode( { 'address': "1926 44th Ave, Vero Beach, FL 32966, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vero-beach-FL-william-e-lewis-jr--associates').style.display = '';map = new google.maps.Map(document.getElementById('vero-beach-FL-william-e-lewis-jr--associates'), mapOptions);}document.getElementById('58f20aae').innerHTML += ' | View Map';var $l0d73a25092e5c1c9769a9f3255caa65a = '

William E. Lewis, Jr. & Associates

Address: 1926 44th Ave, Vero Beach, FL 32966, USA
Phone: (954) 337-1530
';var m_0d73a25092e5c1c9769a9f3255caa65a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'William E. Lewis, Jr. & Associates',});m_0d73a25092e5c1c9769a9f3255caa65a['infowindow'] = new google.maps.InfoWindow({content: $l0d73a25092e5c1c9769a9f3255caa65a});var infowindow = new google.maps.InfoWindow({content: $l0d73a25092e5c1c9769a9f3255caa65a});google.maps.event.addListener(m_0d73a25092e5c1c9769a9f3255caa65a, 'click', function() {infowindow.open(map,m_0d73a25092e5c1c9769a9f3255caa65a);});$marker.push(m_0d73a25092e5c1c9769a9f3255caa65a);}});}google.maps.event.addDomListener(window, 'load', initialize);