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.6078,-72.7701)};var g_1d7cbd82c1dd14a21dd46d9fa935361a = new google.maps.Geocoder();g_1d7cbd82c1dd14a21dd46d9fa935361a.geocode( { 'address': "279 New Britain Rd, Berlin, CT 06037"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berlin-CT-capital-concepts').style.display = '';map = new google.maps.Map(document.getElementById('berlin-CT-capital-concepts'), mapOptions);}document.getElementById('998a3f19').innerHTML += ' | View Map';var $l1d7cbd82c1dd14a21dd46d9fa935361a = '

Capital Concepts

Address: 279 New Britain Rd, Berlin, CT 06037
Phone: (860) 828-8015
';var m_1d7cbd82c1dd14a21dd46d9fa935361a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Concepts',});m_1d7cbd82c1dd14a21dd46d9fa935361a['infowindow'] = new google.maps.InfoWindow({content: $l1d7cbd82c1dd14a21dd46d9fa935361a});var infowindow = new google.maps.InfoWindow({content: $l1d7cbd82c1dd14a21dd46d9fa935361a});google.maps.event.addListener(m_1d7cbd82c1dd14a21dd46d9fa935361a, 'click', function() {infowindow.open(map,m_1d7cbd82c1dd14a21dd46d9fa935361a);});$marker.push(m_1d7cbd82c1dd14a21dd46d9fa935361a);}});}google.maps.event.addDomListener(window, 'load', initialize);