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.0387,-76.6909)};var g_6c9ce3d9fb04c62ebdda2a776330876d = new google.maps.Geocoder();g_6c9ce3d9fb04c62ebdda2a776330876d.geocode( { 'address': "1400 Broad St Ext, Oriental, NC 28571, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oriental-NC-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('oriental-NC-moneygram'), mapOptions);}document.getElementById('c0da8247').innerHTML += ' | View Map';var $l6c9ce3d9fb04c62ebdda2a776330876d = '

MoneyGram

Address: 1400 Broad St Ext, Oriental, NC 28571, USA
Phone: (252) 249-3004
';var m_6c9ce3d9fb04c62ebdda2a776330876d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_6c9ce3d9fb04c62ebdda2a776330876d['infowindow'] = new google.maps.InfoWindow({content: $l6c9ce3d9fb04c62ebdda2a776330876d});var infowindow = new google.maps.InfoWindow({content: $l6c9ce3d9fb04c62ebdda2a776330876d});google.maps.event.addListener(m_6c9ce3d9fb04c62ebdda2a776330876d, 'click', function() {infowindow.open(map,m_6c9ce3d9fb04c62ebdda2a776330876d);});$marker.push(m_6c9ce3d9fb04c62ebdda2a776330876d);}});}google.maps.event.addDomListener(window, 'load', initialize);