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.1071,-80.9506)};var g_2c7ddf84fd152f56d4eea1a7c529d25c = new google.maps.Geocoder();g_2c7ddf84fd152f56d4eea1a7c529d25c.geocode( { 'address': "8920 Farrow Rd, Columbia, SC 29203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-atm-bbt'), mapOptions);}document.getElementById('9e2c04b3').innerHTML += ' | View Map';var $l2c7ddf84fd152f56d4eea1a7c529d25c = '

ATM (BB&T)

Address: 8920 Farrow Rd, Columbia, SC 29203, USA
Phone:
';var m_2c7ddf84fd152f56d4eea1a7c529d25c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_2c7ddf84fd152f56d4eea1a7c529d25c['infowindow'] = new google.maps.InfoWindow({content: $l2c7ddf84fd152f56d4eea1a7c529d25c});var infowindow = new google.maps.InfoWindow({content: $l2c7ddf84fd152f56d4eea1a7c529d25c});google.maps.event.addListener(m_2c7ddf84fd152f56d4eea1a7c529d25c, 'click', function() {infowindow.open(map,m_2c7ddf84fd152f56d4eea1a7c529d25c);});$marker.push(m_2c7ddf84fd152f56d4eea1a7c529d25c);}});}google.maps.event.addDomListener(window, 'load', initialize);