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.5412,-81.5055)};var g_4cdd31af4e1036bd1d21858cbae5fbe5 = new google.maps.Geocoder();g_4cdd31af4e1036bd1d21858cbae5fbe5.geocode( { 'address': "6505 US-27, Sebring, FL 33870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sebring-FL-highlands-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('sebring-FL-highlands-independent-bank'), mapOptions);}document.getElementById('6df5668b').innerHTML += ' | View Map';var $l4cdd31af4e1036bd1d21858cbae5fbe5 = '

Highlands Independent Bank

Address: 6505 US-27, Sebring, FL 33870, USA
Phone: (863) 314-9797
';var m_4cdd31af4e1036bd1d21858cbae5fbe5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Highlands Independent Bank',});m_4cdd31af4e1036bd1d21858cbae5fbe5['infowindow'] = new google.maps.InfoWindow({content: $l4cdd31af4e1036bd1d21858cbae5fbe5});var infowindow = new google.maps.InfoWindow({content: $l4cdd31af4e1036bd1d21858cbae5fbe5});google.maps.event.addListener(m_4cdd31af4e1036bd1d21858cbae5fbe5, 'click', function() {infowindow.open(map,m_4cdd31af4e1036bd1d21858cbae5fbe5);});$marker.push(m_4cdd31af4e1036bd1d21858cbae5fbe5);}});}google.maps.event.addDomListener(window, 'load', initialize);