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(39.9602,-75.6044)};var g_9831b03f174728cc7d3d152118dda229 = new google.maps.Geocoder();g_9831b03f174728cc7d3d152118dda229.geocode( { 'address': "9 N High St, West Chester, PA 19380, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-chester-PA-atm-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-chester-PA-atm-bbt-bank'), mapOptions);}document.getElementById('66ff87fe').innerHTML += ' | View Map';var $l9831b03f174728cc7d3d152118dda229 = '

ATM (BB&T Bank)

Address: 9 N High St, West Chester, PA 19380, USA
Phone: (484) 881-4010
';var m_9831b03f174728cc7d3d152118dda229 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T Bank)',});m_9831b03f174728cc7d3d152118dda229['infowindow'] = new google.maps.InfoWindow({content: $l9831b03f174728cc7d3d152118dda229});var infowindow = new google.maps.InfoWindow({content: $l9831b03f174728cc7d3d152118dda229});google.maps.event.addListener(m_9831b03f174728cc7d3d152118dda229, 'click', function() {infowindow.open(map,m_9831b03f174728cc7d3d152118dda229);});$marker.push(m_9831b03f174728cc7d3d152118dda229);}});}google.maps.event.addDomListener(window, 'load', initialize);