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_4490f3eb0c2c0c2bfab255d3245f2b89 = new google.maps.Geocoder();g_4490f3eb0c2c0c2bfab255d3245f2b89.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-atm-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('bartow-FL-atm-wells-fargo-bank'), mapOptions);}document.getElementById('5453ca27').innerHTML += ' | View Map';var $l4490f3eb0c2c0c2bfab255d3245f2b89 = '

ATM (Wells Fargo Bank)

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