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.1097,-86.8137)};var g_503784bb88b596f10cf67adc97f81ec7 = new google.maps.Geocoder();g_503784bb88b596f10cf67adc97f81ec7.geocode( { 'address': "2207 Crestmoor Rd #100, Nashville, TN 37215, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nashville-TN-bbt---green-hills-branch').style.display = '';map = new google.maps.Map(document.getElementById('nashville-TN-bbt---green-hills-branch'), mapOptions);}document.getElementById('c21eb898').innerHTML += ' | View Map';var $l503784bb88b596f10cf67adc97f81ec7 = '

BB&T - Green Hills Branch

Address: 2207 Crestmoor Rd #100, Nashville, TN 37215, USA
Phone: (615) 460-7739
';var m_503784bb88b596f10cf67adc97f81ec7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Green Hills Branch',});m_503784bb88b596f10cf67adc97f81ec7['infowindow'] = new google.maps.InfoWindow({content: $l503784bb88b596f10cf67adc97f81ec7});var infowindow = new google.maps.InfoWindow({content: $l503784bb88b596f10cf67adc97f81ec7});google.maps.event.addListener(m_503784bb88b596f10cf67adc97f81ec7, 'click', function() {infowindow.open(map,m_503784bb88b596f10cf67adc97f81ec7);});$marker.push(m_503784bb88b596f10cf67adc97f81ec7);}});}google.maps.event.addDomListener(window, 'load', initialize);