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(36.1218,-77.1767)};var g_09f8e566c320976eca7d047347f875cf = new google.maps.Geocoder();g_09f8e566c320976eca7d047347f875cf.geocode( { 'address': "121 Main St, Lewiston Woodville, NC 27849, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewiston-woodville-NC-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('lewiston-woodville-NC-moneygram'), mapOptions);}document.getElementById('5c21cdae').innerHTML += ' | View Map';var $l09f8e566c320976eca7d047347f875cf = '

MoneyGram

Address: 121 Main St, Lewiston Woodville, NC 27849, USA
Phone: (252) 348-2222
';var m_09f8e566c320976eca7d047347f875cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_09f8e566c320976eca7d047347f875cf['infowindow'] = new google.maps.InfoWindow({content: $l09f8e566c320976eca7d047347f875cf});var infowindow = new google.maps.InfoWindow({content: $l09f8e566c320976eca7d047347f875cf});google.maps.event.addListener(m_09f8e566c320976eca7d047347f875cf, 'click', function() {infowindow.open(map,m_09f8e566c320976eca7d047347f875cf);});$marker.push(m_09f8e566c320976eca7d047347f875cf);}});}google.maps.event.addDomListener(window, 'load', initialize);