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.1993,-83.8291)};var g_cb33fc44cd69e6a35573ceb476888f6b = new google.maps.Geocoder();g_cb33fc44cd69e6a35573ceb476888f6b.geocode( { 'address': "732 Main St, Andrews, NC 28901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('andrews-NC-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('andrews-NC-united-community-bank'), mapOptions);}document.getElementById('63067530').innerHTML += ' | View Map';var $lcb33fc44cd69e6a35573ceb476888f6b = '

United Community Bank

Address: 732 Main St, Andrews, NC 28901, USA
Phone: (828) 321-2050
';var m_cb33fc44cd69e6a35573ceb476888f6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_cb33fc44cd69e6a35573ceb476888f6b['infowindow'] = new google.maps.InfoWindow({content: $lcb33fc44cd69e6a35573ceb476888f6b});var infowindow = new google.maps.InfoWindow({content: $lcb33fc44cd69e6a35573ceb476888f6b});google.maps.event.addListener(m_cb33fc44cd69e6a35573ceb476888f6b, 'click', function() {infowindow.open(map,m_cb33fc44cd69e6a35573ceb476888f6b);});$marker.push(m_cb33fc44cd69e6a35573ceb476888f6b);}});}google.maps.event.addDomListener(window, 'load', initialize);