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.7118,-72.8393)};var g_2a962e143137bda7a60420406dcb4fc0 = new google.maps.Geocoder();g_2a962e143137bda7a60420406dcb4fc0.geocode( { 'address': "1125 Farmington Ave, Farmington, CT 06032"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-CT-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('farmington-CT-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('623eac2a').innerHTML += ' | View Map';var $l2a962e143137bda7a60420406dcb4fc0 = '

Merrill Lynch Wealth Management

Address: 1125 Farmington Ave, Farmington, CT 06032
Phone: (860) 284-2220
';var m_2a962e143137bda7a60420406dcb4fc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_2a962e143137bda7a60420406dcb4fc0['infowindow'] = new google.maps.InfoWindow({content: $l2a962e143137bda7a60420406dcb4fc0});var infowindow = new google.maps.InfoWindow({content: $l2a962e143137bda7a60420406dcb4fc0});google.maps.event.addListener(m_2a962e143137bda7a60420406dcb4fc0, 'click', function() {infowindow.open(map,m_2a962e143137bda7a60420406dcb4fc0);});$marker.push(m_2a962e143137bda7a60420406dcb4fc0);}});}google.maps.event.addDomListener(window, 'load', initialize);