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_882efc2c4b0116f20ce17fa84f792161 = new google.maps.Geocoder();g_882efc2c4b0116f20ce17fa84f792161.geocode( { 'address': "1200 Plantation Island Dr S, St Augustine, FL 32080"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-augustine-FL-colonial-bank-inc').style.display = '';map = new google.maps.Map(document.getElementById('st-augustine-FL-colonial-bank-inc'), mapOptions);}document.getElementById('8cadc06e').innerHTML += ' | View Map';var $l882efc2c4b0116f20ce17fa84f792161 = '

Colonial Bank Inc

Address: 1200 Plantation Island Dr S, St Augustine, FL 32080
Phone: (904) 471-9830
';var m_882efc2c4b0116f20ce17fa84f792161 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial Bank Inc',});m_882efc2c4b0116f20ce17fa84f792161['infowindow'] = new google.maps.InfoWindow({content: $l882efc2c4b0116f20ce17fa84f792161});var infowindow = new google.maps.InfoWindow({content: $l882efc2c4b0116f20ce17fa84f792161});google.maps.event.addListener(m_882efc2c4b0116f20ce17fa84f792161, 'click', function() {infowindow.open(map,m_882efc2c4b0116f20ce17fa84f792161);});$marker.push(m_882efc2c4b0116f20ce17fa84f792161);}});}google.maps.event.addDomListener(window, 'load', initialize);