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.8658,-88.3594)};var g_e8dcb850c71e3dd4a1052bb4b1d3caca = new google.maps.Geocoder();g_e8dcb850c71e3dd4a1052bb4b1d3caca.geocode( { 'address': "221 W 5th St, Benton, KY 42025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benton-KY-invest-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('benton-KY-invest-financial-corporation'), mapOptions);}document.getElementById('a4819509').innerHTML += ' | View Map';var $le8dcb850c71e3dd4a1052bb4b1d3caca = '

Invest Financial Corporation

Address: 221 W 5th St, Benton, KY 42025, USA
Phone: (270) 527-4650
';var m_e8dcb850c71e3dd4a1052bb4b1d3caca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Invest Financial Corporation',});m_e8dcb850c71e3dd4a1052bb4b1d3caca['infowindow'] = new google.maps.InfoWindow({content: $le8dcb850c71e3dd4a1052bb4b1d3caca});var infowindow = new google.maps.InfoWindow({content: $le8dcb850c71e3dd4a1052bb4b1d3caca});google.maps.event.addListener(m_e8dcb850c71e3dd4a1052bb4b1d3caca, 'click', function() {infowindow.open(map,m_e8dcb850c71e3dd4a1052bb4b1d3caca);});$marker.push(m_e8dcb850c71e3dd4a1052bb4b1d3caca);}});}google.maps.event.addDomListener(window, 'load', initialize);