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(42.7045,-71.1454)};var g_0f1dbf5a0e96e21be02e894575ae5b7d = new google.maps.Geocoder();g_0f1dbf5a0e96e21be02e894575ae5b7d.geocode( { 'address': "354 Merrimack St #331, Lawrence, MA 01843, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawrence-MA-legal-rights-advocates-pllc').style.display = '';map = new google.maps.Map(document.getElementById('lawrence-MA-legal-rights-advocates-pllc'), mapOptions);}document.getElementById('6d136830').innerHTML += ' | View Map';var $l0f1dbf5a0e96e21be02e894575ae5b7d = '

Legal Rights Advocates Pllc

Address: 354 Merrimack St #331, Lawrence, MA 01843, USA
Phone: (855) 254-7841
';var m_0f1dbf5a0e96e21be02e894575ae5b7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legal Rights Advocates Pllc',});m_0f1dbf5a0e96e21be02e894575ae5b7d['infowindow'] = new google.maps.InfoWindow({content: $l0f1dbf5a0e96e21be02e894575ae5b7d});var infowindow = new google.maps.InfoWindow({content: $l0f1dbf5a0e96e21be02e894575ae5b7d});google.maps.event.addListener(m_0f1dbf5a0e96e21be02e894575ae5b7d, 'click', function() {infowindow.open(map,m_0f1dbf5a0e96e21be02e894575ae5b7d);});$marker.push(m_0f1dbf5a0e96e21be02e894575ae5b7d);}});}google.maps.event.addDomListener(window, 'load', initialize);