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(34.1866,-78.7893)};var g_0dd96c41f46691961f0eb1b93362db51 = new google.maps.Geocoder();g_0dd96c41f46691961f0eb1b93362db51.geocode( { 'address': "12499 James B White Hwy S, Clarendon, NC 28432, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarendon-NC-sidney-service-mart').style.display = '';map = new google.maps.Map(document.getElementById('clarendon-NC-sidney-service-mart'), mapOptions);}document.getElementById('b1fa9c0d').innerHTML += ' | View Map';var $l0dd96c41f46691961f0eb1b93362db51 = '

Sidney Service Mart

Address: 12499 James B White Hwy S, Clarendon, NC 28432, USA
Phone: (910) 653-2521
';var m_0dd96c41f46691961f0eb1b93362db51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sidney Service Mart',});m_0dd96c41f46691961f0eb1b93362db51['infowindow'] = new google.maps.InfoWindow({content: $l0dd96c41f46691961f0eb1b93362db51});var infowindow = new google.maps.InfoWindow({content: $l0dd96c41f46691961f0eb1b93362db51});google.maps.event.addListener(m_0dd96c41f46691961f0eb1b93362db51, 'click', function() {infowindow.open(map,m_0dd96c41f46691961f0eb1b93362db51);});$marker.push(m_0dd96c41f46691961f0eb1b93362db51);}});}google.maps.event.addDomListener(window, 'load', initialize);