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.2473,-80.5995)};var g_08e68a8bd50cdf065369f8c7194b5c4d = new google.maps.Geocoder();g_08e68a8bd50cdf065369f8c7194b5c4d.geocode( { 'address': "200 E Dekalb St, Camden, SC 29020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-SC-bank-of-america-sales-office--atm').style.display = '';map = new google.maps.Map(document.getElementById('camden-SC-bank-of-america-sales-office--atm'), mapOptions);}document.getElementById('10f6f341').innerHTML += ' | View Map';var $l08e68a8bd50cdf065369f8c7194b5c4d = '

Bank of America Sales Office & ATM

Address: 200 E Dekalb St, Camden, SC 29020, USA
Phone: (803) 425-7254
';var m_08e68a8bd50cdf065369f8c7194b5c4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Sales Office & ATM',});m_08e68a8bd50cdf065369f8c7194b5c4d['infowindow'] = new google.maps.InfoWindow({content: $l08e68a8bd50cdf065369f8c7194b5c4d});var infowindow = new google.maps.InfoWindow({content: $l08e68a8bd50cdf065369f8c7194b5c4d});google.maps.event.addListener(m_08e68a8bd50cdf065369f8c7194b5c4d, 'click', function() {infowindow.open(map,m_08e68a8bd50cdf065369f8c7194b5c4d);});$marker.push(m_08e68a8bd50cdf065369f8c7194b5c4d);}});}google.maps.event.addDomListener(window, 'load', initialize);