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(26.6974,-80.0599)};var g_03c7c2778f183be9f11b7bbd5fc5dfd0 = new google.maps.Geocoder();g_03c7c2778f183be9f11b7bbd5fc5dfd0.geocode( { 'address': "741 Kanuga Dr, West Palm Beach, FL 33401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-palm-beach-FL-sunderland-capital-llc').style.display = '';map = new google.maps.Map(document.getElementById('west-palm-beach-FL-sunderland-capital-llc'), mapOptions);}document.getElementById('41ff1368').innerHTML += ' | View Map';var $l03c7c2778f183be9f11b7bbd5fc5dfd0 = '

Sunderland Capital LLC

Address: 741 Kanuga Dr, West Palm Beach, FL 33401, USA
Phone: (561) 249-6709
';var m_03c7c2778f183be9f11b7bbd5fc5dfd0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunderland Capital LLC',});m_03c7c2778f183be9f11b7bbd5fc5dfd0['infowindow'] = new google.maps.InfoWindow({content: $l03c7c2778f183be9f11b7bbd5fc5dfd0});var infowindow = new google.maps.InfoWindow({content: $l03c7c2778f183be9f11b7bbd5fc5dfd0});google.maps.event.addListener(m_03c7c2778f183be9f11b7bbd5fc5dfd0, 'click', function() {infowindow.open(map,m_03c7c2778f183be9f11b7bbd5fc5dfd0);});$marker.push(m_03c7c2778f183be9f11b7bbd5fc5dfd0);}});}google.maps.event.addDomListener(window, 'load', initialize);