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_b542875163917dee95a8347899022812 = new google.maps.Geocoder();g_b542875163917dee95a8347899022812.geocode( { 'address': "13860 Old Saint Augustine Rd, Jacksonville, FL 32258"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-first-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-first-guaranty-bank'), mapOptions);}document.getElementById('f2a271bd').innerHTML += ' | View Map';var $lb542875163917dee95a8347899022812 = '

First Guaranty Bank

Address: 13860 Old Saint Augustine Rd, Jacksonville, FL 32258
Phone: (904) 262-7705
';var m_b542875163917dee95a8347899022812 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Guaranty Bank',});m_b542875163917dee95a8347899022812['infowindow'] = new google.maps.InfoWindow({content: $lb542875163917dee95a8347899022812});var infowindow = new google.maps.InfoWindow({content: $lb542875163917dee95a8347899022812});google.maps.event.addListener(m_b542875163917dee95a8347899022812, 'click', function() {infowindow.open(map,m_b542875163917dee95a8347899022812);});$marker.push(m_b542875163917dee95a8347899022812);}});}google.maps.event.addDomListener(window, 'load', initialize);