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(28.9081,-81.9727)};var g_6b8027f8d0ccac45349d84a80667a0bc = new google.maps.Geocoder();g_6b8027f8d0ccac45349d84a80667a0bc.geocode( { 'address': "1050 Lake Sumter Landing, Lady Lake, FL 32162, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lady-lake-FL-villages-bancorporation-inc').style.display = '';map = new google.maps.Map(document.getElementById('lady-lake-FL-villages-bancorporation-inc'), mapOptions);}document.getElementById('d49caef5').innerHTML += ' | View Map';var $l6b8027f8d0ccac45349d84a80667a0bc = '

Villages Bancorporation Inc

Address: 1050 Lake Sumter Landing, Lady Lake, FL 32162, USA
Phone: (352) 751-2100
';var m_6b8027f8d0ccac45349d84a80667a0bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Villages Bancorporation Inc',});m_6b8027f8d0ccac45349d84a80667a0bc['infowindow'] = new google.maps.InfoWindow({content: $l6b8027f8d0ccac45349d84a80667a0bc});var infowindow = new google.maps.InfoWindow({content: $l6b8027f8d0ccac45349d84a80667a0bc});google.maps.event.addListener(m_6b8027f8d0ccac45349d84a80667a0bc, 'click', function() {infowindow.open(map,m_6b8027f8d0ccac45349d84a80667a0bc);});$marker.push(m_6b8027f8d0ccac45349d84a80667a0bc);}});}google.maps.event.addDomListener(window, 'load', initialize);