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.3229,-83.8021)};var g_ec08e7358dc25608363621b4205fbfb1 = new google.maps.Geocoder();g_ec08e7358dc25608363621b4205fbfb1.geocode( { 'address': "132 Rodney Orr Bypass, Robbinsville, NC 28771, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('robbinsville-NC-carolina-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('robbinsville-NC-carolina-community-bank'), mapOptions);}document.getElementById('4f1892a8').innerHTML += ' | View Map';var $lec08e7358dc25608363621b4205fbfb1 = '

Carolina Community Bank

Address: 132 Rodney Orr Bypass, Robbinsville, NC 28771, USA
Phone: (828) 479-3037
';var m_ec08e7358dc25608363621b4205fbfb1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Community Bank',});m_ec08e7358dc25608363621b4205fbfb1['infowindow'] = new google.maps.InfoWindow({content: $lec08e7358dc25608363621b4205fbfb1});var infowindow = new google.maps.InfoWindow({content: $lec08e7358dc25608363621b4205fbfb1});google.maps.event.addListener(m_ec08e7358dc25608363621b4205fbfb1, 'click', function() {infowindow.open(map,m_ec08e7358dc25608363621b4205fbfb1);});$marker.push(m_ec08e7358dc25608363621b4205fbfb1);}});}google.maps.event.addDomListener(window, 'load', initialize);