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.9417,-86.4347)};var g_d4249530242056d948420c5212f6f750 = new google.maps.Geocoder();g_d4249530242056d948420c5212f6f750.geocode( { 'address': "2501 Crossings Blvd # 250, Bowling Green, KY 42104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-KY-hancock-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-KY-hancock-bank--trust-co'), mapOptions);}document.getElementById('a1e95b82').innerHTML += ' | View Map';var $ld4249530242056d948420c5212f6f750 = '

Hancock Bank & Trust Co

Address: 2501 Crossings Blvd # 250, Bowling Green, KY 42104, USA
Phone: (270) 843-2285
';var m_d4249530242056d948420c5212f6f750 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hancock Bank & Trust Co',});m_d4249530242056d948420c5212f6f750['infowindow'] = new google.maps.InfoWindow({content: $ld4249530242056d948420c5212f6f750});var infowindow = new google.maps.InfoWindow({content: $ld4249530242056d948420c5212f6f750});google.maps.event.addListener(m_d4249530242056d948420c5212f6f750, 'click', function() {infowindow.open(map,m_d4249530242056d948420c5212f6f750);});$marker.push(m_d4249530242056d948420c5212f6f750);}});}google.maps.event.addDomListener(window, 'load', initialize);