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.3528,-81.1019)};var g_d2f9510cd24e0060bc5fd32b24808205 = new google.maps.Geocoder();g_d2f9510cd24e0060bc5fd32b24808205.geocode( { 'address': "416 Highway 27 South, Stanley, NC 28164"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stanley-NC-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('stanley-NC-suntrust-bank'), mapOptions);}document.getElementById('16c2df0a').innerHTML += ' | View Map';var $ld2f9510cd24e0060bc5fd32b24808205 = '

SunTrust Bank

Address: 416 Highway 27 South, Stanley, NC 28164
Phone: (704) 908-4001
';var m_d2f9510cd24e0060bc5fd32b24808205 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_d2f9510cd24e0060bc5fd32b24808205['infowindow'] = new google.maps.InfoWindow({content: $ld2f9510cd24e0060bc5fd32b24808205});var infowindow = new google.maps.InfoWindow({content: $ld2f9510cd24e0060bc5fd32b24808205});google.maps.event.addListener(m_d2f9510cd24e0060bc5fd32b24808205, 'click', function() {infowindow.open(map,m_d2f9510cd24e0060bc5fd32b24808205);});$marker.push(m_d2f9510cd24e0060bc5fd32b24808205);}});}google.maps.event.addDomListener(window, 'load', initialize);