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.9865,-80.4487)};var g_a9c450971a761bd7fc23b9b9bec9ba27 = new google.maps.Geocoder();g_a9c450971a761bd7fc23b9b9bec9ba27.geocode( { 'address': "3806 Highway 74 E, Wingate, NC 28174"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wingate-NC-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('wingate-NC-suntrust-bank'), mapOptions);}document.getElementById('825e910b').innerHTML += ' | View Map';var $la9c450971a761bd7fc23b9b9bec9ba27 = '

Suntrust Bank

Address: 3806 Highway 74 E, Wingate, NC 28174
Phone: (704) 233-4291
';var m_a9c450971a761bd7fc23b9b9bec9ba27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suntrust Bank',});m_a9c450971a761bd7fc23b9b9bec9ba27['infowindow'] = new google.maps.InfoWindow({content: $la9c450971a761bd7fc23b9b9bec9ba27});var infowindow = new google.maps.InfoWindow({content: $la9c450971a761bd7fc23b9b9bec9ba27});google.maps.event.addListener(m_a9c450971a761bd7fc23b9b9bec9ba27, 'click', function() {infowindow.open(map,m_a9c450971a761bd7fc23b9b9bec9ba27);});$marker.push(m_a9c450971a761bd7fc23b9b9bec9ba27);}});}google.maps.event.addDomListener(window, 'load', initialize);