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(40.6777,-75.2623)};var g_431d3c0ba119e7d5519b3568afb08ce9 = new google.maps.Geocoder();g_431d3c0ba119e7d5519b3568afb08ce9.geocode( { 'address': "3011 William Penn Hwy, Easton, PA 18045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easton-PA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('easton-PA-western-union'), mapOptions);}document.getElementById('528c4dbd').innerHTML += ' | View Map';var $l431d3c0ba119e7d5519b3568afb08ce9 = '

Western Union

Address: 3011 William Penn Hwy, Easton, PA 18045, USA
Phone: (800) 325-6000
';var m_431d3c0ba119e7d5519b3568afb08ce9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_431d3c0ba119e7d5519b3568afb08ce9['infowindow'] = new google.maps.InfoWindow({content: $l431d3c0ba119e7d5519b3568afb08ce9});var infowindow = new google.maps.InfoWindow({content: $l431d3c0ba119e7d5519b3568afb08ce9});google.maps.event.addListener(m_431d3c0ba119e7d5519b3568afb08ce9, 'click', function() {infowindow.open(map,m_431d3c0ba119e7d5519b3568afb08ce9);});$marker.push(m_431d3c0ba119e7d5519b3568afb08ce9);}});}google.maps.event.addDomListener(window, 'load', initialize);