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(39.9194,-75.4205)};var g_8476a4fa102134e03dd7178cc9b71a10 = new google.maps.Geocoder();g_8476a4fa102134e03dd7178cc9b71a10.geocode( { 'address': "2 W Baltimore Ave, Media, PA 19063"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('media-PA-first-cornerstone-bank').style.display = '';map = new google.maps.Map(document.getElementById('media-PA-first-cornerstone-bank'), mapOptions);}document.getElementById('6fc15ee4').innerHTML += ' | View Map';var $l8476a4fa102134e03dd7178cc9b71a10 = '

First Cornerstone Bank

Address: 2 W Baltimore Ave, Media, PA 19063
Phone: (610) 565-2300
';var m_8476a4fa102134e03dd7178cc9b71a10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Cornerstone Bank',});m_8476a4fa102134e03dd7178cc9b71a10['infowindow'] = new google.maps.InfoWindow({content: $l8476a4fa102134e03dd7178cc9b71a10});var infowindow = new google.maps.InfoWindow({content: $l8476a4fa102134e03dd7178cc9b71a10});google.maps.event.addListener(m_8476a4fa102134e03dd7178cc9b71a10, 'click', function() {infowindow.open(map,m_8476a4fa102134e03dd7178cc9b71a10);});$marker.push(m_8476a4fa102134e03dd7178cc9b71a10);}});}google.maps.event.addDomListener(window, 'load', initialize);