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.5669,-84.648)};var g_8ab024e1b8d4a2cb07af942975bc87d8 = new google.maps.Geocoder();g_8ab024e1b8d4a2cb07af942975bc87d8.geocode( { 'address': "702 Pat Thomas Pkwy, Quincy, FL 32351, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-FL-centennial-bank').style.display = '';map = new google.maps.Map(document.getElementById('quincy-FL-centennial-bank'), mapOptions);}document.getElementById('ba6149c3').innerHTML += ' | View Map';var $l8ab024e1b8d4a2cb07af942975bc87d8 = '

Centennial Bank

Address: 702 Pat Thomas Pkwy, Quincy, FL 32351, USA
Phone: (850) 894-3560
';var m_8ab024e1b8d4a2cb07af942975bc87d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centennial Bank',});m_8ab024e1b8d4a2cb07af942975bc87d8['infowindow'] = new google.maps.InfoWindow({content: $l8ab024e1b8d4a2cb07af942975bc87d8});var infowindow = new google.maps.InfoWindow({content: $l8ab024e1b8d4a2cb07af942975bc87d8});google.maps.event.addListener(m_8ab024e1b8d4a2cb07af942975bc87d8, 'click', function() {infowindow.open(map,m_8ab024e1b8d4a2cb07af942975bc87d8);});$marker.push(m_8ab024e1b8d4a2cb07af942975bc87d8);}});}google.maps.event.addDomListener(window, 'load', initialize);