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.7512,-74.9941)};var g_259c28980ebb86888036c87c78c8740a = new google.maps.Geocoder();g_259c28980ebb86888036c87c78c8740a.geocode( { 'address': "26 N Main St, Norwood, NY 13668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwood-NY-western-union').style.display = '';map = new google.maps.Map(document.getElementById('norwood-NY-western-union'), mapOptions);}document.getElementById('91490dff').innerHTML += ' | View Map';var $l259c28980ebb86888036c87c78c8740a = '

Western Union

Address: 26 N Main St, Norwood, NY 13668, USA
Phone:
';var m_259c28980ebb86888036c87c78c8740a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_259c28980ebb86888036c87c78c8740a['infowindow'] = new google.maps.InfoWindow({content: $l259c28980ebb86888036c87c78c8740a});var infowindow = new google.maps.InfoWindow({content: $l259c28980ebb86888036c87c78c8740a});google.maps.event.addListener(m_259c28980ebb86888036c87c78c8740a, 'click', function() {infowindow.open(map,m_259c28980ebb86888036c87c78c8740a);});$marker.push(m_259c28980ebb86888036c87c78c8740a);}});}google.maps.event.addDomListener(window, 'load', initialize);