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.1034,-75.3417)};var g_eccd9f7dc92858b741132fda313130cf = new google.maps.Geocoder();g_eccd9f7dc92858b741132fda313130cf.geocode( { 'address': "105 W 4th St, Bridgeport, PA 19405"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeport-PA-royal-bank-america').style.display = '';map = new google.maps.Map(document.getElementById('bridgeport-PA-royal-bank-america'), mapOptions);}document.getElementById('3d5cc0fc').innerHTML += ' | View Map';var $leccd9f7dc92858b741132fda313130cf = '

Royal Bank America

Address: 105 W 4th St, Bridgeport, PA 19405
Phone: (610) 277-6555
';var m_eccd9f7dc92858b741132fda313130cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Bank America',});m_eccd9f7dc92858b741132fda313130cf['infowindow'] = new google.maps.InfoWindow({content: $leccd9f7dc92858b741132fda313130cf});var infowindow = new google.maps.InfoWindow({content: $leccd9f7dc92858b741132fda313130cf});google.maps.event.addListener(m_eccd9f7dc92858b741132fda313130cf, 'click', function() {infowindow.open(map,m_eccd9f7dc92858b741132fda313130cf);});$marker.push(m_eccd9f7dc92858b741132fda313130cf);}});}google.maps.event.addDomListener(window, 'load', initialize);