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.0574,-81.7809)};var g_317d17f10845da500bcf49780b7f35bf = new google.maps.Geocoder();g_317d17f10845da500bcf49780b7f35bf.geocode( { 'address': "211 Havendale Blvd, Auburndale, FL 33823, USA"}, 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('0de9cd72').innerHTML += ' | View Map';var $l317d17f10845da500bcf49780b7f35bf = '

Citizens Bank & Trust

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