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.878,-88.3332)};var g_52c9a2647a3eaa9e295071ba521458f7 = new google.maps.Geocoder();g_52c9a2647a3eaa9e295071ba521458f7.geocode( { 'address': "201 E 11th St, Benton, KY 42025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benton-KY-firstar').style.display = '';map = new google.maps.Map(document.getElementById('benton-KY-firstar'), mapOptions);}document.getElementById('b979308d').innerHTML += ' | View Map';var $l52c9a2647a3eaa9e295071ba521458f7 = '

Firstar

Address: 201 E 11th St, Benton, KY 42025
Phone: (270) 527-1383
';var m_52c9a2647a3eaa9e295071ba521458f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Firstar',});m_52c9a2647a3eaa9e295071ba521458f7['infowindow'] = new google.maps.InfoWindow({content: $l52c9a2647a3eaa9e295071ba521458f7});var infowindow = new google.maps.InfoWindow({content: $l52c9a2647a3eaa9e295071ba521458f7});google.maps.event.addListener(m_52c9a2647a3eaa9e295071ba521458f7, 'click', function() {infowindow.open(map,m_52c9a2647a3eaa9e295071ba521458f7);});$marker.push(m_52c9a2647a3eaa9e295071ba521458f7);}});}google.maps.event.addDomListener(window, 'load', initialize);