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.4215,-82.5)};var g_2d271756fb06b493408c99a5e44779ea = new google.maps.Geocoder();g_2d271756fb06b493408c99a5e44779ea.geocode( { 'address': "3270 Hendersonville Rd, Fletcher, NC 28732"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fletcher-NC-first-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('fletcher-NC-first-citizens-bank-trust'), mapOptions);}document.getElementById('5cf7c0c1').innerHTML += ' | View Map';var $l2d271756fb06b493408c99a5e44779ea = '

First Citizens Bank & Trust

Address: 3270 Hendersonville Rd, Fletcher, NC 28732
Phone: (828) 654-3201
';var m_2d271756fb06b493408c99a5e44779ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank & Trust',});m_2d271756fb06b493408c99a5e44779ea['infowindow'] = new google.maps.InfoWindow({content: $l2d271756fb06b493408c99a5e44779ea});var infowindow = new google.maps.InfoWindow({content: $l2d271756fb06b493408c99a5e44779ea});google.maps.event.addListener(m_2d271756fb06b493408c99a5e44779ea, 'click', function() {infowindow.open(map,m_2d271756fb06b493408c99a5e44779ea);});$marker.push(m_2d271756fb06b493408c99a5e44779ea);}});}google.maps.event.addDomListener(window, 'load', initialize);