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(38.227,-86.1347)};var g_01a91ad5c99f94c23d70496aae5c99bd = new google.maps.Geocoder();g_01a91ad5c99f94c23d70496aae5c99bd.geocode( { 'address': "389 Old Capital Plaza N W, Corydon, IN 47112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corydon-IN-western-union').style.display = '';map = new google.maps.Map(document.getElementById('corydon-IN-western-union'), mapOptions);}document.getElementById('ae00d71a').innerHTML += ' | View Map';var $l01a91ad5c99f94c23d70496aae5c99bd = '

Western Union

Address: 389 Old Capital Plaza N W, Corydon, IN 47112, USA
Phone: (800) 325-6000
';var m_01a91ad5c99f94c23d70496aae5c99bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_01a91ad5c99f94c23d70496aae5c99bd['infowindow'] = new google.maps.InfoWindow({content: $l01a91ad5c99f94c23d70496aae5c99bd});var infowindow = new google.maps.InfoWindow({content: $l01a91ad5c99f94c23d70496aae5c99bd});google.maps.event.addListener(m_01a91ad5c99f94c23d70496aae5c99bd, 'click', function() {infowindow.open(map,m_01a91ad5c99f94c23d70496aae5c99bd);});$marker.push(m_01a91ad5c99f94c23d70496aae5c99bd);}});}google.maps.event.addDomListener(window, 'load', initialize);