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.856,-81.3256)};var g_14b75c2d38d88b747c19de8ea5509d16 = new google.maps.Geocoder();g_14b75c2d38d88b747c19de8ea5509d16.geocode( { 'address': "2738, St Augustine, FL 32086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-augustine-FL-heritagebank-of-the-south').style.display = '';map = new google.maps.Map(document.getElementById('st-augustine-FL-heritagebank-of-the-south'), mapOptions);}document.getElementById('c3ed5f87').innerHTML += ' | View Map';var $l14b75c2d38d88b747c19de8ea5509d16 = '

HeritageBank of the South

Address: 2738, St Augustine, FL 32086, USA
Phone: (904) 814-8508
';var m_14b75c2d38d88b747c19de8ea5509d16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HeritageBank of the South',});m_14b75c2d38d88b747c19de8ea5509d16['infowindow'] = new google.maps.InfoWindow({content: $l14b75c2d38d88b747c19de8ea5509d16});var infowindow = new google.maps.InfoWindow({content: $l14b75c2d38d88b747c19de8ea5509d16});google.maps.event.addListener(m_14b75c2d38d88b747c19de8ea5509d16, 'click', function() {infowindow.open(map,m_14b75c2d38d88b747c19de8ea5509d16);});$marker.push(m_14b75c2d38d88b747c19de8ea5509d16);}});}google.maps.event.addDomListener(window, 'load', initialize);