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()};var g_da9a8522f58d2fd43abc9e2b48a33622 = new google.maps.Geocoder();g_da9a8522f58d2fd43abc9e2b48a33622.geocode( { 'address': "1850 Old Moultrie Rd, St Augustine, FL 32084"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-augustine-FL-cnl-bank').style.display = '';map = new google.maps.Map(document.getElementById('st-augustine-FL-cnl-bank'), mapOptions);}document.getElementById('f16d06c1').innerHTML += ' | View Map';var $lda9a8522f58d2fd43abc9e2b48a33622 = '

CNL Bank

Address: 1850 Old Moultrie Rd, St Augustine, FL 32084
Phone: (904) 494-0470
';var m_da9a8522f58d2fd43abc9e2b48a33622 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CNL Bank',});m_da9a8522f58d2fd43abc9e2b48a33622['infowindow'] = new google.maps.InfoWindow({content: $lda9a8522f58d2fd43abc9e2b48a33622});var infowindow = new google.maps.InfoWindow({content: $lda9a8522f58d2fd43abc9e2b48a33622});google.maps.event.addListener(m_da9a8522f58d2fd43abc9e2b48a33622, 'click', function() {infowindow.open(map,m_da9a8522f58d2fd43abc9e2b48a33622);});$marker.push(m_da9a8522f58d2fd43abc9e2b48a33622);}});}google.maps.event.addDomListener(window, 'load', initialize);