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.4014,-83.4677)};var g_112bf9d0b681248ef0de1a3639d9c0bc = new google.maps.Geocoder();g_112bf9d0b681248ef0de1a3639d9c0bc.geocode( { 'address': "51 Main St, Bryson City, NC 28713"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bryson-city-NC-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('bryson-city-NC-first-citizens-bank'), mapOptions);}document.getElementById('a61d4ba8').innerHTML += ' | View Map';var $l112bf9d0b681248ef0de1a3639d9c0bc = '

First Citizens Bank

Address: 51 Main St, Bryson City, NC 28713
Phone: (828) 488-3145
';var m_112bf9d0b681248ef0de1a3639d9c0bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_112bf9d0b681248ef0de1a3639d9c0bc['infowindow'] = new google.maps.InfoWindow({content: $l112bf9d0b681248ef0de1a3639d9c0bc});var infowindow = new google.maps.InfoWindow({content: $l112bf9d0b681248ef0de1a3639d9c0bc});google.maps.event.addListener(m_112bf9d0b681248ef0de1a3639d9c0bc, 'click', function() {infowindow.open(map,m_112bf9d0b681248ef0de1a3639d9c0bc);});$marker.push(m_112bf9d0b681248ef0de1a3639d9c0bc);}});}google.maps.event.addDomListener(window, 'load', initialize);