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.1114,-75.5462)};var g_71e8991cd0a67bcc371061aa0a95bf82 = new google.maps.Geocoder();g_71e8991cd0a67bcc371061aa0a95bf82.geocode( { 'address': "124 Main St, Phoenixville, PA 19460"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenixville-PA-royal-bank-america').style.display = '';map = new google.maps.Map(document.getElementById('phoenixville-PA-royal-bank-america'), mapOptions);}document.getElementById('5d70628e').innerHTML += ' | View Map';var $l71e8991cd0a67bcc371061aa0a95bf82 = '

Royal Bank America

Address: 124 Main St, Phoenixville, PA 19460
Phone: (610) 933-1195
';var m_71e8991cd0a67bcc371061aa0a95bf82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Bank America',});m_71e8991cd0a67bcc371061aa0a95bf82['infowindow'] = new google.maps.InfoWindow({content: $l71e8991cd0a67bcc371061aa0a95bf82});var infowindow = new google.maps.InfoWindow({content: $l71e8991cd0a67bcc371061aa0a95bf82});google.maps.event.addListener(m_71e8991cd0a67bcc371061aa0a95bf82, 'click', function() {infowindow.open(map,m_71e8991cd0a67bcc371061aa0a95bf82);});$marker.push(m_71e8991cd0a67bcc371061aa0a95bf82);}});}google.maps.event.addDomListener(window, 'load', initialize);