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(35.9989,-78.8991)};var g_f69f55059ac4016a602686b38c87001c = new google.maps.Geocoder();g_f69f55059ac4016a602686b38c87001c.geocode( { 'address': "200 Trent Dr, Durham, NC 27710"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durham-NC-first-citizens-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('durham-NC-first-citizens-bank-trust-co'), mapOptions);}document.getElementById('c9699a3a').innerHTML += ' | View Map';var $lf69f55059ac4016a602686b38c87001c = '

First Citizens Bank & Trust Co

Address: 200 Trent Dr, Durham, NC 27710
Phone: (919) 237-5576
';var m_f69f55059ac4016a602686b38c87001c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank & Trust Co',});m_f69f55059ac4016a602686b38c87001c['infowindow'] = new google.maps.InfoWindow({content: $lf69f55059ac4016a602686b38c87001c});var infowindow = new google.maps.InfoWindow({content: $lf69f55059ac4016a602686b38c87001c});google.maps.event.addListener(m_f69f55059ac4016a602686b38c87001c, 'click', function() {infowindow.open(map,m_f69f55059ac4016a602686b38c87001c);});$marker.push(m_f69f55059ac4016a602686b38c87001c);}});}google.maps.event.addDomListener(window, 'load', initialize);