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(40.2228,-84.4859)};var g_acf88db28fbac1198aec7c6d68526a80 = new google.maps.Geocoder();g_acf88db28fbac1198aec7c6d68526a80.geocode( { 'address': "101 W Main St, Versailles, OH 45380, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('versailles-OH-second-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('versailles-OH-second-national-bank'), mapOptions);}document.getElementById('46fff25b').innerHTML += ' | View Map';var $lacf88db28fbac1198aec7c6d68526a80 = '

Second National Bank

Address: 101 W Main St, Versailles, OH 45380, USA
Phone: (937) 526-3287
';var m_acf88db28fbac1198aec7c6d68526a80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Second National Bank',});m_acf88db28fbac1198aec7c6d68526a80['infowindow'] = new google.maps.InfoWindow({content: $lacf88db28fbac1198aec7c6d68526a80});var infowindow = new google.maps.InfoWindow({content: $lacf88db28fbac1198aec7c6d68526a80});google.maps.event.addListener(m_acf88db28fbac1198aec7c6d68526a80, 'click', function() {infowindow.open(map,m_acf88db28fbac1198aec7c6d68526a80);});$marker.push(m_acf88db28fbac1198aec7c6d68526a80);}});}google.maps.event.addDomListener(window, 'load', initialize);