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.4946,-81.4152)};var g_874b9aebc97013be03fa5a55d9849832 = new google.maps.Geocoder();g_874b9aebc97013be03fa5a55d9849832.geocode( { 'address': "9584 W Highway 10, Vale, NC 28168"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vale-NC-carolina-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('vale-NC-carolina-trust-bank'), mapOptions);}document.getElementById('56a353a7').innerHTML += ' | View Map';var $l874b9aebc97013be03fa5a55d9849832 = '

Carolina Trust Bank

Address: 9584 W Highway 10, Vale, NC 28168
Phone: (704) 462-5180
';var m_874b9aebc97013be03fa5a55d9849832 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Trust Bank',});m_874b9aebc97013be03fa5a55d9849832['infowindow'] = new google.maps.InfoWindow({content: $l874b9aebc97013be03fa5a55d9849832});var infowindow = new google.maps.InfoWindow({content: $l874b9aebc97013be03fa5a55d9849832});google.maps.event.addListener(m_874b9aebc97013be03fa5a55d9849832, 'click', function() {infowindow.open(map,m_874b9aebc97013be03fa5a55d9849832);});$marker.push(m_874b9aebc97013be03fa5a55d9849832);}});}google.maps.event.addDomListener(window, 'load', initialize);