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.6285,-71.3568)};var g_f208c356cffc03007c51918a76834f02 = new google.maps.Geocoder();g_f208c356cffc03007c51918a76834f02.geocode( { 'address': "1115 Westford St, Lowell, MA 01851, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lowell-MA-anstiss--co-pc').style.display = '';map = new google.maps.Map(document.getElementById('lowell-MA-anstiss--co-pc'), mapOptions);}document.getElementById('50bd00be').innerHTML += ' | View Map';var $lf208c356cffc03007c51918a76834f02 = '

Anstiss & Co., PC.

Address: 1115 Westford St, Lowell, MA 01851, USA
Phone: (978) 452-2500
';var m_f208c356cffc03007c51918a76834f02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Anstiss & Co., PC.',});m_f208c356cffc03007c51918a76834f02['infowindow'] = new google.maps.InfoWindow({content: $lf208c356cffc03007c51918a76834f02});var infowindow = new google.maps.InfoWindow({content: $lf208c356cffc03007c51918a76834f02});google.maps.event.addListener(m_f208c356cffc03007c51918a76834f02, 'click', function() {infowindow.open(map,m_f208c356cffc03007c51918a76834f02);});$marker.push(m_f208c356cffc03007c51918a76834f02);}});}google.maps.event.addDomListener(window, 'load', initialize);