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.8233,-82.5775)};var g_52a7494159529c38b9c69e9946ba4f27 = new google.maps.Geocoder();g_52a7494159529c38b9c69e9946ba4f27.geocode( { 'address': "6091 Calhoun Memorial Hwy, Easley, SC 29640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easley-SC-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('easley-SC-bank-of-america-financial-center'), mapOptions);}document.getElementById('4dfed6d3').innerHTML += ' | View Map';var $l52a7494159529c38b9c69e9946ba4f27 = '

Bank of America Financial Center

Address: 6091 Calhoun Memorial Hwy, Easley, SC 29640, USA
Phone: (864) 855-8336
';var m_52a7494159529c38b9c69e9946ba4f27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_52a7494159529c38b9c69e9946ba4f27['infowindow'] = new google.maps.InfoWindow({content: $l52a7494159529c38b9c69e9946ba4f27});var infowindow = new google.maps.InfoWindow({content: $l52a7494159529c38b9c69e9946ba4f27});google.maps.event.addListener(m_52a7494159529c38b9c69e9946ba4f27, 'click', function() {infowindow.open(map,m_52a7494159529c38b9c69e9946ba4f27);});$marker.push(m_52a7494159529c38b9c69e9946ba4f27);}});}google.maps.event.addDomListener(window, 'load', initialize);