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.0258,-80.1625)};var g_701cdeaa9b582e33c90f1f33b65ae492 = new google.maps.Geocoder();g_701cdeaa9b582e33c90f1f33b65ae492.geocode( { 'address': "10477 NC-109, Winston-Salem, NC 27107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-secu-atm-wallburg-town-center').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-secu-atm-wallburg-town-center'), mapOptions);}document.getElementById('aa87687e').innerHTML += ' | View Map';var $l701cdeaa9b582e33c90f1f33b65ae492 = '

Secu Atm-Wallburg Town Center

Address: 10477 NC-109, Winston-Salem, NC 27107, USA
Phone: (336) 769-5570
';var m_701cdeaa9b582e33c90f1f33b65ae492 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Secu Atm-Wallburg Town Center',});m_701cdeaa9b582e33c90f1f33b65ae492['infowindow'] = new google.maps.InfoWindow({content: $l701cdeaa9b582e33c90f1f33b65ae492});var infowindow = new google.maps.InfoWindow({content: $l701cdeaa9b582e33c90f1f33b65ae492});google.maps.event.addListener(m_701cdeaa9b582e33c90f1f33b65ae492, 'click', function() {infowindow.open(map,m_701cdeaa9b582e33c90f1f33b65ae492);});$marker.push(m_701cdeaa9b582e33c90f1f33b65ae492);}});}google.maps.event.addDomListener(window, 'load', initialize);