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(39.8238,-84.9277)};var g_a8e5c7033c85078840e2cd7967df0493 = new google.maps.Geocoder();g_a8e5c7033c85078840e2cd7967df0493.geocode( { 'address': "1815 National Rd West, Richmond, IN 47374, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-IN-western-union').style.display = '';map = new google.maps.Map(document.getElementById('richmond-IN-western-union'), mapOptions);}document.getElementById('38753baa').innerHTML += ' | View Map';var $la8e5c7033c85078840e2cd7967df0493 = '

Western Union

Address: 1815 National Rd West, Richmond, IN 47374, USA
Phone: (800) 325-6000
';var m_a8e5c7033c85078840e2cd7967df0493 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_a8e5c7033c85078840e2cd7967df0493['infowindow'] = new google.maps.InfoWindow({content: $la8e5c7033c85078840e2cd7967df0493});var infowindow = new google.maps.InfoWindow({content: $la8e5c7033c85078840e2cd7967df0493});google.maps.event.addListener(m_a8e5c7033c85078840e2cd7967df0493, 'click', function() {infowindow.open(map,m_a8e5c7033c85078840e2cd7967df0493);});$marker.push(m_a8e5c7033c85078840e2cd7967df0493);}});}google.maps.event.addDomListener(window, 'load', initialize);