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(37.5363,-87.2581)};var g_0ad3140ed0cf59e84008db87c8c1106c = new google.maps.Geocoder();g_0ad3140ed0cf59e84008db87c8c1106c.geocode( { 'address': "100 Main St, Calhoun, KY 42327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calhoun-KY-bbt').style.display = '';map = new google.maps.Map(document.getElementById('calhoun-KY-bbt'), mapOptions);}document.getElementById('a82f4c11').innerHTML += ' | View Map';var $l0ad3140ed0cf59e84008db87c8c1106c = '

BB&T

Address: 100 Main St, Calhoun, KY 42327, USA
Phone: (270) 273-3081
';var m_0ad3140ed0cf59e84008db87c8c1106c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_0ad3140ed0cf59e84008db87c8c1106c['infowindow'] = new google.maps.InfoWindow({content: $l0ad3140ed0cf59e84008db87c8c1106c});var infowindow = new google.maps.InfoWindow({content: $l0ad3140ed0cf59e84008db87c8c1106c});google.maps.event.addListener(m_0ad3140ed0cf59e84008db87c8c1106c, 'click', function() {infowindow.open(map,m_0ad3140ed0cf59e84008db87c8c1106c);});$marker.push(m_0ad3140ed0cf59e84008db87c8c1106c);}});}google.maps.event.addDomListener(window, 'load', initialize);