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.6307,-78.9637)};var g_bc7d8926b8c76fc3666940884917e54c = new google.maps.Geocoder();g_bc7d8926b8c76fc3666940884917e54c.geocode( { 'address': "1155 Dick Pond Rd B, Surfside Beach, SC 29575, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('surfside-beach-SC-western-union').style.display = '';map = new google.maps.Map(document.getElementById('surfside-beach-SC-western-union'), mapOptions);}document.getElementById('0362b287').innerHTML += ' | View Map';var $lbc7d8926b8c76fc3666940884917e54c = '

Western Union

Address: 1155 Dick Pond Rd B, Surfside Beach, SC 29575, USA
Phone: (843) 238-1830
';var m_bc7d8926b8c76fc3666940884917e54c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_bc7d8926b8c76fc3666940884917e54c['infowindow'] = new google.maps.InfoWindow({content: $lbc7d8926b8c76fc3666940884917e54c});var infowindow = new google.maps.InfoWindow({content: $lbc7d8926b8c76fc3666940884917e54c});google.maps.event.addListener(m_bc7d8926b8c76fc3666940884917e54c, 'click', function() {infowindow.open(map,m_bc7d8926b8c76fc3666940884917e54c);});$marker.push(m_bc7d8926b8c76fc3666940884917e54c);}});}google.maps.event.addDomListener(window, 'load', initialize);