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(42.7012,-73.1106)};var g_4c112afc9b1ebde9d311cca23e8eb2b8 = new google.maps.Geocoder();g_4c112afc9b1ebde9d311cca23e8eb2b8.geocode( { 'address': "45 Veterans Memorial Dr, North Adams, MA 01247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-adams-MA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('north-adams-MA-western-union'), mapOptions);}document.getElementById('0e44a27c').innerHTML += ' | View Map';var $l4c112afc9b1ebde9d311cca23e8eb2b8 = '

Western Union

Address: 45 Veterans Memorial Dr, North Adams, MA 01247, USA
Phone: (800) 325-6000
';var m_4c112afc9b1ebde9d311cca23e8eb2b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_4c112afc9b1ebde9d311cca23e8eb2b8['infowindow'] = new google.maps.InfoWindow({content: $l4c112afc9b1ebde9d311cca23e8eb2b8});var infowindow = new google.maps.InfoWindow({content: $l4c112afc9b1ebde9d311cca23e8eb2b8});google.maps.event.addListener(m_4c112afc9b1ebde9d311cca23e8eb2b8, 'click', function() {infowindow.open(map,m_4c112afc9b1ebde9d311cca23e8eb2b8);});$marker.push(m_4c112afc9b1ebde9d311cca23e8eb2b8);}});}google.maps.event.addDomListener(window, 'load', initialize);