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.0708,-82.146)};var g_6530182418d0c6cec847a94e76e81c7b = new google.maps.Geocoder();g_6530182418d0c6cec847a94e76e81c7b.geocode( { 'address': "4300 Aidan Lane, North Port, FL 34287"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-port-FL-florida-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-port-FL-florida-community-bank'), mapOptions);}document.getElementById('a8cb96bf').innerHTML += ' | View Map';var $l6530182418d0c6cec847a94e76e81c7b = '

Florida Community Bank

Address: 4300 Aidan Lane, North Port, FL 34287
Phone: (941) 426-7029
';var m_6530182418d0c6cec847a94e76e81c7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florida Community Bank',});m_6530182418d0c6cec847a94e76e81c7b['infowindow'] = new google.maps.InfoWindow({content: $l6530182418d0c6cec847a94e76e81c7b});var infowindow = new google.maps.InfoWindow({content: $l6530182418d0c6cec847a94e76e81c7b});google.maps.event.addListener(m_6530182418d0c6cec847a94e76e81c7b, 'click', function() {infowindow.open(map,m_6530182418d0c6cec847a94e76e81c7b);});$marker.push(m_6530182418d0c6cec847a94e76e81c7b);}});}google.maps.event.addDomListener(window, 'load', initialize);