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(37.8726,-86.2954)};var g_3430095c577593aad3c39c701712bcfe = new google.maps.Geocoder();g_3430095c577593aad3c39c701712bcfe.geocode( { 'address': "303 Hillview Dr, Irvington, KY 40146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvington-KY-river-city-bank-tax-division').style.display = '';map = new google.maps.Map(document.getElementById('irvington-KY-river-city-bank-tax-division'), mapOptions);}document.getElementById('3de0b451').innerHTML += ' | View Map';var $l3430095c577593aad3c39c701712bcfe = '

River City Bank Tax Division

Address: 303 Hillview Dr, Irvington, KY 40146, USA
Phone: (270) 547-5151
';var m_3430095c577593aad3c39c701712bcfe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River City Bank Tax Division',});m_3430095c577593aad3c39c701712bcfe['infowindow'] = new google.maps.InfoWindow({content: $l3430095c577593aad3c39c701712bcfe});var infowindow = new google.maps.InfoWindow({content: $l3430095c577593aad3c39c701712bcfe});google.maps.event.addListener(m_3430095c577593aad3c39c701712bcfe, 'click', function() {infowindow.open(map,m_3430095c577593aad3c39c701712bcfe);});$marker.push(m_3430095c577593aad3c39c701712bcfe);}});}google.maps.event.addDomListener(window, 'load', initialize);