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(28.9754,-81.9818)};var g_f0ef4adecfc82b078e4077804c10d76c = new google.maps.Geocoder();g_f0ef4adecfc82b078e4077804c10d76c.geocode( { 'address': "16910 S US Highway 441, Suite 203, Summerfield, FL 34491, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('summerfield-FL-elliott-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('summerfield-FL-elliott-wealth-management'), mapOptions);}document.getElementById('3826e220').innerHTML += ' | View Map';var $lf0ef4adecfc82b078e4077804c10d76c = '

Elliott Wealth Management

Address: 16910 S US Highway 441, Suite 203, Summerfield, FL 34491, USA
Phone: (888) 959-5904
';var m_f0ef4adecfc82b078e4077804c10d76c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elliott Wealth Management',});m_f0ef4adecfc82b078e4077804c10d76c['infowindow'] = new google.maps.InfoWindow({content: $lf0ef4adecfc82b078e4077804c10d76c});var infowindow = new google.maps.InfoWindow({content: $lf0ef4adecfc82b078e4077804c10d76c});google.maps.event.addListener(m_f0ef4adecfc82b078e4077804c10d76c, 'click', function() {infowindow.open(map,m_f0ef4adecfc82b078e4077804c10d76c);});$marker.push(m_f0ef4adecfc82b078e4077804c10d76c);}});}google.maps.event.addDomListener(window, 'load', initialize);