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.0987,-80.6312)};var g_0d45af329c08f0c1a96b274414684a37 = new google.maps.Geocoder();g_0d45af329c08f0c1a96b274414684a37.geocode( { 'address': "307 Unionville-Indian Trail Road, Indian Trail, NC 28079"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indian-trail-NC-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('indian-trail-NC-suntrust-bank'), mapOptions);}document.getElementById('da7f822a').innerHTML += ' | View Map';var $l0d45af329c08f0c1a96b274414684a37 = '

SunTrust Bank

Address: 307 Unionville-Indian Trail Road, Indian Trail, NC 28079
Phone: (704) 893-7028
';var m_0d45af329c08f0c1a96b274414684a37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_0d45af329c08f0c1a96b274414684a37['infowindow'] = new google.maps.InfoWindow({content: $l0d45af329c08f0c1a96b274414684a37});var infowindow = new google.maps.InfoWindow({content: $l0d45af329c08f0c1a96b274414684a37});google.maps.event.addListener(m_0d45af329c08f0c1a96b274414684a37, 'click', function() {infowindow.open(map,m_0d45af329c08f0c1a96b274414684a37);});$marker.push(m_0d45af329c08f0c1a96b274414684a37);}});}google.maps.event.addDomListener(window, 'load', initialize);