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.7465,-84.2929)};var g_da4b17317583999c7fc8ba29cfd48b8b = new google.maps.Geocoder();g_da4b17317583999c7fc8ba29cfd48b8b.geocode( { 'address': "200 E Main St, Richmond, KY 40475, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-KY-us-bank-derek-r-shaffer').style.display = '';map = new google.maps.Map(document.getElementById('richmond-KY-us-bank-derek-r-shaffer'), mapOptions);}document.getElementById('45036cec').innerHTML += ' | View Map';var $lda4b17317583999c7fc8ba29cfd48b8b = '

U.S. Bank: Derek R. Shaffer

Address: 200 E Main St, Richmond, KY 40475, USA
Phone: (859) 624-4934
';var m_da4b17317583999c7fc8ba29cfd48b8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Derek R. Shaffer',});m_da4b17317583999c7fc8ba29cfd48b8b['infowindow'] = new google.maps.InfoWindow({content: $lda4b17317583999c7fc8ba29cfd48b8b});var infowindow = new google.maps.InfoWindow({content: $lda4b17317583999c7fc8ba29cfd48b8b});google.maps.event.addListener(m_da4b17317583999c7fc8ba29cfd48b8b, 'click', function() {infowindow.open(map,m_da4b17317583999c7fc8ba29cfd48b8b);});$marker.push(m_da4b17317583999c7fc8ba29cfd48b8b);}});}google.maps.event.addDomListener(window, 'load', initialize);