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(28.038,-81.9439)};var g_a239fc2bb06082b75380031389270f25 = new google.maps.Geocoder();g_a239fc2bb06082b75380031389270f25.geocode( { 'address': "440 S Florida Ave, Lakeland, FL 33801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakeland-FL-centennial-bank').style.display = '';map = new google.maps.Map(document.getElementById('lakeland-FL-centennial-bank'), mapOptions);}document.getElementById('a2c6b378').innerHTML += ' | View Map';var $la239fc2bb06082b75380031389270f25 = '

Centennial Bank

Address: 440 S Florida Ave, Lakeland, FL 33801
Phone: (863) 682-0600
';var m_a239fc2bb06082b75380031389270f25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centennial Bank',});m_a239fc2bb06082b75380031389270f25['infowindow'] = new google.maps.InfoWindow({content: $la239fc2bb06082b75380031389270f25});var infowindow = new google.maps.InfoWindow({content: $la239fc2bb06082b75380031389270f25});google.maps.event.addListener(m_a239fc2bb06082b75380031389270f25, 'click', function() {infowindow.open(map,m_a239fc2bb06082b75380031389270f25);});$marker.push(m_a239fc2bb06082b75380031389270f25);}});}google.maps.event.addDomListener(window, 'load', initialize);