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.3511,-72.1082)};var g_dda2dd734c4c0462ae1c37edd01d5bcd = new google.maps.Geocoder();g_dda2dd734c4c0462ae1c37edd01d5bcd.geocode( { 'address': "100 Eugene Oneill Dr, New London, CT 06320"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-london-CT-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('new-london-CT-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('e72c0606').innerHTML += ' | View Map';var $ldda2dd734c4c0462ae1c37edd01d5bcd = '

Merrill Lynch Wealth Management

Address: 100 Eugene Oneill Dr, New London, CT 06320
Phone: (860) 447-7417
';var m_dda2dd734c4c0462ae1c37edd01d5bcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_dda2dd734c4c0462ae1c37edd01d5bcd['infowindow'] = new google.maps.InfoWindow({content: $ldda2dd734c4c0462ae1c37edd01d5bcd});var infowindow = new google.maps.InfoWindow({content: $ldda2dd734c4c0462ae1c37edd01d5bcd});google.maps.event.addListener(m_dda2dd734c4c0462ae1c37edd01d5bcd, 'click', function() {infowindow.open(map,m_dda2dd734c4c0462ae1c37edd01d5bcd);});$marker.push(m_dda2dd734c4c0462ae1c37edd01d5bcd);}});}google.maps.event.addDomListener(window, 'load', initialize);