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.382,-81.7103)};var g_74563ba21a90da13dacf2a73e3ddefa7 = new google.maps.Geocoder();g_74563ba21a90da13dacf2a73e3ddefa7.geocode( { 'address': "3451 Bonita Bay Blvd, Bonita Springs, FL 34134"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bonita-springs-FL-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('bonita-springs-FL-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('201082fc').innerHTML += ' | View Map';var $l74563ba21a90da13dacf2a73e3ddefa7 = '

Merrill Lynch Wealth Management

Address: 3451 Bonita Bay Blvd, Bonita Springs, FL 34134
Phone: (239) 948-2122
';var m_74563ba21a90da13dacf2a73e3ddefa7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_74563ba21a90da13dacf2a73e3ddefa7['infowindow'] = new google.maps.InfoWindow({content: $l74563ba21a90da13dacf2a73e3ddefa7});var infowindow = new google.maps.InfoWindow({content: $l74563ba21a90da13dacf2a73e3ddefa7});google.maps.event.addListener(m_74563ba21a90da13dacf2a73e3ddefa7, 'click', function() {infowindow.open(map,m_74563ba21a90da13dacf2a73e3ddefa7);});$marker.push(m_74563ba21a90da13dacf2a73e3ddefa7);}});}google.maps.event.addDomListener(window, 'load', initialize);