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.892,-82.067)};var g_5c83068b11b76dcabc2f90eaf72a2be6 = new google.maps.Geocoder();g_5c83068b11b76dcabc2f90eaf72a2be6.geocode( { 'address': "11995 South 226 Highway, Spruce Pine, NC 28777, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spruce-pine-NC-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('spruce-pine-NC-atm-td-bank'), mapOptions);}document.getElementById('bf46b459').innerHTML += ' | View Map';var $l5c83068b11b76dcabc2f90eaf72a2be6 = '

ATM (TD Bank)

Address: 11995 South 226 Highway, Spruce Pine, NC 28777, USA
Phone: (888) 751-9000
';var m_5c83068b11b76dcabc2f90eaf72a2be6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_5c83068b11b76dcabc2f90eaf72a2be6['infowindow'] = new google.maps.InfoWindow({content: $l5c83068b11b76dcabc2f90eaf72a2be6});var infowindow = new google.maps.InfoWindow({content: $l5c83068b11b76dcabc2f90eaf72a2be6});google.maps.event.addListener(m_5c83068b11b76dcabc2f90eaf72a2be6, 'click', function() {infowindow.open(map,m_5c83068b11b76dcabc2f90eaf72a2be6);});$marker.push(m_5c83068b11b76dcabc2f90eaf72a2be6);}});}google.maps.event.addDomListener(window, 'load', initialize);