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.6732,-72.9424)};var g_1634de7233a62fce6c4cbd4d2c5d87b6 = new google.maps.Geocoder();g_1634de7233a62fce6c4cbd4d2c5d87b6.geocode( { 'address': "254 Main St, Bristol, CT 06010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-CT-c-v-mason-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('bristol-CT-c-v-mason-insurance-agency'), mapOptions);}document.getElementById('aa44a405').innerHTML += ' | View Map';var $l1634de7233a62fce6c4cbd4d2c5d87b6 = '

C V Mason Insurance Agency

Address: 254 Main St, Bristol, CT 06010, USA
Phone: (860) 583-4127
';var m_1634de7233a62fce6c4cbd4d2c5d87b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C V Mason Insurance Agency',});m_1634de7233a62fce6c4cbd4d2c5d87b6['infowindow'] = new google.maps.InfoWindow({content: $l1634de7233a62fce6c4cbd4d2c5d87b6});var infowindow = new google.maps.InfoWindow({content: $l1634de7233a62fce6c4cbd4d2c5d87b6});google.maps.event.addListener(m_1634de7233a62fce6c4cbd4d2c5d87b6, 'click', function() {infowindow.open(map,m_1634de7233a62fce6c4cbd4d2c5d87b6);});$marker.push(m_1634de7233a62fce6c4cbd4d2c5d87b6);}});}google.maps.event.addDomListener(window, 'load', initialize);