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(41.4682,-81.514)};var g_3cdd0dfecaa8127d1a556f21f96500d7 = new google.maps.Geocoder();g_3cdd0dfecaa8127d1a556f21f96500d7.geocode( { 'address': "3201 Enterprise Pkwy., Suite 450, Beachwood, OH 44122"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beachwood-OH-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('beachwood-OH-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('a411b5f3').innerHTML += ' | View Map';var $l3cdd0dfecaa8127d1a556f21f96500d7 = '

Merrill Lynch Wealth Management

Address: 3201 Enterprise Pkwy., Suite 450, Beachwood, OH 44122
Phone: (216) 378-5767
';var m_3cdd0dfecaa8127d1a556f21f96500d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_3cdd0dfecaa8127d1a556f21f96500d7['infowindow'] = new google.maps.InfoWindow({content: $l3cdd0dfecaa8127d1a556f21f96500d7});var infowindow = new google.maps.InfoWindow({content: $l3cdd0dfecaa8127d1a556f21f96500d7});google.maps.event.addListener(m_3cdd0dfecaa8127d1a556f21f96500d7, 'click', function() {infowindow.open(map,m_3cdd0dfecaa8127d1a556f21f96500d7);});$marker.push(m_3cdd0dfecaa8127d1a556f21f96500d7);}});}google.maps.event.addDomListener(window, 'load', initialize);