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.8698,-93.9883)};var g_cbc8f8b391c0dd5d5b55b30862a36b85 = new google.maps.Geocoder();g_cbc8f8b391c0dd5d5b55b30862a36b85.geocode( { 'address': "405 S Pine St, Vivian, LA 71082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vivian-LA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('vivian-LA-western-union'), mapOptions);}document.getElementById('7e586ab0').innerHTML += ' | View Map';var $lcbc8f8b391c0dd5d5b55b30862a36b85 = '

Western Union

Address: 405 S Pine St, Vivian, LA 71082, USA
Phone: (800) 325-6000
';var m_cbc8f8b391c0dd5d5b55b30862a36b85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_cbc8f8b391c0dd5d5b55b30862a36b85['infowindow'] = new google.maps.InfoWindow({content: $lcbc8f8b391c0dd5d5b55b30862a36b85});var infowindow = new google.maps.InfoWindow({content: $lcbc8f8b391c0dd5d5b55b30862a36b85});google.maps.event.addListener(m_cbc8f8b391c0dd5d5b55b30862a36b85, 'click', function() {infowindow.open(map,m_cbc8f8b391c0dd5d5b55b30862a36b85);});$marker.push(m_cbc8f8b391c0dd5d5b55b30862a36b85);}});}google.maps.event.addDomListener(window, 'load', initialize);