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.118,-81.0793)};var g_723e9288a2f61f6a414515d77db29b21 = new google.maps.Geocoder();g_723e9288a2f61f6a414515d77db29b21.geocode( { 'address': "585 Nautical Dr, Clover, SC 29710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clover-SC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('clover-SC-bbt-atm'), mapOptions);}document.getElementById('b70b7e39').innerHTML += ' | View Map';var $l723e9288a2f61f6a414515d77db29b21 = '

BB&T ATM

Address: 585 Nautical Dr, Clover, SC 29710, USA
Phone: (800) 226-5228
';var m_723e9288a2f61f6a414515d77db29b21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_723e9288a2f61f6a414515d77db29b21['infowindow'] = new google.maps.InfoWindow({content: $l723e9288a2f61f6a414515d77db29b21});var infowindow = new google.maps.InfoWindow({content: $l723e9288a2f61f6a414515d77db29b21});google.maps.event.addListener(m_723e9288a2f61f6a414515d77db29b21, 'click', function() {infowindow.open(map,m_723e9288a2f61f6a414515d77db29b21);});$marker.push(m_723e9288a2f61f6a414515d77db29b21);}});}google.maps.event.addDomListener(window, 'load', initialize);