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.6463,-72.6017)};var g_a97d35005362f5c0151f1eb257d634ff = new google.maps.Geocoder();g_a97d35005362f5c0151f1eb257d634ff.geocode( { 'address': "290 Main St, South Glastonbury, CT 06073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glastonbury-CT-carollo--associates-pc-cpa').style.display = '';map = new google.maps.Map(document.getElementById('glastonbury-CT-carollo--associates-pc-cpa'), mapOptions);}document.getElementById('b78454ed').innerHTML += ' | View Map';var $la97d35005362f5c0151f1eb257d634ff = '

Carollo & Associates PC CPA

Address: 290 Main St, South Glastonbury, CT 06073, USA
Phone: (860) 633-8300
';var m_a97d35005362f5c0151f1eb257d634ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carollo & Associates PC CPA',});m_a97d35005362f5c0151f1eb257d634ff['infowindow'] = new google.maps.InfoWindow({content: $la97d35005362f5c0151f1eb257d634ff});var infowindow = new google.maps.InfoWindow({content: $la97d35005362f5c0151f1eb257d634ff});google.maps.event.addListener(m_a97d35005362f5c0151f1eb257d634ff, 'click', function() {infowindow.open(map,m_a97d35005362f5c0151f1eb257d634ff);});$marker.push(m_a97d35005362f5c0151f1eb257d634ff);}});}google.maps.event.addDomListener(window, 'load', initialize);