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.3425,-80.6754)};var g_cd00692c3bfe59267d5ecfac5310286c = new google.maps.Geocoder();g_cd00692c3bfe59267d5ecfac5310286c.geocode( { 'address': "775 E Merritt Island Cswy, Merritt Island, FL 32952"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('merritt-island-FL-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('merritt-island-FL-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('b54f15d1').innerHTML += ' | View Map';var $lcd00692c3bfe59267d5ecfac5310286c = '

Merrill Lynch Wealth Management

Address: 775 E Merritt Island Cswy, Merritt Island, FL 32952
Phone: (321) 459-5260
';var m_cd00692c3bfe59267d5ecfac5310286c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_cd00692c3bfe59267d5ecfac5310286c['infowindow'] = new google.maps.InfoWindow({content: $lcd00692c3bfe59267d5ecfac5310286c});var infowindow = new google.maps.InfoWindow({content: $lcd00692c3bfe59267d5ecfac5310286c});google.maps.event.addListener(m_cd00692c3bfe59267d5ecfac5310286c, 'click', function() {infowindow.open(map,m_cd00692c3bfe59267d5ecfac5310286c);});$marker.push(m_cd00692c3bfe59267d5ecfac5310286c);}});}google.maps.event.addDomListener(window, 'load', initialize);