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(30.3349,-81.7709)};var g_a2459fec127b5ebc62fbd1a7f421763d = new google.maps.Geocoder();g_a2459fec127b5ebc62fbd1a7f421763d.geocode( { 'address': "9957 Moorings Dr, Jacksonville, FL 32257"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-community-bank-connection').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-community-bank-connection'), mapOptions);}document.getElementById('b1e6fbbc').innerHTML += ' | View Map';var $la2459fec127b5ebc62fbd1a7f421763d = '

Community Bank Connection

Address: 9957 Moorings Dr, Jacksonville, FL 32257
Phone: (904) 733-9900
';var m_a2459fec127b5ebc62fbd1a7f421763d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Connection',});m_a2459fec127b5ebc62fbd1a7f421763d['infowindow'] = new google.maps.InfoWindow({content: $la2459fec127b5ebc62fbd1a7f421763d});var infowindow = new google.maps.InfoWindow({content: $la2459fec127b5ebc62fbd1a7f421763d});google.maps.event.addListener(m_a2459fec127b5ebc62fbd1a7f421763d, 'click', function() {infowindow.open(map,m_a2459fec127b5ebc62fbd1a7f421763d);});$marker.push(m_a2459fec127b5ebc62fbd1a7f421763d);}});}google.maps.event.addDomListener(window, 'load', initialize);