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.1666,-80.3005)};var g_62d1895bda03f5e5bbb310a7518374cb = new google.maps.Geocoder();g_62d1895bda03f5e5bbb310a7518374cb.geocode( { 'address': "3500 SW Corporate Pkwy #201, Palm City, FL 34990, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-city-FL-copperleafe-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('palm-city-FL-copperleafe-wealth-management'), mapOptions);}document.getElementById('1a4944cb').innerHTML += ' | View Map';var $l62d1895bda03f5e5bbb310a7518374cb = '

Copperleafe Wealth Management

Address: 3500 SW Corporate Pkwy #201, Palm City, FL 34990, USA
Phone: (772) 672-3223
';var m_62d1895bda03f5e5bbb310a7518374cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Copperleafe Wealth Management',});m_62d1895bda03f5e5bbb310a7518374cb['infowindow'] = new google.maps.InfoWindow({content: $l62d1895bda03f5e5bbb310a7518374cb});var infowindow = new google.maps.InfoWindow({content: $l62d1895bda03f5e5bbb310a7518374cb});google.maps.event.addListener(m_62d1895bda03f5e5bbb310a7518374cb, 'click', function() {infowindow.open(map,m_62d1895bda03f5e5bbb310a7518374cb);});$marker.push(m_62d1895bda03f5e5bbb310a7518374cb);}});}google.maps.event.addDomListener(window, 'load', initialize);