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.095,-74.8552)};var g_c9de64b0aa92114521bfc07918df7b47 = new google.maps.Geocoder();g_c9de64b0aa92114521bfc07918df7b47.geocode( { 'address': "200 Radcliffe St, Bristol, PA 19007, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-PA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('bristol-PA-bbt-atm'), mapOptions);}document.getElementById('bf816ab6').innerHTML += ' | View Map';var $lc9de64b0aa92114521bfc07918df7b47 = '

BB&T ATM

Address: 200 Radcliffe St, Bristol, PA 19007, USA
Phone: (800) 226-5228
';var m_c9de64b0aa92114521bfc07918df7b47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_c9de64b0aa92114521bfc07918df7b47['infowindow'] = new google.maps.InfoWindow({content: $lc9de64b0aa92114521bfc07918df7b47});var infowindow = new google.maps.InfoWindow({content: $lc9de64b0aa92114521bfc07918df7b47});google.maps.event.addListener(m_c9de64b0aa92114521bfc07918df7b47, 'click', function() {infowindow.open(map,m_c9de64b0aa92114521bfc07918df7b47);});$marker.push(m_c9de64b0aa92114521bfc07918df7b47);}});}google.maps.event.addDomListener(window, 'load', initialize);