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_78ca86571e9a4c1cc11c74566ea9a1b2 = new google.maps.Geocoder();g_78ca86571e9a4c1cc11c74566ea9a1b2.geocode( { 'address': "4006 Hendersonville Rd, Fletcher, NC 28732"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fletcher-NC-carolina-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('fletcher-NC-carolina-first-bank'), mapOptions);}document.getElementById('d2259712').innerHTML += ' | View Map';var $l78ca86571e9a4c1cc11c74566ea9a1b2 = '

Carolina First Bank

Address: 4006 Hendersonville Rd, Fletcher, NC 28732
Phone: (828) 687-7728
';var m_78ca86571e9a4c1cc11c74566ea9a1b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina First Bank',});m_78ca86571e9a4c1cc11c74566ea9a1b2['infowindow'] = new google.maps.InfoWindow({content: $l78ca86571e9a4c1cc11c74566ea9a1b2});var infowindow = new google.maps.InfoWindow({content: $l78ca86571e9a4c1cc11c74566ea9a1b2});google.maps.event.addListener(m_78ca86571e9a4c1cc11c74566ea9a1b2, 'click', function() {infowindow.open(map,m_78ca86571e9a4c1cc11c74566ea9a1b2);});$marker.push(m_78ca86571e9a4c1cc11c74566ea9a1b2);}});}google.maps.event.addDomListener(window, 'load', initialize);