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.0851,-80.3487)};var g_ff403e88937794a88e5cd820d2b6ce21 = new google.maps.Geocoder();g_ff403e88937794a88e5cd820d2b6ce21.geocode( { 'address': "5005 Country Club Rd, Winston-Salem, NC 27104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-allegacy---atm').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-allegacy---atm'), mapOptions);}document.getElementById('c6487372').innerHTML += ' | View Map';var $lff403e88937794a88e5cd820d2b6ce21 = '

Allegacy - ATM

Address: 5005 Country Club Rd, Winston-Salem, NC 27104, USA
Phone: (336) 774-3400
';var m_ff403e88937794a88e5cd820d2b6ce21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allegacy - ATM',});m_ff403e88937794a88e5cd820d2b6ce21['infowindow'] = new google.maps.InfoWindow({content: $lff403e88937794a88e5cd820d2b6ce21});var infowindow = new google.maps.InfoWindow({content: $lff403e88937794a88e5cd820d2b6ce21});google.maps.event.addListener(m_ff403e88937794a88e5cd820d2b6ce21, 'click', function() {infowindow.open(map,m_ff403e88937794a88e5cd820d2b6ce21);});$marker.push(m_ff403e88937794a88e5cd820d2b6ce21);}});}google.maps.event.addDomListener(window, 'load', initialize);