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(26.6068,-81.6492)};var g_419d2439f2540b883c361010cc19e4b8 = new google.maps.Geocoder();g_419d2439f2540b883c361010cc19e4b8.geocode( { 'address': "1190 Homestead Rd N, Lehigh Acres, FL 33936, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lehigh-acres-FL-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('lehigh-acres-FL-bbt-atm'), mapOptions);}document.getElementById('6de1539a').innerHTML += ' | View Map';var $l419d2439f2540b883c361010cc19e4b8 = '

BB&T ATM

Address: 1190 Homestead Rd N, Lehigh Acres, FL 33936, USA
Phone: (800) 226-5228
';var m_419d2439f2540b883c361010cc19e4b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_419d2439f2540b883c361010cc19e4b8['infowindow'] = new google.maps.InfoWindow({content: $l419d2439f2540b883c361010cc19e4b8});var infowindow = new google.maps.InfoWindow({content: $l419d2439f2540b883c361010cc19e4b8});google.maps.event.addListener(m_419d2439f2540b883c361010cc19e4b8, 'click', function() {infowindow.open(map,m_419d2439f2540b883c361010cc19e4b8);});$marker.push(m_419d2439f2540b883c361010cc19e4b8);}});}google.maps.event.addDomListener(window, 'load', initialize);