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(46.3583,-94.2157)};var g_d3a13c4d42b71541d38787aef3728181 = new google.maps.Geocoder();g_d3a13c4d42b71541d38787aef3728181.geocode( { 'address': "340 W Washington St, Brainerd, MN 56401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brainerd-MN-western-union').style.display = '';map = new google.maps.Map(document.getElementById('brainerd-MN-western-union'), mapOptions);}document.getElementById('cc5b5d25').innerHTML += ' | View Map';var $ld3a13c4d42b71541d38787aef3728181 = '

Western Union

Address: 340 W Washington St, Brainerd, MN 56401, USA
Phone: (800) 325-6000
';var m_d3a13c4d42b71541d38787aef3728181 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_d3a13c4d42b71541d38787aef3728181['infowindow'] = new google.maps.InfoWindow({content: $ld3a13c4d42b71541d38787aef3728181});var infowindow = new google.maps.InfoWindow({content: $ld3a13c4d42b71541d38787aef3728181});google.maps.event.addListener(m_d3a13c4d42b71541d38787aef3728181, 'click', function() {infowindow.open(map,m_d3a13c4d42b71541d38787aef3728181);});$marker.push(m_d3a13c4d42b71541d38787aef3728181);}});}google.maps.event.addDomListener(window, 'load', initialize);