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.8251,-72.9001)};var g_a7b3a64fe96df308aed969c31fd61260 = new google.maps.Geocoder();g_a7b3a64fe96df308aed969c31fd61260.geocode( { 'address': "220 Albany Turnpike, Canton, CT 06019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-CT-western-union').style.display = '';map = new google.maps.Map(document.getElementById('canton-CT-western-union'), mapOptions);}document.getElementById('91810286').innerHTML += ' | View Map';var $la7b3a64fe96df308aed969c31fd61260 = '

Western Union

Address: 220 Albany Turnpike, Canton, CT 06019, USA
Phone: (860) 693-8329
';var m_a7b3a64fe96df308aed969c31fd61260 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_a7b3a64fe96df308aed969c31fd61260['infowindow'] = new google.maps.InfoWindow({content: $la7b3a64fe96df308aed969c31fd61260});var infowindow = new google.maps.InfoWindow({content: $la7b3a64fe96df308aed969c31fd61260});google.maps.event.addListener(m_a7b3a64fe96df308aed969c31fd61260, 'click', function() {infowindow.open(map,m_a7b3a64fe96df308aed969c31fd61260);});$marker.push(m_a7b3a64fe96df308aed969c31fd61260);}});}google.maps.event.addDomListener(window, 'load', initialize);