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(41.1212,-75.3726)};var g_78a2d85cb7b5e541fa79fb2896fbb533 = new google.maps.Geocoder();g_78a2d85cb7b5e541fa79fb2896fbb533.geocode( { 'address': "601 PA-940, Mt Pocono, PA 18344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-pocono-PA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('mount-pocono-PA-western-union'), mapOptions);}document.getElementById('33084d17').innerHTML += ' | View Map';var $l78a2d85cb7b5e541fa79fb2896fbb533 = '

Western Union

Address: 601 PA-940, Mt Pocono, PA 18344, USA
Phone: (800) 325-6000
';var m_78a2d85cb7b5e541fa79fb2896fbb533 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_78a2d85cb7b5e541fa79fb2896fbb533['infowindow'] = new google.maps.InfoWindow({content: $l78a2d85cb7b5e541fa79fb2896fbb533});var infowindow = new google.maps.InfoWindow({content: $l78a2d85cb7b5e541fa79fb2896fbb533});google.maps.event.addListener(m_78a2d85cb7b5e541fa79fb2896fbb533, 'click', function() {infowindow.open(map,m_78a2d85cb7b5e541fa79fb2896fbb533);});$marker.push(m_78a2d85cb7b5e541fa79fb2896fbb533);}});}google.maps.event.addDomListener(window, 'load', initialize);