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.3341,-83.0161)};var g_0df840aed5f513a02964d0c27bc4f277 = new google.maps.Geocoder();g_0df840aed5f513a02964d0c27bc4f277.geocode( { 'address': "1165 Western Ave, Chillicothe, OH 45601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chillicothe-OH-western-union').style.display = '';map = new google.maps.Map(document.getElementById('chillicothe-OH-western-union'), mapOptions);}document.getElementById('a782bd02').innerHTML += ' | View Map';var $l0df840aed5f513a02964d0c27bc4f277 = '

Western Union

Address: 1165 Western Ave, Chillicothe, OH 45601, USA
Phone: (800) 325-6000
';var m_0df840aed5f513a02964d0c27bc4f277 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_0df840aed5f513a02964d0c27bc4f277['infowindow'] = new google.maps.InfoWindow({content: $l0df840aed5f513a02964d0c27bc4f277});var infowindow = new google.maps.InfoWindow({content: $l0df840aed5f513a02964d0c27bc4f277});google.maps.event.addListener(m_0df840aed5f513a02964d0c27bc4f277, 'click', function() {infowindow.open(map,m_0df840aed5f513a02964d0c27bc4f277);});$marker.push(m_0df840aed5f513a02964d0c27bc4f277);}});}google.maps.event.addDomListener(window, 'load', initialize);