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.2227,-84.4639)};var g_f51f497e2c9d4a67f6d50d70a3d13ee2 = new google.maps.Geocoder();g_f51f497e2c9d4a67f6d50d70a3d13ee2.geocode( { 'address': "10413 Kley Rd, Versailles, OH 45380, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('versailles-OH-versailles-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('versailles-OH-versailles-financial-corporation'), mapOptions);}document.getElementById('d661d12a').innerHTML += ' | View Map';var $lf51f497e2c9d4a67f6d50d70a3d13ee2 = '

Versailles Financial Corporation

Address: 10413 Kley Rd, Versailles, OH 45380, USA
Phone: (937) 526-4515
';var m_f51f497e2c9d4a67f6d50d70a3d13ee2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Versailles Financial Corporation',});m_f51f497e2c9d4a67f6d50d70a3d13ee2['infowindow'] = new google.maps.InfoWindow({content: $lf51f497e2c9d4a67f6d50d70a3d13ee2});var infowindow = new google.maps.InfoWindow({content: $lf51f497e2c9d4a67f6d50d70a3d13ee2});google.maps.event.addListener(m_f51f497e2c9d4a67f6d50d70a3d13ee2, 'click', function() {infowindow.open(map,m_f51f497e2c9d4a67f6d50d70a3d13ee2);});$marker.push(m_f51f497e2c9d4a67f6d50d70a3d13ee2);}});}google.maps.event.addDomListener(window, 'load', initialize);