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()};var g_72d35ffff553903fd659ffff2cb222cf = new google.maps.Geocoder();g_72d35ffff553903fd659ffff2cb222cf.geocode( { 'address': "5560 Pga Blvd, Palm Beach Gdns, FL 33418"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-beach-gdns-FL-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('palm-beach-gdns-FL-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('09314592').innerHTML += ' | View Map';var $l72d35ffff553903fd659ffff2cb222cf = '

Merrill Lynch Wealth Management

Address: 5560 Pga Blvd, Palm Beach Gdns, FL 33418
Phone: (561) 799-0253
';var m_72d35ffff553903fd659ffff2cb222cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_72d35ffff553903fd659ffff2cb222cf['infowindow'] = new google.maps.InfoWindow({content: $l72d35ffff553903fd659ffff2cb222cf});var infowindow = new google.maps.InfoWindow({content: $l72d35ffff553903fd659ffff2cb222cf});google.maps.event.addListener(m_72d35ffff553903fd659ffff2cb222cf, 'click', function() {infowindow.open(map,m_72d35ffff553903fd659ffff2cb222cf);});$marker.push(m_72d35ffff553903fd659ffff2cb222cf);}});}google.maps.event.addDomListener(window, 'load', initialize);