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(32.9529,-80.1652)};var g_a6ad8a5beee1467c8248dd06b5aa47f4 = new google.maps.Geocoder();g_a6ad8a5beee1467c8248dd06b5aa47f4.geocode( { 'address': "10090 Dorchester Rd, Summerville, SC 29485, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('summerville-SC-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('summerville-SC-bank-of-america-financial-center'), mapOptions);}document.getElementById('1261c8ed').innerHTML += ' | View Map';var $la6ad8a5beee1467c8248dd06b5aa47f4 = '

Bank of America Financial Center

Address: 10090 Dorchester Rd, Summerville, SC 29485, USA
Phone: (843) 851-4080
';var m_a6ad8a5beee1467c8248dd06b5aa47f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_a6ad8a5beee1467c8248dd06b5aa47f4['infowindow'] = new google.maps.InfoWindow({content: $la6ad8a5beee1467c8248dd06b5aa47f4});var infowindow = new google.maps.InfoWindow({content: $la6ad8a5beee1467c8248dd06b5aa47f4});google.maps.event.addListener(m_a6ad8a5beee1467c8248dd06b5aa47f4, 'click', function() {infowindow.open(map,m_a6ad8a5beee1467c8248dd06b5aa47f4);});$marker.push(m_a6ad8a5beee1467c8248dd06b5aa47f4);}});}google.maps.event.addDomListener(window, 'load', initialize);