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(35.4116,-80.665)};var g_f81d742fe7c9a8a76f14f798b9abcdca = new google.maps.Geocoder();g_f81d742fe7c9a8a76f14f798b9abcdca.geocode( { 'address': "368 George W Liles Pkwy NW, Concord, NC 28027, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concord-NC-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('concord-NC-bank-of-america-financial-center'), mapOptions);}document.getElementById('b3c5645d').innerHTML += ' | View Map';var $lf81d742fe7c9a8a76f14f798b9abcdca = '

Bank of America Financial Center

Address: 368 George W Liles Pkwy NW, Concord, NC 28027, USA
Phone: (704) 786-2641
';var m_f81d742fe7c9a8a76f14f798b9abcdca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_f81d742fe7c9a8a76f14f798b9abcdca['infowindow'] = new google.maps.InfoWindow({content: $lf81d742fe7c9a8a76f14f798b9abcdca});var infowindow = new google.maps.InfoWindow({content: $lf81d742fe7c9a8a76f14f798b9abcdca});google.maps.event.addListener(m_f81d742fe7c9a8a76f14f798b9abcdca, 'click', function() {infowindow.open(map,m_f81d742fe7c9a8a76f14f798b9abcdca);});$marker.push(m_f81d742fe7c9a8a76f14f798b9abcdca);}});}google.maps.event.addDomListener(window, 'load', initialize);