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(33.1964,-80.5996)};var g_7a004c2d871695cb9da2e50386270531 = new google.maps.Geocoder();g_7a004c2d871695cb9da2e50386270531.geocode( { 'address': "5982 W Jim Bilton Blvd, St George, SC 29477, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-george-SC-western-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-george-SC-western-union'), mapOptions);}document.getElementById('ff6cd9a3').innerHTML += ' | View Map';var $l7a004c2d871695cb9da2e50386270531 = '

Western Union

Address: 5982 W Jim Bilton Blvd, St George, SC 29477, USA
Phone: (843) 563-2311
';var m_7a004c2d871695cb9da2e50386270531 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_7a004c2d871695cb9da2e50386270531['infowindow'] = new google.maps.InfoWindow({content: $l7a004c2d871695cb9da2e50386270531});var infowindow = new google.maps.InfoWindow({content: $l7a004c2d871695cb9da2e50386270531});google.maps.event.addListener(m_7a004c2d871695cb9da2e50386270531, 'click', function() {infowindow.open(map,m_7a004c2d871695cb9da2e50386270531);});$marker.push(m_7a004c2d871695cb9da2e50386270531);}});}google.maps.event.addDomListener(window, 'load', initialize);