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.4962,-82.6043)};var g_072bae9c228c557484c13686140c3e41 = new google.maps.Geocoder();g_072bae9c228c557484c13686140c3e41.geocode( { 'address': "4312 Manatee Ave W, Bradenton, FL 34209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bradenton-FL-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('bradenton-FL-atm-bbt'), mapOptions);}document.getElementById('8308dc3e').innerHTML += ' | View Map';var $l072bae9c228c557484c13686140c3e41 = '

ATM (BB&T)

Address: 4312 Manatee Ave W, Bradenton, FL 34209, USA
Phone:
';var m_072bae9c228c557484c13686140c3e41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_072bae9c228c557484c13686140c3e41['infowindow'] = new google.maps.InfoWindow({content: $l072bae9c228c557484c13686140c3e41});var infowindow = new google.maps.InfoWindow({content: $l072bae9c228c557484c13686140c3e41});google.maps.event.addListener(m_072bae9c228c557484c13686140c3e41, 'click', function() {infowindow.open(map,m_072bae9c228c557484c13686140c3e41);});$marker.push(m_072bae9c228c557484c13686140c3e41);}});}google.maps.event.addDomListener(window, 'load', initialize);