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.469,-72.5588)};var g_f2e1762c0a5c8aad02eb289104f0eccc = new google.maps.Geocoder();g_f2e1762c0a5c8aad02eb289104f0eccc.geocode( { 'address': "56 S Dish Mill Rd, Higganum, CT 06441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haddam-CT-arm-associates').style.display = '';map = new google.maps.Map(document.getElementById('haddam-CT-arm-associates'), mapOptions);}document.getElementById('81f283e6').innerHTML += ' | View Map';var $lf2e1762c0a5c8aad02eb289104f0eccc = '

Arm Associates

Address: 56 S Dish Mill Rd, Higganum, CT 06441, USA
Phone: (860) 345-4122
';var m_f2e1762c0a5c8aad02eb289104f0eccc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arm Associates',});m_f2e1762c0a5c8aad02eb289104f0eccc['infowindow'] = new google.maps.InfoWindow({content: $lf2e1762c0a5c8aad02eb289104f0eccc});var infowindow = new google.maps.InfoWindow({content: $lf2e1762c0a5c8aad02eb289104f0eccc});google.maps.event.addListener(m_f2e1762c0a5c8aad02eb289104f0eccc, 'click', function() {infowindow.open(map,m_f2e1762c0a5c8aad02eb289104f0eccc);});$marker.push(m_f2e1762c0a5c8aad02eb289104f0eccc);}});}google.maps.event.addDomListener(window, 'load', initialize);