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.1167,-80.7239)};var g_65ef9d83c14fcf6f7f8b1199dcd1e178 = new google.maps.Geocoder();g_65ef9d83c14fcf6f7f8b1199dcd1e178.geocode( { 'address': "524 Amanda Dr, Matthews, NC 28104"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('matthews-NC-bancorp-south').style.display = '';map = new google.maps.Map(document.getElementById('matthews-NC-bancorp-south'), mapOptions);}document.getElementById('c4493644').innerHTML += ' | View Map';var $l65ef9d83c14fcf6f7f8b1199dcd1e178 = '

Bancorp South

Address: 524 Amanda Dr, Matthews, NC 28104
Phone: (704) 246-7490
';var m_65ef9d83c14fcf6f7f8b1199dcd1e178 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorp South',});m_65ef9d83c14fcf6f7f8b1199dcd1e178['infowindow'] = new google.maps.InfoWindow({content: $l65ef9d83c14fcf6f7f8b1199dcd1e178});var infowindow = new google.maps.InfoWindow({content: $l65ef9d83c14fcf6f7f8b1199dcd1e178});google.maps.event.addListener(m_65ef9d83c14fcf6f7f8b1199dcd1e178, 'click', function() {infowindow.open(map,m_65ef9d83c14fcf6f7f8b1199dcd1e178);});$marker.push(m_65ef9d83c14fcf6f7f8b1199dcd1e178);}});}google.maps.event.addDomListener(window, 'load', initialize);