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.0061,-80.9472)};var g_5a01f0597ac4bdf35c24846734ee9a76 = new google.maps.Geocoder();g_5a01f0597ac4bdf35c24846734ee9a76.geocode( { 'address': "2390 Highway 160 W, Fort Mill, SC 29708"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-mill-SC-first-citizens').style.display = '';map = new google.maps.Map(document.getElementById('fort-mill-SC-first-citizens'), mapOptions);}document.getElementById('f0c4e9ee').innerHTML += ' | View Map';var $l5a01f0597ac4bdf35c24846734ee9a76 = '

First Citizens

Address: 2390 Highway 160 W, Fort Mill, SC 29708
Phone: (803) 802-8901
';var m_5a01f0597ac4bdf35c24846734ee9a76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens',});m_5a01f0597ac4bdf35c24846734ee9a76['infowindow'] = new google.maps.InfoWindow({content: $l5a01f0597ac4bdf35c24846734ee9a76});var infowindow = new google.maps.InfoWindow({content: $l5a01f0597ac4bdf35c24846734ee9a76});google.maps.event.addListener(m_5a01f0597ac4bdf35c24846734ee9a76, 'click', function() {infowindow.open(map,m_5a01f0597ac4bdf35c24846734ee9a76);});$marker.push(m_5a01f0597ac4bdf35c24846734ee9a76);}});}google.maps.event.addDomListener(window, 'load', initialize);