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.8349,-72.5713)};var g_a914b1e71e6e3bd7726013f2c18dd500 = new google.maps.Geocoder();g_a914b1e71e6e3bd7726013f2c18dd500.geocode( { 'address': "22 Morgan Farms Dr, South Windsor, CT 06074"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-windsor-CT-the-deming-agency').style.display = '';map = new google.maps.Map(document.getElementById('south-windsor-CT-the-deming-agency'), mapOptions);}document.getElementById('d1337e60').innerHTML += ' | View Map';var $la914b1e71e6e3bd7726013f2c18dd500 = '

The Deming Agency

Address: 22 Morgan Farms Dr, South Windsor, CT 06074
Phone: (860) 644-6507
';var m_a914b1e71e6e3bd7726013f2c18dd500 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Deming Agency',});m_a914b1e71e6e3bd7726013f2c18dd500['infowindow'] = new google.maps.InfoWindow({content: $la914b1e71e6e3bd7726013f2c18dd500});var infowindow = new google.maps.InfoWindow({content: $la914b1e71e6e3bd7726013f2c18dd500});google.maps.event.addListener(m_a914b1e71e6e3bd7726013f2c18dd500, 'click', function() {infowindow.open(map,m_a914b1e71e6e3bd7726013f2c18dd500);});$marker.push(m_a914b1e71e6e3bd7726013f2c18dd500);}});}google.maps.event.addDomListener(window, 'load', initialize);