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(36.5008,-81.1162)};var g_335396ce0d3f6e808c26132f91916eae = new google.maps.Geocoder();g_335396ce0d3f6e808c26132f91916eae.geocode( { 'address': "406 S Main St, Sparta, NC 28675, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sparta-NC-atm-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('sparta-NC-atm-fifth-third-bank'), mapOptions);}document.getElementById('6c8672b9').innerHTML += ' | View Map';var $l335396ce0d3f6e808c26132f91916eae = '

ATM (Fifth Third Bank)

Address: 406 S Main St, Sparta, NC 28675, USA
Phone:
';var m_335396ce0d3f6e808c26132f91916eae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Fifth Third Bank)',});m_335396ce0d3f6e808c26132f91916eae['infowindow'] = new google.maps.InfoWindow({content: $l335396ce0d3f6e808c26132f91916eae});var infowindow = new google.maps.InfoWindow({content: $l335396ce0d3f6e808c26132f91916eae});google.maps.event.addListener(m_335396ce0d3f6e808c26132f91916eae, 'click', function() {infowindow.open(map,m_335396ce0d3f6e808c26132f91916eae);});$marker.push(m_335396ce0d3f6e808c26132f91916eae);}});}google.maps.event.addDomListener(window, 'load', initialize);