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.0534,-83.1959)};var g_44a6feaea6825006048010cc235bc71d = new google.maps.Geocoder();g_44a6feaea6825006048010cc235bc71d.geocode( { 'address': "424 Pine St, Highlands, NC 28741, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highlands-NC-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('highlands-NC-bank-of-america-financial-center'), mapOptions);}document.getElementById('7ef33232').innerHTML += ' | View Map';var $l44a6feaea6825006048010cc235bc71d = '

Bank of America Financial Center

Address: 424 Pine St, Highlands, NC 28741, USA
Phone: (828) 526-3784
';var m_44a6feaea6825006048010cc235bc71d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_44a6feaea6825006048010cc235bc71d['infowindow'] = new google.maps.InfoWindow({content: $l44a6feaea6825006048010cc235bc71d});var infowindow = new google.maps.InfoWindow({content: $l44a6feaea6825006048010cc235bc71d});google.maps.event.addListener(m_44a6feaea6825006048010cc235bc71d, 'click', function() {infowindow.open(map,m_44a6feaea6825006048010cc235bc71d);});$marker.push(m_44a6feaea6825006048010cc235bc71d);}});}google.maps.event.addDomListener(window, 'load', initialize);