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.5932,-75.5464)};var g_bc65931e18ad6a064fbc22f4e6343f25 = new google.maps.Geocoder();g_bc65931e18ad6a064fbc22f4e6343f25.geocode( { 'address': "4029 Tilghman St, Allentown, PA 18104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-american-bank').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-american-bank'), mapOptions);}document.getElementById('0faf1d84').innerHTML += ' | View Map';var $lbc65931e18ad6a064fbc22f4e6343f25 = '

American Bank

Address: 4029 Tilghman St, Allentown, PA 18104, USA
Phone: (610) 366-1800
';var m_bc65931e18ad6a064fbc22f4e6343f25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank',});m_bc65931e18ad6a064fbc22f4e6343f25['infowindow'] = new google.maps.InfoWindow({content: $lbc65931e18ad6a064fbc22f4e6343f25});var infowindow = new google.maps.InfoWindow({content: $lbc65931e18ad6a064fbc22f4e6343f25});google.maps.event.addListener(m_bc65931e18ad6a064fbc22f4e6343f25, 'click', function() {infowindow.open(map,m_bc65931e18ad6a064fbc22f4e6343f25);});$marker.push(m_bc65931e18ad6a064fbc22f4e6343f25);}});}google.maps.event.addDomListener(window, 'load', initialize);