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.5858,-75.4673)};var g_cc2f7e221d7acc1de5cb358581cdcf3d = new google.maps.Geocoder();g_cc2f7e221d7acc1de5cb358581cdcf3d.geocode( { 'address': "26038 NC-12, Waves, NC 27982, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waves-NC-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('waves-NC-moneygram'), mapOptions);}document.getElementById('f4d78e1e').innerHTML += ' | View Map';var $lcc2f7e221d7acc1de5cb358581cdcf3d = '

MoneyGram

Address: 26038 NC-12, Waves, NC 27982, USA
Phone: (252) 987-8074
';var m_cc2f7e221d7acc1de5cb358581cdcf3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_cc2f7e221d7acc1de5cb358581cdcf3d['infowindow'] = new google.maps.InfoWindow({content: $lcc2f7e221d7acc1de5cb358581cdcf3d});var infowindow = new google.maps.InfoWindow({content: $lcc2f7e221d7acc1de5cb358581cdcf3d});google.maps.event.addListener(m_cc2f7e221d7acc1de5cb358581cdcf3d, 'click', function() {infowindow.open(map,m_cc2f7e221d7acc1de5cb358581cdcf3d);});$marker.push(m_cc2f7e221d7acc1de5cb358581cdcf3d);}});}google.maps.event.addDomListener(window, 'load', initialize);