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.092,-75.3598)};var g_3fecc57e9e550ab8cc8d6863b91dad4d = new google.maps.Geocoder();g_3fecc57e9e550ab8cc8d6863b91dad4d.geocode( { 'address': "304 S Henderson Rd, King of Prussia, PA 19406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-of-prussia-PA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('king-of-prussia-PA-bbt-atm'), mapOptions);}document.getElementById('5ffddb61').innerHTML += ' | View Map';var $l3fecc57e9e550ab8cc8d6863b91dad4d = '

BB&T ATM

Address: 304 S Henderson Rd, King of Prussia, PA 19406, USA
Phone: (800) 226-5228
';var m_3fecc57e9e550ab8cc8d6863b91dad4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_3fecc57e9e550ab8cc8d6863b91dad4d['infowindow'] = new google.maps.InfoWindow({content: $l3fecc57e9e550ab8cc8d6863b91dad4d});var infowindow = new google.maps.InfoWindow({content: $l3fecc57e9e550ab8cc8d6863b91dad4d});google.maps.event.addListener(m_3fecc57e9e550ab8cc8d6863b91dad4d, 'click', function() {infowindow.open(map,m_3fecc57e9e550ab8cc8d6863b91dad4d);});$marker.push(m_3fecc57e9e550ab8cc8d6863b91dad4d);}});}google.maps.event.addDomListener(window, 'load', initialize);