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.5942,-95.2681)};var g_e780a5d10204ac214c7a8b63c7e982e8 = new google.maps.Geocoder();g_e780a5d10204ac214c7a8b63c7e982e8.geocode( { 'address': "1445 S Main St, Ottawa, KS 66067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ottawa-KS-western-union').style.display = '';map = new google.maps.Map(document.getElementById('ottawa-KS-western-union'), mapOptions);}document.getElementById('9b6df36d').innerHTML += ' | View Map';var $le780a5d10204ac214c7a8b63c7e982e8 = '

Western Union

Address: 1445 S Main St, Ottawa, KS 66067, USA
Phone: (800) 325-6000
';var m_e780a5d10204ac214c7a8b63c7e982e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_e780a5d10204ac214c7a8b63c7e982e8['infowindow'] = new google.maps.InfoWindow({content: $le780a5d10204ac214c7a8b63c7e982e8});var infowindow = new google.maps.InfoWindow({content: $le780a5d10204ac214c7a8b63c7e982e8});google.maps.event.addListener(m_e780a5d10204ac214c7a8b63c7e982e8, 'click', function() {infowindow.open(map,m_e780a5d10204ac214c7a8b63c7e982e8);});$marker.push(m_e780a5d10204ac214c7a8b63c7e982e8);}});}google.maps.event.addDomListener(window, 'load', initialize);