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.1161)};var g_bc7504ede7d0677d71a9137c92c41543 = new google.maps.Geocoder();g_bc7504ede7d0677d71a9137c92c41543.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-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('sparta-NC-fifth-third-bank--atm'), mapOptions);}document.getElementById('6c8672b9').innerHTML += ' | View Map';var $lbc7504ede7d0677d71a9137c92c41543 = '

Fifth Third Bank & ATM

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