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.0724,-81.8045)};var g_53b62d6668614482d33a389fd7940f5a = new google.maps.Geocoder();g_53b62d6668614482d33a389fd7940f5a.geocode( { 'address': "211 Havendale Blvd, Auburndale, FL 33823"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburndale-FL-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('auburndale-FL-citizens-bank-trust'), mapOptions);}document.getElementById('8762147c').innerHTML += ' | View Map';var $l53b62d6668614482d33a389fd7940f5a = '

Citizens Bank & Trust

Address: 211 Havendale Blvd, Auburndale, FL 33823
Phone: (863) 967-2781
';var m_53b62d6668614482d33a389fd7940f5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank & Trust',});m_53b62d6668614482d33a389fd7940f5a['infowindow'] = new google.maps.InfoWindow({content: $l53b62d6668614482d33a389fd7940f5a});var infowindow = new google.maps.InfoWindow({content: $l53b62d6668614482d33a389fd7940f5a});google.maps.event.addListener(m_53b62d6668614482d33a389fd7940f5a, 'click', function() {infowindow.open(map,m_53b62d6668614482d33a389fd7940f5a);});$marker.push(m_53b62d6668614482d33a389fd7940f5a);}});}google.maps.event.addDomListener(window, 'load', initialize);