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(26.834,-81.104)};var g_086822668212a6e00da4c085dc390703 = new google.maps.Geocoder();g_086822668212a6e00da4c085dc390703.geocode( { 'address': "24704 US Highway 27, Moore Haven, FL 33471"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moore-haven-FL-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('moore-haven-FL-first-bank'), mapOptions);}document.getElementById('90b3dd20').innerHTML += ' | View Map';var $l086822668212a6e00da4c085dc390703 = '

First Bank

Address: 24704 US Highway 27, Moore Haven, FL 33471
Phone: (863) 946-1515
';var m_086822668212a6e00da4c085dc390703 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_086822668212a6e00da4c085dc390703['infowindow'] = new google.maps.InfoWindow({content: $l086822668212a6e00da4c085dc390703});var infowindow = new google.maps.InfoWindow({content: $l086822668212a6e00da4c085dc390703});google.maps.event.addListener(m_086822668212a6e00da4c085dc390703, 'click', function() {infowindow.open(map,m_086822668212a6e00da4c085dc390703);});$marker.push(m_086822668212a6e00da4c085dc390703);}});}google.maps.event.addDomListener(window, 'load', initialize);