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.5242,-82.4108)};var g_2172fde49301047270b2897085e4319d = new google.maps.Geocoder();g_2172fde49301047270b2897085e4319d.geocode( { 'address': "1509 Charlotte Hwy, Fairview, NC 28730"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairview-NC-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairview-NC-first-citizens-bank'), mapOptions);}document.getElementById('b19c3629').innerHTML += ' | View Map';var $l2172fde49301047270b2897085e4319d = '

First Citizens Bank

Address: 1509 Charlotte Hwy, Fairview, NC 28730
Phone: (828) 628-3585
';var m_2172fde49301047270b2897085e4319d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_2172fde49301047270b2897085e4319d['infowindow'] = new google.maps.InfoWindow({content: $l2172fde49301047270b2897085e4319d});var infowindow = new google.maps.InfoWindow({content: $l2172fde49301047270b2897085e4319d});google.maps.event.addListener(m_2172fde49301047270b2897085e4319d, 'click', function() {infowindow.open(map,m_2172fde49301047270b2897085e4319d);});$marker.push(m_2172fde49301047270b2897085e4319d);}});}google.maps.event.addDomListener(window, 'load', initialize);