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.0705,-85.2564)};var g_66f3183f1f22e12910237fa9095af91d = new google.maps.Geocoder();g_66f3183f1f22e12910237fa9095af91d.geocode( { 'address': "Versailles, IN 47042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('versailles-IN-the-friendship-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('versailles-IN-the-friendship-state-bank'), mapOptions);}document.getElementById('e1f79815').innerHTML += ' | View Map';var $l66f3183f1f22e12910237fa9095af91d = '

The Friendship State Bank

Address: Versailles, IN 47042, USA
Phone: (812) 667-5101
';var m_66f3183f1f22e12910237fa9095af91d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Friendship State Bank',});m_66f3183f1f22e12910237fa9095af91d['infowindow'] = new google.maps.InfoWindow({content: $l66f3183f1f22e12910237fa9095af91d});var infowindow = new google.maps.InfoWindow({content: $l66f3183f1f22e12910237fa9095af91d});google.maps.event.addListener(m_66f3183f1f22e12910237fa9095af91d, 'click', function() {infowindow.open(map,m_66f3183f1f22e12910237fa9095af91d);});$marker.push(m_66f3183f1f22e12910237fa9095af91d);}});}google.maps.event.addDomListener(window, 'load', initialize);