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.1159,-75.3737)};var g_5bf88d474bd2a6d3e7e073163f0c4d12 = new google.maps.Geocoder();g_5bf88d474bd2a6d3e7e073163f0c4d12.geocode( { 'address': "1004 W 9th Ave, King of Prussia, PA 19406"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-of-prussia-PA-first-cornerstone-bank').style.display = '';map = new google.maps.Map(document.getElementById('king-of-prussia-PA-first-cornerstone-bank'), mapOptions);}document.getElementById('13a58465').innerHTML += ' | View Map';var $l5bf88d474bd2a6d3e7e073163f0c4d12 = '

First Cornerstone Bank

Address: 1004 W 9th Ave, King of Prussia, PA 19406
Phone: (610) 205-8100
';var m_5bf88d474bd2a6d3e7e073163f0c4d12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Cornerstone Bank',});m_5bf88d474bd2a6d3e7e073163f0c4d12['infowindow'] = new google.maps.InfoWindow({content: $l5bf88d474bd2a6d3e7e073163f0c4d12});var infowindow = new google.maps.InfoWindow({content: $l5bf88d474bd2a6d3e7e073163f0c4d12});google.maps.event.addListener(m_5bf88d474bd2a6d3e7e073163f0c4d12, 'click', function() {infowindow.open(map,m_5bf88d474bd2a6d3e7e073163f0c4d12);});$marker.push(m_5bf88d474bd2a6d3e7e073163f0c4d12);}});}google.maps.event.addDomListener(window, 'load', initialize);