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.0927,-81.9538)};var g_c19dad5c1e3c2a9ff0c90213402d46ad = new google.maps.Geocoder();g_c19dad5c1e3c2a9ff0c90213402d46ad.geocode( { 'address': "4012 Lakeland Hills Blvd, Lakeland, FL 33805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakeland-FL-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('lakeland-FL-fifth-third-bank--atm'), mapOptions);}document.getElementById('2a2c8187').innerHTML += ' | View Map';var $lc19dad5c1e3c2a9ff0c90213402d46ad = '

Fifth Third Bank & ATM

Address: 4012 Lakeland Hills Blvd, Lakeland, FL 33805, USA
Phone: (863) 687-6600
';var m_c19dad5c1e3c2a9ff0c90213402d46ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_c19dad5c1e3c2a9ff0c90213402d46ad['infowindow'] = new google.maps.InfoWindow({content: $lc19dad5c1e3c2a9ff0c90213402d46ad});var infowindow = new google.maps.InfoWindow({content: $lc19dad5c1e3c2a9ff0c90213402d46ad});google.maps.event.addListener(m_c19dad5c1e3c2a9ff0c90213402d46ad, 'click', function() {infowindow.open(map,m_c19dad5c1e3c2a9ff0c90213402d46ad);});$marker.push(m_c19dad5c1e3c2a9ff0c90213402d46ad);}});}google.maps.event.addDomListener(window, 'load', initialize);