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.0678,-80.5612)};var g_6a51a5ddd3a3e143a1e186948d00b602 = new google.maps.Geocoder();g_6a51a5ddd3a3e143a1e186948d00b602.geocode( { 'address': "401 Ocean Ave, Melbourne Beach, FL 32951, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melbourne-beach-FL-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('melbourne-beach-FL-bbt-atm'), mapOptions);}document.getElementById('2f5c0489').innerHTML += ' | View Map';var $l6a51a5ddd3a3e143a1e186948d00b602 = '

BB&T ATM

Address: 401 Ocean Ave, Melbourne Beach, FL 32951, USA
Phone: (800) 226-5228
';var m_6a51a5ddd3a3e143a1e186948d00b602 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_6a51a5ddd3a3e143a1e186948d00b602['infowindow'] = new google.maps.InfoWindow({content: $l6a51a5ddd3a3e143a1e186948d00b602});var infowindow = new google.maps.InfoWindow({content: $l6a51a5ddd3a3e143a1e186948d00b602});google.maps.event.addListener(m_6a51a5ddd3a3e143a1e186948d00b602, 'click', function() {infowindow.open(map,m_6a51a5ddd3a3e143a1e186948d00b602);});$marker.push(m_6a51a5ddd3a3e143a1e186948d00b602);}});}google.maps.event.addDomListener(window, 'load', initialize);