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(39.0914,-84.4958)};var g_f810cd5fce2258332616ad1d501f1029 = new google.maps.Geocoder();g_f810cd5fce2258332616ad1d501f1029.geocode( { 'address': "602 S Fort Thomas Ave, Fort Thomas, KY 41075"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-thomas-KY-victory-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-thomas-KY-victory-community-bank'), mapOptions);}document.getElementById('43c2eeb2').innerHTML += ' | View Map';var $lf810cd5fce2258332616ad1d501f1029 = '

Victory Community Bank

Address: 602 S Fort Thomas Ave, Fort Thomas, KY 41075
Phone: (859) 442-8900
';var m_f810cd5fce2258332616ad1d501f1029 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Victory Community Bank',});m_f810cd5fce2258332616ad1d501f1029['infowindow'] = new google.maps.InfoWindow({content: $lf810cd5fce2258332616ad1d501f1029});var infowindow = new google.maps.InfoWindow({content: $lf810cd5fce2258332616ad1d501f1029});google.maps.event.addListener(m_f810cd5fce2258332616ad1d501f1029, 'click', function() {infowindow.open(map,m_f810cd5fce2258332616ad1d501f1029);});$marker.push(m_f810cd5fce2258332616ad1d501f1029);}});}google.maps.event.addDomListener(window, 'load', initialize);