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.3899,-86.4541)};var g_2d355489f5efbd345ef1a178219c6ced = new google.maps.Geocoder();g_2d355489f5efbd345ef1a178219c6ced.geocode( { 'address': "1143 Nashville Pike, Gallatin, TN 37066"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallatin-TN-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('gallatin-TN-bank-of-america'), mapOptions);}document.getElementById('5aa67dac').innerHTML += ' | View Map';var $l2d355489f5efbd345ef1a178219c6ced = '

Bank of America

Address: 1143 Nashville Pike, Gallatin, TN 37066
Phone: (615) 451-0829
';var m_2d355489f5efbd345ef1a178219c6ced = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_2d355489f5efbd345ef1a178219c6ced['infowindow'] = new google.maps.InfoWindow({content: $l2d355489f5efbd345ef1a178219c6ced});var infowindow = new google.maps.InfoWindow({content: $l2d355489f5efbd345ef1a178219c6ced});google.maps.event.addListener(m_2d355489f5efbd345ef1a178219c6ced, 'click', function() {infowindow.open(map,m_2d355489f5efbd345ef1a178219c6ced);});$marker.push(m_2d355489f5efbd345ef1a178219c6ced);}});}google.maps.event.addDomListener(window, 'load', initialize);