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.7131,-82.3357)};var g_b54591f0761937d8cb7bbf64382d5743 = new google.maps.Geocoder();g_b54591f0761937d8cb7bbf64382d5743.geocode( { 'address': "4892 Sun City Center Blvd, Sun City Center, FL 33573, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sun-city-center-FL-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('sun-city-center-FL-atm-regions-bank'), mapOptions);}document.getElementById('a04b5a25').innerHTML += ' | View Map';var $lb54591f0761937d8cb7bbf64382d5743 = '

ATM (Regions Bank)

Address: 4892 Sun City Center Blvd, Sun City Center, FL 33573, USA
Phone:
';var m_b54591f0761937d8cb7bbf64382d5743 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_b54591f0761937d8cb7bbf64382d5743['infowindow'] = new google.maps.InfoWindow({content: $lb54591f0761937d8cb7bbf64382d5743});var infowindow = new google.maps.InfoWindow({content: $lb54591f0761937d8cb7bbf64382d5743});google.maps.event.addListener(m_b54591f0761937d8cb7bbf64382d5743, 'click', function() {infowindow.open(map,m_b54591f0761937d8cb7bbf64382d5743);});$marker.push(m_b54591f0761937d8cb7bbf64382d5743);}});}google.maps.event.addDomListener(window, 'load', initialize);