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.8722,-75.5443)};var g_438319bbf67b1afcbf6bb4fb1b9d8123 = new google.maps.Geocoder();g_438319bbf67b1afcbf6bb4fb1b9d8123.geocode( { 'address': "51 Woodland Dr, Glen Mills, PA 19342, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-mills-PA-first-citizens-bank--trust-company').style.display = '';map = new google.maps.Map(document.getElementById('glen-mills-PA-first-citizens-bank--trust-company'), mapOptions);}document.getElementById('70bc23bb').innerHTML += ' | View Map';var $l438319bbf67b1afcbf6bb4fb1b9d8123 = '

First-Citizens Bank & Trust Company

Address: 51 Woodland Dr, Glen Mills, PA 19342, USA
Phone: (610) 358-2301
';var m_438319bbf67b1afcbf6bb4fb1b9d8123 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First-Citizens Bank & Trust Company',});m_438319bbf67b1afcbf6bb4fb1b9d8123['infowindow'] = new google.maps.InfoWindow({content: $l438319bbf67b1afcbf6bb4fb1b9d8123});var infowindow = new google.maps.InfoWindow({content: $l438319bbf67b1afcbf6bb4fb1b9d8123});google.maps.event.addListener(m_438319bbf67b1afcbf6bb4fb1b9d8123, 'click', function() {infowindow.open(map,m_438319bbf67b1afcbf6bb4fb1b9d8123);});$marker.push(m_438319bbf67b1afcbf6bb4fb1b9d8123);}});}google.maps.event.addDomListener(window, 'load', initialize);