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.176,-71.1129)};var g_4818aa4f492207f5e434cc6c5c4161bb = new google.maps.Geocoder();g_4818aa4f492207f5e434cc6c5c4161bb.geocode( { 'address': "295 Turnpike St # 3RM, Canton, MA 02021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MA-inifinty-group').style.display = '';map = new google.maps.Map(document.getElementById('canton-MA-inifinty-group'), mapOptions);}document.getElementById('61a27acc').innerHTML += ' | View Map';var $l4818aa4f492207f5e434cc6c5c4161bb = '

Inifinty Group

Address: 295 Turnpike St # 3RM, Canton, MA 02021, USA
Phone: (781) 828-2700
';var m_4818aa4f492207f5e434cc6c5c4161bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inifinty Group',});m_4818aa4f492207f5e434cc6c5c4161bb['infowindow'] = new google.maps.InfoWindow({content: $l4818aa4f492207f5e434cc6c5c4161bb});var infowindow = new google.maps.InfoWindow({content: $l4818aa4f492207f5e434cc6c5c4161bb});google.maps.event.addListener(m_4818aa4f492207f5e434cc6c5c4161bb, 'click', function() {infowindow.open(map,m_4818aa4f492207f5e434cc6c5c4161bb);});$marker.push(m_4818aa4f492207f5e434cc6c5c4161bb);}});}google.maps.event.addDomListener(window, 'load', initialize);