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.2643,-78.5724)};var g_f3cb863950573644ab67234549166d0f = new google.maps.Geocoder();g_f3cb863950573644ab67234549166d0f.geocode( { 'address': "6934 Plain View Hwy, Dunn, NC 28334, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dunn-NC-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('dunn-NC-moneygram'), mapOptions);}document.getElementById('1b19b4b7').innerHTML += ' | View Map';var $lf3cb863950573644ab67234549166d0f = '

MoneyGram

Address: 6934 Plain View Hwy, Dunn, NC 28334, USA
Phone: (910) 892-6682
';var m_f3cb863950573644ab67234549166d0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_f3cb863950573644ab67234549166d0f['infowindow'] = new google.maps.InfoWindow({content: $lf3cb863950573644ab67234549166d0f});var infowindow = new google.maps.InfoWindow({content: $lf3cb863950573644ab67234549166d0f});google.maps.event.addListener(m_f3cb863950573644ab67234549166d0f, 'click', function() {infowindow.open(map,m_f3cb863950573644ab67234549166d0f);});$marker.push(m_f3cb863950573644ab67234549166d0f);}});}google.maps.event.addDomListener(window, 'load', initialize);