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.7118,-72.8393)};var g_61d11278e40c04c1a4b014546772dcf8 = new google.maps.Geocoder();g_61d11278e40c04c1a4b014546772dcf8.geocode( { 'address': "20 Waterside Dr, Farmington, CT 06032"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-CT-royal-alliance-associates').style.display = '';map = new google.maps.Map(document.getElementById('farmington-CT-royal-alliance-associates'), mapOptions);}document.getElementById('32298e9e').innerHTML += ' | View Map';var $l61d11278e40c04c1a4b014546772dcf8 = '

Royal Alliance Associates

Address: 20 Waterside Dr, Farmington, CT 06032
Phone: (860) 321-3012
';var m_61d11278e40c04c1a4b014546772dcf8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Alliance Associates',});m_61d11278e40c04c1a4b014546772dcf8['infowindow'] = new google.maps.InfoWindow({content: $l61d11278e40c04c1a4b014546772dcf8});var infowindow = new google.maps.InfoWindow({content: $l61d11278e40c04c1a4b014546772dcf8});google.maps.event.addListener(m_61d11278e40c04c1a4b014546772dcf8, 'click', function() {infowindow.open(map,m_61d11278e40c04c1a4b014546772dcf8);});$marker.push(m_61d11278e40c04c1a4b014546772dcf8);}});}google.maps.event.addDomListener(window, 'load', initialize);