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.1672,-70.8889)};var g_1232513f636a11a02307183a22e9de6a = new google.maps.Geocoder();g_1232513f636a11a02307183a22e9de6a.geocode( { 'address': "55 Accord Park Dr # 1, Rockland, MA 02370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockland-MA-inofin').style.display = '';map = new google.maps.Map(document.getElementById('rockland-MA-inofin'), mapOptions);}document.getElementById('cba0d4fa').innerHTML += ' | View Map';var $l1232513f636a11a02307183a22e9de6a = '

Inofin

Address: 55 Accord Park Dr # 1, Rockland, MA 02370, USA
Phone: (781) 878-3399
';var m_1232513f636a11a02307183a22e9de6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inofin',});m_1232513f636a11a02307183a22e9de6a['infowindow'] = new google.maps.InfoWindow({content: $l1232513f636a11a02307183a22e9de6a});var infowindow = new google.maps.InfoWindow({content: $l1232513f636a11a02307183a22e9de6a});google.maps.event.addListener(m_1232513f636a11a02307183a22e9de6a, 'click', function() {infowindow.open(map,m_1232513f636a11a02307183a22e9de6a);});$marker.push(m_1232513f636a11a02307183a22e9de6a);}});}google.maps.event.addDomListener(window, 'load', initialize);