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.6531,-78.4752)};var g_c3a4995ffa77be8dbdca8171fa49fa0a = new google.maps.Geocoder();g_c3a4995ffa77be8dbdca8171fa49fa0a.geocode( { 'address': "11601 US 70 Business Hwy W, Clayton, NC 27520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clayton-NC-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('clayton-NC-bank-of-america-financial-center'), mapOptions);}document.getElementById('5cfbc66f').innerHTML += ' | View Map';var $lc3a4995ffa77be8dbdca8171fa49fa0a = '

Bank of America Financial Center

Address: 11601 US 70 Business Hwy W, Clayton, NC 27520, USA
Phone: (919) 359-3005
';var m_c3a4995ffa77be8dbdca8171fa49fa0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_c3a4995ffa77be8dbdca8171fa49fa0a['infowindow'] = new google.maps.InfoWindow({content: $lc3a4995ffa77be8dbdca8171fa49fa0a});var infowindow = new google.maps.InfoWindow({content: $lc3a4995ffa77be8dbdca8171fa49fa0a});google.maps.event.addListener(m_c3a4995ffa77be8dbdca8171fa49fa0a, 'click', function() {infowindow.open(map,m_c3a4995ffa77be8dbdca8171fa49fa0a);});$marker.push(m_c3a4995ffa77be8dbdca8171fa49fa0a);}});}google.maps.event.addDomListener(window, 'load', initialize);