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.5576,-75.5737)};var g_7482f5c2cb2ba6e52d48af4f9c186c0e = new google.maps.Geocoder();g_7482f5c2cb2ba6e52d48af4f9c186c0e.geocode( { 'address': "5980 Hamilton Blvd, Allentown, PA 18106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-atm-td-bank'), mapOptions);}document.getElementById('7325ca58').innerHTML += ' | View Map';var $l7482f5c2cb2ba6e52d48af4f9c186c0e = '

ATM (TD Bank)

Address: 5980 Hamilton Blvd, Allentown, PA 18106, USA
Phone: (610) 336-0164
';var m_7482f5c2cb2ba6e52d48af4f9c186c0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_7482f5c2cb2ba6e52d48af4f9c186c0e['infowindow'] = new google.maps.InfoWindow({content: $l7482f5c2cb2ba6e52d48af4f9c186c0e});var infowindow = new google.maps.InfoWindow({content: $l7482f5c2cb2ba6e52d48af4f9c186c0e});google.maps.event.addListener(m_7482f5c2cb2ba6e52d48af4f9c186c0e, 'click', function() {infowindow.open(map,m_7482f5c2cb2ba6e52d48af4f9c186c0e);});$marker.push(m_7482f5c2cb2ba6e52d48af4f9c186c0e);}});}google.maps.event.addDomListener(window, 'load', initialize);