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.9502,-86.473)};var g_592ec7153cd4d83e8f31b1f35111c9bf = new google.maps.Geocoder();g_592ec7153cd4d83e8f31b1f35111c9bf.geocode( { 'address': "661 Dishman Ln, Bowling Green, KY 42104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-KY-franklin-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-KY-franklin-bank--trust-co'), mapOptions);}document.getElementById('1edc1241').innerHTML += ' | View Map';var $l592ec7153cd4d83e8f31b1f35111c9bf = '

Franklin Bank & Trust Co

Address: 661 Dishman Ln, Bowling Green, KY 42104, USA
Phone: (270) 843-6400
';var m_592ec7153cd4d83e8f31b1f35111c9bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Franklin Bank & Trust Co',});m_592ec7153cd4d83e8f31b1f35111c9bf['infowindow'] = new google.maps.InfoWindow({content: $l592ec7153cd4d83e8f31b1f35111c9bf});var infowindow = new google.maps.InfoWindow({content: $l592ec7153cd4d83e8f31b1f35111c9bf});google.maps.event.addListener(m_592ec7153cd4d83e8f31b1f35111c9bf, 'click', function() {infowindow.open(map,m_592ec7153cd4d83e8f31b1f35111c9bf);});$marker.push(m_592ec7153cd4d83e8f31b1f35111c9bf);}});}google.maps.event.addDomListener(window, 'load', initialize);