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.9392,-71.3028)};var g_816b112c6105b3ebd537828a39af4818 = new google.maps.Geocoder();g_816b112c6105b3ebd537828a39af4818.geocode( { 'address': "8 N Main St, Attleboro, MA 02703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('attleboro-MA-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('attleboro-MA-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('2446209d').innerHTML += ' | View Map';var $l816b112c6105b3ebd537828a39af4818 = '

Merrill Lynch Wealth Management

Address: 8 N Main St, Attleboro, MA 02703
Phone: (508) 226-9270
';var m_816b112c6105b3ebd537828a39af4818 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_816b112c6105b3ebd537828a39af4818['infowindow'] = new google.maps.InfoWindow({content: $l816b112c6105b3ebd537828a39af4818});var infowindow = new google.maps.InfoWindow({content: $l816b112c6105b3ebd537828a39af4818});google.maps.event.addListener(m_816b112c6105b3ebd537828a39af4818, 'click', function() {infowindow.open(map,m_816b112c6105b3ebd537828a39af4818);});$marker.push(m_816b112c6105b3ebd537828a39af4818);}});}google.maps.event.addDomListener(window, 'load', initialize);