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.7935,-77.607)};var g_f3bdb23dcfdf1017aab81db7b95beb63 = new google.maps.Geocoder();g_f3bdb23dcfdf1017aab81db7b95beb63.geocode( { 'address': "3018 S Main St, Hemlock, NY 14466, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hemlock-NY-western-union').style.display = '';map = new google.maps.Map(document.getElementById('hemlock-NY-western-union'), mapOptions);}document.getElementById('60483421').innerHTML += ' | View Map';var $lf3bdb23dcfdf1017aab81db7b95beb63 = '

Western Union

Address: 3018 S Main St, Hemlock, NY 14466, USA
Phone:
';var m_f3bdb23dcfdf1017aab81db7b95beb63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_f3bdb23dcfdf1017aab81db7b95beb63['infowindow'] = new google.maps.InfoWindow({content: $lf3bdb23dcfdf1017aab81db7b95beb63});var infowindow = new google.maps.InfoWindow({content: $lf3bdb23dcfdf1017aab81db7b95beb63});google.maps.event.addListener(m_f3bdb23dcfdf1017aab81db7b95beb63, 'click', function() {infowindow.open(map,m_f3bdb23dcfdf1017aab81db7b95beb63);});$marker.push(m_f3bdb23dcfdf1017aab81db7b95beb63);}});}google.maps.event.addDomListener(window, 'load', initialize);