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.9231,-76.5839)};var g_bb80a3037149c2f464b34de04d214dbd = new google.maps.Geocoder();g_bb80a3037149c2f464b34de04d214dbd.geocode( { 'address': "301 Genesee St, Auburn, NY 13021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-NY-western-union').style.display = '';map = new google.maps.Map(document.getElementById('auburn-NY-western-union'), mapOptions);}document.getElementById('eb650847').innerHTML += ' | View Map';var $lbb80a3037149c2f464b34de04d214dbd = '

Western Union

Address: 301 Genesee St, Auburn, NY 13021, USA
Phone: (800) 325-6000
';var m_bb80a3037149c2f464b34de04d214dbd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_bb80a3037149c2f464b34de04d214dbd['infowindow'] = new google.maps.InfoWindow({content: $lbb80a3037149c2f464b34de04d214dbd});var infowindow = new google.maps.InfoWindow({content: $lbb80a3037149c2f464b34de04d214dbd});google.maps.event.addListener(m_bb80a3037149c2f464b34de04d214dbd, 'click', function() {infowindow.open(map,m_bb80a3037149c2f464b34de04d214dbd);});$marker.push(m_bb80a3037149c2f464b34de04d214dbd);}});}google.maps.event.addDomListener(window, 'load', initialize);