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.6184,-70.6424)};var g_4638804c050c420ba53d077442d9f27b = new google.maps.Geocoder();g_4638804c050c420ba53d077442d9f27b.geocode( { 'address': "6 Thatcher Rd, Gloucester, MA 01930, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gloucester-MA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('gloucester-MA-western-union'), mapOptions);}document.getElementById('4e90aa80').innerHTML += ' | View Map';var $l4638804c050c420ba53d077442d9f27b = '

Western Union

Address: 6 Thatcher Rd, Gloucester, MA 01930, USA
Phone: (800) 325-6000
';var m_4638804c050c420ba53d077442d9f27b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_4638804c050c420ba53d077442d9f27b['infowindow'] = new google.maps.InfoWindow({content: $l4638804c050c420ba53d077442d9f27b});var infowindow = new google.maps.InfoWindow({content: $l4638804c050c420ba53d077442d9f27b});google.maps.event.addListener(m_4638804c050c420ba53d077442d9f27b, 'click', function() {infowindow.open(map,m_4638804c050c420ba53d077442d9f27b);});$marker.push(m_4638804c050c420ba53d077442d9f27b);}});}google.maps.event.addDomListener(window, 'load', initialize);