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.168,-80.1127)};var g_5cbccb3b4a7d7b2cf129759a3d9a8cf6 = new google.maps.Geocoder();g_5cbccb3b4a7d7b2cf129759a3d9a8cf6.geocode( { 'address': "41 Pine Grove Square, Grove City, PA 16127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grove-city-PA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('grove-city-PA-western-union'), mapOptions);}document.getElementById('d04f2ef3').innerHTML += ' | View Map';var $l5cbccb3b4a7d7b2cf129759a3d9a8cf6 = '

Western Union

Address: 41 Pine Grove Square, Grove City, PA 16127, USA
Phone: (724) 458-5880
';var m_5cbccb3b4a7d7b2cf129759a3d9a8cf6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_5cbccb3b4a7d7b2cf129759a3d9a8cf6['infowindow'] = new google.maps.InfoWindow({content: $l5cbccb3b4a7d7b2cf129759a3d9a8cf6});var infowindow = new google.maps.InfoWindow({content: $l5cbccb3b4a7d7b2cf129759a3d9a8cf6});google.maps.event.addListener(m_5cbccb3b4a7d7b2cf129759a3d9a8cf6, 'click', function() {infowindow.open(map,m_5cbccb3b4a7d7b2cf129759a3d9a8cf6);});$marker.push(m_5cbccb3b4a7d7b2cf129759a3d9a8cf6);}});}google.maps.event.addDomListener(window, 'load', initialize);