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.102,-75.4131)};var g_858dc0a31f7379f4873679bdfd00abb8 = new google.maps.Geocoder();g_858dc0a31f7379f4873679bdfd00abb8.geocode( { 'address': "1004 W 9th Ave, King of Prussia, PA 19406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-of-prussia-PA-first-citizens-bank--trust-company').style.display = '';map = new google.maps.Map(document.getElementById('king-of-prussia-PA-first-citizens-bank--trust-company'), mapOptions);}document.getElementById('bf99add3').innerHTML += ' | View Map';var $l858dc0a31f7379f4873679bdfd00abb8 = '

First-Citizens Bank & Trust Company

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