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(38.6367,-84.5607)};var g_845b277e0f9cfb54556a20a8c7674e7c = new google.maps.Geocoder();g_845b277e0f9cfb54556a20a8c7674e7c.geocode( { 'address': "106 N Main St, Williamstown, KY 41097, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamstown-KY-grant-county-deposit-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamstown-KY-grant-county-deposit-bank'), mapOptions);}document.getElementById('bf1ba4da').innerHTML += ' | View Map';var $l845b277e0f9cfb54556a20a8c7674e7c = '

Grant County Deposit Bank

Address: 106 N Main St, Williamstown, KY 41097, USA
Phone: (859) 824-3326
';var m_845b277e0f9cfb54556a20a8c7674e7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grant County Deposit Bank',});m_845b277e0f9cfb54556a20a8c7674e7c['infowindow'] = new google.maps.InfoWindow({content: $l845b277e0f9cfb54556a20a8c7674e7c});var infowindow = new google.maps.InfoWindow({content: $l845b277e0f9cfb54556a20a8c7674e7c});google.maps.event.addListener(m_845b277e0f9cfb54556a20a8c7674e7c, 'click', function() {infowindow.open(map,m_845b277e0f9cfb54556a20a8c7674e7c);});$marker.push(m_845b277e0f9cfb54556a20a8c7674e7c);}});}google.maps.event.addDomListener(window, 'load', initialize);