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(24.5658,-81.768)};var g_48b1ac239a7e81ef540cad5b4663d72c = new google.maps.Geocoder();g_48b1ac239a7e81ef540cad5b4663d72c.geocode( { 'address': "1010 Kennedy Dr, Key West, FL 33040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('key-west-FL-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('key-west-FL-bbt-atm'), mapOptions);}document.getElementById('7203f4f0').innerHTML += ' | View Map';var $l48b1ac239a7e81ef540cad5b4663d72c = '

BB&T ATM

Address: 1010 Kennedy Dr, Key West, FL 33040, USA
Phone: (800) 226-5228
';var m_48b1ac239a7e81ef540cad5b4663d72c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_48b1ac239a7e81ef540cad5b4663d72c['infowindow'] = new google.maps.InfoWindow({content: $l48b1ac239a7e81ef540cad5b4663d72c});var infowindow = new google.maps.InfoWindow({content: $l48b1ac239a7e81ef540cad5b4663d72c});google.maps.event.addListener(m_48b1ac239a7e81ef540cad5b4663d72c, 'click', function() {infowindow.open(map,m_48b1ac239a7e81ef540cad5b4663d72c);});$marker.push(m_48b1ac239a7e81ef540cad5b4663d72c);}});}google.maps.event.addDomListener(window, 'load', initialize);