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.6834,-70.8441)};var g_aff3c300d94898c7b331502997de4431 = new google.maps.Geocoder();g_aff3c300d94898c7b331502997de4431.geocode( { 'address': "114 Central St, Ipswich, MA 01938, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ipswich-MA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('ipswich-MA-western-union'), mapOptions);}document.getElementById('c5dca3d5').innerHTML += ' | View Map';var $laff3c300d94898c7b331502997de4431 = '

Western Union

Address: 114 Central St, Ipswich, MA 01938, USA
Phone: (800) 325-6000
';var m_aff3c300d94898c7b331502997de4431 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_aff3c300d94898c7b331502997de4431['infowindow'] = new google.maps.InfoWindow({content: $laff3c300d94898c7b331502997de4431});var infowindow = new google.maps.InfoWindow({content: $laff3c300d94898c7b331502997de4431});google.maps.event.addListener(m_aff3c300d94898c7b331502997de4431, 'click', function() {infowindow.open(map,m_aff3c300d94898c7b331502997de4431);});$marker.push(m_aff3c300d94898c7b331502997de4431);}});}google.maps.event.addDomListener(window, 'load', initialize);