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(45.0138,-69.2884)};var g_385503d4997dd47081bbb6f488c5902c = new google.maps.Geocoder();g_385503d4997dd47081bbb6f488c5902c.geocode( { 'address': "188 Spring St, Dexter, ME 04930, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dexter-ME-western-union').style.display = '';map = new google.maps.Map(document.getElementById('dexter-ME-western-union'), mapOptions);}document.getElementById('3f66398f').innerHTML += ' | View Map';var $l385503d4997dd47081bbb6f488c5902c = '

Western Union

Address: 188 Spring St, Dexter, ME 04930, USA
Phone: (800) 325-6000
';var m_385503d4997dd47081bbb6f488c5902c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_385503d4997dd47081bbb6f488c5902c['infowindow'] = new google.maps.InfoWindow({content: $l385503d4997dd47081bbb6f488c5902c});var infowindow = new google.maps.InfoWindow({content: $l385503d4997dd47081bbb6f488c5902c});google.maps.event.addListener(m_385503d4997dd47081bbb6f488c5902c, 'click', function() {infowindow.open(map,m_385503d4997dd47081bbb6f488c5902c);});$marker.push(m_385503d4997dd47081bbb6f488c5902c);}});}google.maps.event.addDomListener(window, 'load', initialize);