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(27.6045,-81.5096)};var g_21d60b7b1e00ab1732ee88f3baa63cbb = new google.maps.Geocoder();g_21d60b7b1e00ab1732ee88f3baa63cbb.geocode( { 'address': "800 W Main St, Avon Park, FL 33825"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avon-park-FL-heartland-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('avon-park-FL-heartland-national-bank'), mapOptions);}document.getElementById('6890ba61').innerHTML += ' | View Map';var $l21d60b7b1e00ab1732ee88f3baa63cbb = '

Heartland National Bank

Address: 800 W Main St, Avon Park, FL 33825
Phone: (863) 453-6000
';var m_21d60b7b1e00ab1732ee88f3baa63cbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heartland National Bank',});m_21d60b7b1e00ab1732ee88f3baa63cbb['infowindow'] = new google.maps.InfoWindow({content: $l21d60b7b1e00ab1732ee88f3baa63cbb});var infowindow = new google.maps.InfoWindow({content: $l21d60b7b1e00ab1732ee88f3baa63cbb});google.maps.event.addListener(m_21d60b7b1e00ab1732ee88f3baa63cbb, 'click', function() {infowindow.open(map,m_21d60b7b1e00ab1732ee88f3baa63cbb);});$marker.push(m_21d60b7b1e00ab1732ee88f3baa63cbb);}});}google.maps.event.addDomListener(window, 'load', initialize);