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.0165,-82.1346)};var g_bfe3532c98fcdd6330ae1c188c3bfb71 = new google.maps.Geocoder();g_bfe3532c98fcdd6330ae1c188c3bfb71.geocode( { 'address': "19720 Cochran Blvd, Port Charlotte, FL 33948, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-charlotte-FL-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('port-charlotte-FL-bbt-atm'), mapOptions);}document.getElementById('4e2af223').innerHTML += ' | View Map';var $lbfe3532c98fcdd6330ae1c188c3bfb71 = '

BB&T ATM

Address: 19720 Cochran Blvd, Port Charlotte, FL 33948, USA
Phone: (800) 226-5228
';var m_bfe3532c98fcdd6330ae1c188c3bfb71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_bfe3532c98fcdd6330ae1c188c3bfb71['infowindow'] = new google.maps.InfoWindow({content: $lbfe3532c98fcdd6330ae1c188c3bfb71});var infowindow = new google.maps.InfoWindow({content: $lbfe3532c98fcdd6330ae1c188c3bfb71});google.maps.event.addListener(m_bfe3532c98fcdd6330ae1c188c3bfb71, 'click', function() {infowindow.open(map,m_bfe3532c98fcdd6330ae1c188c3bfb71);});$marker.push(m_bfe3532c98fcdd6330ae1c188c3bfb71);}});}google.maps.event.addDomListener(window, 'load', initialize);