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.1104,-71.8656)};var g_b506975feca9c81c2e542c25aba47290 = new google.maps.Geocoder();g_b506975feca9c81c2e542c25aba47290.geocode( { 'address': "233 Main St, Oxford, MA 01540, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MA-western-union'), mapOptions);}document.getElementById('8652b86f').innerHTML += ' | View Map';var $lb506975feca9c81c2e542c25aba47290 = '

Western Union

Address: 233 Main St, Oxford, MA 01540, USA
Phone: (508) 987-1430
';var m_b506975feca9c81c2e542c25aba47290 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_b506975feca9c81c2e542c25aba47290['infowindow'] = new google.maps.InfoWindow({content: $lb506975feca9c81c2e542c25aba47290});var infowindow = new google.maps.InfoWindow({content: $lb506975feca9c81c2e542c25aba47290});google.maps.event.addListener(m_b506975feca9c81c2e542c25aba47290, 'click', function() {infowindow.open(map,m_b506975feca9c81c2e542c25aba47290);});$marker.push(m_b506975feca9c81c2e542c25aba47290);}});}google.maps.event.addDomListener(window, 'load', initialize);