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(32.8919,-92.2323)};var g_97af07a14cacba681feacf3012730892 = new google.maps.Geocoder();g_97af07a14cacba681feacf3012730892.geocode( { 'address': "280 Main St, Marion, LA 71260, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-LA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('marion-LA-western-union'), mapOptions);}document.getElementById('7840bae5').innerHTML += ' | View Map';var $l97af07a14cacba681feacf3012730892 = '

Western Union

Address: 280 Main St, Marion, LA 71260, USA
Phone: (800) 325-6000
';var m_97af07a14cacba681feacf3012730892 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_97af07a14cacba681feacf3012730892['infowindow'] = new google.maps.InfoWindow({content: $l97af07a14cacba681feacf3012730892});var infowindow = new google.maps.InfoWindow({content: $l97af07a14cacba681feacf3012730892});google.maps.event.addListener(m_97af07a14cacba681feacf3012730892, 'click', function() {infowindow.open(map,m_97af07a14cacba681feacf3012730892);});$marker.push(m_97af07a14cacba681feacf3012730892);}});}google.maps.event.addDomListener(window, 'load', initialize);