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(29.028,-81.3258)};var g_c161fc7cfc0c35ee9402847ee45a6f42 = new google.maps.Geocoder();g_c161fc7cfc0c35ee9402847ee45a6f42.geocode( { 'address': "900 N Spring Garden Ave, Deland, FL 32720"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deland-FL-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('deland-FL-fifth-third-bank'), mapOptions);}document.getElementById('e5604eec').innerHTML += ' | View Map';var $lc161fc7cfc0c35ee9402847ee45a6f42 = '

Fifth Third Bank

Address: 900 N Spring Garden Ave, Deland, FL 32720
Phone: (386) 738-8832
';var m_c161fc7cfc0c35ee9402847ee45a6f42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_c161fc7cfc0c35ee9402847ee45a6f42['infowindow'] = new google.maps.InfoWindow({content: $lc161fc7cfc0c35ee9402847ee45a6f42});var infowindow = new google.maps.InfoWindow({content: $lc161fc7cfc0c35ee9402847ee45a6f42});google.maps.event.addListener(m_c161fc7cfc0c35ee9402847ee45a6f42, 'click', function() {infowindow.open(map,m_c161fc7cfc0c35ee9402847ee45a6f42);});$marker.push(m_c161fc7cfc0c35ee9402847ee45a6f42);}});}google.maps.event.addDomListener(window, 'load', initialize);