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.2886,-81.3686)};var g_acc96fabcecfaff9663760f9ccc8e2ba = new google.maps.Geocoder();g_acc96fabcecfaff9663760f9ccc8e2ba.geocode( { 'address': "600 US 27 N, Lake Placid, FL 33852"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-placid-FL-heartland-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('lake-placid-FL-heartland-national-bank'), mapOptions);}document.getElementById('eb1de688').innerHTML += ' | View Map';var $lacc96fabcecfaff9663760f9ccc8e2ba = '

Heartland National Bank

Address: 600 US 27 N, Lake Placid, FL 33852
Phone: (863) 699-1300
';var m_acc96fabcecfaff9663760f9ccc8e2ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heartland National Bank',});m_acc96fabcecfaff9663760f9ccc8e2ba['infowindow'] = new google.maps.InfoWindow({content: $lacc96fabcecfaff9663760f9ccc8e2ba});var infowindow = new google.maps.InfoWindow({content: $lacc96fabcecfaff9663760f9ccc8e2ba});google.maps.event.addListener(m_acc96fabcecfaff9663760f9ccc8e2ba, 'click', function() {infowindow.open(map,m_acc96fabcecfaff9663760f9ccc8e2ba);});$marker.push(m_acc96fabcecfaff9663760f9ccc8e2ba);}});}google.maps.event.addDomListener(window, 'load', initialize);