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.9318,-82.3022)};var g_15afbdffe28ab61640b4e837d80567d2 = new google.maps.Geocoder();g_15afbdffe28ab61640b4e837d80567d2.geocode( { 'address': "330 Pauls Dr # 225, Brandon, FL 33511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brandon-FL-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('brandon-FL-atm-bbt'), mapOptions);}document.getElementById('14aaf2bb').innerHTML += ' | View Map';var $l15afbdffe28ab61640b4e837d80567d2 = '

ATM (BB&T)

Address: 330 Pauls Dr # 225, Brandon, FL 33511, USA
Phone:
';var m_15afbdffe28ab61640b4e837d80567d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_15afbdffe28ab61640b4e837d80567d2['infowindow'] = new google.maps.InfoWindow({content: $l15afbdffe28ab61640b4e837d80567d2});var infowindow = new google.maps.InfoWindow({content: $l15afbdffe28ab61640b4e837d80567d2});google.maps.event.addListener(m_15afbdffe28ab61640b4e837d80567d2, 'click', function() {infowindow.open(map,m_15afbdffe28ab61640b4e837d80567d2);});$marker.push(m_15afbdffe28ab61640b4e837d80567d2);}});}google.maps.event.addDomListener(window, 'load', initialize);