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.6103,-77.373)};var g_9565d975e952ec21ae8131e05130036c = new google.maps.Geocoder();g_9565d975e952ec21ae8131e05130036c.geocode( { 'address': "523 Evans St, Greenville, NC 27858, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-NC-guco-cu').style.display = '';map = new google.maps.Map(document.getElementById('greenville-NC-guco-cu'), mapOptions);}document.getElementById('42ad2527').innerHTML += ' | View Map';var $l9565d975e952ec21ae8131e05130036c = '

Guco Cu

Address: 523 Evans St, Greenville, NC 27858, USA
Phone: (252) 551-1599
';var m_9565d975e952ec21ae8131e05130036c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guco Cu',});m_9565d975e952ec21ae8131e05130036c['infowindow'] = new google.maps.InfoWindow({content: $l9565d975e952ec21ae8131e05130036c});var infowindow = new google.maps.InfoWindow({content: $l9565d975e952ec21ae8131e05130036c});google.maps.event.addListener(m_9565d975e952ec21ae8131e05130036c, 'click', function() {infowindow.open(map,m_9565d975e952ec21ae8131e05130036c);});$marker.push(m_9565d975e952ec21ae8131e05130036c);}});}google.maps.event.addDomListener(window, 'load', initialize);