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.7738,-71.0823)};var g_a712b46e7ec20ac3524696680b85a5ae = new google.maps.Geocoder();g_a712b46e7ec20ac3524696680b85a5ae.geocode( { 'address': "25 Washington Square, Haverhill, MA 01830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haverhill-MA-business-capital-of-new-england').style.display = '';map = new google.maps.Map(document.getElementById('haverhill-MA-business-capital-of-new-england'), mapOptions);}document.getElementById('0f6470ac').innerHTML += ' | View Map';var $la712b46e7ec20ac3524696680b85a5ae = '

Business Capital of New England

Address: 25 Washington Square, Haverhill, MA 01830, USA
Phone: (978) 241-7112
';var m_a712b46e7ec20ac3524696680b85a5ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Business Capital of New England',});m_a712b46e7ec20ac3524696680b85a5ae['infowindow'] = new google.maps.InfoWindow({content: $la712b46e7ec20ac3524696680b85a5ae});var infowindow = new google.maps.InfoWindow({content: $la712b46e7ec20ac3524696680b85a5ae});google.maps.event.addListener(m_a712b46e7ec20ac3524696680b85a5ae, 'click', function() {infowindow.open(map,m_a712b46e7ec20ac3524696680b85a5ae);});$marker.push(m_a712b46e7ec20ac3524696680b85a5ae);}});}google.maps.event.addDomListener(window, 'load', initialize);