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.1852,-82.4385)};var g_eaecc82bdbc52cfc6a456ed3e63925bd = new google.maps.Geocoder();g_eaecc82bdbc52cfc6a456ed3e63925bd.geocode( { 'address': "22826 FL-54, Lutz, FL 33549, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lutz-FL-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('lutz-FL-atm-regions-bank'), mapOptions);}document.getElementById('b3c27e62').innerHTML += ' | View Map';var $leaecc82bdbc52cfc6a456ed3e63925bd = '

ATM (Regions Bank)

Address: 22826 FL-54, Lutz, FL 33549, USA
Phone:
';var m_eaecc82bdbc52cfc6a456ed3e63925bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_eaecc82bdbc52cfc6a456ed3e63925bd['infowindow'] = new google.maps.InfoWindow({content: $leaecc82bdbc52cfc6a456ed3e63925bd});var infowindow = new google.maps.InfoWindow({content: $leaecc82bdbc52cfc6a456ed3e63925bd});google.maps.event.addListener(m_eaecc82bdbc52cfc6a456ed3e63925bd, 'click', function() {infowindow.open(map,m_eaecc82bdbc52cfc6a456ed3e63925bd);});$marker.push(m_eaecc82bdbc52cfc6a456ed3e63925bd);}});}google.maps.event.addDomListener(window, 'load', initialize);