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.0124,-76.8445)};var g_81081dfe132949daea41ab323c81147c = new google.maps.Geocoder();g_81081dfe132949daea41ab323c81147c.geocode( { 'address': "555 Mahoning St, Milton, PA 17847, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milton-PA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('milton-PA-western-union'), mapOptions);}document.getElementById('e6ac39a8').innerHTML += ' | View Map';var $l81081dfe132949daea41ab323c81147c = '

Western Union

Address: 555 Mahoning St, Milton, PA 17847, USA
Phone: (800) 325-6000
';var m_81081dfe132949daea41ab323c81147c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_81081dfe132949daea41ab323c81147c['infowindow'] = new google.maps.InfoWindow({content: $l81081dfe132949daea41ab323c81147c});var infowindow = new google.maps.InfoWindow({content: $l81081dfe132949daea41ab323c81147c});google.maps.event.addListener(m_81081dfe132949daea41ab323c81147c, 'click', function() {infowindow.open(map,m_81081dfe132949daea41ab323c81147c);});$marker.push(m_81081dfe132949daea41ab323c81147c);}});}google.maps.event.addDomListener(window, 'load', initialize);