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(44.039,-75.9026)};var g_9b3faf8981cc8780667e9fa12c5c4b28 = new google.maps.Geocoder();g_9b3faf8981cc8780667e9fa12c5c4b28.geocode( { 'address': "23582 NY-342, Watertown, NY 13601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watertown-NY-western-union').style.display = '';map = new google.maps.Map(document.getElementById('watertown-NY-western-union'), mapOptions);}document.getElementById('e87e49a0').innerHTML += ' | View Map';var $l9b3faf8981cc8780667e9fa12c5c4b28 = '

Western Union

Address: 23582 NY-342, Watertown, NY 13601, USA
Phone:
';var m_9b3faf8981cc8780667e9fa12c5c4b28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_9b3faf8981cc8780667e9fa12c5c4b28['infowindow'] = new google.maps.InfoWindow({content: $l9b3faf8981cc8780667e9fa12c5c4b28});var infowindow = new google.maps.InfoWindow({content: $l9b3faf8981cc8780667e9fa12c5c4b28});google.maps.event.addListener(m_9b3faf8981cc8780667e9fa12c5c4b28, 'click', function() {infowindow.open(map,m_9b3faf8981cc8780667e9fa12c5c4b28);});$marker.push(m_9b3faf8981cc8780667e9fa12c5c4b28);}});}google.maps.event.addDomListener(window, 'load', initialize);