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.6076,-82.3123)};var g_feaa5178df4eacbdb7db7e491efe7d95 = new google.maps.Geocoder();g_feaa5178df4eacbdb7db7e491efe7d95.geocode( { 'address': "200 Highway 9, Black Mountain, NC 28711"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('black-mountain-NC-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('black-mountain-NC-suntrust-bank'), mapOptions);}document.getElementById('725980bd').innerHTML += ' | View Map';var $lfeaa5178df4eacbdb7db7e491efe7d95 = '

SunTrust Bank

Address: 200 Highway 9, Black Mountain, NC 28711
Phone: (828) 419-3064
';var m_feaa5178df4eacbdb7db7e491efe7d95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_feaa5178df4eacbdb7db7e491efe7d95['infowindow'] = new google.maps.InfoWindow({content: $lfeaa5178df4eacbdb7db7e491efe7d95});var infowindow = new google.maps.InfoWindow({content: $lfeaa5178df4eacbdb7db7e491efe7d95});google.maps.event.addListener(m_feaa5178df4eacbdb7db7e491efe7d95, 'click', function() {infowindow.open(map,m_feaa5178df4eacbdb7db7e491efe7d95);});$marker.push(m_feaa5178df4eacbdb7db7e491efe7d95);}});}google.maps.event.addDomListener(window, 'load', initialize);