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.3383,-85.6131)};var g_6041df522e1ce8c05f6a4378c98eb3d1 = new google.maps.Geocoder();g_6041df522e1ce8c05f6a4378c98eb3d1.geocode( { 'address': "12933 W Highway 42, Prospect, KY 40059"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prospect-KY-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('prospect-KY-wells-fargo-bank'), mapOptions);}document.getElementById('d92e89de').innerHTML += ' | View Map';var $l6041df522e1ce8c05f6a4378c98eb3d1 = '

Wells Fargo Bank

Address: 12933 W Highway 42, Prospect, KY 40059
Phone: (502) 292-2120
';var m_6041df522e1ce8c05f6a4378c98eb3d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_6041df522e1ce8c05f6a4378c98eb3d1['infowindow'] = new google.maps.InfoWindow({content: $l6041df522e1ce8c05f6a4378c98eb3d1});var infowindow = new google.maps.InfoWindow({content: $l6041df522e1ce8c05f6a4378c98eb3d1});google.maps.event.addListener(m_6041df522e1ce8c05f6a4378c98eb3d1, 'click', function() {infowindow.open(map,m_6041df522e1ce8c05f6a4378c98eb3d1);});$marker.push(m_6041df522e1ce8c05f6a4378c98eb3d1);}});}google.maps.event.addDomListener(window, 'load', initialize);