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.1154,-82.6034)};var g_a97c44231fec755eeea1dd56a237b9a7 = new google.maps.Geocoder();g_a97c44231fec755eeea1dd56a237b9a7.geocode( { 'address': "202 E Main St, Louisa, KY 41230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisa-KY-inez-deposit-bank').style.display = '';map = new google.maps.Map(document.getElementById('louisa-KY-inez-deposit-bank'), mapOptions);}document.getElementById('8a983b37').innerHTML += ' | View Map';var $la97c44231fec755eeea1dd56a237b9a7 = '

Inez Deposit Bank

Address: 202 E Main St, Louisa, KY 41230, USA
Phone: (606) 638-9461
';var m_a97c44231fec755eeea1dd56a237b9a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inez Deposit Bank',});m_a97c44231fec755eeea1dd56a237b9a7['infowindow'] = new google.maps.InfoWindow({content: $la97c44231fec755eeea1dd56a237b9a7});var infowindow = new google.maps.InfoWindow({content: $la97c44231fec755eeea1dd56a237b9a7});google.maps.event.addListener(m_a97c44231fec755eeea1dd56a237b9a7, 'click', function() {infowindow.open(map,m_a97c44231fec755eeea1dd56a237b9a7);});$marker.push(m_a97c44231fec755eeea1dd56a237b9a7);}});}google.maps.event.addDomListener(window, 'load', initialize);