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(44.6565,-83.2953)};var g_386b14d0d9d123e14426b4c51316c8d7 = new google.maps.Geocoder();g_386b14d0d9d123e14426b4c51316c8d7.geocode( { 'address': "117 E Main St, Harrisville, MI 48740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisville-MI-western-union').style.display = '';map = new google.maps.Map(document.getElementById('harrisville-MI-western-union'), mapOptions);}document.getElementById('185d0a73').innerHTML += ' | View Map';var $l386b14d0d9d123e14426b4c51316c8d7 = '

Western Union

Address: 117 E Main St, Harrisville, MI 48740, USA
Phone: (989) 724-5178
';var m_386b14d0d9d123e14426b4c51316c8d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_386b14d0d9d123e14426b4c51316c8d7['infowindow'] = new google.maps.InfoWindow({content: $l386b14d0d9d123e14426b4c51316c8d7});var infowindow = new google.maps.InfoWindow({content: $l386b14d0d9d123e14426b4c51316c8d7});google.maps.event.addListener(m_386b14d0d9d123e14426b4c51316c8d7, 'click', function() {infowindow.open(map,m_386b14d0d9d123e14426b4c51316c8d7);});$marker.push(m_386b14d0d9d123e14426b4c51316c8d7);}});}google.maps.event.addDomListener(window, 'load', initialize);