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(29.8705,-81.3226)};var g_84a87065f7f60ef2a98a691c1873ca0f = new google.maps.Geocoder();g_84a87065f7f60ef2a98a691c1873ca0f.geocode( { 'address': "1700 US 1 S, St Augustine, FL 32084, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-augustine-FL-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('st-augustine-FL-fidelity-bank'), mapOptions);}document.getElementById('1ec0b53c').innerHTML += ' | View Map';var $l84a87065f7f60ef2a98a691c1873ca0f = '

Fidelity Bank

Address: 1700 US 1 S, St Augustine, FL 32084, USA
Phone: (904) 825-1800
';var m_84a87065f7f60ef2a98a691c1873ca0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_84a87065f7f60ef2a98a691c1873ca0f['infowindow'] = new google.maps.InfoWindow({content: $l84a87065f7f60ef2a98a691c1873ca0f});var infowindow = new google.maps.InfoWindow({content: $l84a87065f7f60ef2a98a691c1873ca0f});google.maps.event.addListener(m_84a87065f7f60ef2a98a691c1873ca0f, 'click', function() {infowindow.open(map,m_84a87065f7f60ef2a98a691c1873ca0f);});$marker.push(m_84a87065f7f60ef2a98a691c1873ca0f);}});}google.maps.event.addDomListener(window, 'load', initialize);