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.795,-75.9675)};var g_4bf475575d642b90d0648cc8cc5cd2dd = new google.maps.Geocoder();g_4bf475575d642b90d0648cc8cc5cd2dd.geocode( { 'address': "205 Center St, Tamaqua, PA 18252, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tamaqua-PA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('tamaqua-PA-western-union'), mapOptions);}document.getElementById('870cc4cd').innerHTML += ' | View Map';var $l4bf475575d642b90d0648cc8cc5cd2dd = '

Western Union

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