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(34.1672,-79.7684)};var g_979433cae979adffe1a64144cb334f06 = new google.maps.Geocoder();g_979433cae979adffe1a64144cb334f06.geocode( { 'address': "407 2nd Loop Rd, Florence, SC 29505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-SC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('florence-SC-atm-bbt'), mapOptions);}document.getElementById('d77b03cb').innerHTML += ' | View Map';var $l979433cae979adffe1a64144cb334f06 = '

ATM (BB&T)

Address: 407 2nd Loop Rd, Florence, SC 29505, USA
Phone:
';var m_979433cae979adffe1a64144cb334f06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_979433cae979adffe1a64144cb334f06['infowindow'] = new google.maps.InfoWindow({content: $l979433cae979adffe1a64144cb334f06});var infowindow = new google.maps.InfoWindow({content: $l979433cae979adffe1a64144cb334f06});google.maps.event.addListener(m_979433cae979adffe1a64144cb334f06, 'click', function() {infowindow.open(map,m_979433cae979adffe1a64144cb334f06);});$marker.push(m_979433cae979adffe1a64144cb334f06);}});}google.maps.event.addDomListener(window, 'load', initialize);