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(41.8736,-103.667)};var g_9ceb1bb7533da5123b053a38dea2516c = new google.maps.Geocoder();g_9ceb1bb7533da5123b053a38dea2516c.geocode( { 'address': "220 W 27th St, Scottsbluff, NE 69361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsbluff-NE-western-union').style.display = '';map = new google.maps.Map(document.getElementById('scottsbluff-NE-western-union'), mapOptions);}document.getElementById('5349a8ab').innerHTML += ' | View Map';var $l9ceb1bb7533da5123b053a38dea2516c = '

Western Union

Address: 220 W 27th St, Scottsbluff, NE 69361, USA
Phone: (308) 633-2274
';var m_9ceb1bb7533da5123b053a38dea2516c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_9ceb1bb7533da5123b053a38dea2516c['infowindow'] = new google.maps.InfoWindow({content: $l9ceb1bb7533da5123b053a38dea2516c});var infowindow = new google.maps.InfoWindow({content: $l9ceb1bb7533da5123b053a38dea2516c});google.maps.event.addListener(m_9ceb1bb7533da5123b053a38dea2516c, 'click', function() {infowindow.open(map,m_9ceb1bb7533da5123b053a38dea2516c);});$marker.push(m_9ceb1bb7533da5123b053a38dea2516c);}});}google.maps.event.addDomListener(window, 'load', initialize);