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(27.8953,-81.8436)};var g_fed62472cc8053345eaf05d42d179023 = new google.maps.Geocoder();g_fed62472cc8053345eaf05d42d179023.geocode( { 'address': "205 S Broadway Ave, Bartow, FL 33830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bartow-FL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('bartow-FL-wells-fargo-bank'), mapOptions);}document.getElementById('5453ca27').innerHTML += ' | View Map';var $lfed62472cc8053345eaf05d42d179023 = '

Wells Fargo Bank

Address: 205 S Broadway Ave, Bartow, FL 33830, USA
Phone: (863) 533-7106
';var m_fed62472cc8053345eaf05d42d179023 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_fed62472cc8053345eaf05d42d179023['infowindow'] = new google.maps.InfoWindow({content: $lfed62472cc8053345eaf05d42d179023});var infowindow = new google.maps.InfoWindow({content: $lfed62472cc8053345eaf05d42d179023});google.maps.event.addListener(m_fed62472cc8053345eaf05d42d179023, 'click', function() {infowindow.open(map,m_fed62472cc8053345eaf05d42d179023);});$marker.push(m_fed62472cc8053345eaf05d42d179023);}});}google.maps.event.addDomListener(window, 'load', initialize);