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(35.3251,-83.8)};var g_19d19f93a4200dca6148155b8ccc0afd = new google.maps.Geocoder();g_19d19f93a4200dca6148155b8ccc0afd.geocode( { 'address': "18 Sweetwater Rd, Robbinsville, NC 28771, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('robbinsville-NC-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('robbinsville-NC-moneygram'), mapOptions);}document.getElementById('5691ced7').innerHTML += ' | View Map';var $l19d19f93a4200dca6148155b8ccc0afd = '

MoneyGram

Address: 18 Sweetwater Rd, Robbinsville, NC 28771, USA
Phone: (828) 479-6221
';var m_19d19f93a4200dca6148155b8ccc0afd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_19d19f93a4200dca6148155b8ccc0afd['infowindow'] = new google.maps.InfoWindow({content: $l19d19f93a4200dca6148155b8ccc0afd});var infowindow = new google.maps.InfoWindow({content: $l19d19f93a4200dca6148155b8ccc0afd});google.maps.event.addListener(m_19d19f93a4200dca6148155b8ccc0afd, 'click', function() {infowindow.open(map,m_19d19f93a4200dca6148155b8ccc0afd);});$marker.push(m_19d19f93a4200dca6148155b8ccc0afd);}});}google.maps.event.addDomListener(window, 'load', initialize);