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.2222,-84.4644)};var g_86566a7baf5342916d39365cde2b9574 = new google.maps.Geocoder();g_86566a7baf5342916d39365cde2b9574.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-savings-and-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('versailles-OH-versailles-savings-and-loan-company'), mapOptions);}document.getElementById('d661d12a').innerHTML += ' | View Map';var $l86566a7baf5342916d39365cde2b9574 = '

Versailles Savings and Loan Company

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