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(40.2459,-75.1344)};var g_e51b095cd38fbe517166bc685429dd8b = new google.maps.Geocoder();g_e51b095cd38fbe517166bc685429dd8b.geocode( { 'address': "1111 Easton Rd, Warrington, PA 18976, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warrington-PA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('warrington-PA-bbt-atm'), mapOptions);}document.getElementById('a4d6f5d9').innerHTML += ' | View Map';var $le51b095cd38fbe517166bc685429dd8b = '

BB&T ATM

Address: 1111 Easton Rd, Warrington, PA 18976, USA
Phone: (800) 226-5228
';var m_e51b095cd38fbe517166bc685429dd8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_e51b095cd38fbe517166bc685429dd8b['infowindow'] = new google.maps.InfoWindow({content: $le51b095cd38fbe517166bc685429dd8b});var infowindow = new google.maps.InfoWindow({content: $le51b095cd38fbe517166bc685429dd8b});google.maps.event.addListener(m_e51b095cd38fbe517166bc685429dd8b, 'click', function() {infowindow.open(map,m_e51b095cd38fbe517166bc685429dd8b);});$marker.push(m_e51b095cd38fbe517166bc685429dd8b);}});}google.maps.event.addDomListener(window, 'load', initialize);