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.4758,-80.8931)};var g_050a647209e71562e83357d7e5b59a1c = new google.maps.Geocoder();g_050a647209e71562e83357d7e5b59a1c.geocode( { 'address': "19410 Jetton Rd, Cornelius, NC 28031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelius-NC-citizens-south-bank').style.display = '';map = new google.maps.Map(document.getElementById('cornelius-NC-citizens-south-bank'), mapOptions);}document.getElementById('6c6d955b').innerHTML += ' | View Map';var $l050a647209e71562e83357d7e5b59a1c = '

Citizens South Bank

Address: 19410 Jetton Rd, Cornelius, NC 28031, USA
Phone: (704) 439-3615
';var m_050a647209e71562e83357d7e5b59a1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens South Bank',});m_050a647209e71562e83357d7e5b59a1c['infowindow'] = new google.maps.InfoWindow({content: $l050a647209e71562e83357d7e5b59a1c});var infowindow = new google.maps.InfoWindow({content: $l050a647209e71562e83357d7e5b59a1c});google.maps.event.addListener(m_050a647209e71562e83357d7e5b59a1c, 'click', function() {infowindow.open(map,m_050a647209e71562e83357d7e5b59a1c);});$marker.push(m_050a647209e71562e83357d7e5b59a1c);}});}google.maps.event.addDomListener(window, 'load', initialize);