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.9083,-80.5563)};var g_ea8de97469924aa3b47879df2e402d56 = new google.maps.Geocoder();g_ea8de97469924aa3b47879df2e402d56.geocode( { 'address': "135 Boxwood Village Dr, Mocksville, NC 27028"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mocksville-NC-bank-of-the-carolinas').style.display = '';map = new google.maps.Map(document.getElementById('mocksville-NC-bank-of-the-carolinas'), mapOptions);}document.getElementById('555e0699').innerHTML += ' | View Map';var $lea8de97469924aa3b47879df2e402d56 = '

Bank of the Carolinas

Address: 135 Boxwood Village Dr, Mocksville, NC 27028
Phone: (336) 751-5755
';var m_ea8de97469924aa3b47879df2e402d56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Carolinas',});m_ea8de97469924aa3b47879df2e402d56['infowindow'] = new google.maps.InfoWindow({content: $lea8de97469924aa3b47879df2e402d56});var infowindow = new google.maps.InfoWindow({content: $lea8de97469924aa3b47879df2e402d56});google.maps.event.addListener(m_ea8de97469924aa3b47879df2e402d56, 'click', function() {infowindow.open(map,m_ea8de97469924aa3b47879df2e402d56);});$marker.push(m_ea8de97469924aa3b47879df2e402d56);}});}google.maps.event.addDomListener(window, 'load', initialize);