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.053,-83.2023)};var g_be5217178566cd40305d7c11a95f156e = new google.maps.Geocoder();g_be5217178566cd40305d7c11a95f156e.geocode( { 'address': "161 Spring St, Highlands, NC 28741, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highlands-NC-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('highlands-NC-regions-bank'), mapOptions);}document.getElementById('ef8499af').innerHTML += ' | View Map';var $lbe5217178566cd40305d7c11a95f156e = '

Regions Bank

Address: 161 Spring St, Highlands, NC 28741, USA
Phone: (800) 734-4667
';var m_be5217178566cd40305d7c11a95f156e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_be5217178566cd40305d7c11a95f156e['infowindow'] = new google.maps.InfoWindow({content: $lbe5217178566cd40305d7c11a95f156e});var infowindow = new google.maps.InfoWindow({content: $lbe5217178566cd40305d7c11a95f156e});google.maps.event.addListener(m_be5217178566cd40305d7c11a95f156e, 'click', function() {infowindow.open(map,m_be5217178566cd40305d7c11a95f156e);});$marker.push(m_be5217178566cd40305d7c11a95f156e);}});}google.maps.event.addDomListener(window, 'load', initialize);