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(41.6668,-72.6399)};var g_51c722b4c99812d450b628f38461408e = new google.maps.Geocoder();g_51c722b4c99812d450b628f38461408e.geocode( { 'address': "2264 Silas Deane Hwy, Rocky Hill, CT 06067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rocky-hill-CT-advance-smart').style.display = '';map = new google.maps.Map(document.getElementById('rocky-hill-CT-advance-smart'), mapOptions);}document.getElementById('98bb2b1e').innerHTML += ' | View Map';var $l51c722b4c99812d450b628f38461408e = '

Advance Smart

Address: 2264 Silas Deane Hwy, Rocky Hill, CT 06067, USA
Phone: (855) 249-7627
';var m_51c722b4c99812d450b628f38461408e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance Smart',});m_51c722b4c99812d450b628f38461408e['infowindow'] = new google.maps.InfoWindow({content: $l51c722b4c99812d450b628f38461408e});var infowindow = new google.maps.InfoWindow({content: $l51c722b4c99812d450b628f38461408e});google.maps.event.addListener(m_51c722b4c99812d450b628f38461408e, 'click', function() {infowindow.open(map,m_51c722b4c99812d450b628f38461408e);});$marker.push(m_51c722b4c99812d450b628f38461408e);}});}google.maps.event.addDomListener(window, 'load', initialize);