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.3025,-72.6112)};var g_dfc950e54b3571b5ab169194a7b90a19 = new google.maps.Geocoder();g_dfc950e54b3571b5ab169194a7b90a19.geocode( { 'address': "71 Bradley Rd, Madison, CT 06443"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-CT-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('madison-CT-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('55535eb5').innerHTML += ' | View Map';var $ldfc950e54b3571b5ab169194a7b90a19 = '

Merrill Lynch Wealth Management

Address: 71 Bradley Rd, Madison, CT 06443
Phone: (203) 318-3702
';var m_dfc950e54b3571b5ab169194a7b90a19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_dfc950e54b3571b5ab169194a7b90a19['infowindow'] = new google.maps.InfoWindow({content: $ldfc950e54b3571b5ab169194a7b90a19});var infowindow = new google.maps.InfoWindow({content: $ldfc950e54b3571b5ab169194a7b90a19});google.maps.event.addListener(m_dfc950e54b3571b5ab169194a7b90a19, 'click', function() {infowindow.open(map,m_dfc950e54b3571b5ab169194a7b90a19);});$marker.push(m_dfc950e54b3571b5ab169194a7b90a19);}});}google.maps.event.addDomListener(window, 'load', initialize);