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.6401,-85.7896)};var g_858b185d75b4aa7d0598f7bd762c6d43 = new google.maps.Geocoder();g_858b185d75b4aa7d0598f7bd762c6d43.geocode( { 'address': "301 E Main St, Gamaliel, KY 42140, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gamaliel-KY-edmonton-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('gamaliel-KY-edmonton-state-bank'), mapOptions);}document.getElementById('2a8d1c5f').innerHTML += ' | View Map';var $l858b185d75b4aa7d0598f7bd762c6d43 = '

Edmonton State Bank

Address: 301 E Main St, Gamaliel, KY 42140, USA
Phone: (270) 457-2123
';var m_858b185d75b4aa7d0598f7bd762c6d43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Edmonton State Bank',});m_858b185d75b4aa7d0598f7bd762c6d43['infowindow'] = new google.maps.InfoWindow({content: $l858b185d75b4aa7d0598f7bd762c6d43});var infowindow = new google.maps.InfoWindow({content: $l858b185d75b4aa7d0598f7bd762c6d43});google.maps.event.addListener(m_858b185d75b4aa7d0598f7bd762c6d43, 'click', function() {infowindow.open(map,m_858b185d75b4aa7d0598f7bd762c6d43);});$marker.push(m_858b185d75b4aa7d0598f7bd762c6d43);}});}google.maps.event.addDomListener(window, 'load', initialize);