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.5989,-82.9301)};var g_e13538a1556c413f59514438a436b1fa = new google.maps.Geocoder();g_e13538a1556c413f59514438a436b1fa.geocode( { 'address': "205 Lancaster Pike, Circleville, OH 43113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('circleville-OH-western-union').style.display = '';map = new google.maps.Map(document.getElementById('circleville-OH-western-union'), mapOptions);}document.getElementById('08fe3888').innerHTML += ' | View Map';var $le13538a1556c413f59514438a436b1fa = '

Western Union

Address: 205 Lancaster Pike, Circleville, OH 43113, USA
Phone: (800) 325-6000
';var m_e13538a1556c413f59514438a436b1fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_e13538a1556c413f59514438a436b1fa['infowindow'] = new google.maps.InfoWindow({content: $le13538a1556c413f59514438a436b1fa});var infowindow = new google.maps.InfoWindow({content: $le13538a1556c413f59514438a436b1fa});google.maps.event.addListener(m_e13538a1556c413f59514438a436b1fa, 'click', function() {infowindow.open(map,m_e13538a1556c413f59514438a436b1fa);});$marker.push(m_e13538a1556c413f59514438a436b1fa);}});}google.maps.event.addDomListener(window, 'load', initialize);