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.991,-86.4268)};var g_59f8c60b48c6ee178ca96d1e88e0460a = new google.maps.Geocoder();g_59f8c60b48c6ee178ca96d1e88e0460a.geocode( { 'address': "1042 Fairview Ave, Bowling Green, KY 42103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-KY-franklin-bank-and-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-KY-franklin-bank-and-trust-company'), mapOptions);}document.getElementById('ae9f2a50').innerHTML += ' | View Map';var $l59f8c60b48c6ee178ca96d1e88e0460a = '

Franklin Bank and Trust Company

Address: 1042 Fairview Ave, Bowling Green, KY 42103, USA
Phone: (270) 901-4460
';var m_59f8c60b48c6ee178ca96d1e88e0460a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Franklin Bank and Trust Company',});m_59f8c60b48c6ee178ca96d1e88e0460a['infowindow'] = new google.maps.InfoWindow({content: $l59f8c60b48c6ee178ca96d1e88e0460a});var infowindow = new google.maps.InfoWindow({content: $l59f8c60b48c6ee178ca96d1e88e0460a});google.maps.event.addListener(m_59f8c60b48c6ee178ca96d1e88e0460a, 'click', function() {infowindow.open(map,m_59f8c60b48c6ee178ca96d1e88e0460a);});$marker.push(m_59f8c60b48c6ee178ca96d1e88e0460a);}});}google.maps.event.addDomListener(window, 'load', initialize);