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.1766,-82.7399)};var g_6e9bbaa8adc08210d74dc2b5e0668304 = new google.maps.Geocoder();g_6e9bbaa8adc08210d74dc2b5e0668304.geocode( { 'address': "1218 US-19, Holiday, FL 34691, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holiday-FL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('holiday-FL-wells-fargo-bank'), mapOptions);}document.getElementById('c6e0383d').innerHTML += ' | View Map';var $l6e9bbaa8adc08210d74dc2b5e0668304 = '

Wells Fargo Bank

Address: 1218 US-19, Holiday, FL 34691, USA
Phone: (727) 943-3500
';var m_6e9bbaa8adc08210d74dc2b5e0668304 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_6e9bbaa8adc08210d74dc2b5e0668304['infowindow'] = new google.maps.InfoWindow({content: $l6e9bbaa8adc08210d74dc2b5e0668304});var infowindow = new google.maps.InfoWindow({content: $l6e9bbaa8adc08210d74dc2b5e0668304});google.maps.event.addListener(m_6e9bbaa8adc08210d74dc2b5e0668304, 'click', function() {infowindow.open(map,m_6e9bbaa8adc08210d74dc2b5e0668304);});$marker.push(m_6e9bbaa8adc08210d74dc2b5e0668304);}});}google.maps.event.addDomListener(window, 'load', initialize);