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.8566,-72.4371)};var g_482644a36c43e375a079b85e1fb79107 = new google.maps.Geocoder();g_482644a36c43e375a079b85e1fb79107.geocode( { 'address': "1216 Hartford Turnpike, Vernon, CT 06066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vernon-CT-signalending').style.display = '';map = new google.maps.Map(document.getElementById('vernon-CT-signalending'), mapOptions);}document.getElementById('62e1d918').innerHTML += ' | View Map';var $l482644a36c43e375a079b85e1fb79107 = '

Signalending

Address: 1216 Hartford Turnpike, Vernon, CT 06066, USA
Phone: (860) 454-8114
';var m_482644a36c43e375a079b85e1fb79107 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Signalending',});m_482644a36c43e375a079b85e1fb79107['infowindow'] = new google.maps.InfoWindow({content: $l482644a36c43e375a079b85e1fb79107});var infowindow = new google.maps.InfoWindow({content: $l482644a36c43e375a079b85e1fb79107});google.maps.event.addListener(m_482644a36c43e375a079b85e1fb79107, 'click', function() {infowindow.open(map,m_482644a36c43e375a079b85e1fb79107);});$marker.push(m_482644a36c43e375a079b85e1fb79107);}});}google.maps.event.addDomListener(window, 'load', initialize);