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.5809,-75.3407)};var g_50f9344976f4f90d1100469ec953d22b = new google.maps.Geocoder();g_50f9344976f4f90d1100469ec953d22b.geocode( { 'address': "741 Main St, Hellertown, PA 18055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hellertown-PA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('hellertown-PA-bbt-atm'), mapOptions);}document.getElementById('eeafe73d').innerHTML += ' | View Map';var $l50f9344976f4f90d1100469ec953d22b = '

BB&T ATM

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